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 › Game Development › DirectX/D3D Development › Simple D3D9 Aimbot

Simple D3D9 Aimbot

Posts 46–51 of 51 · Page 4 of 4
VI
visloom28vi
dis work on heroes and generals?

- - - Updated - - -

How would i make this work for heroes and generals ?
#46 · 11y ago
lvous
lvous
Quote Originally Posted by visloom28vi View Post
dis work on heroes and generals?

- - - Updated - - -

How would i make this work for heroes and generals ?
it does, look here: http://www.mpgh.net/forum/showthread.php?t=954443

Code:
..
//heroes and generals
D3DXMATRIX ProjMatrix, ViewMatrix, WorldMatrix;
D3DXVECTOR3 VectorMiddle(0, 0, 0), ScreenMiddle(0, aimheight, 0);
D3DVIEWPORT9 Viewport;
Device->GetViewport(&Viewport);
Device->GetVertexShaderConstantF(204, ProjMatrix, 4);
Device->GetVertexShaderConstantF(223, ViewMatrix, 4);

D3DXMatrixIdentity(&WorldMatrix);
D3DXMatrixTranspose(&ViewMatrix, &ViewMatrix);
D3DXMatrixTranspose(&ProjMatrix, &ProjMatrix);

D3DXVec3Project(&VectorMiddle, &ScreenMiddle, &Viewport, &ProjMatrix, &ViewMatrix, &WorldMatrix);
..
#47 · 11y ago
GR
greatHAXOR
sry, but how launch it under world of warships game? inject compiled dll - only some red squars in random places, mb its wrong Stride/numvert? i tried some dx9 loggers - no way,each defind different stride.
#48 · 11y ago
lvous
lvous
Quote Originally Posted by greatHAXOR View Post
sry, but how launch it under world of warships game? inject compiled dll - only some red squars in random places, mb its wrong Stride/numvert? i tried some dx9 loggers - no way,each defind different stride.
using stride/numvert would be fine but w2s is completely different in world of warships, I dumped the shader and tried to do w2s but failed
Code:
?
Device->GetVertexShaderConstantF(5, g_viewProj, 4);
Device->GetVertexShaderConstantF(9, g_view, 3);
?
#49 · 11y ago
GR
greatHAXOR
do you mean the other coordinate system or other d3dx9 functions for drawing world?
#50 · 11y ago
BI
bigdonpaster
Any idea why this doesn't work for Source Engine Games?.
#51 · 9y ago
Posts 46–51 of 51 · Page 4 of 4

Post a Reply

Similar Threads

  • simple unpatched aimbot plixBy DanOfAwsome in Combat Arms Discussions
    2Last post 14y ago
  • A simple undetected aimbotBy tylormartin in Battlefield 3 (BF3) Hacks & Cheats
    1Last post 13y ago
  • Simple [Aimbot]By tabuzo013 in General
    8Last post 15y ago
  • How To make your own simple AimbotBy sumsar1812 in Battlefield Heroes Hacks
    41Last post 16y ago
  • Simple aimbot source codeBy yusako in Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    23Last post 15y ago

Tags for this Thread

#pure d3d aimbot