Results 1 to 10 of 37

Thread: disabling Xtrap

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Ulquiorra
    Ulquiorra is offline
    Member-in-training Ulquiorra's Avatar
    Join Date
    2010 Dec
    Location
    brasil MG
    Posts
    74
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    183
    Thanked in
    30 Posts
    Rep Power
    0

    disabling Xtrap

    Things you'll need:

    >AIKAbr CLIENT UNPACKED
    >OllyDebug
    >Basic OllyDbg knowledge



    it only disables the Xtrap.
    you will be disconnected from the server in 5 minutes
    the three lines required are those

    PHP Code:
    0041efcf  CALL 005F0F20                 
    0041efde  JE SHORT 0041F001
    005f0f4d  JMP 005F1CD0 
    in line 0041efcf You will give a nop

    in line 0041efde You will give a jmp

    in line 005f0f4d You will give a je








    to reach these three lines created several breakpoints in order to check each part

    I started here



    then continuing as she was creating more







    but the line that I really needed to do was this breakpoint.



    for it was she who brought me the line that was missing

    after changing the lines
    right click mouse
    copy to executable
    all modifications
    copy all
    save file

    I believe that in some line tells the server that is disabled Xtrap
    then you kicked out causing the dc

    If anyone knows of anything that increases these 5 minutes or
    want to complete something
    tell us


    ollydbg : OllyDbg v1.10
    AIKAbr CLIENT UNPACKED : https://progamercity.net/aika-hack/3...-unpacked.html
    Last edited by Ulquiorra; 2012-01-29 at 03:01 PM.

  2. The Following 26 Users Say Thank You to Ulquiorra For This Useful Post:


Similar Threads

  1. Replies: 4
    Last Post: 2013-02-03, 05:40 PM
  2. [Help]Autoit with xtrap
    By snOw. in forum Aika Online
    Replies: 4
    Last Post: 2012-01-09, 02:33 PM
  3. xTrap bypass
    By Dilof in forum Martial Empires
    Replies: 4
    Last Post: 2011-06-10, 05:04 AM
  4. Xtrap
    By bhebhe in forum Aika Online
    Replies: 1
    Last Post: 2010-12-03, 09:44 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
  •