Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Zephyr)
  • No Skin
Collapse
RipperStore Logo
  1. Home
  2. Assets
  3. Gifts / Downloads
  4. Gift: MMD VIP CODES + Requests (Mostly monthly updates)

Gift: MMD VIP CODES + Requests (Mostly monthly updates)

Scheduled Pinned Locked Moved Gifts / Downloads
mmdpasswordvrchatgiftgift-booth
1.2k Posts 292 Posters 448.9k Views 491 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LuminosityNovaL LuminosityNova

    I am doing a little testing where I intercept whitelist locally on my own machine using a software but it only works for every worlds that uses display name as their whitelisting.

    I tried it over Nero's MMD VIP world but it returned garbled characters, which means it is encoded to something and I don't know how to decrypt and fool the system.

    These two URLs were returned.

    https://api.nero3d.dev/songs/encoded
    https://api.nero3d.dev/vrchat/supporters/fcpf8gn49b
    

    This is as far as I can go but if I got anything else I will keep an update.

    I
    I
    insomnyawolf
    wrote on last edited by insomnyawolf
    #364

    @LuminosityNova

    First one is a JSON in Base64
    b2a1ba61-06a1-45cb-9c30-c4062fa8a937-imagen.png

    Second one is more complicated, it also seems to be Base64 but has extra parts at the end, if you split them and try to go for the first one for example you get binary data that by measuring the entropy you can tell it's either compressed or encrypted, but that's how far i got by myself, by far lucian did a much better job than i did on figuring out how all that stuff works

    @lucian could i get a hint as well?

    1 Reply Last reply
    0
    • kittymaidK
      kittymaidK
      kittymaid
      wrote on last edited by kittymaid
      #365

      The parts seem to be split into 4 sections after every && but it doesn't match any sort of encoding as far as I have tested it its most likely compressed binary i doubt its encrypted since it doesn't even match any of the existing hashes unless its both compressed and encrypted? disbridge seems to do the same thing

      for example for Worlds Apart
      image.png

      after removing the 4 in the top section and running it through base64

      image.png

      and this goes for most worlds using disbridge.
      would honestly love to know what the pipline for this is

      I 2 Replies Last reply
      0
      • M Munchies

        @tare1919 Got a name of the creator? I assume its 黒星「Blackstar」.

        S
        S
        sephorith
        wrote on last edited by
        #366

        @Munchies went to check bs mmd world and mmd select wall is similar id say its the same creator

        M 1 Reply Last reply
        0
        • LucianL Lucian

          Progress with NEro MMD:
          image.png
          KeyHolder: 3HLgtTBrkuU964TABSnhCCnnMS3chPdGybU5PdTejPyA4Um2PNkHmReVTEoxQb9A

          image.png

          image.png
          KeyHolder: fyQg2Twk

          cedb1528-a8c2-4772-9bec-72a0ecf421ce-image.png

          6da96af2-adb5-44c8-b0ca-3752a7b30a9d-image.png

          The patreon list and code are simple, and from now on, it take me just a couple minutes to download a world and reverse engineer the code to running state within unity. Along with a IL Assembly to udonSharp.

          So from that moment i can update my github to generate encoded url payload with your vrchat username in it that you will be able to use with a proxy override to use that file locally instead of the one loaded from the URLs.

          Meaning that it won't be possible to stop other than hardcoding the patreon name within the world itself. (which cause a 1gb of data to redownload every time the world is updated)

          Either way, now that I have the entire code of the world, if this happen, I can just release a sample mmd world with all the song and animation ready to upload.

          So keep in touch for future update on how to do all of this.

          RittsuuR
          RittsuuR
          Rittsuu
          wrote on last edited by
          #367

          @Lucian Hell yeah, amazing work!! I'd love to know how to decode this too, although i'm curious, is there a way to also unlock the "super spicy" code as well?

          💕Any requests? Let me know! If i love it too, I'll buy it and share!💕
          💕I never trade, just gift💕
          💕 Please feel free to upvote as it motivates me to buy and post more unique assets! 💕

          1 Reply Last reply
          0
          • S sephorith

            @Munchies went to check bs mmd world and mmd select wall is similar id say its the same creator

            M
            M
            Munchies
            wrote on last edited by
            #368

            @sephorith Hmm do you remember how long ago you made the screenshot? Can't seem to find the anything but the BS MMD World from the creator. Might have removed it.

            S 1 Reply Last reply
            0
            • M Munchies

              @sephorith Hmm do you remember how long ago you made the screenshot? Can't seem to find the anything but the BS MMD World from the creator. Might have removed it.

              S
              S
              sephorith
              wrote on last edited by
              #369

              @Munchies didnt make nor posted the screenshot

              1 Reply Last reply
              0
              • kittymaidK kittymaid

                The parts seem to be split into 4 sections after every && but it doesn't match any sort of encoding as far as I have tested it its most likely compressed binary i doubt its encrypted since it doesn't even match any of the existing hashes unless its both compressed and encrypted? disbridge seems to do the same thing

                for example for Worlds Apart
                image.png

                after removing the 4 in the top section and running it through base64

                image.png

                and this goes for most worlds using disbridge.
                would honestly love to know what the pipline for this is

                I
                I
                insomnyawolf
                wrote on last edited by
                #370
                This post is deleted!
                1 Reply Last reply
                0
                • kittymaidK kittymaid

                  The parts seem to be split into 4 sections after every && but it doesn't match any sort of encoding as far as I have tested it its most likely compressed binary i doubt its encrypted since it doesn't even match any of the existing hashes unless its both compressed and encrypted? disbridge seems to do the same thing

                  for example for Worlds Apart
                  image.png

                  after removing the 4 in the top section and running it through base64

                  image.png

                  and this goes for most worlds using disbridge.
                  would honestly love to know what the pipline for this is

                  I
                  I
                  insomnyawolf
                  wrote on last edited by
                  #371

                  @kittymaid I had realize the && part but not the 4 on the top, in fact it doesn't appear in my data as far as i have seen

                  Part: c2YcE+Clptkiera2NYgi8Eq2FpZaEGSVAFEvFHCWTseGjKnBvQ==

                  73 66 1c 13 e0 a5 a6 d9 
                  22 7a b6 b6 35 88 22 f0 
                  4a b6 16 96 5a 10 64 95 
                  00 51 2f 14 70 96 4e c7 
                  86 8c a9 c1 bd
                  

                  37 bytes

                  Part: F/DJ/uGGPXLpnxPpomvbfMYNq2GtxYV8nJVXYSdbxq8=

                  17 f0 c9 fe e1 86 3d 72 
                  e9 9f 13 e9 a2 6b db 7c 
                  c6 0d ab 61 ad c5 85 7c 
                  9c 95 57 61 27 5b c6 af
                  

                  32 Bytes

                  Both of them could be a key/init vector for some kind of cypher

                  I have no idea what

                  tpy7ps6cor
                  

                  could be

                  Binary for reference:

                  74 70 79 37 70 73 36 63 
                  6f 72
                  

                  10 Bytes

                  that's as far as i can get, where did you find the "4"?

                  kittymaidK 2 Replies Last reply
                  0
                  • I insomnyawolf

                    @kittymaid I had realize the && part but not the 4 on the top, in fact it doesn't appear in my data as far as i have seen

                    Part: c2YcE+Clptkiera2NYgi8Eq2FpZaEGSVAFEvFHCWTseGjKnBvQ==

                    73 66 1c 13 e0 a5 a6 d9 
                    22 7a b6 b6 35 88 22 f0 
                    4a b6 16 96 5a 10 64 95 
                    00 51 2f 14 70 96 4e c7 
                    86 8c a9 c1 bd
                    

                    37 bytes

                    Part: F/DJ/uGGPXLpnxPpomvbfMYNq2GtxYV8nJVXYSdbxq8=

                    17 f0 c9 fe e1 86 3d 72 
                    e9 9f 13 e9 a2 6b db 7c 
                    c6 0d ab 61 ad c5 85 7c 
                    9c 95 57 61 27 5b c6 af
                    

                    32 Bytes

                    Both of them could be a key/init vector for some kind of cypher

                    I have no idea what

                    tpy7ps6cor
                    

                    could be

                    Binary for reference:

                    74 70 79 37 70 73 36 63 
                    6f 72
                    

                    10 Bytes

                    that's as far as i can get, where did you find the "4"?

                    kittymaidK
                    kittymaidK
                    kittymaid
                    wrote on last edited by
                    #372

                    @insomnyawolf Oh no this for another world that uses disbridge kind of similar to what neuro is doing, I wonder if he's using a similar method to disbridge.

                    https://vrchat.com/home/world/wrld_e0f57c52-24f3-4437-9b19-459f2834c5d5

                    https://udonvr-db.github.io/144167888654303232/Json
                    
                    1 Reply Last reply
                    0
                    • I insomnyawolf

                      @kittymaid I had realize the && part but not the 4 on the top, in fact it doesn't appear in my data as far as i have seen

                      Part: c2YcE+Clptkiera2NYgi8Eq2FpZaEGSVAFEvFHCWTseGjKnBvQ==

                      73 66 1c 13 e0 a5 a6 d9 
                      22 7a b6 b6 35 88 22 f0 
                      4a b6 16 96 5a 10 64 95 
                      00 51 2f 14 70 96 4e c7 
                      86 8c a9 c1 bd
                      

                      37 bytes

                      Part: F/DJ/uGGPXLpnxPpomvbfMYNq2GtxYV8nJVXYSdbxq8=

                      17 f0 c9 fe e1 86 3d 72 
                      e9 9f 13 e9 a2 6b db 7c 
                      c6 0d ab 61 ad c5 85 7c 
                      9c 95 57 61 27 5b c6 af
                      

                      32 Bytes

                      Both of them could be a key/init vector for some kind of cypher

                      I have no idea what

                      tpy7ps6cor
                      

                      could be

                      Binary for reference:

                      74 70 79 37 70 73 36 63 
                      6f 72
                      

                      10 Bytes

                      that's as far as i can get, where did you find the "4"?

                      kittymaidK
                      kittymaidK
                      kittymaid
                      wrote on last edited by kittymaid
                      #373

                      @insomnyawolf I believed that this would have been the key used to decrypt, but yeah, there is nothing more to go on.

                      @Lucian said in Gift: Nero's MMD Code generator + Gentlemen VIP + Requests (Monthly updates):

                      3HLgtTBrkuU964TABSnhCCnnMS3chPdGybU5PdTejPyA4Um2PNkHmReVTEoxQb9A

                      1 Reply Last reply
                      0
                      • LucianL
                        LucianL
                        Lucian
                        wrote on last edited by
                        #374

                        @kittymaid and @insomnyawolf DM me your discord, i will create a group were we can share you idea.

                        I will dump you all the world udon code there and show you how to decypher disbridge.
                        They updated their code to split the key into 4 part, it wasnt too hard at all.

                        I 1 Reply Last reply
                        2
                        • LucianL Lucian

                          @kittymaid and @insomnyawolf DM me your discord, i will create a group were we can share you idea.

                          I will dump you all the world udon code there and show you how to decypher disbridge.
                          They updated their code to split the key into 4 part, it wasnt too hard at all.

                          I
                          I
                          insomnyawolf
                          wrote on last edited by
                          #375

                          @Lucian i don't think i can (it ask me for 5 rep to chat) sorry for the inconvenience

                          kittymaidK SquiddoboiiS 2 Replies Last reply
                          10
                          • I insomnyawolf

                            @Lucian i don't think i can (it ask me for 5 rep to chat) sorry for the inconvenience

                            kittymaidK
                            kittymaidK
                            kittymaid
                            wrote on last edited by kittymaid
                            #376

                            @insomnyawolf There you go, just needed one more.

                            1 Reply Last reply
                            2
                            • I insomnyawolf

                              @Lucian i don't think i can (it ask me for 5 rep to chat) sorry for the inconvenience

                              SquiddoboiiS
                              SquiddoboiiS
                              Squiddoboii
                              wrote on last edited by
                              #377

                              @insomnyawolf i gotchu

                              1 Reply Last reply
                              1
                              • I
                                I
                                insomnyawolf
                                wrote on last edited by
                                #378

                                Thank you all

                                1 Reply Last reply
                                0
                                • R ripper995948

                                  D9DEC03019542A82DBEA663E0164B87D.jpg
                                  since everyone is talkin mmd here I would like to ask anyone know this world and its link? ty~

                                  sweetsS
                                  sweetsS
                                  sweets
                                  wrote on last edited by
                                  #379

                                  @ripper995948
                                  https://vrchat.com/home/world/wrld_3ecf7b05-ca8e-409e-bbfb-5a7fb473ce1a

                                  Please let me know if a link is down, or files have an update!

                                  Z C D 3 Replies Last reply
                                  1
                                  • GrumpyTannerG
                                    GrumpyTannerG
                                    GrumpyTanner
                                    wrote on last edited by
                                    #380

                                    They just had to use the youngest-looking npc models, huh...

                                    1 Reply Last reply
                                    💔
                                    0
                                    • M
                                      M
                                      marui0101
                                      wrote on last edited by marui0101
                                      #381

                                      Regarding 放課後イータイム / After School E-Time, the world has likely been updated, with the keypad removed and MMD now usable by anyone.
                                      @lucian

                                      As for the files I've uploaded, we're renaming the extension from .zip to .txt to dodge censorship. To open it as a zip, just change the filename back from .txt to .zip and extract it.

                                      D S 2 Replies Last reply
                                      0
                                      • M marui0101

                                        Regarding 放課後イータイム / After School E-Time, the world has likely been updated, with the keypad removed and MMD now usable by anyone.
                                        @lucian

                                        D
                                        D
                                        dexia_e6
                                        wrote on last edited by
                                        #382

                                        @marui0101 alt text

                                        1 Reply Last reply
                                        1
                                        • D
                                          D
                                          dexia_e6
                                          wrote on last edited by
                                          #383

                                          why u want a school

                                          1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular