Resource icon

CLEO Release CarControl by Mr.Ze |WITH DEACTIVATION AND PATCHES| + SOURCE

CLEO related
Status
Not open for further replies.

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
Right... so many CuntControls, I made one that activates with a command and CAN be DEACTIVATED... and I also wanted to add source with it, so here it all is:

[glow=red,2,300]How to use:[/glow]

Go inside any car as a passenger.
Type a a command /ControlCar to activate or deactivate.
Now you control the car as a passenger.

** YOU WILL SEE YOURSELF AS A DRIVER AND OTHER PLAYER OUTSIDE OF THE VEHICLE, BUT THAT IS ONLY ON YOUR SCREEN **


[glow=red,2,300]Enjoy trolling![/glow]




















Source to v1.2
Code:
{$CLEO .cs}

0B34: samp register_client_command "ControlCar" to_label @Control


WHILE TRUE
wait 0
if 0@ == 1
then
    0000: NOP
end
END

:Control
wait 0
03C0: $car = actor $PLAYER_ACTOR car
0B12: 0@ = 0@ XOR 1
if and
   Player.Defined($PLAYER_ACTOR)
   00DB:   actor $PLAYER_ACTOR in_car $car
then   
    if 
    0@ == 1
    then
    0B2E: 1@ = read_samp_memory 0x12D60 size 2
    0B2D: write samp_memory 0x12D60 value 0xC390 size 2
    0B2E: 2@ = read_samp_memory 0x13FA0 size 2
    0B2D: write samp_memory 0x13FA0 value 0xC390 size 2
    0B2E: 3@ = read_samp_memory 0x78560 size 2
    0B2D: write samp_memory 0x78560 value 0xC20400 size 2  
    036A: put_actor $PLAYER_ACTOR in_car $car
    0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {00CD00}You are in control now!" color 0xFFFFFF
    else
    0B2D: write samp_memory 0x12D60 value 1@ size 2
    0B2D: write samp_memory 0x13FA0 value 2@ size 2
    0B2D: write samp_memory 0x78560 value 3@ size 2 
    072B: put_actor $PLAYER_ACTOR into_car $car passengerseat -1 //Doesn't work for some reason?
    0430: put_actor $PLAYER_ACTOR into_car $car passenger_seat -1 //Works
    0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {FF0000}You are no longer in control!" color 0xFFFFFF
    end
else 0AF8: samp add_message_to_chat "You must be in a car!!" color 0x9000     
end     
SAMP.CmdRet
 

Attachments

  • CarControl v1.1.cs
    18.4 KB · Views: 218
  • CarControl v1.2.cs
    18.9 KB · Views: 1,066

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

True scripter  :urtheman:
 

Simon98

Well-known member
Joined
Feb 18, 2014
Messages
287
Reaction score
0
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

Well In my opinion you are a Retard...Basically the majority of the Users of this Cleo would use it on RP servers, and we all know in RP servers there is Vehicles locks such as E-lock in NGG-RP and as far as I know and Tested you get Kicked out of the car when you TP to the driver seat because of the Lock, And you can't even use the Hack if the doors are locked.

My solution:
Add patches from my "Master Car Cleo" so you can use every car and bypass E-lock.
Add TP to Car seat from outside so you can bypass Locked doors.

And this is how you get  CarControl v1.2.cs  :forever_hurra:   
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

SimonEleven link said:
Well In my opinion you are a Retard...Basically the majority of the Users of this Cleo would use it on RP servers, and we all know in RP servers there is Vehicles locks such as E-lock in NGG-RP and as far as I know and Tested you get Kicked out of the car when you TP to the driver seat because of the Lock, And you can't even use the Hack if the doors are locked.

My solution:
Add patches from my "Master Car Cleo" so you can use every car and bypass E-lock.
Add TP to Car seat from outside so you can bypass Locked doors.

And this is how you get  CarControl v1.2.cs  :forever_hurra:   
As far as i know , if u forgot to disabled the patch before enter interior i RP servers, u,ll get a fuck-world ( map loading bug) and ull not be able to enter any anymore unless u get a rescue from an admin or kill urself.
 

Simon98

Well-known member
Joined
Feb 18, 2014
Messages
287
Reaction score
0
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

D.Kay link said:
As far as i know , if u forgot to disabled the patch before enter interior i RP servers, u,ll get a fuck-world ( map loading bug) and ull not be able to enter any anymore unless u get a rescue from an admin or kill urself.

If you disable it and go back from you entered (the fuck up point) and re-entered you'll get free with no Fucker help..Tried it my self work every time.
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

Servers that have such detections would detect it anyway.
But of course, if I'm a retard I can't do that, or can I?.

So, Simon, if you were as half arsed as I, you'd do it yourself, but, of course, you aren't, so, here it is:
Code:
{$CLEO .cs}

0B34: samp register_client_command "ControlCar" to_label @Control


WHILE TRUE
wait 0
if 0@ == 1
then
    0000: NOP
end
END

:Control
wait 0
03C0: $car = actor $PLAYER_ACTOR car
0B12: 0@ = 0@ XOR 1
if and
   Player.Defined($PLAYER_ACTOR)
   00DB:   actor $PLAYER_ACTOR in_car $car
