Advertisement
toko214

Untitled

Mar 25th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Tubi No Loot Animation  Updated By toko214
  2. [ENABLE]
  3. alloc(Tubi,64)
  4. label(Ret)
  5.  
  6. Tubi:
  7. mov eax, 0
  8. push esi
  9. jmp Ret
  10.  
  11. 01833280:
  12. jmp Tubi
  13. Ret:
  14.  
  15. 0050ABC6: // Remove loot animation
  16. db 81 FE 00 00 00 00
  17.  
  18. [DISABLE]
  19. 01833280: // FUNCTION START (mov eax,[esp+04]): 8D 8E ? ? 00 00 E8 ? ? ? ? E8 ? ? ? ? 50
  20. mov eax,[esp+04]
  21. push esi
  22.  
  23. 0050ABD6: // 81 ? ? ? 00 00 0F 8D ? ? 00 00 85 ? 0F 84 [1st Result]
  24. db 81 FE BC 02 00 00
  25.  
  26. dealloc(Tubi)
  27.  
  28.  
  29. reactor dem updtaed by toko214
  30. //Updated by toko214
  31. [Enable]
  32. 00E2A72A:
  33. db 00
  34.  
  35. [Disable]
  36. 00E2A72A: //01 00 00 00 D8 D1 DF E0
  37. db 01
  38.  
  39.  
  40.  
  41. //Perfect tubi updated by toko214
  42. // Called address (First mov below called address)
  43. // E8 ? ? ? ? 8B 86 ? ? ? ? C6 44 24 ? 05 85 C0 74 ? 83 C0 04
  44. Define(Tubi, 008722DA)
  45.  
  46.  
  47. // calculate_parbolic_motion_duration
  48. // DC 0D ? ? ? ? 83 C4 ? E9 ? ? ? ? DD 05
  49. Define(InstantDrop, 00730974)
  50.  
  51.  
  52. // 2B 70 ? 81 FE ? ? ? 00 0F 8D ? ? ? 00 85 ED 0F 84
  53. Define(NoAnimation, 0050ABD3)
  54.  
  55.  
  56. [Enable]
  57. Tubi:
  58. db 90 90 90 90 90 90
  59.  
  60.  
  61. InstantDrop:
  62. fsub qword ptr [017C4778]
  63.  
  64.  
  65. NoAnimation+5:
  66. dd 0
  67.  
  68.  
  69. [Disable]
  70. Tubi:
  71. mov [esi+00001CE8],eax
  72.  
  73.  
  74. InstantDrop:
  75. fmul qword ptr [01D247E8]
  76.  
  77.  
  78. NoAnimation+5:
  79. dd 2B 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement