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 Coding & Resources › [Request] AHK script to stop your movement

[Request] AHK script to stop your movement

Posts 1–13 of 13 · Page 1 of 1
SE
SethC
[Request] AHK script to stop your movement
How this works: he presses W to walk forward, he takes his finger off W and as soon as that happens the script emulates pressing S for a millisecond to get back the first shot accuracy.
#1 · 11y ago
SE
SethC
Anyone? This would be a really good script. I've seen others try to make it, but I haven't found anyone who has made a working one yet.
#2 · 11y ago
Fya666
Fya666
I need this script ;_;
#3 · 11y ago
LU
luismc10
F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::

Loop
{
Send W
Send S
Send A
Send D
Sleep 10
Click
If (GetKeyState("MButton","P")=0)
Break
}

Its a little crude, and involves you stopping moving for a fraction of a second, though it works

Press Mouse3 after stopping moving straight away for an instant shot, a variation that automatically stops you, but takes longer is this one

F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::

Loop
{
Send W
Send S
Send A
Send D
Sleep 150
Click
If (GetKeyState("MButton","P")=0)
Break
}

Keep in mind neither of these will work on stairs/slopes
#4 · 11y ago
Fya666
Fya666
Dont work for me ;(
#5 · 11y ago
LU
luismc10
You have to press Mouse3 for each shot
WSAD
#6 · 11y ago
Fya666
Fya666
Error at lines.
#7 · 11y ago
LU
luismc10
F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::

Loop
{
Send W
Send S
Send A
Send D
Sleep 10
Click
If (GetKeyState("MButton","P")=0)
Break
}

Try just that on its own
#8 · 11y ago
SE
SethC
I keep getting stuck with it
#9 · edited 11y ago · 11y ago
Fya666
Fya666
Quote Originally Posted by luismc10 View Post
F6::Suspend
MButton::
+MButton::
^MButton::
WheelLeft::
WheelRight::

Loop
{
Send W
Send S
Send A
Send D
Sleep 10
Click
If (GetKeyState("MButton","P")=0)
Break
}

Try just that on its own
Oh thx.Works fine.<3
#10 · 11y ago
SE
SethC
Can you make it a toggle and set the key to mouse1?
#11 · 11y ago
SE
SethC
bump for anyone else that wants to have a go at this script
#12 · 11y ago
HI
HiRusSai
As I know when u just stop movement u dont need to go back
Its like KQLY air-shot when he stop movement in air and headshot enemy.
#13 · 11y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • ahk script request listBy dg123 in Realm of the Mad God Help & Requests
    14Last post 13y ago
  • [TuT]HOW TO STOP YOUR REZ FILES FROM PATCHING!By InCognito in Combat Arms Mods & Rez Modding
    26Last post 16y ago
  • Need help with an AHK scriptBy Arrowins in Call of Duty Modern Warfare 2 Help
    1Last post 15y ago
  • [TUT] how to stop you´re programm onlineBy GER-Domi. in Visual Basic Programming
    8Last post 16y ago
  • rsbuddy fighting script that stops at a desired level?By Leon. in Runescape Help
    1Last post 15y ago

Tags for this Thread

None