Posted: Mon Apr 05, 2010 11:57 am Post subject: New Cheat Engine Tutorial
I just maded a new tutorial. Its harder than the previous one. Im not finished it yet and still thinking about the solutions, so i will upload only 1 test app. I hope you solve it!
If u found any bugs or can't understand something contact me here or leave me message.
The first who recive the password and post it here will get the sourcecode,
the all tutorial and the solutions with some bonuses. And rep too!
If you cant hack it leave a reply and i will post topic for the solution with pics.
sorry but u have to type the links from pic
i cant post urls _________________
how to hack:
- Fire up CEtest and Cheat Engine
- Search for 100 and press hit to decrease it
- Search for 99 - you should have only 1 address (CEtest.exe+5D5DC)
- add it to your table and choose "find out what writes to this address"
- click hit and then undo - you should have 2 places that writes to this address:
dec [0045d5dc]
and
mov [0045d5dc], eax
first look at the second one, right above this instruction you should see:
mov eax, [0045d5e4] - this is where it stores previous HP value
so now inject code in those two places:
instead of dec [0045d5dc] do something to move current HP value to [0045d5e4] and then set [0045d5dc] to 1000
instead of mov [0045d5dc], eax just sub 8 from eax value first and then move it to the variable
Good Job!! If some1 REALY wants the tutorial write something to [email protected] cuz i haven't got a time to upload or whatever.
Im still working on it cuz i want to add some levels. Tommorow maybe i will upload it and will post here. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum