Advertisement
chrondog

Untitled

Dec 30th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. void JUMP()
  2. {
  3. int JUMP = 5;
  4. WriteProcessMemory(phandle, (LPVOID)(Clientdll+0x7711E8), &JUMP, sizeof(JUMP), NULL);
  5. Sleep(1);
  6. JUMP = 4;
  7. WriteProcessMemory(phandle, (LPVOID)(Clientdll+0x7711E8), &JUMP, sizeof(JUMP), NULL);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement