Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    gm3x
    gm3x is offline
    Member-in-training gm3x's Avatar
    Join Date
    2011 Feb
    Location
    Rio Grande, RS - Brazil
    Posts
    92
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    56
    Thanked in
    16 Posts
    Rep Power
    0

    Cool AIKABR exe Unpacked

    Hi guys ^.^

    Where can I find a executable client of AIKABR of any version unpacked (themida)? I want to check some calls and debug jumps and calls for 'terminateprocess', so the new versions are all encrypted.

    I saw some posts about it, but i can't find nothing useful to work in.
    Thanks.

    Gm3x - AIKABR - Basilica

  2. #2
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Hi pal, in next 3 days I will update Aika clients and do unpacking
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  3. #3
    gm3x
    gm3x is offline
    Member-in-training gm3x's Avatar
    Join Date
    2011 Feb
    Location
    Rio Grande, RS - Brazil
    Posts
    92
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    56
    Thanked in
    16 Posts
    Rep Power
    0
    Quote Originally Posted by Dwar View Post
    Hi pal, in next 3 days I will update Aika clients and do unpacking
    And what I have to do to get the unpacked client? Because on the posts I've not saw a link with the stuff, and, as you see, I'm new on forum...
    I have to request to you by PM?

    And those unpacked clients let me find and fill with empty lines the calls for xtrap? Because I've done it on Point Blank, with no need to unpack, but AIKABR it's fully encrypted, so...
    After I get the unpacked client, you have any type of tips to me? To find those calls for Xtrap?

    I wanna disable xtrap by debugging and after it, start Aika with an packet monitor (RPE) and search the packets, and verify that them can be "re-send" to duplicate things like gold, for example:

    I take 2.000.000 gold from vault
    RPE will take the packets with this right? And if I find them and make the program re-send it? Maybe the gold comes how many times I send those packets?

    Thanks Dwar, I'm your big fan, but i'll never have the knowledge that you have ^.^


    Gm3x - AIKABR - Ellora

  4. #4
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by gm3x View Post
    an packet monitor (RPE) and search the packets, and verify that them can be "re-send"
    Packets are encrypted, without decryption you can't resend any Aika packets. Also, you need to emulate xTrap, 'coz it pinged by server and send heartbeat packets
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  5. #5
    beebski
    beebski is offline
    New member
    Join Date
    2011 Apr
    Posts
    22
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Dwar is aikaSEA included?

  6. #6
    gm3x
    gm3x is offline
    Member-in-training gm3x's Avatar
    Join Date
    2011 Feb
    Location
    Rio Grande, RS - Brazil
    Posts
    92
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    56
    Thanked in
    16 Posts
    Rep Power
    0
    Quote Originally Posted by Dwar View Post
    Packets are encrypted, without decryption you can't resend any Aika packets. Also, you need to emulate xTrap, 'coz it pinged by server and send heartbeat packets
    those pings for xtrap that make disconnects?
    And how can I make this emulation? Creating empty dlls and dependencies for xtrap? It can be only done in C++?
    Do you have any materials or keywords to me so I can search a way to emulate those dlls, or learn how to do it? I'm in vacancy and I want to learn some more about disabling or emulating xtrap...

    And you've not answered my first question, please answer it, about the way to get those unpackeds from u

    When you make an Xtrap bypass for the community, you make that 'emulation'? And if I make an emulation of xtrap, on next update it will crash?

    Thanks Dwar.

  7. #7
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by gm3x View Post
    those pings for xtrap that make disconnects?
    Already discussed several time on forum. Yes.
    Quote Originally Posted by gm3x View Post
    When you make an Xtrap bypass for the community, you make that 'emulation'?
    Nope, for that time it was unnecessary.
    Quote Originally Posted by gm3x View Post
    And if I make an emulation of xtrap, on next update it will crash?
    Dunno, it will depend on your emulation algorithm

    Quote Originally Posted by gm3x View Post
    And how can I make this emulation?
    Sorry, we don't share such information. (you should analyze client, decrypt xTrap packets and also game client packets)
    Quote Originally Posted by gm3x View Post
    about the way to get those unpackeds
    Generally, unpacked stuff available for active members with more than 10 useful posts (not simple answers on others posts) and with 10 "thanks" (optional, it depend from member post and activity)
    Quote Originally Posted by beebski View Post
    Dwar is aikaSEA included?
    I haven't checked clients yet
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  8. #8
    pkedpker
    pkedpker is offline
    Member-in-training
    Join Date
    2011 Mar
    Posts
    67
    Thanks Thanks Given 
    13
    Thanks Thanks Received 
    41
    Thanked in
    14 Posts
    Rep Power
    0
    Quote Originally Posted by gm3x View Post
    And what I have to do to get the unpacked client? Because on the posts I've not saw a link with the stuff, and, as you see, I'm new on forum...
    I have to request to you by PM?

    And those unpacked clients let me find and fill with empty lines the calls for xtrap? Because I've done it on Point Blank, with no need to unpack, but AIKABR it's fully encrypted, so...
    After I get the unpacked client, you have any type of tips to me? To find those calls for Xtrap?

    I wanna disable xtrap by debugging and after it, start Aika with an packet monitor (RPE) and search the packets, and verify that them can be "re-send" to duplicate things like gold, for example:

    I take 2.000.000 gold from vault
    RPE will take the packets with this right? And if I find them and make the program re-send it? Maybe the gold comes how many times I send those packets?

    Thanks Dwar, I'm your big fan, but i'll never have the knowledge that you have ^.^


    Gm3x - AIKABR - Ellora
    Haha Gm3X you want to do what I wanted to do and did.. you cannot use RPE/WPE PRO to send packets to Aika as packets are encrypted 1 bad packet and you get kicked off.

    Although this game has MANY MANY glitches and serious bugs you can do with packet injection.. duplicating gold is not one of them, I tried all possible gold duplications (maybe some exist who know).

    With all my gold duplication attempts I lost more money then I gained :P hehehe sometimes my inventory had -2,137 billion gold.. but was completely useless.. as all shops have checks.. if your money less then 0.. then it won't buy anything etc.. Yeah I will keep my mouth shut a bit.. about other bugs.. but there is still bugs that help you level really quick.. 1-70 in 4-5 hours. But you barely make any money as you will waste alot of time going to sell items, instead of just getting XP


    Don't worry about xTrap emulation.. trust me I never emulated Xtrap and I was never kicked off.. answer write a PROXY.

    When you get unpacked version of aika online you can remove all the proper jumps maybe refer to that post I posted ages ago.. I put some important screenshots there I guess i don't remember. But you will stay on aika for 15-20 minutes before you get disconnected this is enough time to step over the encryption and dump it.. Also maybe you can save ALOT of time by using IDA PRO's decompiler.

    I would help you out but I have no permission to release or share the encryption/decryption functions of packets, sorry about this.

  9. #9
    eduardowgt
    eduardowgt is offline
    New member
    Join Date
    2011 Jun
    Posts
    48
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    3
    Thanked in
    1 Post
    Rep Power
    0
    too anxious.....

  10. #10
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    List of unpacked files was updated. All requests via PM
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

Page 1 of 2 12 LastLast

Posting Permissions

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