roblox Topic is solved

Ask gaming related questions (AHK v1.1 and older)
ggomesthethird

roblox  Topic is solved

15 Aug 2017, 22:50

I need help with the roblox dragon ball super 2 script where I can just press e and and leave my computer on over night
Grillenfrige
Posts: 5
Joined: 27 Jun 2017, 18:31

Re: roblox

16 Aug 2017, 22:07

explain more about it like all you want is a script which spam press E or some thing else?
PARATR00PER
Posts: 8
Joined: 20 Aug 2017, 11:41

Re: roblox

15 Oct 2017, 05:21

~capslock:: ;spams e when capslock is on
if getkeystate("capslock", "T") ; checks if capslock is on or off
settimer, playmygame, 5 ; clicks every 200ms if capslock is on
else
settimer, playmygame, Off ; Turns off the autoclicking if capslock is off
return

playmygame:
Send {e} ; sends e
Return

End::
SetCapsLockState off
SetNumLockState off
SetScrollLockState off
ExitApp
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 28 guests