Results 1 to 2 of 2
  1. #1
    DINTELBOTS's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    8

    I want to remake the CSGO BHOP AHK SCRIPT. Please help

    Hi. This is the code I want to edit a bit.

    The script under neath loops every 100ms... which anticheats in community servers now detect..

    I was wondering if there was any way to make the "sleep" before looping to be random from EX: 100ms - 900ms.... Or even more.. Just to make it more smoothen out, so you do not spam space 10 times a second...

    BunnyHop Script:
    Hold ''Space'' to bunnyhop.
    *~$Space::
    Sleep 100
    Loop
    {
    GetKeyState, SpaceState, Space, P
    If SpaceState = U
    break
    Sleep 5
    Send, {Blind}{Space}
    }


    Thanks for the help!
    Debugging is anticipated with distaste, performed with reluctance, and bragged about forever.

  2. #2
    DINTELBOTS's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    48
    Reputation
    10
    Thanks
    8
    Anyone?? Bump
    Debugging is anticipated with distaste, performed with reluctance, and bragged about forever.