SolvedI need help with my AutoHotKey Rapidfire script!

Posts 110 of 10 · Page 1 of 1
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?
Maybe the game just has protection against that sort of thing? It's not something that hasn't been done before.
Quote Originally Posted by finkrer View Post
Maybe the game just has protection against that sort of thing? It's not something that hasn't been done before.
Is there a way to bypass?

The odd thing is: When i play offline it works but online its seems to have problems.
Just download autohotkey and make a new file and copy and paste
toggle:= 0

*F2:: toggle:= !toggle

#if toggle

~LButton::
While GetKeyState("LButton","P")
{
Click
Sleep 10
}
return

#if

press f2 ingame

- - - Updated - - -

Quote Originally Posted by megasync597 View Post
do you have a logitech mouse?
no i dont.......
Quote Originally Posted by mentos265 View Post
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?
hello bro can u share it with me jasonquirosv@gmail.com i wanna test it on grp
You can use a batch file to create macros that do stuff, go to command prompt and its near the top
Quote Originally Posted by RTEGRWEYHGWA$RywywG View Post
You can use a batch file to create macros that do stuff, go to command prompt and its near the top
could you pls test my script and see if its consistent for you?
it has to be an online match tough
Quote Originally Posted by mentos265 View Post
could you pls test my script and see if its consistent for you?
it has to be an online match tough
No I do not have my computer or anything for awhile. And online probably not I will not risk a ban
1 week has passed and no further replies have been made by the OP. Assuming solved.

/Closed.
Posts 110 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?