Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. //Mod by Cam1596
  2. [Enable]
  3. alloc(CSX,100)
  4. label(CSXReturn)
  5. label(CSXRet)
  6.  
  7. CSX:
  8. cmp dword ptr [00d824ac],00
  9. je CSXReturn
  10. push eax
  11. mov eax,[00d884cc]//A1 ? ? ? ? 3B C7 0F 84 ? ? ? ? 6A FF
  12. mov eax,[eax+3888]
  13. cmp eax,50
  14. pop eax
  15. jg CSXReturn
  16. push eax
  17. mov eax,[00d884cc]
  18. mov eax,[eax+189c]
  19. cmp esi,eax
  20. pop eax
  21. jne CSXReturn
  22. add eax,06
  23. jmp CSXReturn
  24.  
  25. CSXReturn:
  26. mov [ebx], eax
  27. mov edi,[ebp+10]
  28. jmp CSXRet
  29.  
  30. 00B045C9://89 03 8B 7D 10 85 FF 74 5E FF
  31. jmp CSX
  32. CSXRet:
  33.  
  34. [Disable]
  35. 00B045C9:
  36. db 89 03 8B 7D 10
  37. dealloc(CSX)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement