Resource icon

CLEO Release CARC.cs | REMOTE CAR CONTROL!

CLEO related
Status
Not open for further replies.

4changesLeft

Well-known member
Joined
Apr 10, 2015
Messages
365
Reaction score
3
[Description]
Hey guys. Today I will release this really cool CLEO script, which allows you to control your target's car remotely! It works on all SAMP versions.
 
[Usage]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]-You [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]must[/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif] be driving a car.[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]-The target [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]must[/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif] be driving [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]another [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]car.[/font]
[font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]-The target [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]must [/font][font='Source Sans Pro', Tahoma, 'Helvetica Neue', Arial, sans-serif]be within stream zone.[/font]
[font=Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif] [/font]
[font=Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif]Type /carc <ID> to start controlling.
Type /carc to stop controlling.[/font]


[font=Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif][Sync][/font]
[font=Source Sans Pro, Tahoma, Helvetica Neue, Arial, sans-serif]-In your screen, it looks like you teleport on your target's car as a driver, with your car standing still.
-In your target's screen, it looks like the car is moving on its own, while he sees you in your car as a driver.
-In your target's screen, it looks like your car is moving while you're controlling, and after you stop controlling, your car teleports back in its default position.
[/font]

I hope you enjoy it, and have fun trolling!
 

Attachments

  • carc.cs
    20.4 KB · Views: 2,087

Cinaro

Well-known member
Joined
Jun 30, 2015
Messages
277
Reaction score
5
Can't seem to DL it gives my weird code's...
 

4changesLeft

Well-known member
Joined
Apr 10, 2015
Messages
365
Reaction score
3
Angry said:
its Not Detectable Right?
This hack works with tping to somebody's car
TPing is detectable mostly on RP servers, so if you're playing on a RP with good anti-cheat, it will detect it
 

[redsun]Akshay2

Active member
Joined
Oct 1, 2016
Messages
65
Reaction score
1
Location
USA
nice other will see their cars controling by itself while you in his car nice cleo
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,126
Solutions
1
Reaction score
157
my mod's source (based on Mr.Ze mod)
http://ugbase.eu/Thread-carControl-cs-modified-for-remote-control

Code:
{$CLEO .cs}

0B34: samp register_client_command "co" to_label @activation
0000: NOP
0@ = 0

:Control
wait 0
if 0@ == 1
then 
036A: put_actor $PLAYER_ACTOR in_car 5@
0@ = 2
else
    if 0@ == 3
    then
    036A: put_actor $PLAYER_ACTOR in_car 4@
    0@ = 0 
    end
end
jump @Control

:activation
wait 0
if 0@ == 2
then
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 
0@ = 3
0159: camera_on_ped $PLAYER_ACTOR mode 4 switchstyle 2
015A: restore_camera
02EB: restore_camera_with_jumpcut
0373: set_camera_directly_behind_player
0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {FF0000}You are no longer in control!" color 0xFFFFFF 
SAMP.CmdRet
end

if and
Player.Defined($PLAYER_ACTOR)
0449:   actor $PLAYER_ACTOR in_a_car
then
    0B35: samp 25@ = get_last_command_params
    if
    0AD4: 26@ = scan_string 25@ format "%d" 24@ //IF and SET
    then
        if
        0B23:  samp is_player_connected 24@
        then
            if
            0B20: samp 27@ = actor_handle_by_samp_player_id 24@
            then
                if
                0449:   actor 27@ in_a_car
                then
                5@ = Actor.CurrentCar(27@)             
                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 
                4@ = Actor.CurrentCar($PLAYER_ACTOR)
                0@ = 1
                0158: camera_on_car 5@ mode 18 switchstyle 2
                0AF8: samp add_message_to_chat "{8650AC}[CarControl]: {00CD00}You are in control now!" color 0xFFFFFF
                else 0AF8: samp add_message_to_chat "Specified player must be driving" color 0x9000   
                end
            else 0AF8: samp add_message_to_chat "Specified player is not streamed in" color 0x9000 
            end      
        else 0AF8: samp add_message_to_chat "Specified player is offline" color 0x9000  
        end  
    else 0AF8: samp add_message_to_chat "Wrong format" color 0x9000     
    end     
else
0AF8: samp add_message_to_chat "You must be in a car" color 0x9000     
end                     
SAMP.CmdRet



this mod's source:

Code:
{$CLEO .cs}

hex

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 

end



0B34: samp register_client_command "carc" to_label @activation

0000: NOP

0@ = 0



:Control

wait 0

if 0@ == 1

then 

036A: put_actor $PLAYER_ACTOR in_car 5@

0@ = 2

else

    if 0@ == 3

    then

    036A: put_actor $PLAYER_ACTOR in_car 4@

    0@ = 0 

    end

end

jump @Control



:activation

wait 0

if 0@ == 2

then

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 

0@ = 3

0AF8: samp add_message_to_chat "CARC: Stopped controlling!" color 0xFFFFFF 

SAMP.CmdRet

end



if and

Player.Defined($PLAYER_ACTOR)

0449:   actor $PLAYER_ACTOR in_a_car

then

    0B35: samp 25@ = get_last_command_params

    if

    0AD4: 26@ = scan_string 25@ format "%d" 24@ //IF and SET

    then

        if

        0B23:  samp is_player_connected 24@

        then

            if

            0B20: samp 27@ = actor_handle_by_samp_player_id 24@

            then

                if

                0449:   actor 27@ in_a_car

                then

                5@ = Actor.CurrentCar(27@)             

                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 

                4@ = Actor.CurrentCar($PLAYER_ACTOR)

                0@ = 1

                0AF8: samp add_message_to_chat "CARC: Controlling!" color 0xFFFFFF

                else 0AF8: samp add_message_to_chat "CARC: Specified player must be driving" color 0xFFFFFF   

                end

            else 0AF8: samp add_message_to_chat "CARC: Specified player is not streamed in" color 0xFFFFFF 

            end      

        else 0AF8: samp add_message_to_chat "CARC: Specified player is offline" 0xFFFFFF  

        end  

    else 0AF8: samp add_message_to_chat "Usage: /carc <ID>" color 0xFFFFFF     

    end     

else

0AF8: samp add_message_to_chat "CARC: You must be in a car" color


:fucku:
 
Status
Not open for further replies.
Top