Results 1 to 2 of 2
  1. #1
    Valestrom's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Canada
    Posts
    33
    Reputation
    10
    Thanks
    7
    Newbie question, but I haven't been around long enough to figure it out. When a hack gets patched, what part of the hack gets patched, what has to be changed? The addresses? Or what? Cause I tried using some that -Dimensions- posted, but the client still shuts down. I'm a noob I'll admit it but assistance would be great.

    Here's what I had. (Base taken from an older thread):


    Code:
    #include <windows.h>
    
    int HackOn = 0;
    
    int HackMax = 10;
    
    bool test = false;
    
    #define ADDR_RAPIDFIRE1 0x373F7555
    
    
    void Main (void)
    {
    	while(1)
    		
    	{
    		if(GetAsyncKeyState(VK_NUMPAD1)&1)
    			
    		{
    			test = (!test);
    			
    		}
    		if(GetAsyncKeyState(VK_NUMPAD2)&1)
    		
    		{
    			HackOn ++;
    			
    			if(HackOn == HackMax) HackOn = 0;
    			HackOn to 0
    		}
    		if(test)
    			
    		{
    			memcpy( (PBYTE)ADDR_RAPIDFIRE1, (PBYTE)"\x33\xC0\x90", 3 );
    			 "\x33\xC0\x90".
    			
    			
    		}else{
    			(  (PBYTE)ADDR_RAPIDFIRE1, (PBYTE)"\x0F\x94\xC0", 3 );
    			
    			
    			
    		}
    	}
    }
    DWORD WINAPI Lesson (LPVOID)
    
    {	
    	Main();
    	
    	return 1;
    	
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    
    {
    	DisableThreadLibraryCalls(hDll);
    	
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		
    		CreateThread(NULL, NULL, Lesson, NULL, NULL, NULL);
    		DWORD WINAPI Lesson (LPVOID)
    	}
    return TRUE;
    
    
    }
    If I get a good answer I could possibly make you an animated signature in flash.

    Nevermind, I now have a superbullet hack going.
    Last edited by Valestrom; 07-28-2011 at 09:39 PM.






  2. #2
    Amatowarrior's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    629
    Reputation
    14
    Thanks
    102
    My Mood
    Inspired
    Quote Originally Posted by Valestrom View Post
    Newbie question, but I haven't been around long enough to figure it out. When a hack gets patched, what part of the hack gets patched, what has to be changed? The addresses? Or what? Cause I tried using some that -Dimensions- posted, but the client still shuts down. I'm a noob I'll admit it but assistance would be great.

    Here's what I had. (Base taken from an older thread):


    Code:
    #include <windows.h>
    
    int HackOn = 0;
    
    int HackMax = 10;
    
    bool test = false;
    
    #define ADDR_RAPIDFIRE1 0x373F7555
    
    
    void Main (void)
    {
    	while(1)
    		
    	{
    		if(GetAsyncKeyState(VK_NUMPAD1)&1)
    			
    		{
    			test = (!test);
    			
    		}
    		if(GetAsyncKeyState(VK_NUMPAD2)&1)
    		
    		{
    			HackOn ++;
    			
    			if(HackOn == HackMax) HackOn = 0;
    			HackOn to 0
    		}
    		if(test)
    			
    		{
    			memcpy( (PBYTE)ADDR_RAPIDFIRE1, (PBYTE)"\x33\xC0\x90", 3 );
    			 "\x33\xC0\x90".
    			
    			
    		}else{
    			(  (PBYTE)ADDR_RAPIDFIRE1, (PBYTE)"\x0F\x94\xC0", 3 );
    			
    			
    			
    		}
    	}
    }
    DWORD WINAPI Lesson (LPVOID)
    
    {	
    	Main();
    	
    	return 1;
    	
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    
    {
    	DisableThreadLibraryCalls(hDll);
    	
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		
    		CreateThread(NULL, NULL, Lesson, NULL, NULL, NULL);
    		DWORD WINAPI Lesson (LPVOID)
    	}
    return TRUE;
    
    
    }
    If I get a good answer I could possibly make you an animated signature in flash.

    Nevermind, I now have a superbullet hack going.
    When a hack is patched, usually just the addresses and LTClient need to be updated. But if it's a major update or something, sometimes the PTC Method and code all togeather.
    Tools UNDETECTED - PATCHED [I will only have recent versions up!]
    Tapper V1.15: https://www.mpgh.net/forum/164-combat...r-v1-15-a.html
    Amato Inject V1.15: https://www.mpgh.net/forum/292-combat...t-v1-15-a.html

    Mods
    L96A1 - Arctic Wolf
    Super M416 CQB
    Super M16A3
    MW2 M92FS (M9)
    Starcraft 2 L96A1

    PVT VIP
    Aimbot: 65% (Have full source code)
    OPK: 100% (Uses Enemy Class)
    Telekill: 100% (Uses Enemy Class)
    Ghost Mode: 80% (In Semi-Stages)
    Super Bullets: 100% (Thanks Deadlinez/hahaz!)
    Menu Sprite: 100% (Thanks whit!)



Similar Threads

  1. [Discussion] The Tutorial map(get patched perm. or what u mean )
    By Murat in forum CrossFire Discussions
    Replies: 27
    Last Post: 06-28-2011, 01:10 PM
  2. What do you think will get patched?
    By seiferxi in forum Vindictus Discussions
    Replies: 56
    Last Post: 04-26-2011, 06:59 PM
  3. what is patche...
    By zippomac in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 02-05-2009, 08:21 PM
  4. what gets you up
    By Gourav2122 in forum General
    Replies: 30
    Last Post: 12-08-2007, 08:58 AM
  5. what gets you up 2.0
    By Gourav2122 in forum General
    Replies: 12
    Last Post: 12-06-2007, 08:45 PM

Tags for this Thread