Results 1 to 3 of 3
  1. #1
    imdrae's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    9
    My Mood
    Relaxed

    Red face ahk bhoping script.

    I have a bhop script for bhoping with space, but i've always used mouse 3 (middle mouse button) to jump. could someone make me a ahk script for that?

  2. #2
    whiteapplepie's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Places Where I Found Love
    Posts
    285
    Reputation
    10
    Thanks
    23
    My Mood
    In Love

  3. #3
    Wankistar's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    239
    My Mood
    Amazed
    created and tested, this works idd, just hold down middle-mouse button and it will bunnyjump (the scroll)

    Code:
    ^HOME::Suspend
    ^END::ExitApp
    *~$MButton::
    Sleep 100
    Loop
    {
    GetKeyState, SpaceState, MButton, P
    If SpaceState = U
    break
    Sleep 5
    Send, {Blind}{Space}
    }

Similar Threads

  1. [Release] MW2 auto quickscope script [AHK]
    By Cato38 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 58
    Last Post: 08-27-2016, 04:28 PM
  2. [Release] [AHK] Mega Scripts [Updated]
    By Lokeeh in forum Counter-Strike 2 Scripts
    Replies: 40
    Last Post: 01-23-2016, 11:10 AM
  3. [Release] MW2 AHK Quickscope Script
    By MiKe34123 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 6
    Last Post: 07-16-2014, 06:00 AM
  4. AHK login script (non fullscreen only....)
    By dg123 in forum Realm of the Mad God Tutorials & Source Code
    Replies: 5
    Last Post: 07-19-2013, 10:11 PM
  5. [Solved] Need help with an AHK script
    By Arrowins in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 06-26-2011, 10:45 PM