Resource icon

CLEO Release [CLEO]NotGetTired.cs

CLEO related
Status
Not open for further replies.

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
[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.
 

Attachments

  • NoGetTired.cs
    17.2 KB · Views: 279
  • NoGetTired v.0.2.cs
    17.3 KB · Views: 190
  • InfiniteRun.cs
    17.6 KB · Views: 627

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Nice Mod Brother!  :not_bad:
 

BadShah.

Active member
Joined
Jul 6, 2013
Messages
93
Reaction score
1
Can u make it auto enable? remove activation and deactivation please ! :D
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
No activation.
All credits to Flamez :p
From scratch but still... <3

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
 

Attachments

  • InfiniteRun.cs
    17.6 KB · Views: 165

vincetan789

Well-known member
Joined
Apr 4, 2014
Messages
212
Reaction score
1
Flamez link said:
Hello.

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
This is freakin' old.
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Well for many experienced cleo makers that is easy to do, no neee even be experienced but this is him first cleo so give some respect man.
 

godi

Active member
Joined
Mar 11, 2014
Messages
75
Reaction score
0
detectable  :sweet_jesus: :table_flip:
other people see you sliding on the ground if you are tired without this mod
but you see just the normal running cause you got the mod ^^
 

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
@Laserguke
Thanks for your feedback, that's makes me improving my CLEO.
 

Carlo El Kwarta

New member
Joined
Mar 28, 2017
Messages
1
Reaction score
0
TheZeRots said:
No activation.
All credits to Flamez :p
From scratch but still... <3

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
Thaaanks ! 
LOL.gif
 
Status
Not open for further replies.
Top