PTC Method?

Posts 1630 of 33 · Page 2 of 3
remove the cBase::
next time read the error and try to solve it b4 posting it
You Know what
ive tryed and this piece of shit thing is getting on my nerves so
im done with it(it not finished but im fucking sick of it)
This piece of trash all you people call hacks
lol you just don't want to give credits :P
You know thats the way i feel some times but youll get used to it just try harder and read your book more im like 75% in my book im about to learn d3d soon after i finish it. =)

Quote Originally Posted by NOOBJr View Post
void __cdecl cBase::PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377E7810 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
[php]
void __cdecl cBase::PushToConsole(const char* szCommand )
{
DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
if( dwCShell != NULL )
{
DWORD *LTClient = ( DWORD* )( 0x377E7810 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );//
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}[/php]
Ill Show You The Errors and whats rong with this method.
[php]
void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x377E7810 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}[/php]
This is the correct function the guy just wanted you to get errors and figure it out yourself thats all.
Quote Originally Posted by SpadeCA View Post
Srry for the noob question but i barely learned C++ yesterday(and that was was like a one page summary of it)
WHERE???
and if its right after the last brace
i still get a fail message
You learned c++ in one day? wow, you are one epic dude
Quote Originally Posted by AVGN View Post


You learned c++ in one day? wow, you are one epic dude
No he just started reading the C++ book he got on one day der.
Quote Originally Posted by eXaLtIc View Post
No he just started reading the C++ book he got on one day der.
i was being facetious der.
[php]void __cdecl Base::PushToConsole( const char* szCommand)
{

void* CONoff = ( void* ) dwPTCAddress;

if(!CONoff)
return;

__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}[/php]

anti crash is better as a dumb file xD
My visual basic is being dumb and not building the dll
Ill try it later
LOL IT'S C++.. You dont' make hacks with Visual Basics
Visual C++ 2008 Express is the program name
i call it Visual Basic
You cant call a function from a non-existent class. Either remove the class or create it, those are you're 2 choices.

Read your errors, don't expect us to spoonfeed you, most errors show at what line the error occur. EG filename.cpp(86) that means there is an error on line 86 of filename.cpp, Read the error than check out you're line. I recommend you spend more time learning C++.
I make my hack's with notepad.
Quote Originally Posted by wassup40 View Post
I make my hack's with notepad.
Thats why you fail even harder.
Get Visual C++. iitz the best.
fixed the PTC(well im not getting any errors)
Now i think my commands are off because the hacks arent working still
Posts 1630 of 33 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?