ExclamationUpdateing

Posts 115 of 22 · Page 1 of 2
Updateing
Wat do i need to update in my menu hack and how. I already updated the ltclient but i think it still dont work. Ive only tested my hack on 1 pc so idk.
what base / What hook u use. it could be the device pointer/
if u got no recoil it could be that
if u got anything with addys it could be those
gellins base V2
No Gravity
NX Chams
No Fog
Speed
No Spread
Virtal Jump
Tracers
Windowed
ShowFps
Unlock Cursor
No Gun
Super Blood
Mine

ltclient=0x3778CFB0
Quote Originally Posted by xxxPROFINITYxxx View Post
gellins base V2
No Gravity
NX Chams
No Fog
Speed
No Spread
Virtal Jump
Tracers
Windowed
ShowFps
Unlock Cursor
No Gun
Super Blood
Mine

ltclient=0x3778CFB0
Device Pointer. could be it. r ur base could be detected.
i have no clue how to fix it im new to coding
it may just be the device pointer
Its quite possible that your PushToConsole method is patched.
um can anyone tv me?

heres how i put in ptc:
if( Menu.mOpt[12].nopt > 0 ) //Super Blood
{
this->PushToConsole("BloodSplatsMinNum 100000");
this->PushToConsole("BloodSplatsMaxNum 100000");
this->PushToConsole("BloodSplatsMinLifetime 100000");
this->PushToConsole("BloodSplatsMaxLifetime 100000");
this->PushToConsole("BloodSplatsMinScale 100000");
this->PushToConsole("BloodSplatsMaxScale 100000");
this->PushToConsole("BloodSplatsRange 100000");
this->PushToConsole("BloodSplatsPeturb 100000");
this->PushToConsole("BigBloodSizeScale 100000");
this->PushToConsole("BigBloodLifeScale 100000");
}else{
this->PushToConsole("BloodSplatsMinNum 0");
this->PushToConsole("BloodSplatsMaxNum 0");
this->PushToConsole("BloodSplatsMinLifetime 0");
this->PushToConsole("BloodSplatsMaxLifetime 0");
this->PushToConsole("BloodSplatsMinScale 0");
this->PushToConsole("BloodSplatsMaxScale 0");
this->PushToConsole("BloodSplatsRange 0");
this->PushToConsole("BloodSplatsPeturb 0");
this->PushToConsole("BigBloodSizeScale 0");
this->PushToConsole("BigBloodLifeScale 0");
}


nother ex
if( Menu.mOpt[13].nopt > 0 ) //Mine
this->PushToConsole("MineShit 1");
else
this->PushToConsole("MineShit 0");
Quote Originally Posted by xxxPROFINITYxxx View Post
um can anyone tv me?

if( Menu.mOpt[13].nopt > 0 ) //Mine
this->PushToConsole("MineShit 1");
else
this->PushToConsole("MineShit 0");
what does mineshit do for you?

i used that times ago and i saw no differents oO
by PushToConsole method I ment this:

Code:
void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( 0x3778CFB0 );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
Use CN's ConsolePush Method instead.
Sorry what? I don't understand what you are trying to type.
then you have to find the
void main()
{
while(true)
{
and then put your PTC's in
PushToConsole("ReloadSpeed 10000000000000.000000" );
Sleep(50);
PushToConsole("MineShit 1");
Sleep(50);
PushToConsole("BloodSplatsMinNum 100000");
Sleep(50);
PushToConsole("BloodSplatsMaxNum 100000");
Sleep(50);
PushToConsole("BloodSplatsMinLifetime 100000");
Sleep(50);
PushToConsole("BloodSplatsMaxLifetime 100000");
Sleep(50);
PushToConsole("BloodSplatsMinScale 100000");
Sleep(50);
PushToConsole("BloodSplatsMaxScale 100000");
Sleep(50);
PushToConsole("BloodSplatsRange 100000");
Sleep(50);
PushToConsole("BloodSplatsPeturb 100000");
Sleep(50);
PushToConsole("BigBloodSizeScale 100000");
Sleep(50);
PushToConsole("BigBloodLifeScale 100000");
Sleep(50);
Lol. I swear i saw you calling some other guy a noob, and saying colour aimbot = chams.
If you don't know shit, then don't talk shit.
The place you would put the PTC in CoderNever's PTC method is the same thing.
Go read his tut.
Posts 115 of 22 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?