Results 1 to 2 of 2
  1. #1
    bebop
    bebop is offline
    Guest
    Join Date
    2012 Sep
    Posts
    3
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Question Does this code can bypass any version of Gameguard?

    CODER Here Releasing His GameGuard Bypass!

    Code:

    search for Intermoduler call kernel32.CreatMutexA
    Under CMP EAX,0B7
    Change JNZ to JMP.
    Look for USER32.FindWindowA
    Under TEST EAX,EAX
    Change JE to JMP


    Search for ASCII "nProtect GameGuard".
    Directly underneath it.
    Change from JNZ to JMP.


    Search for IC the first kernel32.GetCurrentProcessId.
    Above it look for TEST AL,AL.
    Underneath change JNZ, to JMP.


    Search for IC the second last kernel32.CreateProcessA.
    Scroll up till you see ASCII "enc: %s".
    Below it should be a set of PUSH commands,
    Change the 3rd last PUSH 1 to PUSH 0.


    Search for IC last kernel32.GetExitCodeProcess.
    Above it look for the first MOV EAX,262.
    Change from MOV EAX,262 to MOV EAX,755.

    (Optional - So you do not have to pass start game arguments to exe)
    search for ASCII "start game",
    Under TEST EAX,EAX
    Change from JE to JMP.
    I found this code from another game on mpgh.net/forum/262-warrock-hack-source-code/429256-learn-bypass-gameguard-d.html
    Sorry, I'm a newbie, so I don't know ASM and Ollydbg much. I'm still trying to learn them.
    Can anyone tell me if it works?
    Thank you!

  2. #2
    songodang
    songodang is offline
    New member
    Join Date
    2012 Dec
    Posts
    6
    Thanks Thanks Given 
    6
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0
    Quote Originally Posted by bebop View Post
    I found this code from another game on mpgh.net/forum/262-warrock-hack-source-code/429256-learn-bypass-gameguard-d.html
    Sorry, I'm a newbie, so I don't know ASM and Ollydbg much. I'm still trying to learn them.
    Can anyone tell me if it works?
    Thank you!
    I think it's different code between different games, each game has its own address and the way it works. I'm still studying about OllyDebug, it's making my head sound dubstep

Similar Threads

  1. [Release] AIKAIN No-Gameguard New Version [Always Update in This Thread]
    By emoisback in forum Aika Bots, Hacks, Cheats
    Replies: 128
    Last Post: 2013-02-06, 03:07 AM
  2. [Release] AikaSEA No-GameGuard New Version [Always Update in This Thread]
    By DarkT in forum Aika Bots, Hacks, Cheats
    Replies: 24
    Last Post: 2012-07-26, 05:39 PM
  3. [Release] AIKA SEA no GameGuard new version
    By rodoxfnx in forum Aika Bots, Hacks, Cheats
    Replies: 5
    Last Post: 2012-01-20, 02:55 AM
  4. [Info] BYPASS AIKA(Version) - INFO
    By DEBUGGER in forum Aika Bots, Hacks, Cheats
    Replies: 5
    Last Post: 2012-01-10, 08:56 PM
  5. bypass gameguard
    By noname2 in forum Trash Bin
    Replies: 0
    Last Post: 2012-01-08, 09:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •