Advertisement
Guest User

Untitled

a guest
May 30th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. DWORD GameBase= *(PDWORD)0x008DB77C;
  2. while(1)
  3. {
  4. if(GetAsyncKeyState(VK_NUMPAD0)&1)
  5. Hack_AntiKick = !Hack_AntiKick;
  6. if(Hack_AntiKick)
  7. {
  8.  
  9. memcpy((void*)(GameBase+0xCC7D3), (void*)"\x5",1) ;
  10. memcpy((void*)(GameBase+0xCC7FD), (void*)"\x75",1) ;
  11. Sleep(10);
  12. memcpy((void*)(GameBase+0xCC7D3), (void*)"\x84",1) ;
  13. memcpy((void*)(GameBase+0xCC7FD), (void*)"\x74",1) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement