Code: Select all
Say you have 800 Deployment Resources the values to look for are as below:
800 x 840 = 672000
26144 + ((800 -2) x 840) = 696464
Anyone have this game or have any insight?
thx
Code: Select all
Say you have 800 Deployment Resources the values to look for are as below:
800 x 840 = 672000
26144 + ((800 -2) x 840) = 696464
Ouch, I'm hurt. I can use a debugger and memory editor to change an unknown value but I can't attach a debugger to this as it has a trace to determine if its being debugged - Yes,, I can break and step through till I find it I don't know how to narrow down a ton of instructions to find it without spending hours on it.Sethioz wrote:you need to read Basic Game Hacking first.
it is as simple as finding unknown value.
Not sure. But did you get it to work. Because I believe i found the right address but I cant get it to work so if u can help me out i would really appreciate it.eGRes5 wrote:Well tbh I would not have thought to look for that alignment, 3 byte integer does seem odd.
However I found both 931 (Current deployment points) address which is 4 bytes
and the secondary check value 782040 ((931 • 840)) which is also 4 bytes.
I'm not claiming to be able to write new tutorials or contribute to the wiki which is awesome btw
I just didn't believe I needed the boilerplate copypasta redirect to Basic Gamehacking. Unless I
did something obviously dumb other than using cheatengine ofc.
Just needing some new stuff to play with 'tis all. :)
Well i found both addresses but it did not work. Also i dont understand what you mean by changing 840 to 90000 what would it change?sorry if i sound dumb kinda new to this kinda stuffSethioz wrote:I didn't understand either. he said that he found it be exact search, but before he said he did not know the exact value, so where did that exact value pop up ?
another thing, if you have (X • 840) = 672000 ..then all you need is math..duh.
672000 / 840 = 800
also if you change 840 to like 90000 then it should change the total amount.
He's thinking this is just some simple value and I'm full of shit when I say there are protections built in. He was referring to the resources value itself(#1. above) say you had 840, change it to 90000. But this doesn't work it will just change the value on your HUD.maddawg92 wrote:Well i found both addresses but it did not work. Also i dont understand what you mean by changing 840 to 90000 what would it change?sorry if i sound dumb kinda new to this kinda stuffSethioz wrote:I didn't understand either. he said that he found it be exact search, but before he said he did not know the exact value, so where did that exact value pop up ?
another thing, if you have (X • 840) = 672000 ..then all you need is math..duh.
672000 / 840 = 800
also if you change 840 to like 90000 then it should change the total amount.