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 › My autoclicker

My autoclicker

Posts 1–15 of 17 · Page 1 of 2
Dark_Goliath
Dark_Goliath
My autoclicker
This is an auto clicker that I made and it goes around the speed of 70 clicks per second or something im not sure because it moves fast and ya haha (when at 100).

No work with 64x

Hotkeys:
F1 = On (only turns on the first autoclicker not the location)
F2 = Off

how to use:
1. set speed (0-100)
2. click on or press F1
3. it clicks for you

how to use location:
1.click on the checkbox that says location
2.it shows your location of your mouse (x,y)
3.put those numbers in the boxes
4.turn on and it goes to that location and clicks
5.F2 to turn off
Screen shot:[IMG]http://i1021.photobucke*****m/albums/af331/grisa2000/ScreenShot001-5.jpg[/IMG]
Virus Scan: Here
I made this because a lot of ppl like i saw ask an auto clicker for games so here he are
#1 · edited 16y ago · 16y ago
Pixie
Pixie
You need a screen shot
#2 · 16y ago
Dark_Goliath
Dark_Goliath
Quote Originally Posted by PixieCorp View Post
You need a screen shot
Wait a sec i will add
Edit: i have addeted a screen
#3 · edited 16y ago · 16y ago
Pixie
Pixie
Quote Originally Posted by Dark_Goliath View Post
Wait a sec i will add
What theme are you using for your computer?
#4 · 16y ago
Dark_Goliath
Dark_Goliath
Quote Originally Posted by PixieCorp View Post
What theme are you using for your computer?
ModBlue(Modified) that theme i use why?
#5 · 16y ago
guza44_44
guza44_44
you might wanna give me credits considering i was the one that made this
#6 · 16y ago
Pixie
Pixie
Quote Originally Posted by guza44_44 View Post
you might wanna give me credits considering i was the one that made this
Your source code, or you made the auto-clicker?
#7 · 16y ago
Dark_Goliath
Dark_Goliath
Quote Originally Posted by guza44_44 View Post
you might wanna give me credits considering i was the one that made this
Hmm i found the source code on youtube but i saw on that site and i used the design because i like him
#8 · edited 16y ago · 16y ago
guza44_44
guza44_44
okay..... ill just send my source code to pixie if i must then? and another reason i can tell is u copy and pasted my words
#9 · 16y ago
Dark_Goliath
Dark_Goliath
Quote Originally Posted by guza44_44 View Post
okay..... ill just send my source code to pixie if i must then?
Ok i will send my
Edit :
Code:
 Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)

Private Sub MyMethod() Windows.Forms.Cursor.Position = New System.Drawing.Point(Windows.Forms.Curso r.Position) 'Draws the point, there my cusor is mouse_event(&H2, 0, 0, 0, 1) 'Cursor will go down (like a click) mouse_event(&H4, 0, 0, 0, 1) 'Cursor
And more but i can finde the other code are more code here
#10 · edited 16y ago · 16y ago
Pixie
Pixie
Quote Originally Posted by Dark_Goliath View Post
Ok i will send my
Edit :
Code:
 Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)

Private Sub MyMethod() Windows.Forms.Cursor.Position = New System.Drawing.Point(Windows.Forms.Curso r.Position) 'Draws the point, there my cusor is mouse_event(&H2, 0, 0, 0, 1) 'Cursor will go down (like a click) mouse_event(&H4, 0, 0, 0, 1) 'Cursor
And more but i can finde the other code are more code here
Just show us the video...
#11 · 16y ago
guza44_44
guza44_44
sigh........i really should have put my name on that......... anyways when (I) made that I set it up so it does something when I edit a file, can you tell me what that something is?
#12 · 16y ago
Dark_Goliath
Dark_Goliath
I can't idk were i found it i found it accidentaly i just copy and pasted the code but the other code was on vid 2 and i just copyed the 1st code sorry if u don't belive me ok i don't beg u to belive me
#13 · 16y ago
guza44_44
guza44_44
where did you find the code?
#14 · 16y ago
Dark_Goliath
Dark_Goliath
Quote Originally Posted by guza44_44 View Post
sigh........i really should have put my name on that......... anyways when (I) made that I set it up so it does something when I edit a file, can you tell me what that something is?
And were ur source code is? ha?
#15 · 16y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • [Delphi-Tut] Autoclicker for games with GameGuard.By Micheltjuh in Programming Tutorials
    2Last post 17y ago
  • [100% Safe] AutoClicker !!!By Dylancool11 in Combat Arms Hacks & Cheats
    34Last post 17y ago
  • No Recoil reducer + AutoclickerBy ddd555 in Combat Arms Europe Hacks
    22Last post 17y ago
  • tiny autoclickerBy Kuro Tenshi in Runescape Hacks / Bots
    0Last post 17y ago
  • AutoClickerBy Grim in Combat Arms Hacks & Cheats
    164Last post 17y ago

Tags for this Thread

#autoclicker