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. Looking for...
  4. Furry Avatars
  5. FOUND:Kroxigor 2.0 - SwampPuppy Edit

FOUND:Kroxigor 2.0 - SwampPuppy Edit

Scheduled Pinned Locked Moved Unsolved Furry Avatars
furryvrchatcrocodileswamppuppyfemalepc onlyunitynsfwavatarvrchat avatarfound
89 Posts 51 Posters 6.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.
  • masterofspaceM
    masterofspaceM
    masterofspace
    wrote on last edited by
    #45

    yes i am still doing the quest version btw because some of the animations are being weird

    MunterzM 1 Reply Last reply
    0
    • masterofspaceM masterofspace

      yes i am still doing the quest version btw because some of the animations are being weird

      MunterzM
      MunterzM
      Munterz
      wrote on last edited by
      #46

      @masterofspace You got this! Thanks so much!

      1 Reply Last reply
      0
      • ClaptasticFragC
        ClaptasticFragC
        ClaptasticFrag
        wrote on last edited by ClaptasticFrag
        #47

        ive been putting files thru my scan tool for a while now and
        7d1b3589-8573-47b8-952b-b45e813634cb-image.jpeg i have to genuinely ask why is there a polyglot payload attached to a single, random png texture in the files- does anyone know what it is before i even think about opening up the original edit in a project. the rest of the issues are simply alerts about unlit_wf info but this one has no actual info attached..

        ETA: i scanned the one by @masterofspace to see if the polyglot thing was still in that one as well since they were working with the original and afe30238-12f9-4d2d-a923-45cb847ce09a-image.jpeg

        so what the hell is this supposed payload the original one has that masterofspace removed

        Took one more look at the original 27a1e1c6-9819-4869-9f9f-7d0f1a47435e-image.jpeg versus Space's a947eb7e-a56f-4cf7-ab6d-d90269c1d9c1-image.jpeg and space took out two of the textures

        Is it the mapping information for the smoothness/roughness map that is a polyglot?

        I am an avatar connoisseur, I love everything weird and strange, and world drops. Give me something to customize and my soul is yours!

        Wishlist: https://drive.google.com/drive/folders/1GZ5wx6Bc2DAxX9vmd5TaVRZgFFnTnBEx?usp=sharing (UPDATED 3/18/2026)

        If you know where to get any of them, @ me or send me a DM!

        masterofspaceM 1 Reply Last reply
        0
        • T
          T
          Trident707
          wrote on last edited by
          #48

          @claptasticfrag So, I've looked into the files and dissected its inner workings. It appears to be a false positive due to a funny lil math coincidence.

          The .png appears to be compressed using zlib, to shrink its size. However, doing so generated a ton of random bytes, which out of chance generated a string that spells out something in the lines of "PK...." which is what being triggered as a zip. There's also a ton of other false positives.

          It is highly unlikely for this file to contain any malicious payload. There is no central directory anywhere, CRC valid, no trailing garbage (no signs of tampering), consistent structure with images rather than something fishy.

          If you recompress the .png it might not even be flagged again.

          Obviously it is always natural and good to be wary of these kinds of things, which is why you should never blindly trust scripts.
          Went a step further and did some deeper analysis, still no signs of a payload BUT it doesn't rule out a decoder-level exploit. But that would need to target a known vulnerability...

          ClaptasticFragC 1 Reply Last reply
          👍
          1
          • ClaptasticFragC ClaptasticFrag

            ive been putting files thru my scan tool for a while now and
            7d1b3589-8573-47b8-952b-b45e813634cb-image.jpeg i have to genuinely ask why is there a polyglot payload attached to a single, random png texture in the files- does anyone know what it is before i even think about opening up the original edit in a project. the rest of the issues are simply alerts about unlit_wf info but this one has no actual info attached..

            ETA: i scanned the one by @masterofspace to see if the polyglot thing was still in that one as well since they were working with the original and afe30238-12f9-4d2d-a923-45cb847ce09a-image.jpeg

            so what the hell is this supposed payload the original one has that masterofspace removed

            Took one more look at the original 27a1e1c6-9819-4869-9f9f-7d0f1a47435e-image.jpeg versus Space's a947eb7e-a56f-4cf7-ab6d-d90269c1d9c1-image.jpeg and space took out two of the textures

            Is it the mapping information for the smoothness/roughness map that is a polyglot?

            masterofspaceM
            masterofspaceM
            masterofspace
            wrote on last edited by
            #49

            @ClaptasticFrag so idk what a polygot is, but im guessing its a virus of some sorts.

            1 Reply Last reply
            0
            • masterofspaceM
              masterofspaceM
              masterofspace
              wrote on last edited by
              #50

              DROPPING THE EXPANDED VERSION IN A FEW HOURS THO

              green_greenG 1 Reply Last reply
              0
              • T Trident707

                @claptasticfrag So, I've looked into the files and dissected its inner workings. It appears to be a false positive due to a funny lil math coincidence.

                The .png appears to be compressed using zlib, to shrink its size. However, doing so generated a ton of random bytes, which out of chance generated a string that spells out something in the lines of "PK...." which is what being triggered as a zip. There's also a ton of other false positives.

                It is highly unlikely for this file to contain any malicious payload. There is no central directory anywhere, CRC valid, no trailing garbage (no signs of tampering), consistent structure with images rather than something fishy.

                If you recompress the .png it might not even be flagged again.

                Obviously it is always natural and good to be wary of these kinds of things, which is why you should never blindly trust scripts.
                Went a step further and did some deeper analysis, still no signs of a payload BUT it doesn't rule out a decoder-level exploit. But that would need to target a known vulnerability...

                ClaptasticFragC
                ClaptasticFragC
                ClaptasticFrag
                wrote on last edited by
                #51

                @Trident707 thank you for looking into it!! glad to know it's most likely just a bug in how some compressions work

                I am an avatar connoisseur, I love everything weird and strange, and world drops. Give me something to customize and my soul is yours!

                Wishlist: https://drive.google.com/drive/folders/1GZ5wx6Bc2DAxX9vmd5TaVRZgFFnTnBEx?usp=sharing (UPDATED 3/18/2026)

                If you know where to get any of them, @ me or send me a DM!

                1 Reply Last reply
                0
                • masterofspaceM masterofspace

                  DROPPING THE EXPANDED VERSION IN A FEW HOURS THO

                  green_greenG
                  green_greenG
                  green_green
                  wrote on last edited by
                  #52

                  @masterofspace ITS BEEN 5 HOURS I NEED IT

                  green 🤤🤤🤤🤤🤤

                  masterofspaceM 1 Reply Last reply
                  0
                  • green_greenG green_green

                    @masterofspace ITS BEEN 5 HOURS I NEED IT

                    masterofspaceM
                    masterofspaceM
                    masterofspace
                    wrote on last edited by
                    #53

                    @meth-head [register or login to view this hidden content]

                    here, idk if this one can physically be quest. ive tried

                    green_greenG Goober1999G 2 Replies Last reply
                    1
                    • masterofspaceM masterofspace

                      @meth-head [register or login to view this hidden content]

                      here, idk if this one can physically be quest. ive tried

                      green_greenG
                      green_greenG
                      green_green
                      wrote on last edited by
                      #54

                      @masterofspace FFFFFFFFFFFFFFFFFUUUUUUUUUUUUUUCKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK ill try me best then

                      green 🤤🤤🤤🤤🤤

                      1 Reply Last reply
                      0
                      • Cookie monsterC
                        Cookie monsterC
                        Cookie monster
                        wrote on last edited by
                        #55

                        Anyone know why it fails to verify? when i try and upload it it repeats avatar validation failed, saying wet and wet 18+ are missing parameters

                        masterofspaceM 1 Reply Last reply
                        0
                        • P
                          P
                          PoolersDoo
                          wrote on last edited by
                          #56

                          Hey so I just scrolled through all the above mess and was there a link provided to a full working file or is there still shit yall need to fix?

                          1 Reply Last reply
                          0
                          • masterofspaceM masterofspace

                            @meth-head [register or login to view this hidden content]

                            here, idk if this one can physically be quest. ive tried

                            Goober1999G
                            Goober1999G
                            Goober1999
                            wrote on last edited by
                            #57

                            @masterofspace i use her all the time as a questie you just gotta delete some clothes and downgrade texture

                            masterofspaceM 1 Reply Last reply
                            0
                            • Goober1999G Goober1999

                              @masterofspace i use her all the time as a questie you just gotta delete some clothes and downgrade texture

                              masterofspaceM
                              masterofspaceM
                              masterofspace
                              wrote on last edited by
                              #58

                              @Goober1999 this is an expanded one with over 30 texters for the clothes though

                              Goober1999G 1 Reply Last reply
                              0
                              • Cookie monsterC Cookie monster

                                Anyone know why it fails to verify? when i try and upload it it repeats avatar validation failed, saying wet and wet 18+ are missing parameters

                                masterofspaceM
                                masterofspaceM
                                masterofspace
                                wrote on last edited by
                                #59

                                @Mitchy_Cookie delete the menu items

                                1 Reply Last reply
                                0
                                • masterofspaceM masterofspace

                                  @Goober1999 this is an expanded one with over 30 texters for the clothes though

                                  Goober1999G
                                  Goober1999G
                                  Goober1999
                                  wrote on last edited by
                                  #60

                                  @masterofspace yeah thats why you shift+click to grab all the textures and downgrade them together also u wont be using all of them since uk gotta delete the clothes attached to them anyway

                                  masterofspaceM 1 Reply Last reply
                                  0
                                  • Goober1999G Goober1999

                                    @masterofspace yeah thats why you shift+click to grab all the textures and downgrade them together also u wont be using all of them since uk gotta delete the clothes attached to them anyway

                                    masterofspaceM
                                    masterofspaceM
                                    masterofspace
                                    wrote on last edited by
                                    #61

                                    @Goober1999 can you try making my version quest? its too hard for me

                                    S 1 Reply Last reply
                                    0
                                    • J
                                      J
                                      Junofa
                                      wrote on last edited by
                                      #62

                                      not sure whats up but the gofile link gives me MNG Female. its a completely different model?

                                      1 Reply Last reply
                                      0
                                      • Lost_LambL
                                        Lost_LambL
                                        Lost_Lamb
                                        wrote on last edited by
                                        #63

                                        is it just me or is anyone else having a weird issue with the download link?
                                        image_2026-07-23_191505774.png
                                        this is all that pops up when i click on it

                                        1 Reply Last reply
                                        0
                                        • P
                                          P
                                          PoolersDoo
                                          wrote on last edited by
                                          #64

                                          Hey so, is the download link good or?

                                          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