Results 1 to 6 of 6
  1. #1
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful

    Concealment dll doesn't work! What's the matter?

    I use the given code, but X-Ttrap finds mine dll! What's the matter?

    Code:
    void Start_hooked()
    {
    	while(1)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HookDX9, NULL, NULL, NULL);
    			MessageBeep(0);
    			goto end;
    	}
    end: return; 
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	if (dwReason==DLL_PROCESS_ATTACH) 
    	{
    		if(GetModuleHandleA("AOgame.exe")|| GetModuleHandleA("Aogame.exe")|| GetModuleHandleA("aOgame.exe"))
    		{
    			cHelpers->EraseHeaders(hDll);
    			cHelpers->HideDLL(hDll);
    			CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)Start_hooked,NULL,NULL,NULL);
    			return TRUE;
    		}
    	}
    
    	return FALSE;
    }

  2. #2
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused
    Code:
    if(GetModuleHandleA("AOgame.exe")|| GetModuleHandleA("Aogame.exe")|| GetModuleHandleA("aOgame.exe"))
    Whats AOgame.exe

  3. #3
    Swaggbro's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    not sure if if this works but try change the name to mlang.dll im not sure if it works

  4. #4
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Swaggbro View Post
    not sure if if this works but try change the name to mlang.dll im not sure if it works
    lol wth are u saying...he just leeched it and he doesnt understand any thing...i bet that isnt even for CF
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  5. #5
    badboy3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Seattle , Washington, USA
    Posts
    839
    Reputation
    40
    Thanks
    88
    My Mood
    Tired
    Quote Originally Posted by Nikita1482 View Post
    I use the given code, but X-Ttrap finds mine dll! What's the matter?

    Code:
    void Start_hooked()
    {
    	while(1)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HookDX9, NULL, NULL, NULL);
    			MessageBeep(0);
    			goto end;
    	}
    end: return; 
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	if (dwReason==DLL_PROCESS_ATTACH) 
    	{
    		if(GetModuleHandleA("AOgame.exe")|| GetModuleHandleA("Aogame.exe")|| GetModuleHandleA("aOgame.exe"))
    		{
    			cHelpers->EraseHeaders(hDll);
    			cHelpers->HideDLL(hDll);
    			CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)Start_hooked,NULL,NULL,NULL);
    			return TRUE;
    		}
    	}
    
    	return FALSE;
    }




    lol this is from a different game....he does not even have pointer or offsets....he does not even start Cshell.dll.....lol leecher....

  6. #6
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Guys no offence but what the fuck are you saying ? OMG.
    This is probably a hook , that he tried to use in a game that uses XTrap and is detected.
    Unless he just game an example with AOgame.exe
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




Similar Threads

  1. [Help Request] OHK doesn't work on Defend The Goodies!
    By Dare* in forum Vindictus Help
    Replies: 2
    Last Post: 12-23-2011, 12:45 PM
  2. {help plz}the most modds it doesn't work
    By jariko13 in forum Combat Arms Mod Discussion
    Replies: 7
    Last Post: 03-29-2010, 03:04 AM
  3. What is the best working Bypass as of 8/04/09?
    By PSPDSWaffles in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-04-2009, 10:44 AM
  4. Memory Hacking (the ones that works/doesn't work)
    By Kuro Tenshi in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 04-12-2009, 02:36 AM