Posted: Sat Jul 02, 2011 5:30 am Post subject: Give me a bit more of an understanding..
Let's make up a fake script just for an example.
Code:
//Learning
//Fake Script
[Enable]
// Let's say that we know by changing the bytes of 0050...
// to like 0F 84 we could change a color of a balloon from green to red...
00500000:
Nop
Nop
// but after changing the bytes of 00500.. to 90 90
// we tell 00A00000
00A00000:
Push 01 // change it to push 01 to make the balloon turn into green, Push 02 to make it purple and Push 03 to make orange..etc
// Question is how did we know we needed to change the bytes of 00A00..????? See that's what I don't seem to understand.
[Disable]
00500000:
0F 85
00A00000:
Push 00
Please I want better understanding and I want to learn. Thanks!
Joined: 09 May 2003 Posts: 25952 Location: The netherlands
Posted: Sat Jul 02, 2011 6:29 am Post subject:
unknown initial value scans and then change each time the balloon changes it's color and unchanged when it has not (you can even find it if it only changes once, you just have to be patient with the unchanged scans)
Eventually you'll be left with a manageable amount of addresses and then you can experiment. Change values, freeze them, see the effect of it in the game and learn which ones do nothing and which ones are effected, and how they are affected _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
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