then   
    if 
    0@ == 1
    then
    0B2E: 1@ = read_samp_memory 0x12D60 size 2
    0B2D: write samp_memory 0x12D60 value 0xC390 size 2
    0B2E: 2@ = read_samp_memory 0x13FA0 size 2
    0B2D: write samp_memory 0x13FA0 value 0xC390 size 2
    0B2E: 3@ = read_samp_memory 0x78560 size 2
    0B2D: write samp_memory 0x78560 value 0xC20400 size 2  
    036A: put_actor $PLAYER_ACTOR in_car $car
    0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {00CD00}You are in control now!" color 0xFFFFFF
    else
    0B2D: write samp_memory 0x12D60 value 1@ size 2
    0B2D: write samp_memory 0x13FA0 value 2@ size 2
    0B2D: write samp_memory 0x78560 value 3@ size 2 
    072B: put_actor $PLAYER_ACTOR into_car $car passengerseat -1 //Doesn't work for some reason?
    0430: put_actor $PLAYER_ACTOR into_car $car passenger_seat -1 //Works
    0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {FF0000}You are no longer in control!" color 0xFFFFFF
    end
else 0AF8: samp add_message_to_chat "You must be in a car!!" color 0x9000     
end     
SAMP.CmdRet
The patches you could also find in S0beit's INI file.
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
227
Location
( ͡° ͜ʖ ͡°)
What if someone is already in the passanger seat?
Add this to your code to prevent wrong seating:

Code:
                03C0: 29@ = actor $PLAYER_ACTOR car
                01EA: 28@ = car 29@ max_passengers
                
                FOR 27@ = 0 TO 28@
                    IF
                    0431:   car 29@ passenger_seat_free 27@
                    THEN
                        0430: put_actor $PLAYER_ACTOR into_car 29@ passenger_seat 27@  
                        break
                    END
                END
 

ClausBear

Expert
Joined
Aug 19, 2013
Messages
647
Reaction score
0
A tip lol

on rp servers like ngrp where people die from the impact if the vehicle is moving too fast, just use speed hacks and ram into a wall and the guy driving the car will die lol.
 

iLost

Well-known member
Joined
Jun 5, 2014
Messages
216
Reaction score
0
Nice One ! I will try it . And Troll People as much i can ...  :lol:

EDIT : Im Crashing after using /controlcar  :yesyes:
 

GoodMan

Active member
Joined
Jun 4, 2014
Messages
141
Reaction score
0
It works well :) but for RP servers where exist /lock to lock a car comes a proble.. if the car you want control is locked, the anticheat detects it as an unlock hack and you get banned :dont_care: or just you can't control cuz is locked :challenge_completed: but well, thanks for the cleo
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
Opcode.eXe link said:
What if someone is already in the passanger seat?
Add this to your code to prevent wrong seating:

Code:
                03C0: 29@ = actor $PLAYER_ACTOR car
                01EA: 28@ = car 29@ max_passengers
                
                FOR 27@ = 0 TO 28@
                    IF
                    0431:   car 29@ passenger_seat_free 27@
                    THEN
                        0430: put_actor $PLAYER_ACTOR into_car 29@ passenger_seat 27@  
                        break
                    END
                END
= crash

? link said:
Whats new in this version beside the new ways of activate?
If only you'd read the title.
You can deactivate it, and v1.2 contains data patches.

Loco link said:
It works well :) but for RP servers where exist /lock to lock a car comes a proble.. if the car you want control is locked, the anticheat detects it as an unlock hack and you get banned :dont_care: or just you can't control cuz is locked :challenge_completed: but well, thanks for the cleo
Try both v1.1 and v1.2.
See if either of them work.
If server detects NOPs, use v1.1, if server detects you teleporting as driver, use v1.2.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

Mr.Ze link said:
-snip-
Code:
    0B2E: 3@ = read_samp_memory 0x78560 size 2
    0B2D: write samp_memory 0x78560 value 0xC20400 size 2 
C2 04 00 = 3 bytes = size 3

Alost 0x78560 = 0.3x offset, 0.3z = 0x78D10
 

Swag???

Active member
Joined
Jun 19, 2014
Messages
155
Reaction score
0
Re: CarControl by Mr.Ze |WITH DEACTIVATION| + SOURCE

SimonEleven link said:
Well In my opinion you are a Retard...Basically the majority of the Users of this Cleo would use it on RP servers, and we all know in RP servers there is Vehicles locks such as E-lock in NGG-RP and as far as I know and Tested you get Kicked out of the car when you TP to the driver seat because of the Lock, And you can't even use the Hack if the doors are locked.

My solution:
Add patches from my "Master Car Cleo" so you can use every car and bypass E-lock.
Add TP to Car seat from outside so you can bypass Locked doors.

And this is how you get  CarControl v1.2.cs  :forever_hurra: 

The master car CLEO is way tooo detectable, unless you use it wisely. Also if a stupid admin catches you, they may just kick you, but you may also get banned. It's too risky
 

not490

Well-known member
Joined
Feb 8, 2014
Messages
438
Reaction score
4
Mr.Ze link said:
= crash
If only you'd read the title.
You can deactivate it, and v1.2 contains data patches.
Try both v1.1 and v1.2.
See if either of them work.
If server detects NOPs, use v1.1, if server detects you teleporting as driver, use v1.2.
Worked fine, crash ? nope.
 

Kabal1

Active member
Joined
Mar 10, 2013
Messages
59
Reaction score
0
Is it possible to drive the car without being in the car ? so noone can se my name in the car ?
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Get in a car, teleport in another car => people which were streamed at that moment will see you in the first car.
 

Kabal1

Active member
Joined
Mar 10, 2013
Messages
59
Reaction score
0
TH3RM4L link said:
Get in a car, teleport in another car => people which were streamed at that moment will see you in the first car.
If I teleport to another car I get kicked because of carjacking ^^
Is it possible to go out from the vehicle but see the car on the cam ?
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Kabal1 link said:
If I teleport to another car I get kicked because of carjacking ^^
Is it possible to go out from the vehicle but see the car on the cam ?
No.
 

Kabal1

Active member
Joined
Mar 10, 2013
Messages
59
Reaction score
0
Does the other people can see my name if I control the car ?
 
Status
Not open for further replies.
Top