the problem is that i have a rapid fire script but every time i press ctrl it stops working
$XButton2::
KeyWait XButton2, T0
If ErrorLevel
While GetKeyState("XButton2","p"){
Click
Sleep 1
}
Else
return
pls help
i have a script that could do with some work Topic is solved
-
- Posts: 1
- Joined: 21 Jan 2018, 05:06
Re: i have a script that could do with some work Topic is solved
You will need to add an asterisk * before the hotkey to tell it to ignore modifiers
Code: Select all
*XButton2::
While GetKeyState("XButton2","p"){
Click
Sleep 10
}
return
Some of my AHK programs: Tower Defence game - Tetris in AHK - AHK chat/screenshare program - Langton's Ant - Raycast light/Pixel Water - Game Engine 17,776x17,776 map size
Who is online
Users browsing this forum: drak41 and 10 guests