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 › Other MMORPG Hacks › Piercing Blow Hacks & Cheats › Point Blank Hacks › fast weapon Switch

fast weapon Switch

Posts 1–15 of 24 · Page 1 of 2
KT
ktbjx01
fast weapon Switch
i was wondering if someone made a fast qq... fast switch of weapon, like in Shotgun, you need to press "Q" twice for faster shooting rather that waiting for it to cock... that would be useful don't you think?
#1 · 13y ago
hinckclairpatino
hinckclairpatino
go visit this website autohotkey.com and make your own auto qq
#2 · 13y ago
AF
Afromenoff
Quote Originally Posted by hinckclairpatino View Post
go visit this website autohotkey.com and make your own auto qq
How on this site made a fast qq?Explain please...
#3 · 13y ago
brokim
brokim
just get the program and read the manual and make it when you press q it types qq. or make it for shotgun so when you click it presses q twice. ill post the code later.
Quote Originally Posted by Afromenoff View Post
How on this site made a fast qq?Explain please...
#4 · 13y ago
hinckclairpatino
hinckclairpatino
yea like he said.... he'll tell you what to do
#5 · 13y ago
qayybff
qayybff
Its work?
#6 · 13y ago
hinckclairpatino
hinckclairpatino
yea autohotkey works
Quote Originally Posted by qayybff View Post
Its work?


---------- Post added at 01:51 PM ---------- Previous post was at 01:50 PM ----------

yea autohotkey works
Quote Originally Posted by qayybff View Post
Its work?
#7 · 13y ago
AF
Afromenoff
I run the program and I get error
What to do?
-KN9P9Mme-I.jpg Безымянный.png
#8 · edited 13y ago · 13y ago
KT
ktbjx01
Quote Originally Posted by brokim View Post
just get the program and read the manual and make it when you press q it types qq. or make it for shotgun so when you click it presses q twice. ill post the code later.
@brokim
i think i got it?

`::Suspend
LButton::
Sleep 80
send {q down}
send {q up}
SetKeyDelay, 60
send {q down}
send {q up}
return


i chose ` because its the nearest to number 1

did i got it right?


.... didnt work >.<"
when the hotkey is on, and i press shift or ctrl, the whole thing dont work!, i mean

PLUS! after a couple of minutes, my pointblank exits... >.<"
#9 · edited 13y ago · 13y ago
brokim
brokim
here is the code you should use.

~CapsLock::Suspend
LButton::
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Send {q down}
Sleep 10
Send {q up}
Sleep 10
Send {q down}
Sleep 10
Send {q up}
return

this is for shotgun [not sniper] so when you shot it automaticaly quick swaps.

Quote Originally Posted by ktbjx01 View Post
@brokim
i think i got it?

`::Suspend
LButton::
Sleep 80
send {q down}
send {q up}
SetKeyDelay, 60
send {q down}
send {q up}
return


i chose ` because its the nearest to number 1

did i got it right?


.... didnt work >.<"
when the hotkey is on, and i press shift or ctrl, the whole thing dont work!, i mean

PLUS! after a couple of minutes, my pointblank exits... >.<"
#10 · 13y ago
hinckclairpatino
hinckclairpatino
yea use this script and if you have faster computer or laptop you could make your qq faster with this script....

~CapsLock::Suspend
LButton::
Click
Sleep 10
Click
Sleep 10
Send {q down}
Sleep 10
Send {q up}
Sleep 10
Send {q down}
Sleep 10
Send {q up}
return

kinda same as his but faster but only works if your computer has enough ram when activated.... and also the hotkey is capslock
Quote Originally Posted by brokim View Post
here is the code you should use.

~CapsLock::Suspend
LButton::
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Click
Sleep 10
Send {q down}
Sleep 10
Send {q up}
Sleep 10
Send {q down}
Sleep 10
Send {q up}
return

this is for shotgun [not sniper] so when you shot it automaticaly quick swaps.
#11 · 13y ago
KT
ktbjx01
why do i need so 2 clicks?? can you elaborate it for me??

it was great, but autohotkey exits my pointblank after a couple minutes.. ;(
hope someone makes a dll or something.

Quote Originally Posted by hinckclairpatino View Post
yea use this script and if you have faster computer or laptop you could make your qq faster with this script....

~CapsLock::Suspend
LButton::
Click
Sleep 10
Click
Sleep 10
Send {q down}
Sleep 10
Send {q up}
Sleep 10
Send {q down}
Sleep 10
Send {q up}
return

kinda same as his but faster but only works if your computer has enough ram when activated.... and also the hotkey is capslock
Untitled-1.jpg
#12 · edited 13y ago · 13y ago
hinckclairpatino
hinckclairpatino
must be detected for you
Quote Originally Posted by ktbjx01 View Post
why do i need so 2 clicks?? can you elaborate it for me??

it was great, but autohotkey exits my pointblank after a couple minutes.. ;(
hope someone makes a dll or something.
#13 · 13y ago
KT
ktbjx01
yeah, that's what i thought too
if only i know how to code my own hacks. but thanks ^^
Quote Originally Posted by hinckclairpatino View Post
must be detected for you
#14 · 13y ago
qayybff
qayybff
Why it didn't work to me? what I need to press in the game when its on?
#15 · 13y ago
Posts 1–15 of 24 · Page 1 of 2

Post a Reply

Similar Threads

  • L96A1 Weapon Switch?By mentono in Combat Arms Discussions
    14Last post 17y ago
  • Instant weapon switchBy FR0Z3N_OVER in Combat Arms Mod Tutorials
    10Last post 14y ago
  • M16A3 Mod-High RoF,Fast Reload,Fast Weapon SelectBy Cermicz in Combat Arms Mods & Rez Modding
    18Last post 13y ago
  • FAST Quick Switching Method?By xJ33 in Combat Arms Discussions
    41Last post 15y ago
  • CoD 1 v1.1 Quick Weapon SwitchBy Nibbles in Call of Duty 1 Hacks
    3Last post 15y ago

Tags for this Thread

None