heresmy base auto on hack

Posts 115 of 18 · Page 1 of 2
heresmy base auto on hack
#include <windows.h>
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;
return false;
}
void __cdecl 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;
}
}
}

void main()
{
while(true)
{
PushToConsole("JumpVel 630.000000" );
PushToConsole("SkelModelStencil 1" );
}
}
DWORD WINAPI dwHackThread(LPVOID) {
while( !IsGameReadyForHook() )
Sleep(300);
main();
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
}
return TRUE;
}
HAHAHHAHA your stupid. This hack is worthless. You have a ptc command that will just make you fly up uncontrollably!
heresme reporting this thread
Code:
PushToConsole("PlayerGravity -800" );
}
PushToConsole("SkelModelStencil -1" );
}
Lol CNS Tut+ Updated LTC + Gravity PTC
Thanks for the base. /
poeple callmenoobwellcode never ptc dont work and by way im juststarting to code
Wow this is so awsome ive been looking for one like this for a long time thanks dude /
Quote Originally Posted by eXaLtIc View Post
Wow this is so awsome ive been looking for one like this for a long time thanks dude /
Ugh, i really don't know what to say anymore.
oh I think you have a typo.
you wrote "heresmy base auto hack"
it should be "heres codernever base auto hack"

btw how did you update the LTC code?
oh ma gawd. ive been needing this all my life

use code tags next time /
lawl fail == fail (:
The search is OVER!
I'm so tired of people who are saying "[RELEASE] MY HackBase"

IT IS NOT YOURS!!!!!!!!!!!!!!
YOU JUST COPY&PASTED IT FROM CODERNEVER!!!!!!!!!!!!

&maybe you've added a bracket or some random sh|t -.-
i quote from cn's tut "CODER NEVER MADE THIS!!! YOU FCKING NOOB"
Posts 115 of 18 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?