Results 1 to 2 of 2
  1. #1
    godfusu's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0

    Question CS:GO Autostrafe/Kzh

    Hey, looking for any KZH, Longjump Scripts, Autostrafes.
    All I could find is an auto strafe AHK that doesn't really help.
    Here's the Autostrafe AHK for example.
    Could purchase one as well, as long as it works properly.

    Code:
    #NoEnv
    SendMode, Input
    SetBatchLines -1
    CoordMode, Mouse, Screen
    
    mouseXY(x, y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }
    
    strafe(left)
    {
    moveCount := 4
    sleepInterval := 1
    relativeMove := 66
    
    
    if (left)
    {
    key := "d"
    move := relativeMove
    } else
    {
    key := "a"
    move := -relativeMove
    }
    send {%key% down}
    DllCall("Sleep", "UInt", 20)
    Loop, %moveCount%
    {
    mouseXY(move, -(move/4))
    DllCall("Sleep", "UInt", sleepInterval)
    }
    send {%key% up}
    }
    
    $q::
    while getkeystate("q","P")
    {
    strafe(true)
    strafe(false)
    }
    return
    Last edited by godfusu; 12-04-2021 at 03:24 AM.

  2. #2
    Rad13's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Quote Originally Posted by godfusu View Post
    Hey, looking for any KZH, Longjump Scripts, Autostrafes.
    All I could find is an auto strafe AHK that doesn't really help.
    Here's the Autostrafe AHK for example.
    Could purchase one as well, as long as it works properly.

    Code:
    #NoEnv
    SendMode, Input
    SetBatchLines -1
    CoordMode, Mouse, Screen
    
    mouseXY(x, y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }
    
    strafe(left)
    {
    moveCount := 4
    sleepInterval := 1
    relativeMove := 66
    
    
    if (left)
    {
    key := "d"
    move := relativeMove
    } else
    {
    key := "a"
    move := -relativeMove
    }
    send {%key% down}
    DllCall("Sleep", "UInt", 20)
    Loop, %moveCount%
    {
    mouseXY(move, -(move/4))
    DllCall("Sleep", "UInt", sleepInterval)
    }
    send {%key% up}
    }
    
    $q::
    while getkeystate("q","P")
    {
    strafe(true)
    strafe(false)
    }
    return



    ok but what do i do with the code im a newbie

Similar Threads

  1. [Release] Yolo's Bhop Hack (includes autostrafer)
    By bowlcut in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 24
    Last Post: 10-29-2013, 12:57 AM
  2. [Request] Autostrafer
    By kladinko in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 3
    Last Post: 09-25-2013, 08:11 AM
  3. [Request] Have a problem with CS:S YOLO AUtOSTRAFE HACK, NEED HELP!!!!!!!!
    By bhopreflex in forum CounterStrike Online Hacks
    Replies: 2
    Last Post: 03-19-2013, 11:43 AM
  4. [Patched] Yolo's Bhop Hack (includes autostrafer) - UPDATED
    By Autoithacks in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 36
    Last Post: 02-05-2013, 11:12 PM
  5. [Request] Counter Strike 1.6 (AutoStrafe) hack
    By mamaDaxter in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 0
    Last Post: 01-10-2013, 08:21 AM