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 › My PTC Method!

My PTC Method!

Posts 1–15 of 72 · Page 1 of 5
…
seeplusplus
seeplusplus
My PTC Method!
Hey everyone! I made this PTC Method, so credits to me!

NOTICE: THIS IS "NOOB-PROOF", SO DON'T JUST COPY AND PASTE RIGHT AWAY!

[php]void __cdecl CPush(char *Command, char *Value)
{
char *PCommand = new char[256]; //Define PCommand
sprintf(PCommand, "%s %s", Command, Value); //Define PCommand as "Command(Space)Value"
DWORD LTC = 0x485E10; //Define the LTC (Gordon's LTC)
void *Control = (void*)LTC; //Define Control method as the LTC
__asm //Start of ASM code
{
push PComand;
call Control;
add esp, 4;
}
}

CPush("ShowFPS", "1");[/php]

Remember because this is using Gordon's LTC you will need to put your "CPush" inside a void that is hooked like Renderframe.

As you can see there is an error.
Hint: After you fix this error there is another problem that will not show up as a warning or error.
#1 · edited 15y ago · 15y ago
MO
moo9801
Hey SeePlusPlus, I'm starting C++, because i know C# VB2010 and JAVA.
How do you guys find mem addresses? is there a specific program or what? i know how to do it; i've done it with other programs like cheat engine, etc. but CA blocks that.

Thanks in advance
Moo9801
#2 · 15y ago
flameswor10
flameswor10
Nice work there
#3 · 15y ago
Alessandro10
Alessandro10
Quote Originally Posted by moo9801 View Post
Hey SeePlusPlus, I'm starting C++, because i know C# VB2010 and JAVA.
How do you guys find mem addresses? is there a specific program or what? i know how to do it; i've done it with other programs like cheat engine, etc. but CA blocks that.

Thanks in advance
Moo9801
Just Use MHS or Make / Use Address Logger
#4 · 15y ago
Mr.Magicman
Mr.Magicman
Quote Originally Posted by seeplusplus View Post
Hey everyone! I made this PTC Method, so credits to me!

NOTICE: THIS IS "NOOB-PROOF", SO DON'T JUST COPY AND PASTE RIGHT AWAY!

[PHP]void __cdecl CPush(char Command, char Value)
{
char *PCommand = new char[256]; //Define PCommand
sprintf(PCommand, "%s %s", Command, Value); //Define PCommand as "Command(Space)Value"
DWORD LTC = 0x485E10; //Define the LTC (Gordon's LTC)
void *Control = (void*)LTC; //Define Control method as the LTC
__asm //Start of ASM code
{
push PComand;
call Control;
add esp, 4;
}
}

CPush("ShowFPS", "1");[/PHP]

Remember because this is using Gordon's LTC you will need to put your "CPush" inside a void that is hooked like Renderframe.

As you can see there is an error.
Hint: After you fix this error there is another problem that will not show up as a warning or error.
Why would this work and gordons dont?
#5 · 15y ago
seeplusplus
seeplusplus
Quote Originally Posted by Mr.Magicman View Post


Why would this work and gordons dont?
Does Gordon's work for you?
#6 · 15y ago
_F
_Fk127_
Quote Originally Posted by Mr.Magicman View Post


Why would this work and gordons dont?
push PComand;
call Control;
add esp, 4;
#7 · 15y ago
Reimy
Reimy
Nice Job...
#8 · 15y ago
Mr.Magicman
Mr.Magicman
Quote Originally Posted by seeplusplus View Post
Does Gordon's work for you?
If you Do it right yes...
#9 · 15y ago
seeplusplus
seeplusplus
Quote Originally Posted by Reimy View Post
Nice Job...
Thank you...
#10 · 15y ago
Mr.Magicman
Mr.Magicman
Quote Originally Posted by _Fk127_ View Post
push PComand;
call Control;
add esp, 4;
Understand code and then you'll know why you dont do that with engine ltc
#11 · 15y ago
FA
Fabolous
Uhmmm good job i guess.
#12 · 15y ago
_F
_Fk127_
Quote Originally Posted by Mr.Magicman View Post


Understand code and then you'll know why you dont do that with engine ltc
lol it works for me too in my method so fmm
#13 · 15y ago
topblast
topblast
I release something like this already but i used Float

I am not using any of this in my PTC method (still needs to be tested but I am getting there)
#14 · edited 15y ago · 15y ago
NO
NOOBJr
Nice Job SeePlusPlus, now that this was released wont be long till it gets patched!
#15 · 15y ago
Posts 1–15 of 72 · Page 1 of 5
…

Post a Reply

Tags for this Thread

None