Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Counter-Strike 2 Hacks › Counter-Strike 2 Scripts › LongJump strafe script ahk CSGO

LongJump strafe script ahk CSGO

Posts 1–15 of 16 · Page 1 of 2
MA
MafiaHunta
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.
#1 · 9y ago
Ally
Ally
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
#2 · 9y ago
MA
MafiaHunta
Private message me
#3 · 9y ago
Ally
Ally
Quote Originally Posted by MafiaHunta View Post
Private message me
pm @_NightWare about this
#4 · 9y ago
PL
PlanktonWeed
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
#5 · 9y ago
CH
Chanchanbimy
only for the most 1337
#6 · 9y ago
Ally
Ally
Quote Originally Posted by PlanktonWeed View Post
Private ahk scripts? lol
private auto it scripts
#7 · 9y ago
OS
OscarRickarv
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
#8 · 9y ago
XB
XBSDE
How good is ur script even? oscar
#9 · 9y ago
ME
Memeknown
nice hacks, works well, no problems so far
#10 · 9y ago
OS
OscarRickarv
AMAZIIIIIIIIIIIIIIIIIIIIING
#11 · 9y ago
Joker
Joker
Quote Originally Posted by OscarRickarv View Post
AMAZIIIIIIIIIIIIIIIIIIIIING
why would you bump this up
#12 · 9y ago
AN
Antephhh
how to activate it? I have pasted it into ahk but nothing happens... could anyone help me please?
#13 · 8y ago
CO
coochieslayertv
can u send me 2?
#14 · 7y ago
RO
rodoxpt4
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 ?
#15 · 4y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • LongJump Auto-Strafing ScriptBy cgallagher21 in Counter-Strike 2 Scripts
    42Last post 7y ago
  • hi i need ahk auto strafe script i alrady have bhop scrip so i need only auto strafeBy akrami in Counter-Strike 2 Help
    6Last post 10y ago
  • BunnyHop/LongJump strafe script?By gozy69 in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    1Last post 13y ago
  • MW2 auto quickscope script [AHK]By Cato38 in Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    58Last post 9y ago
  • CSGO LJ Strafe ScriptBy Atomic Donut in Counter-Strike 2 Help
    1Last post 10y ago

Tags for this Thread

None