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 › Tutorial to find Pointers,Addys,Offsets

QuestionTutorial to find Pointers,Addys,Offsets

Posts 1–10 of 10 · Page 1 of 1
TheBeast13
TheBeast13
Tutorial to find Pointers,Addys,Offsets
Hello Guys, i need a Tutorial on how to find a Pointer,Addy,Offset This is my biggest problem so far x_x ( Dont laugh at me im new at Coding and stuff )
Thx.


NOTE : I dont want to use Cheat Engine or stuff like that, in some cases its not even possible because the Anti Cheat Protection Detects it .
#1 · edited 14y ago · 14y ago
CO
Code[VB]
it´s easy, just download ollydbg and make a CShell.dll loader (the dll is inside the crossfire folder) there you can find some interesting stuff like pointers & offsets
u need a "know how" how to read that sh** out of the asm code thats your part if you don´t understand this, then google it (in german, becouse you are one, i think) ... -> "google nach c++ zeiger ... etc .. c++ asm zeiger & offsets"
#2 · 14y ago
Sprite
Sprite
Go here ..
http://www.mpgh.net/forum/287-crossf...nd-addies.html
#3 · 14y ago
CNAW28
CNAW28
Hmmmm... For me,, I look for this: [FTSP..... PTR DS - 0x????]. That would be your offset.

Example:

ReloadAnimRatio: 0x????

[ReloadAnimRatio] is the addy/address.
[0x????] is the offset.
The pointer of [ReloadAnimRatio] is [WeaponMgr]. You add the pointer to the location you want to change. -> (CShell+0x??????)
[0x??????] is the pointer.

I hope you get it. If not, try this: http://www.mpgh.net/forum/287-crossf...nd-addies.html
#4 · 14y ago
TheBeast13
TheBeast13
Thx to everyone who helped me
#5 · 14y ago
TheBeast13
TheBeast13
Ok, i think i found for what i looked but what does that mean = mov dword ptr [esp+ebx*4+30], 16
Does that mean i need to ad 4 to 30 so its 34 (Pointer) and the offset is 16 ?
#6 · 14y ago
derh.acker
derh.acker
Most people don't even know what FSTP is...
#7 · 14y ago
TheBeast13
TheBeast13
Ok after 1 Hour of Reading how to learn assembly , i think understand it.
#8 · 14y ago
25
258456
Quote Originally Posted by derh.acker View Post
Most people don't even know what FSTP is...
Tell me about it bro. If the variable they were looking wasn't a float then they would be screwed since FSTP wouldn't be used lol.
#9 · 14y ago
dungzkii
dungzkii
go to source code section ..
#10 · 14y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • Pointers, Addys, Offsets, WeaponLog, ETCBy DaRk in CrossFire Hack Coding / Programming / Source Code
    3Last post 14y ago
  • Pointers, Addys, Offsets, WeaponLog, ETCBy DaRk in CrossFire Hack Coding / Programming / Source Code
    43Last post 14y ago
  • Pointers, Addys, Offsets, WeaponLog, ETC Ver 2By DaRk in CrossFire Hack Coding / Programming / Source Code
    36Last post 14y ago
  • Pointers, Addys, Offsets, WeaponLog, ETCBy DaRk in CrossFire Hack Coding / Programming / Source Code
    37Last post 14y ago
  • [Tutorial] Finding Pointers (EXTREMELY SHORT)By Combatant in Combat Arms Hacks & Cheats
    11Last post 18y ago

Tags for this Thread

None