Results 1 to 4 of 4
  1. #1
    failnoobgamer's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    china #1
    Posts
    533
    Reputation
    10
    Thanks
    5,880
    My Mood
    Happy
    Last address is not needed. Only first 3.

  2. #2
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3

    GameGuard Bypass Beta

    Hi all, i want to share with everyone my gg bypass beta code!

    Just compile with c++ and there you have it! your very own beta bypass

    Code:
    #include <Windows.h>
    #include <iostream> 
    
    // slot in your base addrs here
    
    #define Address1 0x0053B9CC
    #define Address2 0x00412A57
    #define Address3 0x006926AC
    #define Address4 0x006926E6
    
    // main code here:
    
    void WINAPIV BetaBypass(LPVOID)
    {
    	while (1)
    	{
    		if (GetAsyncKeyState(VK_HOME))
    		{
    			*(BYTE*)Address1 = 0x85;
                            *(BYTE*)Address2 = 0xEB;
    			*(BYTE*)Address3 = 0x74;
    			*(DWORD*)Address4 = 480696;
    		}
    		Sleep(100);
    	}
    }
    
    
    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)BetaBypass, NULL, NULL, NULL);
    		MessageBox(0, "GG Bypass Beta", "Coded By ongjx!", 0); //MessageBox
    	}
    	return true;
    }
    CHEERS!!

  3. The Following User Says Thank You to ongjx For This Useful Post:

    Sabrina_Ferraz (03-20-2016)

  4. #3
    .SHAZAM.'s Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    BEDaisy.sys
    Posts
    196
    Reputation
    10
    Thanks
    1,018
    My Mood
    Cool
    Quote Originally Posted by failnoobgamer View Post
    Last address is not needed. Only first 3.
    REALLY ?
    My youtube:

    Subscribe on YouTube and join Ꭰis𝕔ørd for news about blackshot hacking.
    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  5. The Following User Says Thank You to .SHAZAM. For This Useful Post:

    Sabrina_Ferraz (03-20-2016)

  6. #4
    KKrysis²'s Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Dildo™
    Posts
    1,166
    Reputation
    10
    Thanks
    2,830
    My Mood
    Inspired
    Quote Originally Posted by .SHAZAM. View Post
    REALLY ?
    dude, ur signature so funny xDDDD

    - - - Updated - - -

    Quote Originally Posted by failnoobgamer View Post
    Last address is not needed. Only first 3.
    btw, that last address is optional for not force exiting in game it will only dc you in game, without that address, you will usually just close

Similar Threads

  1. [Release] GameGuard Evasion [GG Bypass] - Beta
    By buxkaizhe in forum Blackshot Hacks & Cheats
    Replies: 34
    Last Post: 09-26-2014, 06:10 AM
  2. [request] gameguard bypass for crossfire
    By Neo2mike in forum Anti-Cheat
    Replies: 21
    Last Post: 08-09-2010, 06:53 PM
  3. GameGuard Bypass for Soldierfront
    By Mugam3r in forum Anti-Cheat
    Replies: 6
    Last Post: 04-11-2009, 08:31 AM
  4. [REQUEST]Working SFph Gameguard Bypasser
    By pleomax2 in forum Soldier Front Help
    Replies: 17
    Last Post: 04-03-2009, 11:03 AM
  5. [Bypass] Beta test only!!
    By nbr1dan in forum WarRock - International Hacks
    Replies: 7
    Last Post: 03-04-2008, 03:51 PM