Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [ENABLE]
  2. alloc(sbdem,128)
  3.  
  4. sbdem:
  5. mov edx,00B2C608 //Char pID
  6. mov edx,[edx]
  7. push eax
  8. mov eax,000011F0 //Item X
  9. add eax,04
  10. mov ecx,[eax+edx]
  11. pop eax
  12. push ecx
  13. push eax
  14. mov eax,000011F0 //Item X
  15. mov ecx,[eax+edx]
  16. pop eax
  17. add ecx,25
  18. push ecx
  19. mov esi,eax
  20. jmp 004F8FDA
  21.  
  22. 0063169F:
  23. jmp sbdem
  24. nop
  25.  
  26. [DISABLE]
  27. dealloc(sbdem)
  28.  
  29. 0063169F:
  30. db FF B3 EC 04 00 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement