Home of Gamehacking - Archiv
Cheat Engine Level 9 (Shared Code) - Druckversion

+- Home of Gamehacking - Archiv (http://archiv-homeofgamehacking.de)
+-- Forum: Gamehacking (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=3)
+--- Forum: Gamehacking (http://archiv-homeofgamehacking.de/forumdisplay.php?fid=6)
+--- Thema: Cheat Engine Level 9 (Shared Code) (/showthread.php?tid=876)



Cheat Engine Level 9 (Shared Code) - Acubra - 29.02.2012

Hey,
hab grad im Internet das 9. Level von dem Cheat Engine Tutorial gefunden. Es geht um shared code, also Code der sowohl vom Gegner als auch von dir benutzt wird, wodurch simple CodeInjections auch dazu führen, dass der Gegner z.B unsterblich wird. Alles in allem aber ne relativ einfache Geschichte.
Wer Lust und Zeit hat kann sich ja mal dran versuchen.


Password für Level 9: 31337157
Meine Lösung für Level 9:


Download des Tutorials (x86 & x64!):
[attachment=719]


RE: Cheat Engine Level 9 (Shared Code) - igromanru - 29.02.2012

Coole Sache, schau ich mir zuhause mal an.

Mal schauen ob die exe bei nächten CE dabei ist.


RE: Cheat Engine Level 9 (Shared Code) - iNvIcTUs oRCuS - 29.02.2012

Und das is meine Lösung dazu...
Oder vielmehr gesagt, eine weitere Lösung.

Zitat:alloc(newmem,2048,"tutorial-x86_64.exe"+301D2) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
cmp rsi, 1
je originalcode
mov [rbx+08], (float)999

originalcode:
movss xmm0,[rbx+08]

exit:
jmp returnhere

"tutorial-x86_64.exe"+301D2:
jmp newmem
returnhere:



RE: Cheat Engine Level 9 (Shared Code) - ABartX - 09.03.2012

hi, und das ist meine lösung für level 9: