[JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

Page 8 of 10 FirstFirst 12345678910 LastLast
Results 106 to 120 of 144
  1. #106
    Member draword123 is offline
    MemberRank
    Feb 2017 Join Date
    IDN>C#>C++>PHPLocation
    58Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Quote Originally Posted by Speaker1337 View Post
    After reading the source code, it seems like those packets that are received (client->server) are not handled. Check out Client.java/PacketCreator.java and trace it.

    My best bet is to go to agx.net.packet ->PacketType.java and add in 0xD3
    i.e
    public static final byte UNKNOWN_0xD3 = 0xD3;

    next go to PacketSubtype.java and add in a new class for subpacket 0xA4
    i.e
    @UtilityClass
    public static class UnknownD3 {
    public static final byte UNKNOWN_A4 = 0xA4;
    }
    Hey bro not work for me stuck login in game,can you help me ?there may be an error in editing. this my screenshot: https://imgur.com/JIWJ8u9

  2. #107
    Apprentice Speaker1337 is offline
    MemberRank
    Jun 2018 Join Date
    8Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    edited
    Last edited by Speaker1337; 17-06-18 at 01:59 PM.

  3. #108
    Apprentice MoonYeah is offline
    MemberRank
    Jul 2016 Join Date
    23Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Quote Originally Posted by Speaker1337 View Post
    edited
    What is this supposed to do / fix ?

  4. #109
    Apprentice Speaker1337 is offline
    MemberRank
    Jun 2018 Join Date
    8Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Nothing haha it doesn't work

  5. #110
    Apprentice Speaker1337 is offline
    MemberRank
    Jun 2018 Join Date
    8Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Just to check, if anyone has a working version of SEA's client that connects to localhost?

  6. #111
    Account Upgraded | Title Enabled! br1337 is offline
    MemberRank
    Apr 2015 Join Date
    295Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    You did a great job reversing the game!

    Do you have any leaked PDB files or the source code for a packet sniffer?

  7. #112
    Member Jakup is offline
    MemberRank
    Dec 2015 Join Date
    bobLocation
    59Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Hey!
    If you are advanced in assembler or cheat engine you could easily read out the register of the decrypted recv / sent packets and make a sniffer from it.
    All important things are included in source code like the packet handler, decryption / encryption etc

  8. #113
    Enthusiast oheybongza is offline
    MemberRank
    Sep 2014 Join Date
    42Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]


    how to run server ?

  9. #114
    Member Jakup is offline
    MemberRank
    Dec 2015 Join Date
    bobLocation
    59Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    just follow the tutorial and you will dont have a problem!

  10. #115
    Novice raiken22 is offline
    MemberRank
    Apr 2018 Join Date
    4Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Quote Originally Posted by Jakup View Post
    photo doesnt show can you provide the screenshot on imgur?

    edit:
    if it doesnt work download this xtrap folder (https://www.file-upload.net/download...ypass.rar.htmll) and put the xtrap folder in audition and run the magic.exe
    How come magic.exe is detected as virus?
    I guess I've managed to run the server, but the client does not work.

    I can't use the patcher.exe to update. It tells me "Cannot download file" and force closes.

    I've tried your fix but the magic.exe is detected as virus and I would like to know why before I proceed.
    Last edited by raiken22; 13-07-18 at 05:49 PM.

  11. #116
    Member Jakup is offline
    MemberRank
    Dec 2015 Join Date
    bobLocation
    59Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Because its encrypted with themida, dont need to worry.

  12. #117
    Novice raiken22 is offline
    MemberRank
    Apr 2018 Join Date
    4Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Quote Originally Posted by Jakup View Post
    photo doesnt show can you provide the screenshot on imgur?

    edit:
    if it doesnt work download this xtrap folder (https://www.file-upload.net/download...ypass.rar.htmll) and put the xtrap folder in audition and run the magic.exe
    Quote Originally Posted by Jakup View Post
    Because its encrypted with themida, dont need to worry.
    And what does it do?
    If other "players" would have to use Magic.exe, they wouldn't because their antivirus detects a virus. Isn't there another way to bypass xtrap?

  13. #118
    Member Jakup is offline
    MemberRank
    Dec 2015 Join Date
    bobLocation
    59Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    If you know a better method just post it here, but its generally a .dll injector.

  14. #119
    Apprentice baho1235 is offline
    MemberRank
    Jan 2016 Join Date
    11Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    other modes are not playable ?

  15. #120
    Valued Member flowflow is offline
    MemberRank
    Mar 2007 Join Date
    FloridaLocation
    101Posts

    Re: [JAVA] Audition Season 5 Sourcecode [INCOMPLETE+TUTORIAL]

    Well interesting to see some progress towards better files again. Gl jakup.



Advertisement