| View previous topic :: View next topic |
| Author |
Message |
pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 81
|
Posted: Tue Feb 26, 2013 3:58 am Post subject: help about h.a.w.x 2 health andtime values |
|
|
| i want to search for health which is 100% and the time as well so what kind of data i should look for float or double? any ideas?
|
|
| Back to top |
|
 |
pharaon Advanced Cheater
Reputation: 1
Joined: 29 Jun 2012 Posts: 81
|
Posted: Tue Feb 26, 2013 1:22 pm Post subject: |
|
|
how to hack this address without crashing the game
fstp dword ptr [esi]
test ecx,ecx
je HAWX2_DX11.exe+18C8D6
|
|
| Back to top |
|
 |
Fresco Grandmaster Cheater
Reputation: 4
Joined: 07 Nov 2010 Posts: 600
|
Posted: Wed Feb 27, 2013 1:01 pm Post subject: |
|
|
fstp = store st0 and pop st0
you would need to alloc some fake memory, registersymbol it
and then make the game write to the new allocated memory instead of [esi]
| Code: | alloc(newmem,4)
registersymbol(newmem)
newmem:
db 00 00 00 00
game address:
fstp dword ptr [newmem]
test ecx,ecx
je HAWX2_DX11.exe+18C8D6 |
_________________
... Fresco |
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Wed Feb 27, 2013 2:18 pm Post subject: |
|
|
Actually if he wants to skip this instruction:
fstp dword ptr [esi] - opcode D9 1E
He can use simple:
fstp st(0) - opcode DD D8
| Code: | address:
fstp st(0)
test ecx,ecx |
_________________
|
|
| Back to top |
|
 |
AakashJaviA How do I cheat?
Reputation: 0
Joined: 30 Aug 2015 Posts: 1
|
Posted: Sun Aug 30, 2015 6:06 am Post subject: |
|
|
| Did you guys get it working?
|
|
| Back to top |
|
 |
|