Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {$CLEO .cs}
  2.  
  3. //-------------MAIN---------------
  4. 0000: NOP
  5.  
  6. :NONAME_2
  7. wait 0
  8. 05E0: 1@ = read_memory 10553666 size 4 virtual_protect 0
  9. 05E0: 2@ = read_memory 10553670 size 4 virtual_protect 0
  10. if and
  11. 1@ == 1380535840 // @ == int
  12. 2@ == 1095979081 // @ == int
  13. else_goto @NONAME_241
  14. if
  15. 00E0: player $PLAYER_CHAR in_any_car
  16. else_goto @NONAME_241
  17. 03C1: 0@ = player $PLAYER_CHAR car_no_save
  18. 3@ = Car.Health(0@)
  19. if
  20. 3@ == 1000 // @ == int
  21. else_goto @NONAME_241
  22. 05E7: 4@ = car 0@ struct
  23. 4@ += 668 // @ += int
  24. 05E0: 4@ = read_memory 4@ size 1 virtual_protect 0
  25. if
  26. 4@ == 0 // @ == int
  27. else_goto @NONAME_205
  28. 05E7: 0@ = car 0@ struct
  29. 05E3: call_method 5801264 struct 0@ num_params 0 pop 0
  30. 05DF: write_memory 10553666 size 1 value 87 virtual_protect 0
  31. jump @NONAME_241
  32.  
  33. :NONAME_205
  34. 05E7: 0@ = car 0@ struct
  35. 05E3: call_method 6332160 struct 0@ num_params 0 pop 0
  36. 05DF: write_memory 10553666 size 1 value 87 virtual_protect 0
  37.  
  38. :NONAME_241
  39. jump @NONAME_2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement