Results 1 to 15 of 15
  1. #1
    MafiaHunta's Avatar
    Join Date
    Aug 2016
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Fine

    LongJump strafe script ahk CSGO

    im looking for a simple ahk strafe script, one that will allow me to do 7-10 strafes and get a decent distance of around 256-266.
    if you do manage to find one please post it, i will post the ones that i have tested, but they don't see to work.
    link me to an external site if needed and i'll proceed to download from there.
    Only looking for a csgo strafe script, not css.

    these are the ones that i have tried from this website:
    mpgh.net/forum/showthread.php?t=1083380&highlight=longjump
    mpgh.net/forum/showthread.php?t=954886&highlight=longjump

    (p.s) i know the second link is for css but it still doesn't work too well.

  2. #2
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    Quote Originally Posted by MafiaHunta View Post
    im looking for a simple ahk strafe script, one that will allow me to do 7-10 strafes and get a decent distance of around 256-266.
    if you do manage to find one please post it, i will post the ones that i have tested, but they don't see to work.
    link me to an external site if needed and i'll proceed to download from there.
    Only looking for a csgo strafe script, not css.

    these are the ones that i have tried from this website:
    mpgh.net/forum/showthread.php?t=1083380&highlight=longjump
    mpgh.net/forum/showthread.php?t=954886&highlight=longjump

    (p.s) i know the second link is for css but it still doesn't work too well.
    Well I know some private ones, but can't talk about this on here

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  3. #3
    MafiaHunta's Avatar
    Join Date
    Aug 2016
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Private message me

  4. #4
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    Quote Originally Posted by MafiaHunta View Post
    Private message me
    pm @_NightWare about this

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  5. #5
    PlanktonWeed's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    237
    Quote Originally Posted by TheJoker View Post


    Well I know some private ones, but can't talk about this on here
    Private ahk scripts? lol

  6. #6
    Chanchanbimy's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    7,924
    Posts
    2,283
    Reputation
    243
    Thanks
    360
    only for the most 1337

  7. #7
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    Quote Originally Posted by PlanktonWeed View Post
    Private ahk scripts? lol
    private auto it scripts

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  8. #8
    OscarRickarv's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I do actually have one for you and its for ahk so u wont get banned the command is: #NoEnv ; Cyka
    ; #Warn ; Blyat
    SendMode Input ; Idi
    SetWorkingDir %A_ScriptDir% ; Nahui
    #NoEnv
    SendMode, Input
    SetBatchLines -1
    CoordMode, Mouse, Screen

    mouseXY(x, y){
    DllCall("mouse_event",uint,1,int,x,int,y*,uint,0,i nt,0)
    }

    strafe(left){
    moveCount := 25
    sleepInterval := 1
    relativeMove := 15
    if(left){
    key := "a"
    move := -relativeMove
    } else {
    key := "d"
    move := relativeMove
    }
    Send, {Blind}{%key% down}
    DllCall("Sleep", "UInt", 5)
    Loop, %moveCount% {
    mouseXY(move, 0)
    DllCall("Sleep", "UInt", sleepInterval)
    }
    Send, {Blind}{%key% up}
    }

    *XButton2::
    while getkeystate("XButton2","P") {
    strafe(false)
    strafe(true)
    }
    return

    And u might need to change the movecount and relativemove, But if u wanna do Godlike LJ and Godlike bhop/Multihop then use the settings i typed. Then change ur Sens to 2.6 dpi 400 m_yaw 0.029

  9. #9
    XBSDE's Avatar
    Join Date
    Nov 2016
    Gender
    female
    Posts
    31
    Reputation
    10
    Thanks
    7
    How good is ur script even? oscar

  10. #10
    Memeknown's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    nice hacks, works well, no problems so far

  11. #11
    OscarRickarv's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    AMAZIIIIIIIIIIIIIIIIIIIIING

  12. #12
    Joker's Avatar
    Join Date
    Dec 2016
    Gender
    female
    Posts
    37
    Reputation
    14
    Thanks
    46
    Quote Originally Posted by OscarRickarv View Post
    AMAZIIIIIIIIIIIIIIIIIIIIING
    why would you bump this up

  13. #13
    Antephhh's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    how to activate it? I have pasted it into ahk but nothing happens... could anyone help me please?

  14. #14
    coochieslayertv's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    can u send me 2?

  15. #15
    rodoxpt4's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Ally View Post


    private auto it scripts
    Do you know if something broke with AHK and the old strafe scripts ? Those seem to all not work as intended anymore ?

Similar Threads

  1. [Release] LongJump Auto-Strafing Script
    By cgallagher21 in forum Counter-Strike 2 Scripts
    Replies: 42
    Last Post: 08-23-2018, 07:49 AM
  2. [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
  3. [Solved] CSGO LJ Strafe Script
    By Atomic Donut in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 03-14-2016, 04:40 AM
  4. Replies: 6
    Last Post: 10-13-2015, 08:01 AM
  5. [Request] BunnyHop/LongJump strafe script?
    By gozy69 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 03-19-2013, 07:31 PM