[SOLVED] Can some one help with my source?

Posts 111 of 11 · Page 1 of 1
[SOLVED] Can some one help with my source?
Oke i got some erros with my source??
Thank you.
Code:
 
#include <windows.h>
#include <iostream>



void __cdecl PushToConsole(char* szVal ) {
	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
	if( dwCShell != NULL )
	{
		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
		_asm
		{
			push szVal;
			call CONoff;
			add esp, 4;
		}
	}
}


DWORD WINAPI Paulsag(LPVOID) {
	while(GetModuleHandleA("CShell.dll") == NULL ) {
	Sleep(100); 
}

void main()
{
while(true)
{
PushToConsole("ModelDebug_DrawBoxes 1");
PushToConsole("DrawFlat 0");
PushToConsole("DrawSky 0");
PushToConsole("FogEnable 0" );
PushToConsole("ScreenGlowEnable 1");
Sleep(100);
}
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		CreateThread(NULL, NULL,Paulsag, NULL, NULL, NULL);
	}
	return TRUE;
}
You just C+P'd that.
Quote Originally Posted by steph777 View Post
You just C+P'd that.
Only a part were is this source code then only c+p 40% for just a small auto on base
Quote Originally Posted by TheNoobCoder View Post
Oke i got some erros with my source??
Thank you.
Code:
 
#include <windows.h>
#include <iostream>



void __cdecl PushToConsole(char* szVal ) {
	DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
	if( dwCShell != NULL )
	{
		DWORD *LTClient = ( DWORD* )( (dwCShell + 0x299D40) );
		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1F8 );
		_asm
		{
			push szVal;
			call CONoff;
			add esp, 4;
		}
	}
}


DWORD WINAPI Paulsag(LPVOID) {
	while(GetModuleHandleA("CShell.dll") == NULL ) {
	Sleep(100); 
}

void main()
{
while(true)
{
PushToConsole("ModelDebug_DrawBoxes 1");
PushToConsole("DrawFlat 0");
PushToConsole("DrawSky 0");
PushToConsole("FogEnable 0" );
PushToConsole("ScreenGlowEnable 1");
Sleep(100);
}
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		CreateThread(NULL, NULL,Paulsag, NULL, NULL, NULL);
	}
	return TRUE;
}
Lol looks like you copied and pasted mine, then screwed it up even more then my source is.

Thread paulsag
lol everyone has that base
Rofl every noob coder has the same source i got this source to. Only a little bit else.
your making yourself GTFO guy ... learn first lauwy's base!!
u didn't post the (bools) :S so use lauway code !! if u can't edit urs !
lol copy and paste job sorry i dont help source code leechers
Leeched, closing this shit.
Posts 111 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?