Guest User

Infinity run and Auto UnFreeze cleo code

a guest
Jan 6th, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {$CLEO .cs}
  2.  
  3. //-------------MAIN---------------
  4. thread 'RUN_SYLAR'
  5.  
  6. :RUN_SYLAR_19
  7. wait 0
  8. if
  9. Player.Defined($PLAYER_CHAR)
  10. jf @RUN_SYLAR_19
  11. Player.InfiniteRun($PLAYER_CHAR) = True
  12. Player.CanMove($PLAYER_CHAR) = True
  13. Actor.LockInCurrentPosition($PLAYER_ACTOR) = False
  14. 018C: play_sound 1058 at 0.0 0.0 0.0
  15. goto @RUN_SYLAR_19
  16. end_thread
Add Comment
Please, Sign In to add comment