Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive

    GGBypass Address latest

    Launcher error:


    Code:
    Address = 0x0040B614
    Value = 905918699

    GameMon Check :

    Code:
    Address = 0x0063C576
    Value = 480696
    This might help : small address

    Code:
    #define Launcher 0x40B614
    #define Abnormal 0x4EF196
    #define GGFail1 0x63C576
    #define GGFail2 0x63C53C
    Funtion


    Code:
    VOID GGBypass ()
    {
         while (1)
         {
               memcpy ((PVOID) (Abnormal), (PVOID) "\ x0f \ x84", 2);
               memcpy ((PVOID) (Launcher), (PVOID) "\ XEB \ x38", 2);
               memcpy ((PVOID) (GGFail1), (PVOID) "\ x55 \ x07", 2);
               memcpy ((PVOID) (GGFail2), (PVOID) "\ x75 \ x0A", 2);
               }
    }

    Code:
    CreateThread (NULL, NULL, (LPTHREAD_START_ROUTINE) GGBypass , NULL, NULL, NULL);

    NOTE: Not tested Well you will need Delete the GameGuard process will start, the internet has many ThreadKiller, Good Luck !


    PHP

    Code:
    GameGuard . des
    GameMon . des
    GameMon64 . des
    Its GGBypass BETA latest
    Thank for CyraxSector
    Last edited by XxGhostPandaxX; 04-20-2015 at 09:01 PM.

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  2. #2
    Shamsul_Kamal's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    This forrr ???

  3. #3
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Move to source code
    ᚛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
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by COD3RIN View Post
    Move to source code
    tq @COD3RIN i forgot to make in this section.

    - - - Updated - - -

    Quote Originally Posted by Shamsul_Kamal View Post
    This forrr ???
    Code for bypass latest one..u can make your own bypass by it..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  5. #5
    gusdnide's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    287
    Reputation
    15
    Thanks
    1,847
    My Mood
    Amazed
    Quote Originally Posted by XxGhostPandaxX View Post
    tq @COD3RIN i forgot to make in this section.

    - - - Updated - - -



    Code for bypass latest one..u can make your own bypass by it..
    Code:
    
    #define Launcher 0x40B614
    #define Abnormal 0x4EF196
    #define GGFail1 0x63C576
    #define GGFail2 0x63C53C
    
    void hu3()
    {
    
    		
    		     while (1)
         {
               memcpy ((PVOID) (Abnormal), (PVOID) "\x0f\x84", 2);
               memcpy ((PVOID) (Launcher), (PVOID) "\xEB\x38", 2);
               memcpy ((PVOID) (GGFail1), (PVOID) "\x55\x07", 2);
               memcpy ((PVOID) (GGFail2), (PVOID) "\x75\x0A", 2);
               }
    	
    	
    }
    
    BOOL WINAPI DllMain(HMODULE hModule,DWORD dwReason,LPVOID lpReserved)
    {
    	UNREFERENCED_PARAMETER(lpReserved);
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)hu3,0,0,0);
    	}
    	return ( TRUE );
    }
    No work's for me

  6. #6
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by gusdnide View Post
    Code:
    
    #define Launcher 0x40B614
    #define Abnormal 0x4EF196
    #define GGFail1 0x63C576
    #define GGFail2 0x63C53C
    
    void hu3()
    {
    
    		
    		     while (1)
         {
               memcpy ((PVOID) (Abnormal), (PVOID) "\x0f\x84", 2);
               memcpy ((PVOID) (Launcher), (PVOID) "\xEB\x38", 2);
               memcpy ((PVOID) (GGFail1), (PVOID) "\x55\x07", 2);
               memcpy ((PVOID) (GGFail2), (PVOID) "\x75\x0A", 2);
               }
    	
    	
    }
    
    BOOL WINAPI DllMain(HMODULE hModule,DWORD dwReason,LPVOID lpReserved)
    {
    	UNREFERENCED_PARAMETER(lpReserved);
    	if ( dwReason == DLL_PROCESS_ATTACH )
    	{
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)hu3,0,0,0);
    	}
    	return ( TRUE );
    }
    No work's for me
    wait later i post video..maybe this bypass work on 5 minute or more than that if u see the problem where should extend the time for used..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  7. #7
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by XxGhostPandaxX View Post
    wait later i post video..maybe this bypass work on 5 minute or more than that if u see the problem where should extend the time for used..
    I Must use it for what? (it can use for 5minute)

    - - - Updated - - -

    Iam Happy If you make video how to use C++.

  8. #8
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by nikazizi97 View Post
    I Must use it for what? (it can use for 5minute)

    - - - Updated - - -

    Iam Happy If you make video how to use C++.
    sorry C++ u need learn first before come to our level to make it,..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  9. #9
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by XxGhostPandaxX View Post
    sorry C++ u need learn first before come to our level to make it,..
    learn with?

  10. #10
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by nikazizi97 View Post
    learn with?
    youtube got many wayout..or find book..u should probability know the first lvl of it..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  11. #11
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by XxGhostPandaxX View Post
    youtube got many wayout..or find book..u should probability know the first lvl of it..
    can make a video or give me link youtube?

  12. #12
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by nikazizi97 View Post
    can make a video or give me link youtube?
    just search dude hahhaa...learn C# first about programing in youtube...its about declare on programing...so u can understand it,..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  13. #13
    romnel12guia's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    4
    My Mood
    Paranoid
    How to make it work?


  14. #14
    Threadstarter
    Live For Something Die For Nothing
    MPGH Member
    XxGhostPandaxX's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    In Your Head
    Posts
    785
    Reputation
    10
    Thanks
    2,070
    My Mood
    Aggressive
    Quote Originally Posted by romnel12guia View Post
    How to make it work?
    brain+(C+)+analysis+work it...u got and know about it..

    Remember to press the "THANKS" button if I helped you! (:
    Make Tutorial for every hack release and tested for it - ✔
    Make Injector - ✔
    Helping People- ✔
    Get 2000 Thanks - ✔
    Get 2100 Thanks - x
    Get 2200 Thanks - x
    Get 2300 Thanks - x
    Get 2400 Thanks - x
    Get 2500 Thanks - x
    Get 2600 Thanks - x
    Get 2700 Thanks - x
    Get 2800 Thanks - x
    Get 2900 Thanks - x



  15. The Following User Says Thank You to XxGhostPandaxX For This Useful Post:

    danieltkd (04-22-2015)

  16. #15
    danieltkd's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    tanks broder

Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] GGBypass Address 29/03/2015
    By Coder.Anonymous in forum Blackshot Coding & Source Code
    Replies: 6
    Last Post: 05-24-2015, 02:44 AM
  2. [Source Code] GGbypass Address
    By RayKhantIsBackEveryone in forum Blackshot Coding & Source Code
    Replies: 2
    Last Post: 10-07-2014, 11:01 AM
  3. [Info] GGBypass With GCEBypass Jump Address
    By arepizt92 in forum Blackshot Coding & Source Code
    Replies: 14
    Last Post: 09-14-2014, 09:07 PM
  4. [Release] Latest WarRock Addresses & Dump
    By _PuRe.LucK* in forum WarRock Hack Source Code
    Replies: 12
    Last Post: 01-20-2014, 02:25 PM
  5. Latest Addresses [20-10-2010]
    By flameswor10 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 11-03-2010, 03:30 AM