Posts by HackerVoDanh
4 posts total, newest first.
Game Crahsed When Editing Memory Directlyin C++/C Programming - [QUOTE=KissU;5863686]//Note: The adress are fake!
#define ADDR_TIME 0x0100579C
#define ADDR_MONEY 0x01005194
DWORD *Time = ADDR_TIME;
PBYTE NOP[] = {0x90,0x90,0x90,0x90,0x90,0x90,0x90};
if(GetAsyncKeyState(VK_NUMPAD1))Game Crahsed When Editing Memory Directlyin C++/C Programming - first,sorry my bad english :D
WriteProcessMemory Funtion is not work for gg antihack.So i used this code:
*(DWORD*)0x1111111 = 5;
and then my game is crash,while i'm using this code:
Y=*(DWORD*)(0xmy address);
[Help]Call ProcessName ???in Visual Basic Programming - ok thank all :D[Help]Call ProcessName ???in Visual Basic Programming - Call WriteALong("WindowName", &haddress, value)
how i can call "ProcessName" not "WindowName" ?,plzz help me :(
Showing the 4 most recent posts.