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 › CrossFire Hacks & Cheats › some codes for ..

Postsome codes for ..

Posts 1–15 of 16 · Page 1 of 2
YellowDanger
YellowDanger
some codes for ..
2d box esp made by
s.0.b.e.i.t.

__________________

void CESP:raw2DPlayerBox( CF_Player *pPlayer, DWORD drawColor )
{
if( !pPlayer )
return;

if( !pPlayer->Object )
return;

if( !g_Engine.Ge***ient() )
return;

LTVector vCenter, vFoot, vHead;

//this is the centered position
if( g_Engine.Ge***ient()->GetObjectPos( pPlayer->Object, &vCenter ) != LT_OK )
return;

//foot (bottom)
if( g_Engine.Ge***ient()->GetObjectBoxMin( pPlayer->Object, vFoot ) != LT_OK )
return;

//head (top)
if( g_Engine.Ge***ient()->GetObjectBoxMax( pPlayer->Object, vHead ) != LT_OK )
return;

//center the positions for 2d boxes
vFoot.x = vCenter.x;
vFoot.z = vCenter.z;
vHead.x = vCenter.x;
vHead.z = vCenter.z;

LTVector vPlayerFootScreen, vPlayerHeadScreen;

if( g_Engine.LTWorldToScreen( vFoot, vPlayerFootScreen ) && g_Engine.LTWorldToScreen( vHead, vPlayerHeadScreen ) )
{
float w = ( vPlayerFootScreen.y - vPlayerHeadScreen.y ) / 4;

g_Engine.OutlineRGBA( vPlayerHeadScreen.x - w, vPlayerHeadScreen.y, w * 2, ( vPlayerFootScreen.y - vPlayerHeadScreen.y ), 1.0f,
RED( drawColor ), GREEN( drawColor ), BLUE( drawColor ), ALPHA( drawColor ) );
}
}









some Super Moderator named
Davelike the one who sent me a file which shutted off my comp ._.
class esp________


if( g_Cvar.GetBoolean( "vis_class" ) )
{
char szMaterialName[ 256 ] = { 0 };

g_Engine.Ge***ient()->GetModelLT()->GetFilenames002( pPlayer->Object, szMaterialName, 256 );

char *szClassName = ((char *)szMaterialName) + strlen( "MODELS\\CHARACTER\\" );

for( int i = 0; i < strlen( szClassName ); i++ )
{
if( szClassName[i] == '_' )
{
szClassName[i] = '\0';

break;
}
}

g_Engine.RenderTextEngine( low_pos_2d.x, low_pos_2d.y + 20, (bIsVisible) ? drawColorFront : drawColorBack,
szClassName, true, false );
}

i have found it in an unknown website iam not a leecher or anything i just want to share with MPGH!<3
#1 · edited 16y ago · 16y ago
Hahne
Hahne
do that yourself or was it leached
#2 · 16y ago
Streetplayer
Streetplayer
you can see on the post
leeched
#3 · 16y ago
Hahne
Hahne
it looks leached yeah
#4 · 16y ago
noobybanana
noobybanana
it says leeched
#5 · 16y ago
Mung Daal
Mung Daal
How do we use this?

Kinda new, sorry. :\
#6 · 16y ago
Richo
Richo
You learn C++ and code us epic chams.
#7 · 16y ago
Hahne
Hahne
im learning vb
#8 · 16y ago
GL
GLARG
umm i rlly wnna learn how to make hacks, to me when i see it people just create a form of letters to create a program?!!??!?! like wtf how the hell does that work and how do u come up with combinations just like this code pllss help me im very confused
#9 · 16y ago
lewis1994
lewis1994
This is leeched XD
#10 · 16y ago
YellowDanger
YellowDanger
i don't know how to use it i think u must save it in a txt. file and rename it to dll. no iam wrong xD
just hope i could help here some coders finishing their work
#11 · edited 16y ago · 16y ago
/B
/b/oss
yeh leeched... and ty....
#12 · 16y ago
YellowDanger
YellowDanger
no problem DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD!!!!!
#13 · 16y ago
Chester Bennington
Chester Bennington
I don't believe you made this as you mentioned that you think it should be saved to a txt document and it was just for the other coders.

My proof - if you did make this then you would know what program to use.

This is for c++ and is leeched.

It is a nice and useful post but credits should be given to the original coder
#14 · edited 16y ago · 16y ago
YU
yudian520
You can issue the code do !!!!!!~~~~
#15 · 16y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • some codes for funBy scoutboss in WarRock - International Hacks
    7Last post 16y ago
  • RF016.rez Codes for some Guns!By C.C. in CrossFire Mods & Rez Modding
    7Last post 16y ago
  • LVL 16 wr account + Working Bypass + Some hacks for a retail codeBy eusker03 in Trade Accounts/Keys/Items
    2Last post 19y ago
  • Some HTML CODEING! For forums!By Ironelite35 in Debate Fort
    12Last post 17y ago
  • Request for some code: How to make a Javascript Username and Password Alert BoxBy condor01 in Hack Requests
    0Last post 18y ago

Tags for this Thread

None