Results 1 to 5 of 5
  1. #1
    znoen's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    Netherlands
    Posts
    223
    Reputation
    73
    Thanks
    720
    My Mood
    Relaxed

    Xigncode Temporary Bypass [EU]

    Maybe this code could help some people

    I only made the code yet. Have not tested the time you can be online before you get kicked by the gameserver.

    Code:
    WriteOpCode((PBYTE)0x52D77A, (PBYTE)"\xEB\x28", 2);		//Prevents Xigncode From Loading
    WriteOpCode((PBYTE)0x47C985, (PBYTE)"\xEB\x4F", 2);		//Disables Error Message "XignCode initialize failed."

     

    Code:
    #include <Windows.h>
    
    void WriteOpCode(void* pvAddress, void* pvBuffer, size_t len)
    {
    	if (*(BYTE*)pvAddress == *(BYTE*)pvBuffer)
    		return;
    	memcpy((void*)pvAddress, (void*)pvBuffer, len);
    }
    
    DWORD WINAPI dwMain(LPVOID lpArg)
    { 
    	//0052D77A   . /EB 1D         JMP SHORT Engine_v.0052D799
    	//0047C985     /EB 4F         JMP SHORT Engine_v.0047C9D6
    	 
    	WriteOpCode((PBYTE)0x52D77A, (PBYTE)"\xEB\x28", 2);		//Prevents Xigncode From Loading
    	WriteOpCode((PBYTE)0x47C985, (PBYTE)"\xEB\x4F", 2);		//Disables Error Message "XignCode initialize failed."
    
    	MessageBoxA(0, "=={ Created By Znoen }==\n\nCredits to:\nFenix\nAlliance", "Xigncode Bypassed!", 0);
    	return true;
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    		CreateThread(NULL, NULL, dwMain, NULL, NULL, NULL);
    
    	return TRUE;
    }


    Credits to Fєηix & Alliance!
    Last edited by znoen; 06-28-2016 at 07:13 AM.


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

    Armour_D3D (06-28-2016),Fєηix (06-29-2016),LilGho$t (07-14-2016)

  3. #2
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    good jop bro
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  4. #3
    TheDollar87's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Dead
    Will it disconnect ?
     



     
    https://www.youtube.com/watch?v=gJlzWJX_oJY&index=1&list=FLX73XrtNmsw46tZz WVzj8SQ

  5. #4
    PeachCreame's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    Inside a Blue waffle
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Hot
    Try it @TheDollar87
    Omg lets write gay things in Signatures.

    Post count [ 0 ] (Tick)

  6. #5
    danekino's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    What is this code that does not have the support around me xigncode if it ewpliquer me pls and how to use

Similar Threads

  1. [Outdated] AVA Public Hack v1.7 + Xigncode 3 Bypass
    By Neox. in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 231
    Last Post: 03-26-2014, 04:41 PM
  2. [Solved] Xigncode 3 bypass for JPN
    By sakuya0248 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 12-19-2012, 09:16 AM
  3. [Request] XIGNCode Bypass or Workaround
    By raskie in forum Continent of the Ninth (C9) Hacks / Bots
    Replies: 0
    Last Post: 07-05-2012, 10:34 PM
  4. [Release] GG bypass(Temporary)+Virus Scan
    By MrCrazy423 in forum Sudden Attack Hacks
    Replies: 1
    Last Post: 05-24-2010, 07:11 AM
  5. XignCode bypass for 2moons
    By HappyAye in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 03-05-2010, 12:06 PM

Tags for this Thread