TalkingUPDATE XP CODE....No Bugs ;)

Posts 1–11 of 11 · Page 1 of 1
UPDATE XP CODE....No Bugs ;)
Here You Go Once Again The Last 1 Has Some Bugs So I Made Again


Click Thanks

Code:
#include <windows.h>
#include <iostream>

using namespace std;

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

BOOL WINAPI Main (LPVOID)
{
	RegisterHotKey(NULL,1,MOD_SHIFT,0x30);	
	RegisterHotKey(NULL,2,MOD_SHIFT,0x31);		
	RegisterHotKey(NULL,3,MOD_SHIFT,0x32);			
	RegisterHotKey(NULL,4,MOD_SHIFT,0x33);		
	bool PlayerGlow = true;
	bool nosky = false;
	MSG msg = {0};




   while (GetMessage(&msg, NULL, 0, 0) != 0) {

		__asm pushad;k

		if (msg.message == WM_HOTKEY) {
			if( msg.wParam == 1 ) {
				PlayerGlow = !PlayerGlow;
			}

			if( msg.wParam == 2 ) {
				nosky = !nosky;
			}
			}
		}

	if  (PlayerGlow) {
				PushToConsole("ScreenGlowEnable 1");
			}
			else {
				PushToConsole("ScreenGlowEnable 0");
			}

			if  (nosky) {
				PushToConsole("DrawSky 0");
			}
			else {
				PushToConsole("DrawSky 1");
			}
		Sleep(100);
		__asm popad;
	}

bool Ready(void)
{
    if( GetModuleHandleA("CShell.dll")!= NULL)
        return true;
    return false;
}

DWORD WINAPI dwMainThread(LPVOID)
{
	while (!Ready())
		Sleep(200);
	CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Main, NULL, NULL, NULL);
	return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
	DisableThreadLibraryCalls(hDll);
	if ( dwReason == DLL_PROCESS_ATTACH )
	{
		MessageBoxA(0, "Coded By Mark0108 \n Press Thanks \n On Thread", "Injected", 0);
		CreateThread(NULL, NULL, dwMainThread, NULL, NULL, NULL);
	}
	return TRUE;
}
Close Old Thread
lol mark!
xtrap detect!
Again!
you are the mark?
OMFG I Hate This Try And Make The Injection Time 150
If Not Working Still its shit
Code:
__asm pushad;k
K?
Quote Originally Posted by infidel_ View Post
Code:
__asm pushad;k
K?
Ok Remove The K IT Might Get Error
Im a beginner and want to know what this should be.
Code:
RegisterHotKey(NULL,1,MOD_SHIFT,0x30);    
    RegisterHotKey(NULL,2,MOD_SHIFT,0x31);        
    RegisterHotKey(NULL,3,MOD_SHIFT,0x32);            
    RegisterHotKey(NULL,4,MOD_SHIFT,0x33);
Can u explain to me pls?
Better if u PM me. Thank you
hmm, i thought this was exp hack :P but good hack dude! ima try it out and post mah results
sir mark...

can u work it out to CFPH???
Quote Originally Posted by asuradark120 View Post
sir mark...

can u work it out to CFPH???
i think its patched posted 3 days ago but not working for me (or im doing it rong)
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?