Resource icon

CLEO Release [RELEASE]BOOOOOST.CS

CLEO related
Status
Not open for further replies.

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
UPDATES:
-changed key
-changed speed

hi, after some questions :challenge_completed: now there is! MY FIRST CLEO MOD IS HERE!

This is maybe undetectable and good for NG:RP because it's only 65.0 km/h which is Speed Limit. I Tried This on almost all of the server, COMPLETELY WORKING!  :ppffh:

Instructions:
HOLD or TAP RMB (right mouse button) [Updated! 6/11/14]

INSPIRATION
because of NG:RP Slow PIZZA DELIVERY

-Hold LMB to fast up your vehicle
-Just TAP LMB While On Boat because it will fly and youre BANNED  :me_gusta:
-The Car or Bikes Will Be Fly If You Keep Holding LMB  :urtheman:


doesnt need samp funcs or other dirty things out there  :hellno:

REMEMBER!
:red_eyes: + :stoned: + :table_flip: + :computer_guy: + :face_palm: + :bawww: + :fuck_you: = SUCCESS
 

Attachments

  • BOOOST.cs
    17.9 KB · Views: 60
  • BOOOSTv2.cs
    17.9 KB · Views: 257

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
why still waiting for approval?  :computer_guy:
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
it'll be perfect if you add some conditions like "Not vehicle in air" , "Not vehicle flipped" ... so it'll not fly and fking around , if overdose using it  :urtheman:
Code:
01F4: not  car 0@ flipped
01F3: not  car 0@ in_air
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
D.Kay link said:
it'll be perfect if you add some conditions like "Not vehicle in air" , "Not vehicle flipped" ... so it'll not fly and fking around , if overdose using it  :urtheman:
Code:
01F4: not  car 0@ flipped
01F3: not  car 0@ in_air

ok, i will add that on next version, sorry, it's just my first cleo mod  :eek:key:
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Bagus_Rianto link said:
crash? :stoned:


:fuck_you:

it's works perfectly, i tried it on my different computer
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Nah , you did great job on this , even my first isn't as good as you :not_bad:
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Thanks!!!!!

im very thankful to god, he give me a creative mind!  :somuchwin:

i just thinked about this becuase while im driving a truck,,, it's too slow,,, i tried to make a booster and THEN BAMMMM!


i hope those moderators and admins here are add "THANKS" system in forums  :watchout:
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
D.Kay link said:
Nah , you did great job on this , even my first isn't as good as you :not_bad:

i just readed ZAZ tutorial, carfully even i dont understand english very well  :youdontsay:
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Bagus_Rianto link said:
dont work for me :table_flip:

i didn't know why it doesn't work to you, maybe you have corrupted CLEO or gta sa  :dont_care:
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
Xer link said:
[quote author=Bagus_Rianto link=topic=7712.msg43976#msg43976 date=1402466132]
dont work for me :table_flip:

i didn't know why it doesn't work to you, maybe you have corrupted CLEO or gta sa  :dont_care:
[/quote]
I decompiled your CLEO. I see a lot of mistakes. I'll leave a fixed version for you. Learn from it.
Code:
{$CLEO .cs} // TO COMPILE AS .CS
0000: MADE BY XER // ITS LIKE THREAD "MADEBYXER"

:START
WAIT 0 // Need wait 0 at beginning of loops!, otherwise crash.
IF
00DF:   actor $PLAYER_ACTOR driving // Check IF driving
jf @START // go back to :START if im not in car
IF
0AB0: key_pressed 2  //Check IF Rightclicking
jf @START //  go back to :START if i dont rightclick
03C0: 0@ = actor $PLAYER_ACTOR car // get my car
04BA: set_car_forward_speed 0@ to 60.0  // set forward speed
0ACD: "BOOST-UP BY ~r~XER ~g~v2 ~y~UGBASE.EU" time 2000 ms 
jump @START
 

Xer

Well-known member
Joined
May 11, 2013
Messages
256
Reaction score
0
Opcode.eXe link said:
[quote author=Xer link=topic=7712.msg44005#msg44005 date=1402491930]
[quote author=Bagus_Rianto link=topic=7712.msg43976#msg43976 date=1402466132]
dont work for me :table_flip:

i didn't know why it doesn't work to you, maybe you have corrupted CLEO or gta sa  :dont_care:
[/quote]
I decompiled your CLEO. I see a lot of mistakes. I'll leave a fixed version for you. Learn from it.
Code:
{$CLEO .cs} // TO COMPILE AS .CS
0000: MADE BY XER // ITS LIKE THREAD "MADEBYXER"

:START
WAIT 0 // Need wait 0 at beginning of loops!, otherwise crash.
IF
00DF:   actor $PLAYER_ACTOR driving // Check IF driving
jf @START
IF
0AB0: key_pressed 2  //Check IF Rightclicking
jf @START
03C0: 0@ = actor $PLAYER_ACTOR car // get my car
04BA: set_car_forward_speed 0@ to 60.0  // set forward speed
0ACD: "BOOST-UP BY ~r~XER ~g~v2 ~y~UGBASE.EU" time 2000 ms 
jump @START
[/quote]

sorry for mistakes, it's just my first time to make cleo mod  :dont_care:

i get "Unknown Directive WAIT 0" just fixed it, too many error :p

edit i just dont know how to fix
if @SN_42
jump @SN_46
cuz i get an unknown directive
 

Bagus_Rianto

Active member
Joined
May 9, 2014
Messages
90
Reaction score
1
Xer link said:
[quote author=Bagus_Rianto link=topic=7712.msg43976#msg43976 date=1402466132]
dont work for me :table_flip:

i didn't know why it doesn't work to you, maybe you have corrupted CLEO or gta sa  :dont_care:
[/quote]
but all my cleo work, only this cleo make me crash :bawww:
 

austin0120

New member
Joined
Dec 18, 2013
Messages
4
Reaction score
0
This cleo seems amazing, but I crash when I try to load up SAMP. All my cleos work, but this one crashes me. Help me?
 
Status
Not open for further replies.
Top