Motorbike up arrow spam loop cleo

Status
Not open for further replies.

Spooky

Member
Joined
Apr 30, 2014
Messages
5
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one):
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):
 [video=youtube]https://www.youtube.com/watch?v=74TMoZYxWRA[/video]

* What do you want (the most important part, explain this carefully): So basically what i want that when you hold shift-key, it would like spam the up-arrow key (loop) so i'd drive faster with motorbike (HPV-1000, NRG-500 etc.) instead of breaking button to go faster with motorbike.
* Details (add more details to your request).
* On/off key (specify it): While holding shift-key, and after release it would stop, basically (loop spamming up-arrow key)
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
while getkeystate("lshift","p")
{ send, {up}
sleep 50
}
return
 

Spooky

Member
Joined
Apr 30, 2014
Messages
5
Reaction score
0
mistery said:
while getkeystate("lshift","p")
{ send, {up}
sleep 50
}
return

Sanny Builder 3 - compile error
Unknown directive getkeystate("lshift","p").
 

Spooky

Member
Joined
Apr 30, 2014
Messages
5
Reaction score
0
mistery said:
Spooky said:
mistery said:
while getkeystate("lshift","p")
{ send, {up}
sleep 50
}
return

Sanny Builder 3 - compile error
Unknown directive getkeystate("lshift","p").

autohotkey....

Doesn't work made script.ahk put all that

while getkeystate("lshift","p")
{ send, {up}
sleep 50
}
return

double clicked the file, no error, but it doesn't work at all, at least in-game
Aswell tried to compile and run, but it doesn't open in system tray, no icon or something.

[video=youtube]https://www.youtube.com/watch?v=aSk0xXTaEDs[/video]
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
-_-...wait wait...


http://www.mediafire.com/download/2bo1899to5vv9t1/fastup.ahk

activation : shift+f2
only works in-game
hold shift to fast press up
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
just run the 
.ahk file as 
administrator
(if u dont run with administrator it wont be able to send keys)
or just make 
ur own using
 sanny 
builder, 
check my 
cylicst.cs code I
 forgot the post link.
Check my cyclist.cs code and
 make ur own or edit this one
:peace:
here
the
file
enjoy

but
make
sure
you
know
how
to
do
it
[attachment=4528]
 

Attachments

  • Cyclist.cs
    19.8 KB · Views: 145
Status
Not open for further replies.
Top