Advertisement
IllidanS4

FixHeat.txt

Oct 31st, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.41 KB | None | 0 0
  1. {$CLEO .cs}
  2. //FixHeat by IllidanS4
  3.  
  4. //-------------MAIN---------------
  5. 0000: NOP
  6.  
  7. :check
  8. wait 0
  9. 0A8D: 0@ = read_memory 0x00C81320 size 2 vp 0 //weather
  10. 0A8D: 1@ = read_memory 0x00B72914 size 4 vp 0 //interior
  11. if or
  12.     0@ == 0
  13.     0@ == 11
  14.     0@ == 17
  15.     0@ == 18
  16. jf @disable
  17. if 1@ == 0
  18. jf @disable
  19. :enable
  20. 08FD: enable_heat_visuals 1
  21. jump @check
  22. :disable
  23. 08FD: enable_heat_visuals 0
  24. jump @check
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement