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 › [Request] Latest addys + PTC Method

[Request] Latest addys + PTC Method

Posts 1–14 of 14 · Page 1 of 1
flameswor10
flameswor10
[Request] Latest addys + PTC Method
Hey. I was wondering if you guys could check if my PTC method is correct (planning to make hacks for you guys) and also give me the latest Addy for LTC (or w/e it's called).

I'm from CA section and decided to make hacks for CF as requested..

Thanks for reading (I'm not a requester nub so please don't flame me)
Code:
void __cdecl PushToConsole( const char* szCommand ) //Push To console method updated
{
		DWORD *LTClient = ( DWORD* )( 0x2AAE80 );
		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
		__asm
		{
			push szCommand;
			call CONoff;
			add esp, 4;
	}
}
#1 · edited 15y ago · 15y ago
conman1136
conman1136
yes that is correct. here is the latest address Console = 2AAE80 + 1F8
#2 · 15y ago
flameswor10
flameswor10
Does that have an 0x2AAE80 + 1F8 in it?
#3 · 15y ago
conman1136
conman1136
i belive so
#4 · 15y ago
MO
ModernGee
Nerds .


JKJK
#5 · 15y ago
BO
BooMRawR™
Correct Boii, But i believe the PTC Method is wrong? Correct me if im wrong, since i use another way.
#6 · 15y ago
A$
A$IAN
hmm, what do u want with PTC now :P
The Boxes command is patched...
his could be an additional feature to a working boxes hack+ no flash or something like tha XD
#7 · 15y ago
ME
melee
Code:
void __cdecl PushToConsole(char* szVal ) {
	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
	if( dwCShell != NULL )
	{
		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x2AAE80) );
		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
		_asm
		{
			push szVal;
			call CONoff;
			add esp, 4;
		}
	}
}
i got this from lauwy's tut on how to make a base. but i updated the address to
Code:
2AAE80
#8 · 15y ago
Najort
Najort
CAN U TEACH ME HOW I CAN GET THE LT POINTER

I HAVE OLLYDBG BUT NOT HAVE A PLUGIN TOOLS

HOW CAN I ADD PLUGIN TOOLS??
#9 · 15y ago
EL
elmoi0010
put the Pedumper and Dlloaders in the same folder whit Ollydbg and do the steps


P.D: Press Thanks if i help u
#10 · 15y ago
ovenran
ovenran
i got CShellllllllllllllllllllllllllllllllllllllllllllll llllllllllllllllllllllllllllllllllllllllllll!!!!!! !!!!!!!!!!!!!!!

hehehe to bad

it works mine the PE dumper when i put it on same folder
#11 · 15y ago
flameswor10
flameswor10
Do you need a bypass? Or not.. (Making a menu hack with maybe CA detours if it works)

or just link me to a menu base with detours included >_>
#12 · 15y ago
Spookerzz
Spookerzz
This would be great.

We need a thread full of addresses and everything
#13 · 15y ago
Nubzgetkillz
Nubzgetkillz
Quote Originally Posted by flameswor10 View Post
Do you need a bypass? Or not.. (Making a menu hack with maybe CA detours if it works)

or just link me to a menu base with detours included >_>
sI, Un bypass necessito lol

yes it is idk why i try speaking spanish
#14 · 15y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Tags for this Thread

None