Looking For Auto Strafe BHop Script
I've been looking around everywhere and I can't seem to find a auto strafing BHop script. If you guys seen one that works, please sent me the link.
Thanks
I recommend download AHK (AutoHotKey) which allows you to create scripts and run them external and no this won't get you vac banned, your not using injections on game files or modifying them your just binding a script to a key! However be carefull you are susceptible to Overwatch bans, so you might want to be cautious.
After installing AHK you should be able to create a script by right clicking on your desktop and creating a new AutoHotKey script after that paste this code inside:
*~$Space::
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 6
Send, {Blind}{Space}
}
Return
Then all you have to do is hold down space and as you do it will spam space to jump as you land on the ground. Enjoy!