WinkAHK Bhop Script

Posts 14 of 4 · Page 1 of 1
AHK Bhop Script
Hey, I created a BHOP Script that works just by holding the spacebar key. (Note that this is undetectable because it uses a macro instead of a .exe, just like Razer Synapse macros work and it doesn't interfere with game files.)
Requirements:
AutoHotKey (Search in Google, it's 100% safe lots of people use this in the past.)
How to do it:
Just copy and paste this (it spams the spacebar for you instead of holding, this is the closest I could get to getting a perfect landing hit.):
Code:
F11::Suspend

End::ExitApp

*~$Space::
Sleep 1
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
Break 
Sleep 1 
Send, {Blind}{Space}
}
Return
Toggle On and Off:
Just click F11 it will suspend it so you can type and do whatever you want without it spamming the macro.

And once you're done, save it and run it! It should be working fine (This script won't make you bhop accurately but it should give you some speed on flat surfaces, but all I know is it will reset to 250 Velocity when you land on an non-levelled surface.)
ENJOY!
Any mods that can confirm this??
Quote Originally Posted by Csgo2012 View Post
Any mods that can confirm this??
It is a simple script you can make in notepad, there is nothing to confirm... just look for yourself
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?