Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 132
  1. #46
    DCRNOPE's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    4
    My Mood
    Cold
    This community kinda toxic lol. Thank god Matthew locks the threads now

  2. The Following User Says Thank You to DCRNOPE For This Useful Post:

    Plus22 (04-04-2020)

  3. #47
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    Quote Originally Posted by SlickEashy View Post
    To bypass Cheater's Graveyard you have to remove any mention of Unity from the app engine web requests. If the app engine sees a request with Unity headers and Unity platform it will flag your account as a cheater for the next 30 minutes which will cause you to be sent to the Cheater's Graveyard even if you switch to a flash client. Enjoy playing on Unity!
    its kinda funny how it works, especially because if you sent unity web requests, then wait 30 minutes in nexus with the unity client, it will still work, even if it sends more unity requests to the app/char or whatever

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  4. #48
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    to devs trying to get entitylist.
    you're probably better off calling FindObjectsOfType<T> or FindObjectsOfType(T) and try to find the Entity object in a il2cpp dump or something.
    Stubbed FindObjectsOfType function is at sub_181A41790 or il2cpp_resolve_icall_0(UnityEngine.Object::FindObj ectsOfType(System.Type))

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



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

    index.html (04-12-2020)

  6. #49
    sc2darkwolf's Avatar
    Join Date
    Apr 2018
    Gender
    male
    Location
    The Confederacy
    Posts
    18
    Reputation
    10
    Thanks
    6
    Will users still be able to play on the flash version once the unity client is out?

  7. #50
    SlickEashy's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Under the Ocean
    Posts
    213
    Reputation
    21
    Thanks
    522
    My Mood
    Relaxed
    Quote Originally Posted by sc2darkwolf View Post
    Will users still be able to play on the flash version once the unity client is out?
    The Flash client will eventually be discontinued once the Unity client has matured enough.

  8. #51
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    Quote Originally Posted by SlickEashy View Post
    The Flash client will eventually be discontinued once the Unity client has matured enough.
    it's probably gonna take a while though, the unity client has a few exploits and a lot of downsides right now

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  9. #52
    theross's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Posts
    83
    Reputation
    10
    Thanks
    21
    Exploits? interesting
    Probably stuff not intended for the public ommunity, right?

  10. #53
    TheFallenBanda's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    I'm a computer scientist and a programmer could someone guide me on how to get started with inspecting the unity code and maybe i could provide with some features to the upcoming client?

    are you using dnspy to decompile the game assets?


    if someone else is also interested in working on this or just messing around
    Last edited by Matthew; 04-15-2020 at 10:38 AM. Reason: no external links

  11. #54
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    Quote Originally Posted by TheFallenBanda View Post
    I'm a computer scientist and a programmer could someone guide me on how to get started with inspecting the unity code and maybe i could provide with some features to the upcoming client?

    are you using dnspy to decompile the game assets?


    if someone else is also interested in working on this or just messing around
    game is il2cpp'd.
    good luck trying to use dnspy for anything useful.
    just dump the il2cpp assembly and use the rva's to reverse the functions that are interesting in ida.
    if the name has been obfuscated try phishing your way across the assembly using unity functions.
    Last edited by Matthew; 04-15-2020 at 10:38 AM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



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

    TheFallenBanda (04-15-2020)

  13. #55
    darkbadidea's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    open beta live

    open beta live

  14. #56
    novastarz's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    2
    Azuki would you mind sharing the custom injector you are using? I'm a programmer new to hacking so not having to go full rambo would be nice

    ty

  15. #57
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    Quote Originally Posted by novastarz View Post
    Azuki would you mind sharing the custom injector you are using? I'm a programmer new to hacking so not having to go full rambo would be nice

    ty
    If you just want an injector, the one I use for everything from csgo to exalt is xenos which also is open source

  16. #58
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    Quote Originally Posted by novastarz View Post
    Azuki would you mind sharing the custom injector you are using? I'm a programmer new to hacking so not having to go full rambo would be nice

    ty
    i am not using a custom injector.
    i use extreme injector


    - - - Updated - - -

    hey guys.
    i've reversed part of the game handling mini map objects in order to get a better insight into entities.
    Code:
    il2cpp:0000000180AA15C0 ; void __stdcall CreateMinimap(NPOHFCAEIPO_o *this)
    here's some pseudo i've reversed from this function
    Code:
    public static void Snippet() {
        Types v7 = *(this + 0xB4);
        // v7 = NPOHFCAEIPO_o.NEHLICCCJKO;
        var v8 = *(this + 0x18); // OBJECT PROPERTIES
        // v8 = NPOHFCAEIPO_o.KBHGDKHKJGB
    
        if (v7 == Character) {
            if (!v8) 
                throw new Exception();
            if (v8.isEnemy) {
                var v17 = v8.ColorElement;
                if (!v17) {
                    // set color to red
                }
                var v19 = String.Replace(v17, "unk", "unk");
                UnityEngine.ColorUtility.TryParseHtmlString(v19, out v36)
            } else if (!(*(this 0x20))
                finalize();
        }
    }
    
    public enum Types{
        Character = 7
    }
    as you can see it has some fundamental enemy checks. so NPOHFCAEIPO is definitely the class we should look at :)
    (previous update)
    Last edited by Azuki; 04-17-2020 at 05:48 PM.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



  17. #59
    DIA4A's Avatar
    Join Date
    Jan 2020
    Gender
    male
    Posts
    102
    Reputation
    19
    Thanks
    162
    Quote Originally Posted by Azuki View Post


    i am not using a custom injector.
    i use extreme injector


    - - - Updated - - -

    hey guys.
    i've reversed part of the game handling mini map objects in order to get a better insight into entities.
    Code:
    il2cpp:0000000180AA15C0 ; void __stdcall CreateMinimap(NPOHFCAEIPO_o *this)
    here's some pseudo i've reversed from this function
    Code:
    public static void Snippet() {
        Types v7 = *(this + 0xB4);
        // v7 = NPOHFCAEIPO_o.NEHLICCCJKO;
        var v8 = *(this + 0x18); // OBJECT PROPERTIES
        // v8 = NPOHFCAEIPO_o.KBHGDKHKJGB
    
        if (v7 == Character) {
            if (!v8) 
                throw new Exception();
            if (v8.isEnemy) {
                var v17 = v8.ColorElement;
                if (!v17) {
                    // set color to red
                }
                var v19 = String.Replace(v17, "unk", "unk");
                UnityEngine.ColorUtility.TryParseHtmlString(v19, out v36)
            } else if (!(*(this 0x20))
                finalize();
        }
    }
    
    public enum Types{
        Character = 7
    }
    as you can see it has some fundamental enemy checks. so NPOHFCAEIPO is definitely the class we should look at
    (previous update)
    This is pretty interesting stuff but do you by any chance know if this creates the minimap or is just instead of a __stdcall perhaps a __thiscall and its just part of a class so its simply doing m_pEntity.AddToMiniMap() or any sub pointer contained in entities like say csgo has for animstate that contains said info? If so a simple detour would allow one to just cache all entities probably, so if you dont mind any xrefs to it as 0000000180AA15C0 seems to be pointing to more or less fuckall in my IDA would be appreciated!
    Last edited by DIA4A; 04-17-2020 at 06:23 PM.

  18. #60
    Azuki's Avatar
    Join Date
    Mar 2015
    Gender
    female
    Location
    京都市
    Posts
    1,110
    Reputation
    195
    Thanks
    20,175
    My Mood
    Angelic
    Quote Originally Posted by DIA4A View Post
    This is pretty interesting stuff but do you by any chance know if this creates the minimap or is just instead of a __stdcall perhaps a __thiscall and its just part of a class so its simply doing m_pEntity.AddToMiniMap() or any sub pointer contained in entities like say csgo has for animstate that contains said info? If so a simple detour would allow one to just cache all entities probably, so if you dont mind any xrefs to it as 0000000180AA15C0 seems to be pointing to more or less fuckall in my IDA would be appreciated!
    yeah all pointers from the version before current so they're outdated.
    also it's probably a entity.AddToMinimap() but I haven't looked too much into it, I just gave the function that name so I could easily find it again in IDA.
    I'm currently waiting on Autoanalysis to finish but I'll drop the new function here in a bit once that's finished.

    BTC: 1LLm4gaPYCZsczmi8n1ia1GsEMsDRs2ayy
    ETH: 0x7d8045F6e452045439c831D09BAB19Bf9D5263EE



Page 4 of 9 FirstFirst ... 23456 ... 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