How to install Autohotkey and make a rapid click script
f11::Suspend LButton:: Loop { SetMouseDelay 55 Click If (GetKeyState("LButton","P")=0) Break } Have fun! Caution if setmousedelay is set under 55 while playing CS:GO you will receive a permanent VAC ban and will lose your game! Use at own risk!
f11::Suspend LButton:: Loop { SetMouseDelay 55 Click If (GetKeyState("LButton","P")=0) Break } Have fun! Caution if setmousedelay is set under 55 while playing CS:GO you will receive a permanent VAC ban and will lose your game! Use at own risk!