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 › Crossfire Coding Help & Discussion › I need the CF-NA PlayerPointer

Thumbs downI need the CF-NA PlayerPointer

Posts 1–9 of 9 · Page 1 of 1
CO
CoderCf
I need the CF-NA PlayerPointer
I need the CF-NA PlayerPointer and i will release a nice Hack !
#1 · 13y ago
[H]aaBX
[H]aaBX
Why don't you use your logger. Didn't you say it's the best?
#2 · 13y ago
-[I]fLuX
-[I]fLuX
0x4B3138 + 0x54 this is the player pointer
#3 · 13y ago
CO
CoderCf
Quote Originally Posted by -[I]fLuX View Post
0x4B3138 + 0x54 this is the player pointer
Thx but look my Fly Hack :

#define PlayerPointer 0x4B3138

DWORD W_PLAYERS = *(DWORD*)( cshell + PlayerPointer + 0x54 );

if(W_PLAYERS != 0)
{
if(GetAsyncKeyState(VK_LSHIFT))
{
*(float*)(W_PLAYERS + FLY) = -2.125f;
}
else
{
*(float*)(W_PLAYERS + FLY) = 1;
}
}

I not fly i go to the Ground why ?
#4 · 13y ago
-[I]fLuX
-[I]fLuX
Quote Originally Posted by CoderCf View Post
Thx but look my Fly Hack :

#define PlayerPointer 0x4B3138

DWORD W_PLAYERS = *(DWORD*)( cshell + PlayerPointer + 0x54 );

if(W_PLAYERS != 0)
{
if(GetAsyncKeyState(VK_LSHIFT))
{
*(float*)(W_PLAYERS + FLY) = -2.125f;
}
else
{
*(float*)(W_PLAYERS + FLY) = 1;
}
}

I not fly i go to the Ground why ?
not your fly hack
#5 · 13y ago
DarkPladin
DarkPladin
Quote Originally Posted by -[I]fLuX View Post
try it i think you will find an working way
just a question but in your hack , it does the same , u back to ground , no fly !! ^^
#6 · 13y ago
CFHackerExtreme
CFHackerExtreme
Hmm, Offset changed

Try This:

DWORD PlayerCLient = *(DWORD*)(CShellPointer + 0x54);

if(GetAsyncKeyState(VK_LSHIFT))
*(float*)(PlayerClient + FlyOffset) = -2.125;
else
*(float*)(PlayerClient + FlyOffset) = 1;
#7 · edited 13y ago · 13y ago
~F
~FALLEN~
You do realize that's not the player pointer... right? Player pointers are stored a lot further down in that class... and there's 1 for each player.

e.g.

Players* PlayerArray[16];
#8 · 13y ago
kinibayVIP4
kinibayVIP4
Guys Is the Fly offset simply the Y axis?? If so, what is the Y axis string? (I need that anyways) I tried a tut, using the word "Rot" in OllyDbg but that must be old, it's gone. any help with this??
#9 · 13y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • need the meanings of wtfBy EleMentX in Spammers Corner
    7Last post 19y ago
  • Need the Koreanse warrock linkBy bioslover in WarRock - International Hacks
    3Last post 19y ago
  • i need the no scpoe adrres plzBy ~claw~ in WarRock - International Hacks
    1Last post 19y ago
  • I need the download link for VB 6By grim911 in WarRock - International Hacks
    31Last post 18y ago
  • i need help to hack i need the sluff for freeBy killercamer9 in Flaming & Rage
    10Last post 18y ago

Tags for this Thread

#addy#addys#crossfire#playerpointer