Results 1 to 6 of 6
  1. #1
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic

    Hackshield Bypass & Xtrap Bypass


    Here the Source Code


    This for Hackshield bypass
    Author: Mafia67

    Code:
    BOOL WriteMemory (VOID *lpMem, VOID *lpSrc, DWORD len) { DWORD lpflOldProtect, flNewProtect = PAGE_READWRITE; unsigned char *pDst = (unsigned char *)lpMem, *pSrc = (unsigned char *)lpSrc; if (VirtualProtect(lpMem,len,flNewProtect,&lpflOldProtect)) { while(len-- >0) *pDst++ = *pSrc++; VirtualProtect(lpMem,len, lpflOldProtect,&lpflOldProtect); FlushInstructionCache(GetCurrentProcess(), lpMem, len); return 1; } return 0; } void HSBypass (void) { DWORD dwEHSVC = 0; do { dwEHSVC = (DWORD)GetModuleHandle("EhSvc.dll"); Sleep(250); }while(!dwEHSVC); WriteMemory((LPVOID)(dwEHSVC + 0x003D67F), (LPVOID)"\x03\xD2", 2); WriteMemory((LPVOID)(dwEHSVC + 0x003F77D), (LPVOID)"\xB8\x00\x00\x00\x00", 5); WriteMemory((LPVOID)(dwEHSVC + 0x000A1A0), (LPVOID)"\xC2\x04\x00", 3); WriteMemory((LPVOID)(dwEHSVC + 0x0085B43), (LPVOID)"\xC3", 1); WriteMemory((LPVOID)(dwEHSVC + 0x000A238), (LPVOID)"\x74", 1); WriteMemory((LPVOID)(dwEHSVC + 0x008523E), (LPVOID)"\xC2\x04\x00", 3); WriteMemory((LPVOID)(dwEHSVC + 0x00A5EBA), (LPVOID)"\xD2", 1); }




    This for Xtrap Bypass

    Author: Slicktor

    Main.cpp


    Code:
    #include "Bypass.h"
    
    DWORD WINAPI InitializeXTrapBypass() { 
    
        DWORD nBase;
        while(1)
        {
    
            nBase = (DWORD)GetModuleHandleA("XTrapVa.dll");
    
            if(nBase){
            Sleep(500);
            BYPASS bypass;
            bypass.Driver64();
            bypass.ProcessDetection();
            break;
            }
    
        }
        return 0;
    
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
        DisableThreadLibraryCalls(hDll);
        if( dwReason == DLL_PROCESS_ATTACH)
    
        {
    
              _beginthread((void(*)(void*))InitializeXTrapBypass,sizeof(&InitializeXTrapBypass),0);
        }
    
    
        return TRUE;
    }




    Main.h


    Code:
    #include <Windows.h>
    #include <tlhelp32.h>
    #include <process.h> 
    #include <wchar.h>
    
    class BYPASS
    {
    
    public:
    int BYPASS::ProcessDetection();
    int BYPASS::Driver64();
    };
    int BYPASS::ProcessDetection()
    {
    
        DWORD K32EnumAddr = (DWORD)GetProcAddress(LoadLibraryA("Kernel32.dll"),"K32EnumProcesses");
        //DWORD EnumAddr = (DWORD)GetProcAddress(LoadLibraryA("Psapi.dll"),"EnumProcesses");
        DWORD old;
        VirtualProtect((LPVOID)K32EnumAddr,sizeof(K32EnumAddr),PAGE_EXECUTE_READWRITE,&old);
        //VirtualProtect((LPVOID)EnumAddr,sizeof(EnumAddr),PAGE_EXECUTE_READWRITE,&old);
        memcpy((LPVOID)K32EnumAddr,(LPVOID)"\xC2\x0C\x00",3);
        //memcpy((LPVOID)EnumAddr,(LPVOID)"\xC2\x0C\x00",3);
        return 0;
    }
    
    int BYPASS::Driver64()
    {
    
        wmemcpy((wchar_t*)0x405D0C24,(const wchar_t*)"X6va01",6);
        return 0;
    } 

    Last edited by Hunter; 02-02-2016 at 08:57 AM.
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  2. #2
    Neox.'s Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Everywhere
    Posts
    340
    Reputation
    26
    Thanks
    5,061
    My Mood
    Devilish
    nice , but ... AVA's AC is Xigncode , and not Hackshield or XTrap... its useless for AVA

  3. #3
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by Neox. View Post
    nice , but ... AVA's AC is Xigncode , and not Hackshield or XTrap... its useless for AVA
    Hell no dude you need reverse engineering for that code read the code and change the other thing
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #4
    Neox.'s Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    Everywhere
    Posts
    340
    Reputation
    26
    Thanks
    5,061
    My Mood
    Devilish
    Quote Originally Posted by COD3RIN View Post

    Hell no dude you need reverse engineering for that code read the code and change the other thing
    and.. why you didn't do that, before you have release it?

  5. #5
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by Neox. View Post

    and.. why you didn't do that, before you have release it?
    i dont play AVA i delete all file because every time i use dll hack in game it show the xigncode error......from now i play CODGhost COD4 COD3 the best game for me to play
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  6. #6
    Jabberwock's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    1,735
    Reputation
    191
    Thanks
    15,692
    My Mood
    Relaxed
    Quote Originally Posted by Neox. View Post

    and.. why you didn't do that, before you have release it?
    Well it's just to inspire you on how to deal with Xigncode. Not the entire code is useless. The Hackshield bypass is useless but Xtrap bypass on the other hand can tell you a method on how to stop Xigncode's driver loading.
    Even familiar landscapes will
    reveal a different kind of beauty
    if you change your viewpoint.
    Where these new encounters
    and new bonds will lead you...
    Such dazzling golden days.
    I, too, look forward to
    what I might behold.

  7. The Following User Says Thank You to Jabberwock For This Useful Post:

    gabrielcool1 (03-24-2014)

Similar Threads

  1. XTRAP Bypass
    By Dave84311 in forum WolfTeam Hacks
    Replies: 44
    Last Post: 12-03-2009, 02:29 PM
  2. Help me make a bypass of XTrap
    By winterhk in forum Anti-Cheat
    Replies: 24
    Last Post: 01-07-2009, 11:40 PM
  3. XTRAP BYPASS ?
    By Pokerboss82 in forum General Hacking
    Replies: 0
    Last Post: 07-24-2008, 09:01 PM
  4. Trade specialHack Lssave with Xtrap Bypass.
    By kweemin2001 in forum WolfTeam General
    Replies: 4
    Last Post: 05-09-2008, 06:26 AM
  5. i have acess to xtrap bypasses uce's
    By ugotpwnd169 in forum WolfTeam Hacks
    Replies: 18
    Last Post: 09-30-2007, 10:48 AM