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 › C++/C Programming › Keyboard/Mouse Emulation Driver

Keyboard/Mouse Emulation Driver

Posts 1–3 of 3 · Page 1 of 1
RA
RAWR(:
Keyboard/Mouse Emulation Driver
Not sure where this would go. As it's really two questions, one about C with keyboard/mouse hooks, and the other is for assembly with making a emulated keyboard/mouse driver.

So, here's the problem.
PB detects the microsoft keyboard/mouse hook used by AutoIt.

Here's my theoretical solution, which I've researched SLIGHTLY and it should work.... IN THEORY xP
A low level keyboard/mouse hook dll, OR the "Proper" method of actually having a keyboard AND mouse driver that you hook into.


Now, I know nothing about proper coding, as I've only done HTML, Java, Python, Lua, BASIC, and a few others that i really don't constitute as true programming :P


So... any suggestions? Comments? People who know what their talking about who will tell me its impossible?
#1 · edited 15y ago · 15y ago
25
258456
Quote Originally Posted by RAWR(: View Post
Not sure where this would go. As it's really two questions, one about C with keyboard/mouse hooks, and the other is for assembly with making a emulated keyboard/mouse driver.

So, here's the problem.
PB detects the microsoft keyboard/mouse hook used by AutoIt.

Here's my theoretical solution, which I've researched SLIGHTLY and it should work.... IN THEORY xP
A low level keyboard/mouse hook dll, OR the "Proper" method of actually having a keyboard AND mouse driver that you hook into.


Now, I know nothing about proper coding, as I've only done HTML, Java, Python, Lua, BASIC, and a few others that i really don't constitute as true programming :P


So... any suggestions? Comments? People who know what their talking about who will tell me its impossible?
I am not that experienced with low level keyboard hooks, but my opinion is that it looks like it will be easier just to bypass the anti cheat, by seeing where it is not allowing you to keyboard hook then nop it. Of course, this is a lot easier said than done, but don't rely on my post 100%, because the people posting after me are probably more experience and I am also eager to read their view on this topic.
#2 · 15y ago
.::SCHiM::.
.::SCHiM::.
Quote Originally Posted by RAWR(: View Post
Not sure where this would go. As it's really two questions, one about C with keyboard/mouse hooks, and the other is for assembly with making a emulated keyboard/mouse driver.

So, here's the problem.
PB detects the microsoft keyboard/mouse hook used by AutoIt.

Here's my theoretical solution, which I've researched SLIGHTLY and it should work.... IN THEORY xP
A low level keyboard/mouse hook dll, OR the "Proper" method of actually having a keyboard AND mouse driver that you hook into.

EDIT:

If you want to emulate mouse/keyboard actions without using any api call you could theoretically talk directly to one of the higher level drivers acting like you were a lower level driver.

Now, I know nothing about proper coding, as I've only done HTML, Java, Python, Lua, BASIC, and a few others that i really don't constitute as true programming :P


So... any suggestions? Comments? People who know what their talking about who will tell me its impossible?
Hooking the keyboard can probably be done in a number of ways, but I think that the only way to safely hook the low mouse and keyboard input is to locate the IDT (interrupt descriptor table) and change entry 36/37(keyboard) I don't know what the interrupt index for the mouse is in the IDT. And the keyboard could also be located at a different place in the table.
#3 · edited 15y ago · 15y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • Game Controllers vs. Keyboard+MouseBy blueduece2 in General
    1Last post 17y ago
  • Keyboard & Mouse GiveawayBy X_HackUser_X in General
    19Last post 15y ago
  • How i can play games with a controller at same time with a keyboard/mouse?By MyGameNoob in Emulator & Rom Hacking
    4Last post 15y ago
  • Changed my mouse/keyboardBy Dave84311 in General
    11Last post 15y ago
  • Move mouse via-keyboardBy VvITylerIvV in Combat Arms Discussions
    3Last post 16y ago

Tags for this Thread

None