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 › Edged ESP For Any Game [Source]

Edged ESP For Any Game [Source]

Posts 1–8 of 8 · Page 1 of 1
viking911
viking911
Edged ESP For Any Game [Source]
Code:
//ViKiNGHook CSGO pEsp.
void ViKiNGHook::DrawLine(int x, int y, int xx, int yy, Color Draw)
{
        pSurface->DrawSetColor(Draw);
        pSurface->DrawLine(x, y, xx, yy);
}
 
void ViKiNGHook::CornerBox(int x, int y, int w, int h, Color Draw)
{
        int bWidth = w;
        int bHeight = h;
        DrawLine(x, y, x, y + (bHeight / 5), Draw);
        DrawLine(x, y, x + (bWidth / 5), y, Draw);
        DrawLine(x + bWidth, y, x + bWidth - (bWidth / 5), y, Draw);
        DrawLine(x + bWidth, y, x + bWidth, y + (bHeight / 5), Draw);
        DrawLine(x, y + bHeight, x + (bWidth / 5), y + bHeight, Draw);
        DrawLine(x, y + bHeight, x, y + bHeight - (bHeight / 5), Draw);
        DrawLine(x + bWidth, y + bHeight, x + bWidth - (bWidth / 5), y + bHeight, Draw);
        DrawLine(x + bWidth, y + bHeight, x + bWidth, y + bHeight - (bHeight / 5), Draw);
}
 
void ViKiNGHook::EdgedOutline(int x, int y, int w, int h, Color Draw) {
        CornerBox(x - 1, y - 1, w + 2, h + 2, Color(0, 0, 0, 255));
        CornerBox(x, y, w, h, Draw);
}
Preview:
#1 · 10y ago
WhiteHat PH
WhiteHat PH
Very nice ESP thank's for sahring!
#2 · 10y ago
77
77dvr
is this for c++?
#3 · 6y ago
SL
SleepGay
will try it out thanks!
#4 · 6y ago
DemiToday
DemiToday
let me try now hope still working
#5 · 6y ago
IK
ikram1233
Quote Originally Posted by DemiToday View Post
let me try now hope still working
How to use it? I mean where to copy the code paste it where and how to open the code?
#6 · 6y ago
DE
Derekerx
can someone help with in what to do with this code? do i build in visual studio?
//ViKiNGHook CSGO pEsp.
void ViKiNGHook:rawLine(int x, int y, int xx, int yy, Color Draw)
{
pSurface->DrawSetColor(Draw);
pSurface->DrawLine(x, y, xx, yy);
}

void ViKiNGHook::CornerBox(int x, int y, int w, int h, Color Draw)
{
int bWidth = w;
int bHeight = h;
DrawLine(x, y, x, y + (bHeight / 5), Draw);
DrawLine(x, y, x + (bWidth / 5), y, Draw);
DrawLine(x + bWidth, y, x + bWidth - (bWidth / 5), y, Draw);
DrawLine(x + bWidth, y, x + bWidth, y + (bHeight / 5), Draw);
DrawLine(x, y + bHeight, x + (bWidth / 5), y + bHeight, Draw);
DrawLine(x, y + bHeight, x, y + bHeight - (bHeight / 5), Draw);
DrawLine(x + bWidth, y + bHeight, x + bWidth - (bWidth / 5), y + bHeight, Draw);
DrawLine(x + bWidth, y + bHeight, x + bWidth, y + bHeight - (bHeight / 5), Draw);
}

void ViKiNGHook::EdgedOutline(int x, int y, int w, int h, Color Draw) {
CornerBox(x - 1, y - 1, w + 2, h + 2, Color(0, 0, 0, 255));
CornerBox(x, y, w, h, Draw);
}
#7 · 5y ago
NO
Nominis
Hey! Would this work for Plants vs zombies battle for neighborville?
Hey! Would this work for Plants vs zombies battle for neighborville? Thank you
#8 · 4y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Aimbot Source (Works for any game)By flameswor10 in General
    96Last post 15y ago
  • *glitch for cusing* works for any game with chatBy Reckless in Combat Arms Hacks & Cheats
    66Last post 17y ago
  • Makeing/Coding Hacks (for any game)By CloneTrooper in Programming Tutorial Requests
    6Last post 17y ago
  • Anti Recoil Tool For Any GameBy ReLapse45 in Alliance of Valiant Arms (AVA) Hacks & Cheats
    11Last post 16y ago
  • How To Find .SWF For Any Game. Quick and EasyBy JustTheWind in Programming Tutorials
    1Last post 17y ago

Tags for this Thread

None