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 › MultiPlayer Game Hacks & Cheats › Steam Games Hacks & Cheats › Counter-Strike 2 Hacks › Counter-Strike 2 Coding & Resources › External Radar c++ source code

External Radar c++ source code

Posts 1–9 of 9 · Page 1 of 1
TH
TheNamless
External Radar c++ source code
hello guys , does any one have a working c++ radar external hack , i was looking on the internet but i could find a working one even after changing the offset and debugging the code


thx
#1 · 10y ago
affe2626
affe2626
its not that hard to do it yourself (EntityBase + bSpotted) = true, and the polymeme radar thing doesnt work but you can take that source in the glowesp and set currentplayer + bspotted = true and then u have your own .. like this Mem.Write<bool>(currentplayer + bSpotted, true); or something like that
#2 · 10y ago
AN
antep2727
you mean ingame radar or draw it yourself?
#3 · edited 10y ago · 10y ago
TH
TheNamless
Quote Originally Posted by antep2727 View Post
you mean ingame radar or draw it yourself?
in game one

- - - Updated - - -

Quote Originally Posted by affe2626 View Post
its not that hard to do it yourself (EntityBase + bSpotted) = true, and the polymeme radar thing doesnt work but you can take that source in the glowesp and set currentplayer + bspotted = true and then u have your own .. like this Mem.Write<bool>(currentplayer + bSpotted, true); or something like that
i already tried this aproch and its didnt work idk the game crash once i load the cheat , i debuged so many time still didnt find the reason why the game crash , this is why i am looking for a working example to tweak

- - - Updated - - -

Quote Originally Posted by affe2626 View Post
its not that hard to do it yourself (EntityBase + bSpotted) = true, and the polymeme radar thing doesnt work but you can take that source in the glowesp and set currentplayer + bspotted = true and then u have your own .. like this Mem.Write<bool>(currentplayer + bSpotted, true); or something like that
i already tried this aproch and its didnt work idk the game crash once i load the cheat , i debuged so many time still didnt find the reason why the game crash , this is why i am looking for a working example to tweak
#4 · 10y ago
affe2626
affe2626
Code:
  for (int i = 0; i < 32; i++)
  {
   eList[i].Read(i);
   LocalPlayer.Read();
   if (!eList[i].Base)
    continue;
   if (eList[i].Team == LocalPlayer.Team)
    continue;
   if (eList[i].Health < 2)
    continue;
   if (eList[i].Dormant)
    continue;
   Mem.Write<bool>(eList[i].Base + m_bSpotted, 1);
something like that should work its just my shitty code mixed with radar sause i can help u tommorow if u dont fix it
#5 · 10y ago
TH
TheNamless
Quote Originally Posted by affe2626 View Post
Code:
  for (int i = 0; i < 32; i++)
  {
   eList[i].Read(i);
   LocalPlayer.Read();
   if (!eList[i].Base)
    continue;
   if (eList[i].Team == LocalPlayer.Team)
    continue;
   if (eList[i].Health < 2)
    continue;
   if (eList[i].Dormant)
    continue;
   Mem.Write<bool>(eList[i].Base + m_bSpotted, 1);
something like that should work its just my shitty code mixed with radar sause i can help u tommorow if u dont fix it
ok thx bro i will test it and give you a feed back
#6 · 10y ago
AN
antep2727
dude there are 8823821832 sources. You must learn google bro.

"cs:go radar source", "csgo radar mpgh", "csgo external hack source", and open source of WasserEsser which you can find in his posted threads.
#7 · 10y ago
TH
TheNamless
Quote Originally Posted by antep2727 View Post
dude there are 8823821832 sources. You must learn google bro.

"cs:go radar source", "csgo radar mpgh", "csgo external hack source", and open source of WasserEsser which you can find in his posted threads.
thnks for the reply i just found WasserEsser source i try it and its work with no crash in game
#8 · edited 10y ago · 10y ago
HU
Hunter
/Solved & closed.
#9 · 10y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • External .dll w/ Source CodeBy internaut in Counter-Strike 2 Coding & Resources
    13Last post 9y ago
  • [Source code + Compile] m3mer external v1.4 | Aimbot | Trigger | Radar | Bhop | GlowBy cdrizzle in Counter-Strike 2 Hacks
    74Last post 10y ago
  • [Leeched] kokobot External Aimbot + Source codeBy MarkHC in Call of Duty 7 - Black Ops Hacks & Cheats
    70Last post 13y ago
  • [SOLVED] External Esp source code editing questionBy Demented420 in Call of Duty Modern Warfare 2 Help
    6Last post 16y ago
  • [Release]External Console Radar Inc. SourceBy King-Orgy in Call of Duty 4 - Modern Warfare (MW) Hacks
    8Last post 15y ago

Tags for this Thread

None