Page 1 of 7 123 ... LastLast
Results 1 to 10 of 62
  1. #1
    fennes
    fennes is offline
    New member fennes's Avatar
    Join Date
    2012 Jan
    Posts
    22
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    32
    Thanked in
    6 Posts
    Rep Power
    0

    How To Disable Gameprotection "On The Fly" (Asprotect & Nprotect, Possible Other)

    How To Disable Gameprotection “On The Fly”
    (Asprotect & Nprotect Possible Other Packages or GameProtect)




    Target File : AIKAIN.exe (Aika Indonesia)
    File Protection : ASProtect 1.23 RC4
    Tools : OllyDbg With aadp4olly plugins

    Olly Settings :


    Debugging Options :


    Aadp4olly Plugins Setting :


    Main Proses :
    1. Get OEP The AIKAIN.EXE
    2. Disable Nprotect On The Fly


    PART I

    Detail Prosses :
    1. Load Target, AIKAIN.exe With Olly.


    2. Press SHIFT + F9 Until You Find This Code (in Mycase I Press SHIFT + F9 x16 Times)
    030239FF 6A 0C PUSH 0C



    =>030239FF     6A 0C                  PUSH 0C
    03023A01 B9 B07E0203 MOV ECX,3027EB0
    03023A06 8D45 F8 LEA EAX,[EBP-8]
    03023A09 BA 04000000 MOV EDX,4
    03023A0E E8 2DD1FFFF CALL 03020B40
    03023A13 FF75 FC PUSH DWORD PTR [EBP-4]
    03023A16 FF75 F8 PUSH DWORD PTR [EBP-8]
    03023A19 8B45 F4 MOV EAX,[EBP-C]
    03023A1C 8338 00 CMP DWORD PTR [EAX],0
    03023A1F 74 02 JE SHORT 03023A23
    03023A21 FF30 PUSH DWORD PTR [EAX]
    03023A23 FF75 F0 PUSH DWORD PTR [EBP-10]
    03023A26 FF75 EC PUSH DWORD PTR [EBP-14]
    => C3 RET <<< PUT BREAKPOINT HERE
    03023A2A 5F POP EDI
    03023A2B 5E POP ESI
    03023A2C 5B POP EBX
    03023A2D 8BE5 MOV ESP,EBP
    03023A2F 5D POP EBP
    03023A30 C3 RET


    3. Press SHIFT + F9 x 1 Time
    Olly Will Break.

    4. Press ALT + M and Set Memory Breakpoint On Access ( View The Image Below )


    5. Press SHIFT + F9, Olly Will Stop Near OEP AIKAIN.EXE.
    6. Press CTRL + A, Olly Will Do Analysing.

    Part I Get Near OEP AIKAIN.EXE Complete.


    Part II

    Next Part Is to Disable Nprotect On The Fly (Without Unpack The EXE)

    1. Right Click On Olly . >> Search For >> All Referenced Text Strings
    2. On Pop Up Windows Scroll Up To The Top.
    3. Double Click String “ GameGuard Error”


    4. Right Click on This Call, And Select Binary >> Fill With Nops



    5. Right Click JE SHORT 004xxxxxx Assmble And Change To JMP SHORT 004xxxxxx



    6. Result Must Be Same With This Picture



    7. After That Scroll Up a Bit Until You Find
    ASCII “98”
    ASCII “NT”
    Look At Picture .



    8. Right Click on This Call, And Select Binary >> Fill With Nops



    9. Right Click JNZ SHORT 004xxxxxx Assmble And Change To JMP SHORT 004xxxxxx



    10. Result Must Be Same With This Picture



    11. Press CTRL + A, Olly Will Analys

    Part II Disable Nprotect on The Fly Complete.


    Final Part :

    1. Remove All Used Breakpoint

    Right Click On Main Olly, Select Breakpoint and Remove Breakpoint On Memory
    GameGuard has Been Disable, Now Just Press F9 To Run The Program.
    Just Ignore and Press OK When An Error MessageBox Appear.


    Credit :
    • All The Author Asprotect Unpack Guide.
    • S4R4H For Recreate Unpack Guide.
    • Ulquiorra For Disable GameGuard Guide.
    • ME


    Note :

    Before Asking an Question, Please Make Sure You Already Follow The Guide Without Missing Step..
    And Using This Guide Wisely

    Tx
    Last edited by Grooguz; 2012-01-16 at 07:11 AM.

  2. The Following 27 Users Say Thank You to fennes For This Useful Post:


  3. #2
    Grooguz
    Grooguz is offline
    BanHammer Holder
    Grooguz's Avatar
    Join Date
    2010 May
    Posts
    678
    Thanks Thanks Given 
    152
    Thanks Thanks Received 
    537
    Thanked in
    167 Posts
    Rep Power
    14
    Not bad


    Small advice: to improve your tuts, you can use SnagIt + save screenshots in png, it will reduce size and increase quality of images. Also, you can crop images, to remove unnecessary black regions or elements

    Reputation for good stuff

  4. #3
    justwenz
    justwenz is offline
    New member justwenz's Avatar
    Join Date
    2011 Dec
    Posts
    40
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    18
    Thanked in
    3 Posts
    Rep Power
    0
    Wow... wonderfull.... u combine 2 steps into 1 steps... u really great...

  5. #4
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    hmm....
    Nice tutorial, but with "on the fly" u have to do this always when u want to play...

    @justwenz

    sorry about your PM, but its have been answered, you have unpack now u have to do disable Gameguard..
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

  6. #5
    fennes
    fennes is offline
    New member fennes's Avatar
    Join Date
    2012 Jan
    Posts
    22
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    32
    Thanked in
    6 Posts
    Rep Power
    0
    Thank You Grooguz For The FeedBack, When I Have Free Time I Will Improve This Tutorial.
    Quote Originally Posted by Grooguz View Post
    Not bad


    Small advice: to improve your tuts, you can use SnagIt + save screenshots in png, it will reduce size and increase quality of images. Also, you can crop images, to remove unnecessary black regions or elements

    Reputation for good stuff
    I'M Not That Great, Only Share What I've Learn From This Forum.

    Quote Originally Posted by justwenz View Post
    Wow... wonderfull.... u combine 2 steps into 1 steps... u really great...
    If The Exe Closed, You Must Redo All The Step From Begining.
    The Bright Side, You Dont Have To Unpack The EXE, And The 10 Minutes Disconnect Limit Don't Apply With This Patch.
    Because The Patch Work On Memory Not The EXE File.
    CMIIW
    Tx

    Quote Originally Posted by emoisback View Post
    hmm....
    Nice tutorial, but with "on the fly" u have to do this always when u want to play...

    @justwenz

    sorry about your PM, but its have been answered, you have unpack now u have to do disable Gameguard..

  7. #6
    susimilikiti
    susimilikiti is offline
    New member
    Join Date
    2011 Dec
    Posts
    48
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    144
    Thanked in
    9 Posts
    Rep Power
    0
    different method for bypassing.. great tut


    new patch GG come out
    dude they patch it i think
    they are monitoring this forum i think
    lol
    Last edited by susimilikiti; 2012-01-16 at 09:31 AM. Reason: they just pathced it

  8. #7
    justwenz
    justwenz is offline
    New member justwenz's Avatar
    Join Date
    2011 Dec
    Posts
    40
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    18
    Thanked in
    3 Posts
    Rep Power
    0
    Quote Originally Posted by fennes View Post
    If The Exe Closed, You Must Redo All The Step From Begining.
    The Bright Side, You Dont Have To Unpack The EXE, And The 10 Minutes Disconnect Limit Don't Apply With This Patch.
    Because The Patch Work On Memory Not The EXE File.
    CMIIW
    Tx
    i have finished ur tuts and it works... really thx...

    Quote Originally Posted by emoisback View Post
    hmm....
    Nice tutorial, but with "on the fly" u have to do this always when u want to play...

    @justwenz

    sorry about your PM, but its have been answered, you have unpack now u have to do disable Gameguard..
    Quote Originally Posted by emoisback View Post
    @justwenz

    sorry about your PM, but its have been answered, you have unpack now u have to do disable Gameguard..
    thx for all u share for me... thx for fennes too, and thx not boring to teach me i stil try to make unpacked bypass not on the fly
    well i have must to do.. more learning..
    so i think my unpacked its still miss 1 steps.. its Ulquiorra methods.. i will compare S4R4H tuts and Ulquiorra tuts... wish me luck..

  9. #8
    susimilikiti
    susimilikiti is offline
    New member
    Join Date
    2011 Dec
    Posts
    48
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    144
    Thanked in
    9 Posts
    Rep Power
    0
    im eager to find out if they patched it
    i use your method for bypass it and it still work

    i think the new GG update is mean for something else

  10. #9
    emoisback
    emoisback is offline
    Full member
    Join Date
    2011 Dec
    Location
    Indonesia there i'm
    Posts
    508
    Thanks Thanks Given 
    83
    Thanks Thanks Received 
    244
    Thanked in
    68 Posts
    Rep Power
    13
    Gameguard AikaiN update have purpose to make people didnt get DC when play...
    as u know Gameguard at aikain make player DC, like gamehack detected and close automaticly or kick from map server..

    CMIIW
    Learn from PGC for Share on PGC..


    For another Stuff i have make try to find it [Please, register to view links]
    If i have help you, please thanks and respect ..

  11. #10
    wellllleh
    wellllleh is offline
    New member
    Join Date
    2012 Jan
    Posts
    16
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Rep Power
    0
    thanks for the tuts like justwen says iwill try to unpack too couse i still curios ispent 4 day but still cannot unpacking i will try until i can thsi forum is very usefull for noob like me

Page 1 of 7 123 ... LastLast

Similar Threads

  1. [Dev] Cabal EU Yoda-ASProtect Unpacked
    By Grooguz in forum Cabal Bots, Hacks, Cheats
    Replies: 8
    Last Post: 2013-05-31, 01:31 PM
  2. [Tutorial] Aika SEA ASProtect manual unpacking
    By S4R4H in forum Aika Bots, Hacks, Cheats
    Replies: 78
    Last Post: 2012-04-24, 12:35 PM
  3. [Guide] Want to disable Xtrap? Try this :D
    By gm3x in forum Aika Online
    Replies: 84
    Last Post: 2012-01-17, 04:02 AM
  4. Disable X-trap (partially) Desabilitar X-trap (parcialmente)
    By eduardowgt in forum Aika Bots, Hacks, Cheats
    Replies: 9
    Last Post: 2011-12-19, 06:28 PM
  5. [Hack] Anyone know AsdaStory of disable gameguard?
    By mizurocf in forum Other MMO
    Replies: 0
    Last Post: 2011-03-23, 04:04 AM

Posting Permissions

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