Shrooms

Untitled

Jul 16th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. unlimited hp/mp
  2.  
  3. [enable]
  4. 005DB9E8: // 81 FB ? ? 00 00 ? ? ? ? ? ? ? ? 83 C0
  5. cmp ebx,00000001
  6.  
  7. [disable]
  8. 005DB9E8:
  9. cmp ebx,00000080
  10.  
  11. // another dupex :smiley: (perfect without any uce)
  12. [enable]
  13. alloc(JimmyLinDupeX,50)
  14. alloc(platform,4)
  15. registersymbol(platform)
  16. label(finish)
  17. label(end)
  18.  
  19. platform:
  20. dd 0
  21.  
  22. JimmyLinDupeX:
  23. test [platform],FFFFFFFF //Unrandomize Platform, you can edit if you want.
  24. jnz finish
  25. mov [platform],edi
  26.  
  27. finish:
  28. mov edi,[platform]
  29. mov [esi+00000114],edi
  30. jmp end
  31.  
  32. 005BEC6D: // Array of Bytes 89 BE 14 01 00 00 89 86 18 01 00 00 39 41 04 74
  33. jmp JimmyLinDupeX
  34. nop
  35. end:
  36.  
  37. [disable]
  38. 005BEC6D: //Array of Bytes 89 BE 14 01 00 00 89 86 18 01 00 00 39 41 04 74
  39.  
  40. mov [esi+00000114],edi
  41. dealloc(JimmyLinDupex)
  42. dealloc(platform)
  43. unregistersymbol(platform)
Advertisement
Add Comment
Please, Sign In to add comment