CLEO Help Autoscroll - 4shoot

CLEO related
Status
Not open for further replies.

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
Will make someone auto scroll, I could shoot 4-shoot? + When I hold the right button and press the left button so I flipped from 2 to 4?
 

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
Yes, but I want to when you hold the right button on the mouse and shoot with the left button so that it flipping from 2 to 4

For this one you have to let go of the right button. :D
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,734
Solutions
2
Reaction score
117
you're gonna be releasing right click anyway when you 2 shot because you can't switch guns while aiming.
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,734
Solutions
2
Reaction score
117
You can't 2 shot without releasing aim it's not hard you must be really bad if you need one where you don't release aim.
 

Schinko

Active member
Joined
Mar 5, 2013
Messages
187
Reaction score
1
Dude, use english speaking uploaders in future. Or just use the attachments in forum man.

Seems to work. Press X once, sound is irritating but it works.
 

Attachments

  • Auto2Shot.cs
    20.1 KB · Views: 79

Zin

Expert
Joined
Aug 1, 2013
Messages
1,734
Solutions
2
Reaction score
117
jedubombyEoS link said:
nice work man...

You could make a button for acceleration and deceleration?


speed scroll is just right :)

I don't think anyone is going to make a deceleration and acceleration but I think you can change the speed if you go into the script with sannybuilder and at the top you will see

Code:
0000: NOP 
thread 'SCROLL' 
10@ = 200

if you change 200 to something I'm assuming it changes the speed.
 

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
and why makes this scroll that two quick flipped to 4?

it is this scroll http://uloz.to/xEfgg2rj/autoscroll-3-cs
and this is video https://www.youtube.com/watch?v=8078tVdMcv4&feature=youtu.be

but does it only sometimes.
You could fix it? thx
 

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
change someone speed scroll? I want cca speed which is on this video. https://www.youtube.com/watch?v=4X1cKYsfSQQ
thx

scroll: http://uloz.to/xEfgg2rj/autoscroll-3-cs
 

jedubombyEoS

Member
Joined
Mar 17, 2016
Messages
23
Reaction score
0
RE: Autoscroll - 4shoot

i want have this scroll on cca 100 speed.



  {$CLEO}
 
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
 
Status
Not open for further replies.
Top