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. Community
  3. General Discussions
  4. VRChat added VRCA (?maybe VRCW too) protection

VRChat added VRCA (?maybe VRCW too) protection

Scheduled Pinned Locked Moved General Discussions
protectionvrchatvrcaripping
285 Posts 103 Posters 107.5k Views 78 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.
  • CrystalDustC CrystalDust

    assetUrl https://api.vrchat.cloud/api/1/file//2/variant/security example of what i mean vrcx is reading from

    or its making an api call to find this data just and idea maybe someone with some idea can code to do this idk
    {
    "id": "...",
    "name": "...",
    "assetUrl": "...",
    "unityVersion": "...",
    "version": 3,
    "assetVersion": {
    "platform": "standalonewindows",
    "assetUrl": "...",
    "unityVersion": "...",
    "unityPackages": [ ... ],
    "plugin": {
    "pluginVersion": "2020.4.XXf1",
    "platform": "standalonewindows",
    "encrypted": true,
    "encryptionKey": "=" <-- 👈
    }
    }
    }
    so idk this just idea info

    StinkerGuy115S
    StinkerGuy115S
    StinkerGuy115
    wrote on last edited by
    #154

    @crystaldustie Yea unfortunately the specific TCP stream that handles the avatar download and exchange is encrypted with TLS 1.2 Meaning we would need THOSE keys too lol. I am pretty sure it uses the PhotonEncryptorPlugin.dll for the TLS encryption because it makes a bunch of calls to bcrypt.dll for key generations, HTTPS encryption and such.

    But what exactly encrypts the model is likely in the GameAssembly.dll this one has stuff for AesManaged encryption/decryption and such.

    1 Reply Last reply
    0
    • StinkerGuy115S
      StinkerGuy115S
      StinkerGuy115
      wrote on last edited by
      #155

      Adding this in a second comment but just an observation. When you start up VRChat.exe and you try to load the Public avatars it still fetches them online. It still creates a __data file in your cache folder, yet the unencrypt vrca's for them are in C:\Program Files (x86)\Steam\steamapps\common\VRChat\VRChat_Data\StreamingAssets\Avatars

      This has been there before the encryption update. I thought they were there cause the game devs just wanted people to have models that they can use when theyre testing out stuff in the game running it directly from the exe.

      Yet it still makes server requests to download them and encrypt them when theyre unencrypted and just sitting their on your PC? The game also does not use PhotonEncryptorPlugin.dll running from the exe, looking at procmon, but only calls GameAssembly.dll

      Just kinda weird idk, why download the files from a server if theyre already on your PC? Why still encrypt them?

      LinzeL 1 Reply Last reply
      0
      • StinkerGuy115S
        StinkerGuy115S
        StinkerGuy115
        wrote on last edited by
        #156

        Okay third and final comment, this is my proposal of whats going on based on what ive observed:

        GameAssembly.dll is used for model encryption locally on your machine. PhotonEncryptoPlugin.dll in conjuction with bcrypt.dll is used for TLS stream encryption and generating "public use" keys for people getting an avatar thats not theirs (wearing an avatar is what i mean).

        This lines up with their new market announcement which sells the ability to use the model. It generates a key that is determined likely by the usr_id and some padding.

        Basically: Are you avatar uploader? You get a more special key. Are you not? You get a public use key.

        You get approval for it to load on PC, game decrypts and encrypts with functions in the GameAssembly.dll

        Just my hunch from my observations, keys are likely associated with user_id. Thanks for coming to my TedTalk 😺

        1 Reply Last reply
        💪
        1
        • B
          B
          bruhe121
          wrote on last edited by
          #157

          It's so over... 😔
          Captura de ecrã 2025-05-25 193702.png

          1 Reply Last reply
          0
          • D
            D
            DeepDishBussy
            wrote on last edited by
            #158

            Love how VRChat only started to give a shit about ripping when them getting money was involved

            VisaeresV SeraphicRosesS S 3 Replies Last reply
            3
            • D DeepDishBussy

              Love how VRChat only started to give a shit about ripping when them getting money was involved

              VisaeresV
              VisaeresV
              Visaeres
              wrote on last edited by
              #159

              @DeepDishBussy They cared about it before that...lol

              Wow that's a lot a' words, too bad I'm not reading em'

              D 1 Reply Last reply
              👎
              0
              • D DeepDishBussy

                Love how VRChat only started to give a shit about ripping when them getting money was involved

                SeraphicRosesS
                SeraphicRosesS
                SeraphicRoses
                wrote on last edited by
                #160

                @DeepDishBussy only for most creators to hate the marketplace because vrchat takes 50%

                If any of my download links don't work PM me with the forum link! ❤︎₊ ⊹
                Rizz'm with the Tism

                1 Reply Last reply
                0
                • VisaeresV Visaeres

                  @DeepDishBussy They cared about it before that...lol

                  D
                  D
                  DeepDishBussy
                  wrote on last edited by
                  #161

                  @Visaeres Not really, they only added cache encryption shortly before they added the marketplace.

                  VisaeresV 1 Reply Last reply
                  👍
                  1
                  • MetafalicaM
                    MetafalicaM
                    Metafalica
                    wrote on last edited by
                    #162

                    isnt it possible to rip mesh and texture data directly from gpu?

                    StinkerGuy115S 1 Reply Last reply
                    0
                    • MetafalicaM Metafalica

                      isnt it possible to rip mesh and texture data directly from gpu?

                      StinkerGuy115S
                      StinkerGuy115S
                      StinkerGuy115
                      wrote on last edited by
                      #163

                      @Metafalica Technically, if youre thinking of a ripper tool like NinjaRipper for example, youd have to still inject it to the game, so bypass anti cheat (linux method does work). Then even if you do rip like that you are just left with like raw mesh and textures.

                      You would have to assemble the meshes and rig them. stuff like toggles, animations, bones, rigs, and more would not be ripped.

                      Asset Ripper would essentially extract the data from the __data file (or .vrca/.vrcw files) and output all the contents in a UnityProject format with toggles, animation, prefabs, shaders, etc.

                      1 Reply Last reply
                      1
                      • D DeepDishBussy

                        @Visaeres Not really, they only added cache encryption shortly before they added the marketplace.

                        VisaeresV
                        VisaeresV
                        Visaeres
                        wrote on last edited by
                        #164

                        @DeepDishBussy Yeah no. And you can be mad all you want, They cared before they did the encryption bs. Kinda the reason all of you guys are running around like headless chickens lol

                        Wow that's a lot a' words, too bad I'm not reading em'

                        D 1 Reply Last reply
                        🤙 👍
                        -1
                        • VisaeresV Visaeres

                          @DeepDishBussy Yeah no. And you can be mad all you want, They cared before they did the encryption bs. Kinda the reason all of you guys are running around like headless chickens lol

                          D
                          D
                          DeepDishBussy
                          wrote on last edited by
                          #165

                          @Visaeres I never said I was mad?? I see where you are coming from abt them caring but many people feel they did not care enough since this was added shortly before the marketplace was introduced. it feels like they only care for the paycheck with the timing.

                          1 Reply Last reply
                          3
                          • MinakoM
                            MinakoM
                            Minako
                            Banned
                            wrote on last edited by
                            #166

                            They did have a few ban waves over avatar ripping the past 2 years, so they definitely cared in a way but only actually did something to prevent ripping FOR their own benefit with the marketplace.

                            1 Reply Last reply
                            1
                            • D DeepDishBussy

                              Love how VRChat only started to give a shit about ripping when them getting money was involved

                              S
                              S
                              sas909
                              wrote on last edited by
                              #167

                              @DeepDishBussy It's all started in 2022, not just now. When they rolled out EAC many people concerned that some kind of marketplace inside VRChat is now imminent. Now we have it, along with other useless payed shit. RipperStore shutdown without any excuse year later after implementation of EAC is also kinda suspicious, guys prob got paid for it.

                              A D 2 Replies Last reply
                              -1
                              • S sas909

                                @DeepDishBussy It's all started in 2022, not just now. When they rolled out EAC many people concerned that some kind of marketplace inside VRChat is now imminent. Now we have it, along with other useless payed shit. RipperStore shutdown without any excuse year later after implementation of EAC is also kinda suspicious, guys prob got paid for it.

                                A
                                A
                                admin
                                wrote on last edited by
                                #168

                                @sas909 You're browsing through ripperstore right now

                                A 1 Reply Last reply
                                3
                                • A admin

                                  @sas909 You're browsing through ripperstore right now

                                  A
                                  A
                                  admin
                                  wrote on last edited by
                                  #169
                                  This post is deleted!
                                  1 Reply Last reply
                                  0
                                  • S sas909

                                    @DeepDishBussy It's all started in 2022, not just now. When they rolled out EAC many people concerned that some kind of marketplace inside VRChat is now imminent. Now we have it, along with other useless payed shit. RipperStore shutdown without any excuse year later after implementation of EAC is also kinda suspicious, guys prob got paid for it.

                                    D
                                    D
                                    DeepDishBussy
                                    wrote on last edited by
                                    #170
                                    This post is deleted!
                                    A 1 Reply Last reply
                                    0
                                    • D DeepDishBussy
                                      [[topic:post-is-deleted]]
                                      A
                                      A
                                      Alisan
                                      wrote on last edited by
                                      #171

                                      @DeepDishBussy I was always confused about this bit of history. I remember lots of people talking about Ripperstore being shut down, way back when but what is this site we're on rn? A revival? Some side site? since it says forum
                                      What differentiates it from Ripperstore in the past

                                      kh4m4riK 1 Reply Last reply
                                      0
                                      • A Alisan

                                        @DeepDishBussy I was always confused about this bit of history. I remember lots of people talking about Ripperstore being shut down, way back when but what is this site we're on rn? A revival? Some side site? since it says forum
                                        What differentiates it from Ripperstore in the past

                                        kh4m4riK
                                        kh4m4riK
                                        kh4m4ri
                                        wrote on last edited by
                                        #172

                                        @Alisan Ripperstore in the past was not a forum. Hence why the full name of this site is "Ripperstore Forums". It used to be a huge library of logged avatars that were uploaded to VRChat. You could download them using credits, and convert them through a service that RipperStore originally provided. It was way different from what it is now.

                                        1 Reply Last reply
                                        0
                                        • StinkerGuy115S
                                          StinkerGuy115S
                                          StinkerGuy115
                                          wrote on last edited by
                                          #173
                                          This post is deleted!
                                          C 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