lamafao Expert Cheater
Reputation: 1
Joined: 17 Apr 2013 Posts: 130
|
Posted: Thu Apr 24, 2014 2:30 pm Post subject: Trying to find other Players/Bots |
|
|
Trying to do this on Assault Cube game with bots
So what do i do now to change their coordinates to my? Or better - how do i find out or filter their addresses so i can change anything i want with the same method?
| Code: |
ac_client.exe+5BD64 - 8B 4E 34 - mov ecx,[esi+34]
ac_client.exe+5BD67 - D9 46 5C - fld dword ptr [esi+5C]
ac_client.exe+5BD6A - 8B 56 38 - mov edx,[esi+38]
ac_client.exe+5BD6D - 89 4E 04 - mov [esi+04],ecx
ac_client.exe+5BD70 - 8B 4E 3C - mov ecx,[esi+3C]
ac_client.exe+5BD73 - 89 56 08 - mov [esi+08],edx
ac_client.exe+5BD76 - 89 4E 0C - mov [esi+0C],ecx
These sends X/Y/Z coords to all the bots/player
ac_client.exe+5BD64 - 8B 4E 34 - mov ecx,[esi+34] X
ac_client.exe+5BD6A - 8B 56 38 - mov edx,[esi+38] Y
ac_client.exe+5BD70 - 8B 4E 3C - mov ecx,[esi+3C] Z |
|
|