Thread: Byapass

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused

    Byapass

    Code:
    HINSTANCE lGetModuleHandle(CHAR *szModule)
    {
    	HINSTANCE hModule = NULL;
    	if(!(hModule = GetModuleHandle(szModule)))
    	{
    		hModule = LoadLibrary(szModule);
    	}
    	return hModule;
    }
    
    INT Memcpy(VOID *lpMem, VOID *lpSrc, size_t len)
    {
    	DWORD flNewProtect = PAGE_READWRITE, lpflOldProtect;
    	unsigned char *pDst = (unsigned char *)lpMem, *pSrc = (unsigned char *)lpSrc;
    
    	if(VirtualProtect(lpMem, len, flNewProtect, &lpflOldProtect))
    	{
    		while(len-- > 0) *pDst++ = *pSrc++;
    		return 0;
    	}
    
    	return 1;
    }
    
    
    
    #define EhsvcSelfCrC	    0x00799EC 
    #define Detection	        0x0009F10 
    #define NanoCheck1 		    0x003C4BE 
    #define NanoCheck2	        0x00398FF 
    #define NanoCheck3		    0x003B976 
    #define AsmDetection		0x002BBC1
    #define HSAntiCrash		    0x003C52E
    
    DWORD WINAPI Bypass(LPVOID)
    {
    	DWORD dwHackshield = NULL;
    	do
    	{
    		Sleep(100);
    		dwHackshield = (DWORD)GetModuleHandle(STRING_EHSVC);
    	} while(!dwHackshield);
    
    	BYTE HSB1[1] = {0x74};
    	BYTE HSB2[1] = {0xD2};
    	BYTE HSB3[3] = {0xC2, 0x04, 0x00};
    	BYTE HSB4[1] = {0x31};
    	BYTE HSB5[2] = {0x90, 0x90};
    
    	Memcpy((VOID *)(dwHackshield + NanoCheck2),	        HSB4, 1);
    	Memcpy((VOID *)(dwHackshield + Detection),	        HSB3, 3);
    	Memcpy((VOID *)(dwHackshield + NanoCheck3),	        HSB4, 1);
    	Memcpy((VOID *)(dwHackshield + AsmDetection),	    HSB5, 2);
    	Memcpy((VOID *)(dwHackshield + EhsvcSelfCrC),	    HSB3, 3);
    	Memcpy((VOID *)(dwHackshield + NanoCheck1 ),	    HSB4, 1);
    	Memcpy((VOID *)(dwHackshield + HSAntiCrash ),       HSB4, 1);
    
    	return NULL;
    }
    Credits

    @luizimloko ->Byapass
    @demtrios ->adresses
    Last edited by demtrios; 10-20-2012 at 03:19 PM.

  2. The Following 2 Users Say Thank You to demtrios For This Useful Post:

    Intellectual (10-20-2012),The Decoder (01-14-2013)

  3. #2
    Intellectual's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    GDI
    Posts
    5,389
    Reputation
    785
    Thanks
    16,090
    My Mood
    Yeehaw
    Quote Originally Posted by demtrios View Post
    Code:
    HINSTANCE lGetModuleHandle(CHAR *szModule)
    {
    HINSTANCE hModule = NULL;
    if(!(hModule = GetModuleHandle(szModule)))
    {
    hModule = LoadLibrary(szModule);
    }
    good job as always ....

  4. #3
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    This is detected for NA. We're on a higher HS version.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  5. #4
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    Quote Originally Posted by Flengo View Post
    This is detected for NA. We're on a higher HS version.
    I tested was running now

  6. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by demtrios View Post
    I tested was running now
    Interesting.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  7. #6
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by demtrios View Post
    I tested was running now
    try use DIP Hook 82

  8. The Following User Says Thank You to luizimloko For This Useful Post:

    [MPGH]Flengo (10-20-2012)

  9. #7
    Templar's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Brazil
    Posts
    3,217
    Reputation
    87
    Thanks
    989
    My Mood
    Angelic
    English, Brazilians don't know how to speak...
    Just a wanderer from the beginnings of this site.
    An old Combat Arms' sections active member and hacker (just what I thought when I was a child).

    My IM doesn't work. Send me a private message instead.

    Name changes:
    bruno2204
    The Rev.
    BioHuman
    Element™

  10. #8
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Element™ View Post
    English, Brazilians don't know how to speak...
    Basically this bypass is old and won't work for DIP Hooks, you will crash after a few minutes or so.
    Reversing is the only way to move forward.

  11. #9
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    BlackLegend EHSVC Logger ?



  12. #10
    EnergizerBunnyyy's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    2
    My Mood
    In Love
    Good job xD

  13. #11
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    lol you dont even need a bypass for any hooks in that game ...

  14. #12
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by wraithkilla View Post
    lol you dont even need a bypass for any hooks in that game ...
    If you use DIP hook and texture chams you do, but with DIP hook by itself, you're fine.
    Reversing is the only way to move forward.

  15. #13
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    Quote Originally Posted by arun823 View Post
    If you use DIP hook and texture chams you do, but with DIP hook by itself, you're fine.
    no you dont


    i use ms detours v3 and it works fine without any bypass

  16. #14
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,590
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by wraithkilla View Post
    no you dont


    i use ms detours v3 and it works fine without any bypass
    Where'd you get that shit from?
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  17. #15
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    Quote Originally Posted by Flengo View Post


    Where'd you get that shit from?
    I have this Detours may also be posting

Page 1 of 2 12 LastLast