I only know the basic of it which is:
ASM:
to
C++:
I need help with this:
ASM:
to
C++???
ASM:
Code:
MOV EAX,DWORD PTR DS:[BASE]
MOV BYTE PTR DS:[EAX+OFFSET],Val1to
C++:
Code:
DWORD _T = *(PDWORD)BASE;
*(PBYTE)(_T + OFFSET)=Val1;I need help with this:
ASM:
Code:
MOV EAX,BASE
MOV DWORD PTR DS:[EAX+OFFSET],Val1
ADD EAX,Val2
CMP EAX,0x123456to
C++???
Ver publicacion completa // See full post --> >>UnKnoWnCheaTs - Multiplayer Game Hacks and Cheats<<
Thx Highbrow
PostDate: January 06, 2015 at 03:41PM
0 comments:
Post a Comment