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 › Need help with a rapid fire / no recoil script

Need help with a rapid fire / no recoil script

Posts 1–5 of 5 · Page 1 of 1
RL
rl965
Need help with a rapid fire / no recoil script
Hey, im currently using this rapid fire / no recoil script, is there a way to modify it so that it only works when im holding rmb (in zoom)?

#NoEnv
SendMode Input

_auto := true

~LButton::autofire()
Numlock::_auto := ! _auto
F1::ExitApp

autofire()
{
global _auto
if _auto
{
Loop
{
if GetKeyState("LButton", "P")
{
SendInput {LButton DownTemp}
Sleep 25
mouseXY(0, 1)
SendInput {LButton Up}
Sleep 25
}
else
break
} ;; loop
} ;; if
} ;; autofire()

mouseXY(x,y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
}
Edit: found a way
#1 · edited 9y ago · 9y ago
_NightWare
_NightWare
You clearly didn't make the code stated above. Please LEARN the language and make something yourself instead of being a skid who piggy backs on others there code. @Smoke @Hunter
#2 · 9y ago
Ally
Ally
Quote Originally Posted by _NightWare View Post
You clearly didn't make the code stated above. Please LEARN the language and make something yourself instead of being a skid who piggy backs on others there code. @Smoke @Hunter
he is asking for help idiot not posting a recoil script
#3 · 9y ago
_NightWare
_NightWare
Quote Originally Posted by TheJoker View Post


he is asking for help idiot not posting a recoil script
wups...

Sorry @rl965 Lately there have been alot of reposts, so I was kind of on auto pilot.
Anyway, to answer your question:

Change
Code:
if GetKeyState("LButton", "P")
to
Code:
if GetKeyState("RButton", "P")
(I think, I don't know AHK, but it's an easy guess. If it doesn't work, I suggest using google )
#4 · 9y ago
RL
rl965
thank you
#5 · 9y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Rapid fire / no recoil script (ahk)By rl965 in Battlefield 4 Help
    1Last post 9y ago
  • I need help with my rapid fire..By DConan12 in Blackshot Hacks & Cheats
    8Last post 13y ago
  • i need help for my rapid fireBy deathpro12 in Blackshot Hacks & Cheats
    1Last post 13y ago
  • I need help with rapid fire windows 7 home premium 64bit..By animeqrio in Blackshot Hacks & Cheats
    22Last post 13y ago
  • Hey need help with No Recoil / No Spread & Super Pistol hackBy Frogcn in Alliance of Valiant Arms (AVA) Help
    8Last post 13y ago

Tags for this Thread

None