Results 1 to 10 of 10
  1. #1
    Madsta1's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Hidden In My Bedroom
    Posts
    77
    Reputation
    10
    Thanks
    24
    My Mood
    Tired

    Wink .AHK CapsLock Toggle BunnyHop

    So what I have here, is a poor BunnyHop AutoHotKey script.
    Basically, you start the script and CapsLock will be a toggle for BunnyHopping/Jumping.
    Everyone knows that AHK is terrible, but this one was looking promising since it had a toggle, feel free to change the code and leave it in the comments, any improvement is good, Especially with AHK... Anyways, test it out, modify and improve this...

    Code:
    !w::Reload ; Just in case of problem, hit Shift+W to reset the script 
    ;toggle with CapsLock
    
    *~$Space::
    {	
    	GetKeyState, state, CapsLock, T
    		If state = D
    		SetTimer, *~$Space, 1
    		Send, {Blind}{Space}
    }
    loop
    {	GetKeyState, state, CapsLock, T
    		If state = U ; The key has been released, so break out of the loop.
    			Return
    }
    Return
    Last edited by Madsta1; 05-05-2015 at 01:56 PM.


    If I helped you in any way, I'd appreciate if you left me a +Rep or Thanks. It would be much appreciated.

    ||::Goals::||
    [☑] 50 Posts [☒] 50 Thanks
    [☒] 100 Posts [☒] 100 Thanks
    [☒] 150 Posts [☒] 150 Thanks
    [☒] 200 Posts [☒] 200 Thanks
    [☒] 500 Posts [☒] 500 Thanks

    And Still Counting

    Skype: Madsta1
    Teamspeak3: ts70.gameservers.com:9129
    Steam: https://steamcommunity.com/id/LennySMainAWPer
    Origin: LiP-Evaporate


    Sorry @elliotstanleybrown, I stole Your GIF RIP i crie ery tim

  2. The Following User Says Thank You to Madsta1 For This Useful Post:

    dylster67 (09-09-2016)

  3. #2
    buswaxer's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    182
    Reputation
    10
    Thanks
    2,324
    My Mood
    Amused
    Does it deliver the maximum velocity of 300?

  4. The Following User Says Thank You to buswaxer For This Useful Post:

    global357 (06-13-2015)

  5. #3
    MrHerbi's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Nice BH, it's undetect for OW? :P

  6. #4
    BonkOfficial's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by MrHerbi View Post
    Nice BH, it's undetect for OW? :P
    Retard detected

  7. #5
    mChaw243's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Location
    wopsticks
    Posts
    246
    Reputation
    10
    Thanks
    1,982
    Quote Originally Posted by BonkOfficial View Post
    Retard detected
    AHK isn't detected unless it reads/writes the game memory
    honestly just forget it.

  8. #6
    Deity's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    680
    Reputation
    10
    Thanks
    56
    My Mood
    Angelic
    These won't be VAC detected, but obviously if you use them, they will be overwatch detectable because people will see you with BHop hacks...

  9. #7
    Madsta1's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    Hidden In My Bedroom
    Posts
    77
    Reputation
    10
    Thanks
    24
    My Mood
    Tired
    Quote Originally Posted by buswaxer View Post
    Does it deliver the maximum velocity of 300?
    If you're lucky. Not all the time though, you might be able to get maybe 4-5 Hops at 300, but then it'll drop. I'm trying to get a script working for a release on a proper internal bhop script. AHK is pretty shit

    Ill find the code i used to have the space bar spam every millisecond and let you try and make a toggle with that... might work better than this script here

    Code:
    #Persistent
    SetTimer, PressTheKey, 1
    Return
    
    PressTheKey:
    Send,{Space}
    Return
    Thats the original, see if you can find a way to use that as a toggle, cause I tried just that in CSGO, and it was amazing (windowed mode). But the thing is, i could never get the script to stop/pause. So i would just be jumping forever. If you can attach that to a toggle, then we might actually have a decent AHK Bhop script.

    - - - Updated - - -

    Quote Originally Posted by MrHerbi View Post
    Nice BH, it's undetect for OW? :P
    AutoHotKey will never be detected. Just download AutoHotKey: here: https://ahkscript.org/download/ahk-install.exe

    Then copy the code above which would be
    Code:
    !w::Reload ; Just in case of problem, hit Shift+W to reset the script 
    ;toggle with CapsLock
    
    *~$Space::
    {	
    	GetKeyState, state, CapsLock, T
    		If state = D
    		SetTimer, *~$Space, 1
    		Send, {Blind}{Space}
    }
    loop
    {	GetKeyState, state, CapsLock, T
    		If state = U ; The key has been released, so break out of the loop.
    			Return
    }
    Return
    And paste that into a notepad, Save it as 'something.ahk', make sure to change the file type to 'all types'.

    right click on the file you just saved, click run script.

    Toggle bhop with CapsLock ingame.

    - - - Updated - - -

    Quote Originally Posted by Epic Darkness View Post
    These won't be VAC detected, but obviously if you use them, they will be overwatch detectable because people will see you with BHop hacks...
    But since AHK's performance is great out of game, while running in a game it is very poor and anyone watching from OverWatch will most likely not accuse you of any scripting because AHK wont spam as much as you want it. Because there will be errors in your hops and they won't always be consistent, they will most likely just think it is legitimate bhopping.


    If I helped you in any way, I'd appreciate if you left me a +Rep or Thanks. It would be much appreciated.

    ||::Goals::||
    [☑] 50 Posts [☒] 50 Thanks
    [☒] 100 Posts [☒] 100 Thanks
    [☒] 150 Posts [☒] 150 Thanks
    [☒] 200 Posts [☒] 200 Thanks
    [☒] 500 Posts [☒] 500 Thanks

    And Still Counting

    Skype: Madsta1
    Teamspeak3: ts70.gameservers.com:9129
    Steam: https://steamcommunity.com/id/LennySMainAWPer
    Origin: LiP-Evaporate


    Sorry @elliotstanleybrown, I stole Your GIF RIP i crie ery tim

  10. #8
    PashaThePotato's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    258
    My Mood
    Amazed
    Shift + W is a BAD BAD hotkey for resetting the script.

  11. #9
    PashaThePotato's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    258
    My Mood
    Amazed
    Also, the "Good" script you gave earlier (which keeps jumping and has no toggle) is the same as others.

  12. #10
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    AHK's belong in the coding section.

    //Moved

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


Similar Threads

  1. [Release] BunnyHop Toggle Script
    By FangedBeast in forum Steam Games Hacks & Cheats
    Replies: 1
    Last Post: 05-06-2013, 02:34 AM
  2. bunnyhop anyone?
    By Remorse in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 01-02-2009, 09:24 AM
  3. [Request] Undetected bunnyhop hack
    By Spoking in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 5
    Last Post: 12-18-2008, 11:05 AM
  4. Very Useful {toggle Speedhack} tut
    By SEGnosis in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 10-22-2008, 10:00 PM
  5. CSS-Bunnyhop + DoD multihack
    By fr33z3r in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 06-17-2008, 03:59 PM