Linkis20 Newbie cheater
Reputation: 0
Joined: 17 May 2010 Posts: 16
|
Posted: Tue Jan 06, 2015 1:54 am Post subject: Need some help with a address that updates every second. |
|
|
I'm trying to change what item i have in my inventory.
I got the item code for getting the address for every slot.
This game has 6 slot's and uses numbers to represent each item.
Like 181 is the best tool in the game and I'm trying to be able to change any item into that.
But when i find that address and change it, it immediately changes back to the original value.
When i look at what it does i get:
mov [eax+44],edx
every second.
Code: | EAX=06BC6230
EBX=00000000
ECX=06BC6230
EDX=FFFFFFFF
ESI=03C40598
EDI=0D2858B8
EBP=03C41500
ESP=005FF6C8
EIP=00FF1054
Probable base pointer =06BC6230
00FF1046 - mov edx,[esp+00000128]
00FF104D - mov eax,[esp+18]
00FF1051 - mov [eax+44],edx
00FF1054 - cmp esi,ebx
00FF1056 - jne nvar.GetRunObjectInfos+F2CA |
i.gyazo[.]com/20a0a2437dd8cba3d73f78969a2ff4e7.png
26 Count is the address of my first slot.
13 Count is the addresses of my other 5 slot's.
Is there a way to see where that value that gets coped is?
I need the source but all i have is a copy.
I need the address that the address i have read's.
If you know how to trace a copy to the original that would be helpful.
With that source address i can change my inventory.
Any help will be greatly appreciated.
Zero.
|
|