Results 1 to 11 of 11
  1. #1
    TheNoobCoder's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    [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;
    }

  2. #2
    steph777's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Location
    Melbourne, Australia
    Posts
    377
    Reputation
    8
    Thanks
    165
    My Mood
    Amused
    You just C+P'd that.

  3. #3
    TheNoobCoder's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    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

  4. #4
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    use lauw base.

  5. #5
    koolman123's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Behind your chair while you're looking at the computer
    Posts
    461
    Reputation
    10
    Thanks
    68
    My Mood
    Dead
    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
    Have fun now, but know, every time you steal my gold AK, I club 4 baby seals
    Task list

    Key:done haven't

    10 posts
    20 posts
    50 posts
    100 posts
    250 posts
    500 posts
    Hack crossfire
    get banned from crossfire
    Go in the double digits of kills and 0 deaths without hacking
    Go in the double digits of kills and 0 deaths with hacking
    Get Ace MVP and Last kill without hacking
    Get Ace MVP and Last kill with hacking
    Get a VIP hack for crossfire
    Make a crossfire hack
    BE A FRIEND. GIFT ZP TO Paulandbros

  6. #6
    dddrrr's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Yesterday it was USA but todays lookin more like China
    Posts
    2,196
    Reputation
    5
    Thanks
    153
    My Mood
    Tired
    lol everyone has that base

  7. #7
    joered's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Netherlands
    Posts
    345
    Reputation
    17
    Thanks
    332
    Rofl every noob coder has the same source i got this source to. Only a little bit else.

  8. #8
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    your making yourself GTFO guy ... learn first lauwy's base!!

  9. #9
    shefoalaao's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Under Your Bed
    Posts
    1,082
    Reputation
    19
    Thanks
    185
    My Mood
    Stressed
    u didn't post the (bools) :S so use lauway code !! if u can't edit urs !

  10. #10
    mullerrice's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    England - Derbyshire
    Posts
    1,176
    Reputation
    8
    Thanks
    84
    My Mood
    Happy
    lol copy and paste job sorry i dont help source code leechers

  11. #11
    Lycanth's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    New York City
    Posts
    3,501
    Reputation
    37
    Thanks
    267
    My Mood
    Breezy
    Leeched, closing this shit.

Similar Threads

  1. [Solved] Can some one help me with NFD And Super Jump
    By tubby6901 in forum WarRock Help
    Replies: 4
    Last Post: 09-04-2011, 06:25 PM
  2. Can Some One Help Me....psl[SOLVED]
    By [Banned]mark0108 in forum CrossFire Help
    Replies: 6
    Last Post: 08-19-2010, 10:31 AM
  3. Can some one help me with this?
    By nectros in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 11-29-2009, 10:25 AM
  4. [Help] Can some one help with the ModxUSA?
    By XxTylerxX in forum CrossFire Hacks & Cheats
    Replies: 3
    Last Post: 11-26-2009, 12:36 PM
  5. Can some one help me with an087535's hack for vista?
    By spadezs235 in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 06-04-2009, 04:00 PM