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 for PH >,<

LightbulbHack Tool Remover for PH >,<

Posts 1–15 of 19 · Page 1 of 2
acedia
acedia
Hack Tool Remover for PH >,<
I made a bypass for PH but I wont release it for now I don't get sometimes detected sometimes not... >,< so I want hack tool remover for PH.. or at least teach me... I have seen a part of the source code for hack tool remover from ***** and the other person in here but I don't have a clue what to do with it... So if somebody could make one for PH thanks... I want to use wallhack from MPGH it works for PH too only wallhacks ,,,
#1 · 15y ago
GB
gbjhet23
use CE to scan your hack tool pointer....
#2 · 15y ago
acedia
acedia
Quote Originally Posted by gbjhet23 View Post
use CE to scan your hack tool pointer....
It wont work if I get the hack tool all I can do is press OK
and another address in the CE will be used again... ahaha
#3 · 15y ago
A$
A$IAN
Quote Originally Posted by acedia View Post
It wont work if I get the hack tool all I can do is press OK
and another address in the CE will be used again... ahaha
Use a pointer and u dont need 2 find new addreses
#4 · 15y ago
RO
Root.X
From @***** say:
CrossFire PH Value
Code:
Normal Scan: 23
Code:
Hack Tool Detected: Scan 29
Another Way:
Code:
NA CF NOP LINE: 0x85723
Code:
PH CF NOP LINE: 0x7FD79
Link To TUT: Posted by @giniyat202
#5 · 15y ago
acedia
acedia
Quote Originally Posted by Root.X View Post
From @***** say:
CrossFire PH Value
Code:
Normal Scan: 23
Code:
Hack Tool Detected: Scan 29
Another Way:
Code:
NA CF NOP LINE: 0x85723
Code:
PH CF NOP LINE: 0x7FD79
Link To TUT: Posted by @giniyat202
WOW thanks ^_^
#6 · 15y ago
GI
giniyat202
Quote Originally Posted by Root.X View Post
From @***** say:
CrossFire PH Value
Code:
Normal Scan: 23
Code:
Hack Tool Detected: Scan 29
Another Way:
Code:
NA CF NOP LINE: 0x85723
Code:
PH CF NOP LINE: 0x7FD79
Link To TUT: Posted by @giniyat202
what is the search binary string for PH @Root.X?
#7 · 15y ago
HLBOT
HLBOT
Quote Originally Posted by giniyat202 View Post
what is the search binary string for PH @Root.X?
No String!
It's find by Contrans
I had convert original value Hack Tool Detected from byte to HEX.
Look NA: 0C9 = 201
Yes. Scan scanned original value and convert it to hex, go to Olly serach by Contrans then i Have it...

Code:
PUSH EAX
PUSH ESI
PUSH Value
PUSH 1C
CAL CSHELL.XXXXX
ADD ESP,10
#8 · 15y ago
Ryuesi
Ryuesi
I Do Not Have Crossfire PH Version
#9 · 15y ago
GI
giniyat202
Quote Originally Posted by ***** View Post
No String!
It's find by Contrans
I had convert original value Hack Tool Detected from byte to HEX.
Look NA: 0C9 = 201
Yes. Scan scanned original value and convert it to hex, go to Olly serach by Contrans then i Have it...

Code:
PUSH EAX
PUSH ESI
PUSH Value
PUSH 1C
CAL CSHELL.XXXXX
ADD ESP,10
binary string search still works with me.. and gives only one result.
#10 · 15y ago
HLBOT
HLBOT
Quote Originally Posted by giniyat202 View Post
binary string search still works with me.. and gives only one result.
What's string ? dont tell me ButtonMiss....
#11 · 15y ago
GI
giniyat202
Quote Originally Posted by ***** View Post
What's string ? dont tell me ButtonMiss....
Code:
51 57 68 C9 00 00 00 6A 1C E8 ?? ?? ?? ?? 83 C4 10
#12 · 15y ago
HLBOT
HLBOT
Lolz...
Only for NA Version...
The String can find all CrossFire Verions World Wide
#13 · 15y ago
GI
giniyat202
Quote Originally Posted by ***** View Post
Lolz...
Only for NA Version...
The String can find all CrossFire Verions World Wide
so all CF versions uses "Push 0C9" ??

if so then use this string
Code:
68 C9 00 00 00 6A ?? E8 ?? ?? ?? ?? 83 C4 ??
it matches:
push 0C9
push XX
call XXXXXX
add esp, XX
#14 · edited 15y ago · 15y ago
HLBOT
HLBOT
Quote Originally Posted by giniyat202 View Post
so all CF versions uses "Push 0C9" ??

if so then use this string
Code:
68 C9 00 00 00 6A ?? E8 ?? ?? ?? ?? 83 C4 ??
it matches:
push 0C9
push XX
call XXXXXX
add esp, XX
No no :
NA/ 0C9
VN: 0BD
PH: forgot...but i had scanned
I'm used my Addy to get that' value!
#15 · 15y ago
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

  • Need Hack tool remover for crossfire euBy [GER]o39 in CrossFire Europe Discussions
    1Last post 14y ago
  • [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

Tags for this Thread

None