I'm quite new to hacking usually I just find tables and use those directly.
since there isn't one that would fit my needs, i figure i'll make one.
I tried to look at the address in disassembler and it has a format of
Code: Select all
Movss [rsi+rbx+1c],xmm0
Then I've tried every other variable that looks like a potential address... nothing,
I've tried adding rsi and rbx together then search, still nothing...
I'm really confused as to why that is, and what to do if there are 2 variables in an instruction.
Thanks a bunch!
*I know there are godmod trainers out there, but i need to still be able to pick up items, hence why i want to set it to a value less than full, then freeze it.
so far i've only found out that ammo are 4bytes, hp and armor are float... this is discouraging....