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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Combat Arms Coding Help & Discussion › [HELP]Need a new PTC Method

[HELP]Need a new PTC Method

Posts 1–15 of 15 · Page 1 of 1
QQiswhyihack
QQiswhyihack
[HELP]Need a new PTC Method
Hello MPGH,
I'm using this method, that everybody is telling me is patched..

void __cdecl cBase::PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )

}{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}


If anbody knows a new METHOD or has a new method tut.. please PM me, or post it below,
Thank-you.
#1 · 15y ago
Gab
Gab
I'm like you. It's so fck*ng hard to create a new one.
#2 · 15y ago
.L
.L33T
Some public PTC's like Markoj's method should be working.
#3 · 15y ago
seeplusplus
seeplusplus
They're telling you it's patched cause it is...
#4 · 15y ago
eXaLtIc™
eXaLtIc™
Quote Originally Posted by xXModz View Post
I'm like you. It's so fck*ng hard to create a new one.
Um no its not that hard actually.


Quote Originally Posted by seeplusplus View Post
They're telling you it's patched cause it is...
Correct maybe flameswor10's HotKey Base Might Help A Little!
#5 · edited 15y ago · 15y ago
seeplusplus
seeplusplus
Just try different things...
Also you could search on MPGH...
#6 · 15y ago
eXaLtIc™
eXaLtIc™
Correct oh and seep the pm you sent me i downloaded the first one and the pop up came up still "cannot load kernel drive"
#7 · 15y ago
seeplusplus
seeplusplus
What system are you on again?
#8 · 15y ago
CO
CodeDemon
OP LEARN FUCKING C++. GO BUY A BOOK AND DON'T COME BACK UNTIL YOU HAVE READ IT AND FULLY UNDERSTAND IT.

I mean seriously! We are not going to spoon feed. You have 4 threads on the front page and they are all asking for help. You're like Yomo all over again...
#9 · 15y ago
QQiswhyihack
QQiswhyihack
Quote Originally Posted by CodeDemon View Post
OP LEARN FUCKING C++. GO BUY A BOOK AND DON'T COME BACK UNTIL YOU HAVE READ IT AND FULLY UNDERSTAND IT.

I mean seriously! We are not going to spoon feed. You have 4 threads on the front page and they are all asking for help. You're like Yomo all over again...
I just need a PTC method to release my fucking menu, dont get so angry, this is a fucking help section, ? don't come to it, if your not going to help and going to fucking rage me seriously.
#10 · 15y ago
markoj
markoj
Quote Originally Posted by QQiswhyihack View Post
I just need a PTC method to release my fucking menu, dont get so angry, this is a fucking help section, ? don't come to it, if your not going to help and going to fucking rage me seriously.
Why do you want to release a hack, why do you want to code a hack, why are you trying if you don't know c++. Answer those correctly and I'll give you my personal undetected method.

Quote Originally Posted by .L33T View Post
Some public PTC's like Markoj's method should be working.
I'm trying to keep it private lol, so don't share
#11 · 15y ago
WH
whatup777+
It should work fine....

[php]void __cdecl cBase::PushToConsole(const char* szCommand ){
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}[/php]

Use this one.
#12 · edited 15y ago · 15y ago
LI
LightzOut
Making ptc methods is so fucking easy you have got to be kidding me. It only takes extremely basic knowledge of C++ to be able to make a ptc method undetected. Go learn it before you try and make public hacks, it will help you in the end and eliminate all of your begging. Yes, this is the help section, but it's not the spoonfeeding section.
#13 · 15y ago
QQiswhyihack
QQiswhyihack
Dont worry, got my own.. Great help, Thanks!
Request
//Close Thread
#14 · 15y ago
ST
Stephen
[php]
void __cdecl cBase::PushToConsole(const char* szCommand ){
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377ED910 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
}
[/php]

Don't add cBase::, not everyone has that class.
#15 · 15y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • new ptc method?By speedforyou in Combat Arms Hack Coding / Programming / Source Code
    27Last post 15y ago
  • New PTC method PleaseBy pikamew4 in Combat Arms Coding Help & Discussion
    0Last post 15y ago
  • PCC Commands (New PTC method)By Dieorwin in Combat Arms Hack Coding / Programming / Source Code
    82Last post 15y ago
  • NEED HELP WITH HARLODS NEW BYPASS (will somone show me how to do it with team veiw?)By UBKSpence in Combat Arms Hacks & Cheats
    2Last post 18y ago
  • prob with new trainer - HELP NEEDED-By XqwertyX in WarRock Korea Hacks
    12Last post 19y ago

Tags for this Thread

None