Advertisement
ChaosHacks

Test

Dec 20th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [ENABLE]
  2. label(enemy)
  3.  
  4. globalalloc(actInstantKill,4)
  5.  
  6. newmem:
  7. push esi
  8. mov esi,[eax+218]
  9. mov esi,[eax+48]
  10. cmp [eax+d40],0
  11. pop esi
  12. jne code
  13. fld [eax]
  14. fstp [eax+04]
  15. fstp [eax+08]
  16. jmp return
  17.  
  18. code:
  19. cmp [actInstantKill],1
  20. je enemy
  21. secondcheck:
  22. movss [eax+04],xmm0
  23. jmp return
  24.  
  25. actInstantKill:
  26. dd 1
  27.  
  28. enemy:
  29. cmp [eax+d40],0
  30. je secondcheck
  31. xorps xmm0,xmm0
  32. movss [eax+04],xmm0
  33. jmp return
  34.  
  35. address:
  36. jmp newmem
  37. return:
  38.  
  39. [DISABLE]
  40. address:
  41. db bytes
  42. dealloc(newmem)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement