Results 1 to 15 of 16

Threaded View

  1. #1
    snowboy11's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    4
    My Mood
    Relaxed

    Thumbs up AHK BHOP & Rapidfire All-In-One [Code]

    VAC STATUS: Undetected
    This is a AHK (auto hot key) Script and they are not Vac Banable. However you may be convicted of overwatch if you abuse this too much!

    This is my first real contribution to MPGH Yay me!
    This is a AHK Script to be used on ANY source game but it was designed by me for use on CS:Go.
    If you do edit my script please give me credit!

    Code:
    ;Snow's Bhop And Rapidfire For CS:GO -- Posted on MPGH
    ;This Is a Script and Not A Hack Therefore never detected by VAC However you may be Overwatch banned. Use with Caution
    
    ;Pressing F11 Will Close the script.
    ;Pressing Home Will Toggle the B-Hop On/Off.
    ;Pressing Page Up Will Toggle the Rapid-fire On/Off.
    
    
    Home:: Hotkey, *MButton, Toggle
    Pgup:: Hotkey, *LButton, Toggle
    
    ;Exit
    F11::
    ExitApp
    
    ;Rapid-fire
    *LButton:: 
    Loop 
    { 
    SetMouseDelay 20 
    Click 
    If (GetKeyState("LButton","P")=0) 
    Break 
    }  
    return
    
    ;BHOP
    *MButton::
    Loop
    {
    GetKeyState,state,MButton,P
    if state = U
    break
    
    Send,{space}
    Sleep,20
    }
    return
    For Bhop To Work you must have Jump in Cs:Go or the source game bound to the space bar!

    Hotkeys
    Pressing F11 Will Close the script.
    Pressing Home Will Toggle the B-Hop On/Off.
    Pressing Page Up Will Toggle the Rapid-fire On/Off.

    Bugs
    There is one bug i have found with my script and it is that if you are trying to do both the bhop and rapidfire at same time it will not work.
    You may only do one thing at a time. So bhop or shoot.
    If anyone finds out why this is then please send me a message on how you fixed it and a new update of this will come out with you as a co helper!
    Last edited by snowboy11; 02-22-2015 at 04:42 AM. Reason: Uploading just the code

  2. The Following 4 Users Say Thank You to snowboy11 For This Useful Post:

    kingrune45 (02-21-2015),lukasporomaa (02-21-2015),OrbitalZ (02-22-2015),Pr0jamin (02-21-2015)

Similar Threads

  1. [Release] All-In-One Auto Typer, Spammer, Macro (Lobby & In Game) WITH HOTKEYS
    By dadirty in forum Combat Arms Discussions
    Replies: 15
    Last Post: 09-11-2009, 03:21 AM
  2. All in one macro for all K-style moves.
    By kills999 in forum Gunz Hacks
    Replies: 9
    Last Post: 04-17-2008, 08:18 PM
  3. all in one
    By kmphantom in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 10-23-2007, 10:21 AM
  4. All hacks all-in-one
    By nasir91 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 02-20-2007, 11:11 AM

Tags for this Thread