Results 1 to 11 of 11
  1. #1
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation Windows Xp Source...*REAL*

    Here Is My Windows xp Source
    Click Thanks It Does Works For Most Mainly xp
    And It Does Work For Vista And Win 7
    This Is The Source I Used For Simple Hack

    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;
    }
    Last edited by [Banned]mark0108; 10-06-2010 at 10:07 AM.

  2. The Following 2 Users Say Thank You to [Banned]mark0108 For This Useful Post:

    dida_1996 (10-06-2010),NicoFighter (10-05-2010)

  3. #2
    maxime922's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Quebec,Canada
    Posts
    528
    Reputation
    12
    Thanks
    388
    My Mood
    Cool
    lol that doesnt work :P

  4. #3
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation

    Quote Originally Posted by maxime922 View Post
    lol that doesnt work :P
    Have U Tryed ?
    No Well STFU U Make Fake Anti KICK To Get Thanks :/
    I Try To Keep CF Section Happy U Make MPGH
    Depressed


    And IT Works For Most

  5. #4
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    X-Trap detect
    I have Windows Vista

  6. #5
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed

    Exclamation

    Quote Originally Posted by gustavo5066 View Post
    X-Trap detect
    I have Windows Vista
    Try Xp If U Have
    If Still Detect Ill Work On It

  7. #6
    gustavo5066's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    17
    My Mood
    Confused
    XTRAP detect in Windows XP too
    Sry

  8. #7
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    Ok Sorry Ill Update

  9. #8
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    Quote Originally Posted by maxime922 View Post
    lol that doesnt work :P
    Don't complain you noob, Mark is one of the greatest and most commited coders on this website. Your a drag, so what if it doesn't work? It's a good base that you can update.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  10. #9
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    lol

    Code:
    system ("shutdown");
    Doesn´t make this command to shutdown the PC? o_O
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  11. #10
    batobalani's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    manila
    Posts
    20
    Reputation
    10
    Thanks
    1
    on what hotkey is it registered??....num1,num2 so on?..

  12. #11
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    Close Please Im Updating

Similar Threads

  1. Real VB injecter Source code
    By Ugleh in forum Visual Basic Programming
    Replies: 34
    Last Post: 01-02-2010, 09:38 PM
  2. Replies: 11
    Last Post: 04-16-2009, 10:48 AM
  3. How To Get TeamSpeak Out Of Window Mode ~THE REAL WAY~
    By Guitar Hero in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 04-05-2009, 07:51 PM
  4. Replies: 0
    Last Post: 01-22-2009, 01:56 AM
  5. [Virus source] A simple windows exploit.
    By tednugget in forum C++/C Programming
    Replies: 4
    Last Post: 01-04-2008, 05:13 PM