[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"HeavyWeapon.exe"+1B861:
mov [eax+00000964],ecx
//Alt: db 89 88 64 09 00 00
But that does not seem to be working.
Any suggestions?
Look through these things and see which one fails first:
1. Changing and freezing the mega laser's value does change whatever it's meant to in the game
2. "HeavyWeapon.exe"+1B861 is run every time you lose a life
3. add eax+000001A8 points to the address the mega laser thing is stored at
4. When this script is active, it increases the mega laser's value by 1 after respawning or whatever
If it fails at 1, you've got the wrong address.
If it fails at 2, find an instruction that's run when you lose a life and inject code there.
If it fails at 3, you need to find a better way of pointing to the address of the mega laser.
If it fails at 4 (I'd guess this to be the case), then another instruction must be writing to the laser's address, overriding the change you made here. Try keeping the "Find out what writes to this address" window open and see if any more instructions pop up for the laser, especially when you die/respawn. _________________
I don't know where I'm going, but I'll figure it out when I get there.
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