Thread: Bunny hop macro

Results 1 to 9 of 9
  1. #1
    BananaBoy223's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Under your bed!
    Posts
    81
    Reputation
    10
    Thanks
    6
    My Mood
    Tired

    Bunny hop macro

    Hi, i was hoping if someone were able to create a macro for BunnyHopping in CSS. And so it wasn't like bannable.



  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    bind mwheeldown +jump

    Now go practise...
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    tjc77's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Hell_Demon View Post
    bind mwheeldown +jump

    Now go practise...
    Haha, i like this.

  4. #4
    KABLE's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    California
    Posts
    2,863
    Reputation
    192
    Thanks
    282
    My Mood
    Pensive
    Open up Notepad and enter this in:

    Code:
    echo "Bunny Hop Script Loaded Successfully!"
    echo "https://www.MPGH.net"
    
    alias bhop "bind MWHEELUP +jump;bind MWHEELDOWN +jump;echo Bunny Hop Bind Activated!"
    alias normal "bind MWHEELUP invnext;bind MWHEELDOWN invprev;echo Bunny Hop Bind Deactivated!"
    
    bind F7 "bhop"
    bind F8 "normal"
    After you c&p that in, make sure you save it as a .cfg file.

    Place the new script you made in C:\Program Files\Steam\steamapps\YOUR ACCOUNT NAME\counter-strike source\cstrike\cfg

    Make sure you have the console enabled. If you don't know how, open up CS:S. Go into options and then select "Keyboard" and then click "Advanced". Tick the "Enable developer console" and you're set.

    This script basically makes you jump when you scroll up and down. Nothing special about it. It is NOT VAC2 bannable.

  5. #5
    Vyndorin's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Lurking
    There really are no bhop scripts.. and if there are, they suck compared to people that take their time and learn it.
    I personally use mouse wheel down for me.. and you just have to practice.

  6. #6
    KABLE's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    California
    Posts
    2,863
    Reputation
    192
    Thanks
    282
    My Mood
    Pensive
    Quote Originally Posted by Vyndorin View Post
    There really are no bhop scripts.. and if there are, they suck compared to people that take their time and learn it.
    I personally use mouse wheel down for me.. and you just have to practice.
    Not true. Illegal Bhop scripts would work 10x better than someone that's been practicing it for his entire life.

  7. #7
    Viibez's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    5,841
    Reputation
    801
    Thanks
    2,783
    My Mood
    Amused
    you can use my bhop script too, lol.

  8. #8
    BananaBoy223's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Under your bed!
    Posts
    81
    Reputation
    10
    Thanks
    6
    My Mood
    Tired
    Quote Originally Posted by KABLE View Post
    Open up Notepad and enter this in:

    Code:
    echo "Bunny Hop Script Loaded Successfully!"
    echo "https://www.MPGH.net"
    
    alias bhop "bind MWHEELUP +jump;bind MWHEELDOWN +jump;echo Bunny Hop Bind Activated!"
    alias normal "bind MWHEELUP invnext;bind MWHEELDOWN invprev;echo Bunny Hop Bind Deactivated!"
    
    bind F7 "bhop"
    bind F8 "normal"
    After you c&p that in, make sure you save it as a .cfg file.

    Place the new script you made in C:\Program Files\Steam\steamapps\YOUR ACCOUNT NAME\counter-strike source\cstrike\cfg

    Make sure you have the console enabled. If you don't know how, open up CS:S. Go into options and then select "Keyboard" and then click "Advanced". Tick the "Enable developer console" and you're set.

    This script basically makes you jump when you scroll up and down. Nothing special about it. It is NOT VAC2 bannable.
    There is nothing in steamapps. I have Win7 32-bit. Is it maybe in Roaming? The hidden map.



  9. #9
    Viibez's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    5,841
    Reputation
    801
    Thanks
    2,783
    My Mood
    Amused
    C:\Program Files\Steam\steamapps\"your steamname"\counter-strike source\cstrike\cfg

    Create a config.cfg data and open it with notepad and insert this:

    Code:
    echo "Bunny Hop Script Loaded Successfully!"
    echo "https://www.MPGH.net"
    
    alias bhop "bind MWHEELUP +jump;bind MWHEELDOWN +jump;echo Bunny Hop Bind Activated!"
    alias normal "bind MWHEELUP invnext;bind MWHEELDOWN invprev;echo Bunny Hop Bind Deactivated!"
    
    bind F7 "bhop"
    bind F8 "normal"
    thanks to KABLe for the Cmd.