Posted: Sun Apr 29, 2012 10:21 am Post subject: Help Request (Making table that works)
Ok guys, I ve been trying to make a table that works even when rebooting a game for years now and it never ever works ... so I decided to record my progress, post it on youtube and the masters here can see what I do and tell me what I am doing wrong...
In my example here I'm trying to cheat the available stat points in a game called Legend of Grimrock. As you can see it's a really easy to find double value... ofc this has to be researched at every game reboot...
So here is what I did to try and make a table that always works:
http://youtu.be/_X6RTtSM8xk (make sure to put it 1080p fullscreen)
As you can see after searching for the hex value it comes up with 0 results ... so obviously something is wrong here... thanks a million to whoever helps me out!
Ok I have same problem before. You have to use Code Injection. You can't find pointer the method you are doing.
Select that first address 723E9A8F [ecx+04],ebp and click show disassembler. Right click that address and select find out what addresses this instruction access. then go back game & change value.
If you found only one address 05795DB8 (in your case in video) then you inject following code to that address
Code:
723E9A8F [ecx+04],(double)100
And if you found many address of accessing that 723E9A8F address. then you have to backtrace and find out how the ecx value is calculated.
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