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 › Programming Tutorials › Programming Tutorial Requests › [Request] mouse program

[Request] mouse program

Posts 1–6 of 6 · Page 1 of 1
gwentravolta
gwentravolta
[Request] mouse program
i would like the source for a mouse program that moves your mouse down x pixles every 1/y seconds while you hold the L Shift.

Acceptable languages: AutoItv3, Visual Basic, C#, C++, Python(haha if it's possible)
#1 · 16y ago
K4GE
K4GE
I don't realy understand what your asking?,
could you be a bit more specific, then i might be able to make it.
#2 · 16y ago
gwentravolta
gwentravolta
say i was using a aimbot from a certain source... and i am sick and tired of all the headshots, i want a program that moves the mouse down while the mouse is being moved to the persons head so what it goes for body shots
#3 · 16y ago
YellowCake
YellowCake
K4GE nice Avi where do you get it?
#4 · 16y ago
martijno0o0
martijno0o0
i think u mean mousekeys or something so, press 5x shift than go options and than mouse, u can optimise it ther
#5 · 16y ago
Grim
Grim
SORRY I'M SO LATE ON THIS.. but this couldn't possibly be easier to make.. Source = AutoIt 3

Code:
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Misc.au3>
Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Mouse Pos Dropper", 464, 47, 229, 176)
GUISetBkColor(0x000000)
GUISetOnEvent($GUI_EVENT_CLOSE, "_Exit", $Form1)
$Label1 = GUICtrlCreateLabel("Press The Left Shift Key To Move Your Mouse Down", 21, 13, 421, 24)
GUICtrlSetFont(-1, 12, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0x00FF00)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
	If _IsPressed("A0") = True Then
		MouseMove(MouseGetPos(0), MouseGetPos(1) + 20)
	EndIf
WEnd
Func _Exit()
	Exit
EndFunc
#6 · edited 16y ago · 16y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] Mouse HotkeyBy CoderNever in Visual Basic Programming
    3Last post 16y ago
  • [Request]Windows Programming Fifth EditionBy 258456 in C++/C Programming
    4Last post 15y ago
  • [REQUEST] Macro ProgramBy dwrowla in Vindictus Help
    2Last post 14y ago
  • [REQUEST] - Special Program.By Goofyde2 in Combat Arms Mod Request
    7Last post 15y ago
  • [Request/Suggestion] More programming sections.By wr194t in Suggestions, Requests & General Help
    0Last post 18y ago

Tags for this Thread

#mouse#program#request