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 › Programming › Visual Basic Programming › [HELP]Fast Mouse Click[Solved]

Exclamation[HELP]Fast Mouse Click[Solved]

Posts 1–6 of 6 · Page 1 of 1
<(
<(-_-)>
[HELP]Fast Mouse Click[Solved]
can i make a clicking program with VB


i want it to make my mouse click really fast when i hold it down and not click when i dont hold it down


i also want it to work when im not playing a game


does anyone have the code? i just started to learn VB in school
#1 · 16y ago
Zoom
Zoom
[php]Private Declare Sub mouse_event Lib "user32" (ByVal dvflags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, ByVal dvextrainfo As Long) Private Const mousclickup = 4 Private Const mousclickdown = 2


mouse_event(mousclickdown, 0, 0, 0, 0)
mouse_event(mousclickup, 0, 0, 0, 0) [/php]

I guess that should work, and add it to a timer.
#2 · 16y ago
mnpeepno2
mnpeepno2
/continuation

put the timer with the interval that u want

1000 = 1 sec...
#3 · 16y ago
Spookerzz
Spookerzz
/Continuation
Make it look good release, Give credit the people above me and your done
#4 · 16y ago
<(
<(-_-)>
Thanks you guys
Thanks you guys it helped now im workin on a good gui i dont have much time on my hands so idk when ill release it
#5 · 16y ago
NextGen1
NextGen1
/Solved

I am leaving this open because I feel it could be beneficial to multi tools and other uses.

Open does not mean spam or dump posts, if you spam or try and raise your post count with any off topic discussion, I will delete the post (lose post count) and close.

For the community, please stay on topic

Thanks
#6 · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [HELP] Fast Mouse Click Code[Solved]By <(-_-)> in Visual Basic Programming
    6Last post 16y ago
  • Mouse Clicking [solved]By cook91c in Visual Basic Programming
    8Last post 15y ago
  • [HELP] Mouse ClicksBy Golden. in Visual Basic Programming
    1Last post 16y ago
  • [SOLVED]HELP FASTBy SK61 in Call of Duty Modern Warfare 2 Help
    11Last post 16y ago
  • [Help]Open link click of button[Solved]By iFrank1 in Visual Basic Programming
    7Last post 16y ago

Tags for this Thread

#click#fast clicking#left mouse button#mod#rapidfire