PDA

View Full Version : what is wrond with this



man2fight
12-19-2007, 11:30 AM
warrock crash if it turn it on
It is the OPK hack


memory();
BYTE Nop[ ] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
BYTE Nop1[ ] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
BYTE Nop2[ ] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xadress), &Nop, sizeof(Nop), NULL);
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xadress), &Nop1, sizeof(Nop), NULL);
WriteProcessMemory(hProcess, (LPVOID*)(DWORD) (0xadress), &Nop2, sizeof(Nop), NULL);
break;

Dxt-Cobra
12-19-2007, 12:19 PM
you dont nop opk like that.and it takes like 7 addies to make it work.

man2fight
12-19-2007, 12:23 PM
ok but i got a another question how works asm and how do you make hacks with asm