Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // This file was decompiled using sascm.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
  2.  
  3. {$CLEO .cs}
  4.  
  5. //-------------MAIN---------------
  6. thread 'ANTISTUNSHOT'
  7. 0662: NOP "XZYTRO SAYS HI"
  8. 0662: NOP "FROM UGBASE.EU"
  9.  
  10. :MAIN
  11. wait 0
  12. if and
  13. 0256: player $PLAYER_CHAR defined
  14. 0AB0: key_pressed 100
  15. else_jump @MAIN
  16. wait 0
  17. 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 1
  18. print "~W~ANTI-STUNSHOT ~G~ENABLED" 1200
  19.  
  20. :DEACTIVATION
  21. wait 0
  22. if
  23. 0AB0: key_pressed 101
  24. else_jump @DEACTIVATION
  25. wait 0
  26. 0946: set_actor $PLAYER_ACTOR actions_uninterupted_by_weapon_fire 0
  27. print "~Y~ANTI-STUNSHOT ~R~DISABLED" 1200
  28. jump @MAIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement