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 › Hack Tool remover in D3Dmenu

Hack Tool remover in D3Dmenu

Posts 1–15 of 16 · Page 1 of 2
CFhackerfree
CFhackerfree
Hack Tool remover in D3Dmenu
Hi i have a question

Hack tool remover in menu ?
See my:

int remover;


if (remover=1)
{
PFLOAT HL= (PFLOAT)(CShellbase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}


pMenu->AddItem(("BYPASS") ,&remover, opt_OffOn);
Can you help me its not working why ??
#1 · 15y ago
HLBOT
HLBOT
Code:
Code:
int remover;
Changed to:
Code:
int remover=0;
DONE!
#2 · 15y ago
CFhackerfree
CFhackerfree
Quote Originally Posted by ***** View Post
Code:
Code:
int remover;
Changed to:
Code:
int remover=0;
DONE!
its not work :-(
#3 · 15y ago
joered
joered
Quote Originally Posted by CFhackerfree View Post
Hi i have a question

Hack tool remover in menu ?
See my:



Can you help me its not working why ??
You can do it like this to no need for ==1
if (hacktool)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}

or on your way
if (hacktool==1)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}
#4 · 15y ago
NoShame
NoShame
@CFhackerfree
where did you learn coding?
which book you read ?
#5 · 15y ago
CFhackerfree
CFhackerfree
Quote Originally Posted by joered View Post
You can do it like this to no need for ==1
if (hacktool)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}

or on your way
if (hacktool==1)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}


hm.. not working for me xD

need i a
else ??
#6 · 15y ago
RO
Royku
it should work that way
just make it hotkey.
#7 · 15y ago
CFhackerfree
CFhackerfree
Quote Originally Posted by royku View Post
it should work that way
just make it hotkey.
okey ^^

:-)
#8 · 15y ago
GI
giniyat202
Quote Originally Posted by NoShame View Post
@CFhackerfree
where did you learn coding?
which book you read ?
stop asking this question.
there is alot of C++ books in librarys, internet.
just pick one and start reading!
#9 · 15y ago
HLBOT
HLBOT
If i have this like a hack tool detected msgbox.
I'm use the NOP by @giniyat202
#10 · 15y ago
GI
giniyat202
Quote Originally Posted by ***** View Post
If i have this like a hack tool detected msgbox.
I'm use the NOP by @giniyat202
so, could you get it to work on Vietnam cf?
#11 · 15y ago
HLBOT
HLBOT
Quote Originally Posted by giniyat202 View Post
so, could you get it to work on Vietnam cf?
Yes, All Crossfire if you known original value hack tool
#12 · 15y ago
{B
{Banned}**HACKER**
Quote Originally Posted by CFhackerfree View Post
Hi i have a question

Hack tool remover in menu ?
See my:



Can you help me its not working why ??
I Used this code also and it compiles really nice but when hack tool message really shows it gives me send error report i got latest addy for it and everything
#13 · 15y ago
derh.acker
derh.acker
Quote Originally Posted by joered View Post
You can do it like this to no need for ==1
if (hacktool)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}

or on your way
if (hacktool==1)
{
PFLOAT HL= (PFLOAT)(CShellBase+0x3466AC);
if (*HL) *HL= (float)(3.0828566215146E-44);
}
Why are you using float?
It works with DWORD (hexadecimal or decimal)
#14 · 15y ago
GI
giniyat202
Quote Originally Posted by derh.acker View Post
Why are you using float?
It works with DWORD (hexadecimal or decimal)
@***** said that CF crashes when you use DWORD ...
#15 · 15y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • [TUT] Hack Tool RemoverBy HLBOT in CrossFire Hack Coding / Programming / Source Code
    21Last post 15y ago
  • New Hack tool removal addieBy giniyat202 in CrossFire Hack Coding / Programming / Source Code
    8Last post 15y ago
  • Hack TOOL removerBy CFhackerfree in CrossFire Hack Coding / Programming / Source Code
    12Last post 15y ago
  • Hack Tool RemoverBy -sm0ke- in CrossFire Hacks & Cheats
    125Last post 15y ago
  • Hack Tool Remover for PH >,<By acedia in CrossFire Hack Coding / Programming / Source Code
    18Last post 15y ago

Tags for this Thread

None