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 - Fish! By Godfall Files, Leaks and Datamining

Gift - Fish! By Godfall Files, Leaks and Datamining

Scheduled Pinned Locked Moved Gifts / Downloads
vrc worldudonsharpasset dump
454 Posts 177 Posters 96.5k Views 125 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.
  • N ng++

    @Civil-Apocracy i just clicked and it is still there.

    Civil ApocracyC
    Civil ApocracyC
    Civil Apocracy
    wrote on last edited by
    #309

    @ng 770d98d5-3045-4e37-9b1d-c4b8dfc56a5f-image.jpeg

    N 1 Reply Last reply
    0
    • vrc_repoV vrc_repo

      Based on what I saw, I believe this is the one

      https://x.com/mea_yzkr/status/2029655195186254143?s=20

      dfec5edc-e51d-4052-9ef0-d0726029948f-image.jpeg

      urmom2U
      urmom2U
      urmom2
      wrote on last edited by
      #310

      @6675636b796f75 can i also get a dm for this?

      1 Reply Last reply
      0
      • Civil ApocracyC Civil Apocracy

        @ng 770d98d5-3045-4e37-9b1d-c4b8dfc56a5f-image.jpeg

        N
        N
        ng++
        wrote on last edited by
        #311

        @Civil-Apocracy idk what to tell you, almost 100 people have downloaded it fine and it is literally still there right now. last time i will reply for this

        5ad42795-03c6-44e4-94d3-b528c00c35ac-image.jpeg

        Stop using WinRAR. It often creates corrupted zips or does not properly unpack archives, leaving you with missing files.
        Use 7zip, it's not 2005 anymore.

        1 Reply Last reply
        1
        • M
          M
          michiid
          wrote on last edited by
          #312

          so is there an actually world download yet? cause idk how to use a vrcw

          1 Reply Last reply
          0
          • White CosmosW
            White CosmosW
            White Cosmos
            wrote on last edited by
            #313

            I just want gold for the boat. Now I can't go to my friends because I can't fly, even though I have no intention of playing this stupid game.

            As a farewell to organizing and hosting files, I hope you all buy things you really like and use often. I try to buy anything and everything I can, with hardly any income at all.

            If a file is down, reply and ping BLACK0NYX as well. I'm adding him to my threads as an editor overtime. Eventually he may make his own and direct to them. We'll see.

            1 Reply Last reply
            0
            • BlehB
              BlehB
              Bleh
              wrote on last edited by
              #314

              I miss flying I cant wait for the unity package

              1 Reply Last reply
              0
              • BlehB Bleh

                Screenshot 2026-03-10 163728.png

                B
                B
                burlap ocean
                wrote on last edited by
                #315

                @Bleh so they remove a feature that only a fraction of players use but don't already have a replacement planned and instead of coming up with something on their own they have to ask others and use their ideas instead. what an uninspired clown. isn't this supposed to be a 1.0 release?

                1 Reply Last reply
                2
                • M
                  M
                  mew2
                  wrote on last edited by
                  #316

                  has anyone found a way around the flight restriction?

                  B B FluffyDoggoF 3 Replies Last reply
                  0
                  • YuuuuwyyyyY
                    YuuuuwyyyyY
                    Yuuuuwyyyy
                    wrote on last edited by
                    #317

                    Is the game have saving progress problems? Like i sold 1 mil gold all fishes and bought the end game boat then i fishing until level 135 and log out but today login back the game just showed me i'm level 134 and i'm not reach 1mil gold in the sell shop. Also the disable fly is stupid like they dont plan to replace sth else before doing it

                    B 1 Reply Last reply
                    1
                    • T
                      T
                      The_Choosen_One
                      wrote on last edited by
                      #318

                      @michiid

                      I agree with you, i dont know how they work too, so that is why i cant wait for the unitypackage or just a folder that i can import to creator companion.

                      1 Reply Last reply
                      0
                      • N ng++

                        🔗 Download Link (pixeldrain.com) here is my private fork of abligail/vrc-fish, i'm pretty much done with the game so IDC anymore. i won't teach you how to compile this, so don't ask me. i'm not here to teach you how to cheat. the packaged config is the one i use for most spots. i didn't do any improvements to make it work better at fish pools in the ocean.

                        i also won't post it to github or PR it as i am simply too lazy to create a throwaway GH account and don't want to expose myself. thank you abligail, if you are here, for publishing your code to GH for us.

                        • added logic from dumped udonsharp (thank you @lucian for providing this to us 💞) for minigame, to significantly improve catch ratio. it can confidently catch any tier of fish with nearly no failures once setup properly. catch highest difficulty fish with no difficulty, lower difficulty fish are caught essentially as fast as the minigame allows.

                        • added "minigame only" mode. this is still pretty limiting, just due to some opencv limitations. you cast and do all the clicks, it just completes the minigame. by doing manual inputs with the minigame only mode, your catch volume will be huge due to how fast it completes the minigame; generally way faster than a human will.

                        • addressed a few other "wait" times in the app that simply aren't necessary or are inefficient during ui matching to speed up catching, including significantly improving accuracy at the start of the minigame.

                        • it allows background fishing, so VRC does not need to be in the foreground. the only limitation here is that we cannot move the mouse without focus in windows due to EAC blocking a few input methods, and VRC (unity...) simply ignoring some others. if you are running it in the background, you'll probably need to move the mouse periodically. still great for having off to the side while you do other things on your pc.

                        • (machine) translated entire config to english..

                        there are probably still some small bugs or leftover code from other things in here i was testing with, i wouldn't blindly PR this entire fork to the original repo without review. i'm too lazy to fix it any further.

                        as for usage, it's the same as before. you need to make sure the bottom of the "!" is visible if you are in full auto mode, and in both modes, the minigame needs to be as "centered" in the screen as possible. i recommend 60-5deg fov, same game resolution as it sets in the config. don't make it bigger.

                        glhf. if you need help with proxy dev (for any world) feel free to reach out in dms, but i'm not here to teach/help total noobs. if you're a SWE too, lets talk..

                        vurlV
                        vurlV
                        vurl
                        wrote on last edited by
                        #319

                        @ng thanks bra it works

                        1 Reply Last reply
                        0
                        • YuuuuwyyyyY Yuuuuwyyyy

                          Is the game have saving progress problems? Like i sold 1 mil gold all fishes and bought the end game boat then i fishing until level 135 and log out but today login back the game just showed me i'm level 134 and i'm not reach 1mil gold in the sell shop. Also the disable fly is stupid like they dont plan to replace sth else before doing it

                          B
                          B
                          Bananana
                          wrote on last edited by
                          #320

                          @Yuuuuwyyyy persistence struggles to save when you have too many fish, try to sell every so often to avoid this

                          Feel free to bump or message if a link goes down ✨

                          1 Reply Last reply
                          0
                          • F
                            F
                            Fladin
                            wrote on last edited by
                            #321

                            does anyone have a autofish config with the pharaoh rod? the computer vision has a hard time telling it apart from the minigame

                            N 1 Reply Last reply
                            0
                            • FluttershyF
                              FluttershyF
                              Fluttershy
                              wrote on last edited by
                              #322

                              Any chance i could get just the icons of the fish?

                              TonfusedCravoltaT 1 Reply Last reply
                              0
                              • FluttershyF Fluttershy

                                Any chance i could get just the icons of the fish?

                                TonfusedCravoltaT
                                TonfusedCravoltaT
                                TonfusedCravolta
                                wrote on last edited by
                                #323

                                @Fluttershy These?
                                Screenshot 2026-03-12 212958.png
                                [register or login to view this hidden content].

                                1 Reply Last reply
                                0
                                • F Fladin

                                  does anyone have a autofish config with the pharaoh rod? the computer vision has a hard time telling it apart from the minigame

                                  N
                                  N
                                  ng++
                                  wrote on last edited by
                                  #324

                                  @Fladin Adjust the detection thresholds.

                                  Stop using WinRAR. It often creates corrupted zips or does not properly unpack archives, leaving you with missing files.
                                  Use 7zip, it's not 2005 anymore.

                                  1 Reply Last reply
                                  0
                                  • SeaLoongS SeaLoong

                                    I have simply implemented encryption and decryption algorithms.
                                    https://fish-udon-raw-ilcode.vercel.app/

                                    Edit:
                                    I made an easier-to-use version.
                                    https://fish-pass.vercel.app/

                                    nullfelisN
                                    nullfelisN
                                    nullfelis
                                    wrote on last edited by
                                    #325

                                    @SeaLoong this doesn't work for me anymore

                                    SeaLoongS 1 Reply Last reply
                                    0
                                    • M mew2

                                      has anyone found a way around the flight restriction?

                                      B
                                      B
                                      bebooster
                                      wrote on last edited by
                                      #326

                                      @mew2 looks to be something out of Trickforge's hands and on VRC's
                                      Some people's flights worked for a while and they fixed that too so I don't think theres a way around it

                                      Probably easier to find a way to give yourself scrap and then buy a boat from the gambling rewards

                                      1 Reply Last reply
                                      -1
                                      • L
                                        L
                                        Layui
                                        wrote on last edited by
                                        #327

                                        It was added with the last Client update.
                                        People that was on the 3rd person Beta got the Update days later so they could still fly around and using seats.
                                        So you would need a Modded Client to fly again in the world.

                                        1 Reply Last reply
                                        0
                                        • nullfelisN nullfelis

                                          @SeaLoong this doesn't work for me anymore

                                          SeaLoongS
                                          SeaLoongS
                                          SeaLoong
                                          wrote on last edited by
                                          #328

                                          @nullfelis
                                          They updated the code.
                                          I received a DMCA takedown notice, so I might not update anymore.
                                          But this is actually very simple to fix that if they not change the algorithm. You just need to feed the ilcode to the AI, and it can find the Derived Key you need, then you just need to enter it on the tool page to generate it.

                                          nullfelisN 1 Reply Last reply
                                          2

                                          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