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 › Market Place › User Services › [Source Code] Hack by Nseven

Post[Source Code] Hack by Nseven

Posts 1–15 of 54 · Page 1 of 4
ScripCody
ScripCody
[Source Code] Hack by Nseven
Someone sent me this to my inbox. I'm not really sure what it does as I'm a noob at programming. But I hope someone will find good use for it. If this is your code that you don't want others to see, then let me know and I'll tell the mods to delete this thread. Otherwise, I hope you have no hurt feelings.

http://pastebin.com/MfitwxJc
#1 · 11y ago
RA
Raydenman
Quote Originally Posted by ScripCody View Post
I'm not really sure what it does as I'm a noob at programming.
That code is full of win32 api and directX calls, at first glance I can tell you are using directX9 function to handle a texture, surely to use it you should see before the single prototypes of directX (that I don't know, since I don't develop videogame) ... definitely to initialize it you must use init.
#2 · 11y ago
HA
haqgamer
Someone should use this to make a hack xD
#3 · 11y ago
FI
fire100
Quote Originally Posted by haqgamer View Post
Someone should use this to make a hack xD
i can do that but its worthless. even a noob can compile it.
#4 · 11y ago
TheHappening2016
TheHappening2016
This is all over the internet in various spots; nothing new to see here
#5 · 11y ago
Picobello
Picobello
This code is a fragment only
It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.

EDIT:
I confirm this is a fully functional code. I compiled it and tested it. It works great.
#6 · edited 11y ago · 11y ago
lvous
lvous
Quote Originally Posted by Picobello View Post
This code is a fragment only
It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.
This is the full source without memory hack features (like no recoil, infinite ammo, no spread) and menu. The worldtoscreen and xyz works fine and doesn't need any offsets or addresses. Memory modifications is what gets everybody banned.
#7 · 11y ago
gabygamer
gabygamer
Quote Originally Posted by fire100 View Post
i can do that but its worthless. even a noob can compile it.
compile this pls
#8 · 11y ago
FI
fire100
Quote Originally Posted by Picobello View Post
This code is a fragment only
It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.
lol, i have this shit.

- - - Updated - - -

Quote Originally Posted by gabygamer View Post
compile this pls
hmm, Even if i compile it, its no better then D3D V3 that is released on the forum. Infact that one has more options.

- - - Updated - - -

I AM UPDATING THE GAME NOW
#9 · 11y ago
Picobello
Picobello
Quote Originally Posted by fire100 View Post
lol, i have this shit.(
Can you share?

- - - Updated - - -

Quote Originally Posted by lvous View Post
This is the full source without memory hack features (like no recoil, infinite ammo, no spread) and menu. The worldtoscreen and xyz works fine and doesn't need any offsets or addresses. Memory modifications is what gets everybody banned.
This is correct my friend.
#10 · 11y ago
UB
UbisoftFaggot
NICE SOURCE !
#11 · 11y ago
ScripCody
ScripCody
Quote Originally Posted by Picobello View Post
This code is a fragment only
It is about an ESP because some basic functions required are there such as distance computation, world-to-screen etc
The actual interesting part would have been the base memory addresses of the enemy sctructures that contain the XYZ vectors ... this is not part of this code sadly.

EDIT:
I confirm this is a fully functional code. I compiled it and tested it. It works great.
Can you tell me how to compile it? Does it work in Windows 8?
#12 · 11y ago
Picobello
Picobello
Quote Originally Posted by ScripCody View Post
Can you tell me how to compile it? Does it work in Windows 8?
You need:
->Visual Studio c++
->DirectX SDK June 2010
->Detour library (not the recent one; not the 3.0 but the older one)

You create a new empty project and paste the code
You add the extra mentionned libraries and headers in the compiler paths
You compile

- - - Updated - - -

So I am trying to improve this thing.
I am a bit stuck: I cannot figure out how to achieve what I want.

Maybe you can help me guys?

This is the challenge:
This code is working fine but I would like to add a bit more intelligence to it using the XYZ position of every models. Example of possibilities: to try to differentiate the enemies and only apply the Chams or Boxes to them instead of everyone.
So I need to figure out how to actually get the XYZ in the World space referential (not the model space) out of the Model and through the hooking functions.

I already tested a lot of options including D3DXVec3Unproject but I am not successful.
I believe one of the key reason is that I don't have yet the real world matrix since the Unity matrix is used in the code here for the world matrix.

Is there a Direct3D expert among us that is willing to help me and put me on the right path?
Ofcourse I Googled a lot before posting. I would say that D3DXVec3Unproject is the most promising but I cannot make it work.
I promise I will share the finished binary afterward

Let me know if you can help

- - - Updated - - -

OUPS I forgot to mention:
I would like to get the XYZ out of the Direct3D Hooking because it would survive to game updates: we would not need to redo the hack every time like the ones that are based on players memory structures
#13 · 11y ago
ScripCody
ScripCody
What features does this hack have?
#14 · 11y ago
XE
xenononex
why is it errors to me? http://prntscr.com/6e94x6
#15 · 11y ago
Posts 1–15 of 54 · Page 1 of 4

Post a Reply

Similar Threads

  • Pls help me about source code hackBy vipluckystar in CrossFire Hack Coding / Programming / Source Code
    10Last post 14y ago
  • Source code hack!By GameMaster025 in CrossFire Hack Coding / Programming / Source Code
    4Last post 14y ago
  • Help source code hackBy -Dreamer- in Crossfire Coding Help & Discussion
    3Last post 13y ago
  • Source Code Hack CS 1.6 nonsteamBy dinho_CA in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    1Last post 13y ago
  • Plealse source code hack exp Special Force ThailandBy thaweetham in Soldier Front General
    0Last post 13y ago

Tags for this Thread

#source code