Roughneck.
Active member
- Joined
- Aug 3, 2013
- Messages
- 32
- Reaction score
- 0
*~$Space::
Sleep 200
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
this ahk script spamst space if you push space, can somebody pls change space to ctrl, so that the script spams ctrl if i press ctrl? would be really nice, i dont have any knowledge in ahk
Sleep 200
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
this ahk script spamst space if you push space, can somebody pls change space to ctrl, so that the script spams ctrl if i press ctrl? would be really nice, i dont have any knowledge in ahk