I need help with my AutoHotKey Rapidfire script!
Hello,
I got this AHK rapid fire script:
toggle:= 0
*F2:: toggle:= !toggle
#if toggle
~LButton::
While GetKeyState("LButton","P")
{
Click
Sleep 10
}
return
#if
It works flawless for every other game: cs go, insurgency etc.
Exept for rainbow six siege. Its so wierd and inconsistent and the weapon "jams" when i shoot.
Any ideas?
I got this AHK rapid fire script:
toggle:= 0
*F2:: toggle:= !toggle
#if toggle
~LButton::
While GetKeyState("LButton","P")
{
Click
Sleep 10
}
return
#if
It works flawless for every other game: cs go, insurgency etc.
Exept for rainbow six siege. Its so wierd and inconsistent and the weapon "jams" when i shoot.
Any ideas?
