Page 2 of 9 FirstFirst 1234 ... LastLast
Results 16 to 30 of 132
  1. #16
    823867238's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Azuki View Post
    Some network traffic
    Client sends Hello to server
    Server sends MapInfo to client
    Client sends Load to server
    and then Server sends ERROR(0) with the Beta Rank 2 message

    there haven't been any new packets implemented as far as I can tell, but reversing il2cpp is a pain, so there might be a lot of information lost.


    - - - Updated - - -

    guess i'm finished here, expect a release tonight


    il2cpp isnt a problem, the real problem is that the Assembly-Csharp.dll inside the packed gameassembly is also obfuscated with beebyte

  2. #17
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by 823867238 View Post
    il2cpp isnt a problem, the real problem is that the Assembly-Csharp.dll inside the packed gameassembly is also obfuscated with beebyte
    i don't see how thats the bigger issue here. it just gets rid of method names and field names. with enough debugging you can find out what everything is supposed to be.
    the interesting functions to get connection to work aren't even obfuscated, so that's something deca did "well on" Keepo

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  3. #18
    823867238's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Azuki View Post


    i don't see how thats the bigger issue here. it just gets rid of method names and field names. with enough debugging you can find out what everything is supposed to be.
    the interesting functions to get connection to work aren't even obfuscated, so that's something deca did "well on" Keepo
    took less than 10minutes to extract the packed game dlls, if my thread gets approved then thats the smallest problem. If you'd look at the obfuscated/cleaned dll you will change your mind

  4. #19
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by tripleys View Post
    Try going into vault or a realm



    uwu
    Last edited by Azuki; 03-21-2020 at 07:24 PM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  5. #20
    ArkMods's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Location
    DWORD* loc = nullptr;
    Posts
    192
    Reputation
    10
    Thanks
    63
    My Mood
    Sleepy
    Il2cpp retains method and struct names (lol). If you proxy unity client, you will find that the only different thing is the client token.

  6. #21
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by ArkMods View Post
    Il2cpp retains method and struct names (lol). If you proxy unity client, you will find that the only different thing is the client token.
    Yeah but if you *just* change that token on the hello packet you’ll still be sent to cheaters graveyard

    here's an example:
     



    Last edited by Azuki; 03-22-2020 at 06:51 AM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  7. The Following User Says Thank You to Azuki For This Useful Post:

    Alde. (04-16-2020)

  8. #22
    tripleys's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Azuki View Post


    Yeah but if you *just* change that token on the hello packet you’ll still be sent to cheaters graveyard

    here's an example:
     



    Dont tell people how to bypass the graveyard thing

  9. #23
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by tripleys View Post
    Dont tell people how to bypass the graveyard thing
    it's not particularly hard to figure out anyways

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  10. #24
    tripleys's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by Azuki View Post


    it's not particularly hard to figure out anyways
    you overestimate this community

  11. #25
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,162
    My Mood
    Angelic
    Quote Originally Posted by tripleys View Post
    you overestimate this community
    okay true :LUL:
    my dm's still open to people that wanna make an internal hack for exalt though. im too lazy to do everything on my own.
    my bypass still working btw :pogu:
    Last edited by Azuki; 03-22-2020 at 10:18 AM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  12. The Following User Says Thank You to Azuki For This Useful Post:

    ricardas97 (03-23-2020)

  13. #26
    Newdale's Avatar
    Join Date
    Jan 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Azuki View Post
    Some network traffic
    Client sends Hello to server
    Server sends MapInfo to client
    Client sends Load to server
    and then Server sends ERROR(0) with the Beta Rank 2 message

    there haven't been any new packets implemented as far as I can tell, but reversing il2cpp is a pain, so there might be a lot of information lost.


    - - - Updated - - -

    guess i'm finished here, expect a release tonight

    They know ur not beta acces cause ur sending Unity as platform.
    If you want to access beta, send rotmg as platform instead.

  14. #27
    Suralias's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Azuki View Post


    okay true :LUL:
    my dm's still open to people that wanna make an internal hack for exalt though. im too lazy to do everything on my own.
    my bypass still working btw ogu:
    You going to release the bypass or no? I'd like to play on the client but I don't know how to do all the fancy stuff. :P

  15. #28
    S0ul_'s Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Azuki View Post


    okay true :LUL:
    my dm's still open to people that wanna make an internal hack for exalt though. im too lazy to do everything on my own.
    my bypass still working btw ogu:
    I don't have 15 posts so I'm unable to dm you, any other way to contact you?

  16. #29
    ricardas97's Avatar
    Join Date
    Mar 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Supporter rank 2 bypass

    Quote Originally Posted by Azuki View Post


    okay true :LUL:
    my dm's still open to people that wanna make an internal hack for exalt though. im too lazy to do everything on my own.
    my bypass still working btw ogu:
    It's interesting how you bypassed the supporter rank thing, could you teach me how to do that or post the client in the forums?

  17. #30
    ricardas374's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I could only get past by the log out screen with the supporter rank thing to download the client, getting into the game is a mystery to me, anyone know/like to share how to bypass the client getting the closed connection thing upon trying to run the game?

Page 2 of 9 FirstFirst 1234 ... LastLast

Similar Threads

  1. RotMG Unity Client/Server Speculation
    By tomgie50 in forum Realm of the Mad God Discussions
    Replies: 8
    Last Post: 01-24-2019, 11:39 AM
  2. [Request] RotMG Hacked Client/Multibox for Mac
    By pyropeanut63 in forum Realm of the Mad God Hacks & Cheats
    Replies: 2
    Last Post: 08-12-2012, 07:38 PM
  3. ROTMG Trinity Client
    By Commander X in forum Realm of the Mad God Hacks & Cheats
    Replies: 192
    Last Post: 07-18-2012, 10:40 PM
  4. Need help in downloading rotmg official client
    By merkator in forum Realm of the Mad God Hacks & Cheats
    Replies: 1
    Last Post: 07-05-2012, 04:53 PM
  5. [RELEASE] RotMG Hacked Client [RELEASE]
    By imayoboeii in forum Realm of the Mad God Hacks & Cheats
    Replies: 1
    Last Post: 05-11-2012, 04:35 PM