Kaikas How do I cheat?
Reputation: 0
Joined: 11 May 2010 Posts: 1
|
Posted: Tue May 11, 2010 4:41 am Post subject: Jurassic War cheating |
|
|
Hey Folks,
i try to cheat this old dosbox strategy game called jurassic war, just to learn and have fun.
I found addresses, where units Health, etc. are stored.
Now i select a unit and try to find the matching adresses, to change the health of my selected unit. I do that with a pointer scan. It seems, the game points on the beginning of the Section, where units are stored and adds an offset, to determin which unit it is exactly.
This offset is calculated like this: mov eax, [eax*4 + loaddls + 196530]
But i have no clue what loaddls is. How do i find out?
Thanks,
Kaikas
|
|