Advertisement
cotopian

Reactor Morph v180.1

Jan 19th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. //CREDIT YEESHIN
  2. [Enable]
  3. alloc(Reactor_Morph,123)
  4. alloc(Reactor_Force_V2,123)
  5. label(Reactor_Morph_Return)
  6. label(rett)
  7.  
  8.  
  9. Reactor_Morph:
  10. //mov eax, #0002000
  11. mov eax, #1012000 // Green Plant Reactor ID
  12. mov [esi+04],eax
  13. mov ecx,edi
  14. jmp Reactor_Morph_Return
  15.  
  16. 011C31BF: // 89 46 ?? 8B CF C7 46 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 0F B6 C0
  17. jmp Reactor_Morph
  18. Reactor_Morph_Return:
  19.  
  20. Reactor_Force_V2:
  21. add [esp],2
  22. mov [esi+28],eax
  23. lea ecx,[esp+6C]
  24. jmp rett
  25.  
  26. 011BD39B: // 89 ? ? 8d 4c ? ? c7 ? ? FE FF FF FF
  27. jmp Reactor_Force_V2
  28. db 90 90
  29. rett:
  30.  
  31. [disable]
  32. dealloc(Reactor_Morph,123)
  33. dealloc(Reactor_Force_V2,123)
  34.  
  35. 011BD39B:
  36. mov [esi+28],eax
  37. lea ecx,[esp+6C]
  38.  
  39. 011C31BF:
  40. mov [esi+04],eax
  41. mov ecx,edi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement