Thread: AHK Bhop Script

Results 1 to 4 of 4
  1. #1
    KrissyKitty's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    0

    Wink 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!

  2. #2
    Csgo2012's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    14
    My Mood
    Tired
    Any mods that can confirm this??

  3. #3
    PerxCS's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    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

  4. #4
    Hoffmeister1's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Where do i copy and paste it ?

Similar Threads

  1. [Release] Simple AHK Bhop Script ( NEVER VAC)
    By Versecious in forum Counter-Strike 2 Coding & Resources
    Replies: 4
    Last Post: 06-30-2018, 07:05 PM
  2. [Solved] Bhop scripts using AHK don't work for me in CSGO
    By YoWasUPGuys in forum Counter-Strike 2 Help
    Replies: 3
    Last Post: 06-27-2015, 09:35 PM
  3. [Help] Idea for a PERFECT AHK bhop script!
    By sup h0wl in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 06-23-2015, 08:30 AM
  4. Looking for a bhop script (no ahk)
    By whalesperm in forum Counter-Strike 2 Discussions
    Replies: 5
    Last Post: 03-15-2015, 08:25 AM
  5. [Tutorial] UD AHK BHOP Script Tutorial!
    By mcmad358 in forum Counter-Strike 2 Tutorials
    Replies: 7
    Last Post: 03-11-2015, 01:28 PM