- Joined
- Apr 4, 2014
- Messages
- 608
- Reaction score
- 3
[glow=blue,2,300]NotGetTired.cs[/glow]
Welcome to my first mod of Cleo Scripting, Dont get mad at me cause im still Noob at Cleo Scripting. :dont_care:
Today i will release my 1st CLEO Mod.
Somehow, this CLEO may works on Onfoot race (make a party first! :youdontsay: )
If someone says you cheating, Deactivate it.
Download at the attachment.
Activation : F10
Deactivation : F9
Code:
{$CLEO .cs}
thread 'NoGetTired'
:NoGetTired_01
wait 0
if
0AB0: key_pressed 121
else_jump @NoGetTired_01
0330: set_player $PLAYER_CHAR infinite_run 1
jump @NoGetTired_02
:NoGetTired_02
wait 0
if
0AB0: key_pressed 120
else_jump @NoGetTired_02
0330: set_player $PLAYER_CHAR infinite_run 0
jump @NoGetTired_01
Edit :
With a new reminder that this is Activated/Deactivated!
Code:
{$CLEO .cs}
thread 'NoGetTired'
:NoGetTired_01
wait 0
if
0AB0: key_pressed 121
else_jump @NoGetTired_01
0330: set_player $PLAYER_CHAR infinite_run 1
0AF8: samp add_message_to_chat "{FF0000}NOGETTIRED {FFFFFF}IS NOW ACTIVATED." color 0xFFFFFF 1@
jump @NoGetTired_02
:NoGetTired_02
wait 0
if
0AB0: key_pressed 120
else_jump @NoGetTired_02
0330: set_player $PLAYER_CHAR infinite_run 0
0AF8: samp add_message_to_chat "{FF0000}NOGETTIRED {FFFFFF}IS NOW DEACTIVATED." color 0xFFFFFF 1@
jump @NoGetTired_01
Get it at the attachment.
NB: Use Anti-Crash before using this.
_______________________________________________________________________
And also get the auto-activated one in the attachment (Thanks to Grandpa Ze a.k.a Batman Ze a.k.a Mr.Ze :dont_care: ) (Download InfiniteRun.cs)
Code:
thread 'INFINITE_RUN'
:INFINITE_RUN_19
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @INFINITE_RUN_19
Player.InfiniteRun($PLAYER_CHAR) = True
jump @INFINITE_RUN_19
end_thread
_______________________________________________________________________
Virustotal : https://www.virustotal.com/en/file/b1115a3d6762689538953b503d657538e3ca626d747badcee359244979abc128/analysis/1401782816/
Edit : For some reason, V2 needs to be fixed, so for this time, you should use v1 until i fixed the v2.