Thread: bhop help

Results 1 to 4 of 4
  1. #1
    daddyslittlehacker's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Doh

    bhop help

    some people say to hold the space bar butteon down but some people say to bound the jump key to the wheel on the mouse which one is true
    Last edited by T-800; 10-27-2017 at 11:50 AM.

  2. #2
    flowwwww's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Location
    dreaming <3
    Posts
    433
    Reputation
    10
    Thanks
    384
    My Mood
    Lonely
    holding the space bar would require a cheat/macro/script learn to use mousewheel first.
    paypal.me/xvns
    donate to help me out <3

  3. #3
    knochenx's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Cologne
    Posts
    75
    Reputation
    10
    Thanks
    15
    Minus scripts/macros/cheats
    I like MWheelDown (bind mwheeldown +jump so space stays as jump too)
    Take some time to perfect timing, and it gets easy, I prefer it a lot more.

    You can bhop with Space too, just not as well without scripts or anything.
    If I helped you in anyway, or provided useful information, please 'Thank' me!
    - Project XNS -

  4. #4
    knochenx's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Cologne
    Posts
    75
    Reputation
    10
    Thanks
    15
    Quote Originally Posted by knochenx View Post
    Minus scripts/macros/cheats
    I like MWheelDown (bind mwheeldown +jump so space stays as jump too)
    Take some time to perfect timing, and it gets easy, I prefer it a lot more.

    You can bhop with Space too, just not as well without scripts or anything.
    In reply to myself, here's the .ahk script if you wanna use a script (don't over-do it)
    Code:
    *space::
    Loop
    {
    GetKeyState,state,space,P
    if state = U
    break
    
    
    
    Send,{space}
    Sleep,20
    }
    return
    
    Numpad0::Exitapp
    If I helped you in anyway, or provided useful information, please 'Thank' me!
    - Project XNS -

Similar Threads

  1. [Release] Bhop .ahk / NEED HELP
    By imdrae in forum Counter-Strike 2 Hacks
    Replies: 11
    Last Post: 07-18-2014, 10:56 PM
  2. [RQ]Bhop script and help
    By daster1 in forum Garry's Mod Discussions & Help
    Replies: 6
    Last Post: 03-30-2013, 07:34 AM
  3. [Help] Need Help with Auto Bhop!
    By Auncel in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 11-28-2012, 05:26 PM
  4. Helping ANYONE bhop/pinpoint
    By denarium in forum CrossFire Tutorials
    Replies: 10
    Last Post: 06-16-2012, 11:11 PM
  5. [Tutorial] Helping ANYONE bhop/pinpoint
    By denarium in forum CrossFire Discussions
    Replies: 6
    Last Post: 06-15-2012, 11:18 AM