CLEO Help Auto 2-2.exe Problem

CLEO related

withyxu

Member
Joined
Oct 30, 2021
Messages
16
Reaction score
1
Location
idk
I downloaded this auto 2-2.exe but it doesn't work, any help?

My samp version

Video :

obs i am use 32 bits
 

Attachments

  • Samp v.PNG
    Samp v.PNG
    6.1 KB · Views: 2

Kross

Active member
Joined
Dec 15, 2021
Messages
149
Reaction score
42
I downloaded this auto 2-2.exe but it doesn't work, any help?

My samp version

Video :

obs i am use 32 bits
Use this and be happy (Automatic Activation)
PHP:
{$CLEO}
0000:

wait 0

repeat
    wait 0
until Player.Defined(0)

while true
    wait 0
    if and
        not Actor.Driving($PLAYER_ACTOR)
        8818: not actor $PLAYER_ACTOR in_air
        0AB0: 2 // RBM
    then
        if 0AB0: 2
        then
            while 0AB0: 2
                wait 0
            end

            1@ = 0

            /* 1@ = -1
            for 0@ = 22 to 32 step 1 // List guns
                if or
                    1@ == 25
                    1@ == 26
                    1@ == 27
                then continue
                end
       
                if 02D8: actor $PLAYER_ACTOR current_weapon == 0@
                then
                    1@ = 0
                    break
                end
            end */

            if 1@ <> -1
            then
                0470: 0@ = actor $PLAYER_ACTOR current_weapon
                while true
                    wait 0
                    01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0
                    0470: 1@ = actor $PLAYER_ACTOR current_weapon
                    if or
                        1@ == 0
                        1@ == 1
                    then break
                    end
                end
       
                01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0@
            end
        end
    end
end
 

Attachments

  • AutoScroll.cs
    18.7 KB · Views: 4

HaroldGnomo

Well-known member
Joined
Jun 20, 2021
Messages
211
Reaction score
59
Location
Sahara Desert
Use this and be happy (Automatic Activation)
PHP:
{$CLEO}
0000:

wait 0

repeat
    wait 0
until Player.Defined(0)

while true
    wait 0
    if and
        not Actor.Driving($PLAYER_ACTOR)
        8818: not actor $PLAYER_ACTOR in_air
        0AB0: 2 // RBM
    then
        if 0AB0: 2
        then
            while 0AB0: 2
                wait 0
            end

            1@ = 0

            /* 1@ = -1
            for 0@ = 22 to 32 step 1 // List guns
                if or
                    1@ == 25
                    1@ == 26
                    1@ == 27
                then continue
                end
       
                if 02D8: actor $PLAYER_ACTOR current_weapon == 0@
                then
                    1@ = 0
                    break
                end
            end */

            if 1@ <> -1
            then
                0470: 0@ = actor $PLAYER_ACTOR current_weapon
                while true
                    wait 0
                    01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0
                    0470: 1@ = actor $PLAYER_ACTOR current_weapon
                    if or
                        1@ == 0
                        1@ == 1
                    then break
                    end
                end
       
                01B9: set_actor $PLAYER_ACTOR armed_weapon_to 0@
            end
        end
    end
end
thats what im talking about!!
 
Top