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 › CrossFire Hack Coding / Programming / Source Code › Esp

Esp

Posts 1–15 of 17 · Page 1 of 2
Dragon(H)ell
Dragon(H)ell
Esp
Hey there

wondering if someone can help me with where Can I find (1C0,DC94,And 0x2E7FA8) which they are in this topic http://www.mpgh.net/forum/242-crossf...fire-info.html

thx
#1 · edited 14y ago · 14y ago
25
258456
0x1C0 used to be the size of the player class but now it is different. I haven't messed with it in a while but I believe if you look up "HP" then view the disassembly you will find the size of the class above it.
#2 · 14y ago
Dragon(H)ell
Dragon(H)ell
Code:
1000F956   68 74BE3310      PUSH CShell_u.1033BE74                   ; ASCII "HP"
1000F95B   53               PUSH EBX
1000F95C   68 CE610000      PUSH 61CE
1000F961   FFD0             CALL EAX
1000F963   8B4F 74          MOV ECX,DWORD PTR DS:[EDI+74]
1000F966   69C9 20040000    IMUL ECX,ECX,420
1000F96C   50               PUSH EAX
1000F96D   8D5431 06        LEA EDX,DWORD PTR DS:[ECX+ESI+6]
1000F971   52               PUSH EDX
1000F972   8D4424 30        LEA EAX,DWORD PTR SS:[ESP+30]
0x1C0 = 0x420
0xDC94 = 0x61CE
0x2E7FA8 = 0x33BE74 ? @258456
#3 · edited 14y ago · 14y ago
giniyat101
giniyat101
0x1C0 = 0x420
0xDC94 = 0x73C4
0x2E7FA8 = 0x3CBFD0
#4 · 14y ago
Dragon(H)ell
Dragon(H)ell
Code:
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
unsigned long Base = *(DWORD*)(CShell + 0x3CBFD0);

for(int i = 0; i < 16; i++)
{
DWORD dwStruct = (Base + (i * 0x420) + 0x73C4);
Crash
#5 · 14y ago
Dragon(H)ell
Dragon(H)ell
BTW does ESP requires any hook ?
@giniyat101 , @258456
#6 · 14y ago
CT
cttbot89
^^! i know ESP.
#7 · 14y ago
|S
|Skrillex|
Quote Originally Posted by cttbot89 View Post
^^! i know ESP.
He ask for help and not "Who know how to make esp?"
#8 · 14y ago
derh.acker
derh.acker
Quote Originally Posted by Dragon(H)ell View Post
BTW does ESP requires any hook ?
@ giniyat101 , @ 258456
It requires a d3d hook.
Maybe there are some other possibilities how to draw it, but you need the screen coordinates which normally are being calculated with d3dx.
#9 · 14y ago
Dragon(H)ell
Dragon(H)ell
Quote Originally Posted by derh.acker View Post
It requires a d3d hook.
Maybe there are some other possibilities how to draw it, but you need the screen coordinates which normally are being calculated with d3dx.
EndSence are enough ?

---------- Post added at 02:41 PM ---------- Previous post was at 12:42 PM ----------

@258456
@derh.acker
@giniyat101 Can you help me please ?
#10 · 14y ago
derh.acker
derh.acker
Quote Originally Posted by Dragon(H)ell View Post
EndSence are enough ?
Yes
/msg2short
#11 · 14y ago
CO
Code[VB]
Quote Originally Posted by Dragon(H)ell View Post
BTW does ESP requires any hook ?
@giniyat101 , @258456
never heard such a stu*** question..
if you ned WTS and such, you allways need to hook the d3d functions
#12 · 14y ago
Dragon(H)ell
Dragon(H)ell
Quote Originally Posted by Code[VB] View Post


never heard such a stu*** question..
if you ned WTS and such, you allways need to hook the d3d functions
you are always boast from yourself , but you know idc , no one was born perfect and no one will be perfect , and BTW the different between you and @giniyat101 , @258456 @derh.acker @~FALLEN~ they are better than in you coding and HELPING OTHER WITHOUT BOAST!!!!
#13 · 14y ago
25
258456
Ya, you will need to put the esp function in your endscene hook. DON'T PUT IT IN YOUR DIP HOOK. That's really important, don't put it in DIP or else your esp will keep drawing itself without refreshing each frame.
#14 · 14y ago
UL
UltraPGNoob
btw is there a good way to put the nametags above the head without any displacement.

like that:

Code:
[C4]LOL[HP:100]

     O
    -|-
     A
#15 · edited 14y ago · 14y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: UndetectedBy sf0d in General Game Hacking
    1Last post 17y ago
  • HL2 Hack With Aimbot|ESP| And much, Much more.By quin123 in CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    10Last post 17y ago
  • CS:S WallHack/Radar/Health/ESP/No Flash/No Smoke Hack Updated & v2.0 coming out!By Dave84311 in Hack/Release News
    16Last post 19y ago
  • espBy mopo in WarRock - International Hacks
    5Last post 19y ago
  • ESPBy condor01 in WarRock - International Hacks
    42Last post 19y ago

Tags for this Thread

None