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 › How to get DIP Pointer address

How to get DIP Pointer address

Posts 1–15 of 21 · Page 1 of 2
Ryuesi
Ryuesi
How to get DIP Pointer address
Hello guys !!
I Will release a tut for how to get DIP Function address From olly

What do you need

Olly
d3d9.dll "From C:\Windows\system32"

Step 1

Open d3d9.dll with olly and right click > Search for > Binary String

View B04OC2.png on ScreenSnapr

Step 2

Write at Hex + 0E this binary
Code:
C7 06 ?? ?? ?? ?? 89 86 ?? ?? ?? ?? 89 86
View HufI5u.png on ScreenSnapr

Step 3

Then u will get a code like that
Code:
4FE50F3C  |. C706 286CDE4F  MOV DWORD PTR DS:[ESI],d3d9.4FDE6C28
Take the address you have get "4FDE6C28"
now we should search for [4FDE6C28+82.*4]
by Click CTRL + G

Step 4

Then you will found code like that
Code:
4FE58845  |. 6A FF          PUSH -1
4FE58847  |. 68 5816F54F    PUSH d3d9.4FF51658                       ;  SE handler installation
4FE5884C  |. 64:A1 00000000 MOV EAX,DWORD PTR FS:[0]
4FE58852  |. 50             PUSH EAX
4FF51658 That's the Dip Address

Thank + Rep if i helped you .
@giniyat101For Teach me that
Good bye

#1 · edited 14y ago · 14y ago
DA
darkness99
thank you :P

---------- Post added at 05:32 PM ---------- Previous post was at 05:24 PM ----------

after that i will make naked asm and include D3D SDK ?
#2 · 14y ago
[N.O]N.A.M.E
[N.O]N.A.M.E
GJ!
#3 · 14y ago
DA
darkness99
Quote Originally Posted by darkness99 View Post
thank you :P

---------- Post added at 05:32 PM ---------- Previous post was at 05:24 PM ----------

after that i will make naked asm and include D3D SDK ?
i found the crossfire eu DIP now ...

what to do ? i added naked asm and add code then what have i do to add it ? void class d3d hacks ?


---------- Post added at 05:49 PM ---------- Previous post was at 05:41 PM ----------



now ?

Code:
__declspec(naked) void DrawIndexedPrimitive ( )
{

_asm
{
mov eax,dword ptr [ebp + 0x8]
mov pDevice,eax
pushad
call Render
popad
push    -1
push    73A3B9E8
mov     eax, dword ptr fs:[0]
push eax
jmp DIP
}
}
#4 · 14y ago
Genkidesu
Genkidesu
just use oldschool sigscanner, way faster.
#5 · 14y ago
XA
XarutoUsoCrack
lol this tutorial its OOOOOOOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDD DDDDDDDDd

yu can use d3d9 test to
#6 · 14y ago
giniyat101
giniyat101
good job
#7 · edited 14y ago · 14y ago
Swag
Swag
Good tutorial..
Good job
#8 · 14y ago
Assassin's Creed
Assassin's Creed
Quote Originally Posted by darkness99 View Post


i found the crossfire eu DIP now ...

what to do ? i added naked asm and add code then what have i do to add it ? void class d3d hacks ?


---------- Post added at 05:49 PM ---------- Previous post was at 05:41 PM ----------



now ?

Code:
__declspec(naked) void DrawIndexedPrimitive ( )
{

_asm
{
mov eax,dword ptr [ebp + 0x8]
mov pDevice,eax
pushad
call Render
popad
push    -1
push    73A3B9E8
mov     eax, dword ptr fs:[0]
push eax
jmp DIP
}
}
there isnt a crossfire NA DIP and another one for EU they are both the same lol
anyway Thx
#9 · 14y ago
-iFaDy..*
-iFaDy..*
Very Good Tutorial still need a tutorial for Mid Fonction Hook - Nice Tutorial

---------- Post added 03-21-2012 at 12:07 AM ---------- Previous post was 03-20-2012 at 11:20 PM ----------

omgg Learned Very Much From THis , going to make hook soooon !
#10 · edited 14y ago · 14y ago
Dragon(H)ell
Dragon(H)ell
really idk
but i think Mid Func patched with last x trap update
#11 · 14y ago
DaRk
DaRk
Quote Originally Posted by Assassin's Creed View Post


there isnt a crossfire NA DIP and another one for EU they are both the same lol
anyway Thx
yea they both use d3d9 so it's doesn't change
#12 · 14y ago
-iFaDy..*
-iFaDy..*
/req Sticky - Very Useful.
#13 · 14y ago
darlwis
darlwis
I think the CF DIP Addie is this:
4FF51658h
Credits:
@ToXiC Coder,He pass me it on MSN.
#14 · 14y ago
dicky88smd
dicky88smd
BTW i found that, i think NA have same with INDO "4FF51658"

@darlwis you say the addy is "4FF51658h" well can you explain to me where come form "h"
#15 · edited 14y ago · 14y ago
Posts 1–15 of 21 · Page 1 of 2

Post a Reply

Similar Threads

  • How to get DrawPrim pointer for CA EU?By ChanceOfHax in Combat Arms EU Hack Coding/Source Code
    5Last post 15y ago
  • How to get the value of the address, a pointer is pointing at? [Solved]By Arnibold in C++/C Programming
    12Last post 15y ago
  • [Video] How to Get The Bytes From an Address in OllydbgBy DeadLinez in Combat Arms Hack Coding / Programming / Source Code
    28Last post 16y ago
  • (TUT)how to change your IP address incase u get bannedBy (FPS)H4X0R in Combat Arms Hacks & Cheats
    20Last post 17y ago
  • [help]how would i get the superjump address?By fable741 in WarRock - International Hacks
    9Last post 19y ago

Tags for this Thread

None