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 Auto-Strafing Script

LongJump Auto-Strafing Script

Posts 1–15 of 43 · Page 1 of 3
cgallagher21
cgallagher21
LongJump Auto-Strafing Script
This .AHK script is used primarily for KreedZ (kz) servers.

Information about this script;

All it does is press A+D and move the mouse for you while you hold the key. I was able to do up to 292 longjumps on 128-tick servers. This particular configuration is for mouse sensitivity of 8. It's AutoHotkey based, bound to mouse4 by default:
Parameters to fiddle with are as follows: sleepInterval - time between mouse movements. moveCount - amount of times mouse is moved for 1 strafe. relativeMove - how far the mouse is moved by one tick.
It's made for right-sided prestrafe, but you can change it to left-sided by swapping the strafe() calls around. With a little more work put in it, it can be made to look pretty legit.
Script created by Rustykoc

A video demonstrating:



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 := 35
  sleepInterval := 2
  relativeMove := 6

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

$XButton1::
while getkeystate("XButton1","P")
{
strafe(false)
strafe(true)
}
return
#1 · 10y ago
_NightWare
_NightWare
Looks good on the vid. I've been tinkering with this for a while now and could not get it to work looking "legit"

I hope this will help me with my script
I was on the rigt track apparently.
#2 · 10y ago
nerdplow
nerdplow
whats the key to press? if i dont have mouse4 :/
?
#3 · 10y ago
onetapped
onetapped
Got it to work on bhops but not lj's
#4 · 10y ago
nerdplow
nerdplow
can someone tell em how?
#5 · 10y ago
LU
lubatbat
Quote Originally Posted by nerdplow View Post
whats the key to press? if i dont have mouse4 :/
?
for every "XButton1" in the script , change it to whatever key u want
#6 · 10y ago
henmaru
henmaru
i cant even make 260 please help
#7 · 10y ago
JE
JebnutyKokot
Can u help me out with this? i cant do more than 2 strafes per second but on vid it does like 10 per sec
#8 · 10y ago
cgallagher21
cgallagher21
Quote Originally Posted by JebnutyKokot View Post
Can u help me out with this? i cant do more than 2 strafes per second but on vid it does like 10 per sec
All your actually doing is holding mouse4 and shaking your mouse. Turn your in game sens up, this config was made for a sens of 8 in game.
#9 · 10y ago
LI
LIGHTYEARXXX
Works nicely thanks!
#10 · 10y ago
RA
RabiMor
why i cant do lj with this script ? help me
#11 · 10y ago
HU
Hunter
Works flawlessly. Thanks. @NormenJaydenFBI
#12 · 10y ago
Lord Helios
Lord Helios
Nice script, but the problem is I use a sensitivity of 2.69 and a low DPI, so an 8 sensitivity is unplayable. Is there a way to change the script to work for my sens?
#13 · 10y ago
nerdplow
nerdplow
Quote Originally Posted by Lord Helios View Post
Nice script, but the problem is I use a sensitivity of 2.69 and a low DPI, so an 8 sensitivity is unplayable. Is there a way to change the script to work for my sens?
Just change it back all the time or make a bind if there is LOL
#14 · 10y ago
demonetized
demonetized
Nice, I'll try it out
#15 · 10y ago
Posts 1–15 of 43 · Page 1 of 3

Post a Reply

Similar Threads

  • Are there any free BHOP scripts and possible auto strafe scripts that actually work?By TristanForthe in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    5Last post 12y 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
  • Looking For Auto Strafe BHop ScriptBy Snoopy in Counter-Strike 2 Help
    1Last post 11y ago
  • BunnyHop/LongJump strafe script?By gozy69 in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    1Last post 13y ago
  • Bhop w/ auto strafe program/script/dllBy MrRazer8 in Garry's Mod Discussions & Help
    2Last post 13y ago

Tags for this Thread

None