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.4k 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.
  • S SubtlePond

    Iunno how to do dms but id tell in dm. more to just keep as a secret to devs.

    X
    X
    xknight12171337
    wrote on last edited by
    #227

    @SubtlePond I would like to know as well please, i used up like 300+ enchants and never seen a legendary roll 😢

    1 Reply Last reply
    0
    • LucianL Lucian

      "claimed" I had everything.
      I do have everything:

      image.png

      86975a61-ff6d-4f8f-ad33-c2a84714dafd-image.png

      it's only a matter of time before I expose the entire game code in here, into a working unity project for everyone to use and share.

      And my enjoyment out of this is to help people learn how to code, see what NOT to do, and of course, a big middle finger to the dev for lying and talking shit about me in their servers.

      ❤

      White CosmosW
      White CosmosW
      White Cosmos
      wrote on last edited by
      #228

      @Lucian Reading through this. Would you like for me to host another backup of these files somewhere? I dealt with this kind of shit with New Eden Interactive and they went under.

      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
      2
      • S SubtlePond

        Mmm, I need 5 rep to chat, rip.

        White CosmosW
        White CosmosW
        White Cosmos
        wrote on last edited by
        #229

        @SubtlePond Well you have it now.

        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
        • R
          R
          rhjgwwgxxX
          wrote on last edited by
          #230

          I just tried the method Subtlepond told me about, but it's been patched. It doesn't work.

          1 Reply Last reply
          0
          • LucianL Lucian

            @totallyoriginal1

            d7ee0ed1-7cd7-4a95-84a6-6cefcc93a4b2-image.png

            All the values and how it work.

            public UnityEngine.GameObject creature;
            	public UnityEngine.Transform[] spawnLocations = new UnityEngine.Transform[0];
            	public UnityEngine.AudioSource audioSource;
            	public UnityEngine.AudioClip[] spawnSounds = new UnityEngine.AudioClip[0];
            	public UnityEngine.AudioClip[] despawnSounds = new UnityEngine.AudioClip[0];
            	public float checkInterval = 1200F;
            	public float spawnChance = 0.01F;
            	public float lookThreshold = 0.85F;
            	public float despawnDistance = 45F;
            	public bool debugMode;
            	public UnityEngine.KeyCode debugSpawnKey = UnityEngine.KeyCode.F9;
            	
            	private VRC.SDKBase.VRCPlayerApi localPlayer;
            	private float nextCheckTime;
            	public void Start() {
            		localPlayer = VRC.SDKBase.Networking.LocalPlayer;
            		creature.transform.position = new UnityEngine.Vector3(0F, -5000F, 0F);
            		nextCheckTime = (UnityEngine.Time.time + checkInterval);
            	}
            
            	private bool creatureActive;
            	public void Update() {
            		if ((localPlayer == null)) {
            			return;
            		}
            		if (creatureActive) {
            			_update_2();
            		} else {
            			if ((UnityEngine.Time.time >= nextCheckTime)) {
            				_update_0();
            			}
            		}
            		return;
            		_update_0();
            	}
            
            	private void _update_0() {
            		nextCheckTime = (UnityEngine.Time.time + checkInterval);
            		if ((UnityEngine.Random.value <= spawnChance)) {
            			_update_1();
            		}
            		return;
            		_update_1();
            	}
            

            469d778e-0e9b-4c0a-b9be-87ee2b0dea07-image.png

            It is very sad that they cannot be original. They had to steal the likeness of Nintendo Animal Crossing, Sonic and some SCP now.

            Can't they make anything unique ?

            V
            V
            V0idRaptor
            wrote on last edited by
            #231

            @Lucian Jimmy ain't even an SCP bro xD If you're gonna say they're stealing stuff then prove it, realistically.

            1 Reply Last reply
            0
            • S
              S
              Shittynugget11
              wrote on last edited by
              #232

              @kittshyy I been messing around with the auto fisher for 1 hour now and i simply cant get it to work at all. Like it will throw the blob but it wont do anything at all in the mini game at all. I'm not sure what to do Sighs

              1 Reply Last reply
              0
              • Civil ApocracyC Civil Apocracy

                Not sure if it my end but it does activate the line and pulls up with the exclamation point but the minigame part is where it stops detecting completely. It never clicks to move the bar.

                SiroraS
                SiroraS
                Sirora
                wrote on last edited by Sirora
                #233

                @Civil-Apocracy It works fine for me, just dont put the screen settings to fullscreen mark it to where the bar is

                S 1 Reply Last reply
                0
                • SiroraS Sirora

                  @Civil-Apocracy It works fine for me, just dont put the screen settings to fullscreen mark it to where the bar is

                  S
                  S
                  Shittynugget11
                  wrote on last edited by
                  #234

                  @Sirora Would it be possible for you to share your config please? Thank you!

                  SiroraS 1 Reply Last reply
                  0
                  • S Shittynugget11

                    @Sirora Would it be possible for you to share your config please? Thank you!

                    SiroraS
                    SiroraS
                    Sirora
                    wrote on last edited by
                    #235

                    @Shittynugget11 Sure but first of all sorry english wasnt my native language

                    sometimes its buggy like when theres a minigame it just didnt hold it but it will fixed by it self or maybe u just need to fix it by pressing f10 and f9 again
                    you need to put to anything on ur device is powerful (mine was the cpu so i put cpu)
                    f6111568-1515-4c12-92ca-57000537c526-image.jpeg
                    you need to change this manually depends to ur rods attraction rate (mine was 95% so u can put the same like me if u got the same attraction rate)
                    9845ec1b-dc4c-4cde-bcfe-6029b3915abc-image.jpeg
                    this is for the screen settings just put it where the bar is, dont put a fullscreen settings it will just make it didnt work
                    3c088f78-9e43-49bc-b630-047fc4815b9f-image.jpeg
                    if you have some question just tag me and for anyone who find this helpful please upvote me thanks

                    S Dalv127D 2 Replies Last reply
                    1
                    • SiroraS Sirora

                      @Shittynugget11 Sure but first of all sorry english wasnt my native language

                      sometimes its buggy like when theres a minigame it just didnt hold it but it will fixed by it self or maybe u just need to fix it by pressing f10 and f9 again
                      you need to put to anything on ur device is powerful (mine was the cpu so i put cpu)
                      f6111568-1515-4c12-92ca-57000537c526-image.jpeg
                      you need to change this manually depends to ur rods attraction rate (mine was 95% so u can put the same like me if u got the same attraction rate)
                      9845ec1b-dc4c-4cde-bcfe-6029b3915abc-image.jpeg
                      this is for the screen settings just put it where the bar is, dont put a fullscreen settings it will just make it didnt work
                      3c088f78-9e43-49bc-b630-047fc4815b9f-image.jpeg
                      if you have some question just tag me and for anyone who find this helpful please upvote me thanks

                      S
                      S
                      Shittynugget11
                      wrote on last edited by
                      #236

                      @Sirora No worries. Also, how do i get the program to run? I did install python, the version it told me to install but for some reason it still tells me this when i run the install.bat 25d687fe-b49e-4886-a7bb-f29336474673-image.jpeg

                      SiroraS 1 Reply Last reply
                      0
                      • S Shittynugget11

                        @Sirora No worries. Also, how do i get the program to run? I did install python, the version it told me to install but for some reason it still tells me this when i run the install.bat 25d687fe-b49e-4886-a7bb-f29336474673-image.jpeg

                        SiroraS
                        SiroraS
                        Sirora
                        wrote on last edited by
                        #237

                        @Shittynugget11 did you try to run this 1?
                        b4c29623-6d21-4a63-afda-902822d68310-image.jpeg
                        and also when u try to install the phyton did you press the Add to PATH when installing it?

                        S 1 Reply Last reply
                        0
                        • SiroraS Sirora

                          @Shittynugget11 did you try to run this 1?
                          b4c29623-6d21-4a63-afda-902822d68310-image.jpeg
                          and also when u try to install the phyton did you press the Add to PATH when installing it?

                          S
                          S
                          Shittynugget11
                          wrote on last edited by
                          #238

                          @Sirora Ah i did not! Will do now.

                          1 Reply Last reply
                          0
                          • S
                            S
                            Shittynugget11
                            wrote on last edited by
                            #239

                            Also thè version im using is python 3.10.8, is that fine?

                            SiroraS 1 Reply Last reply
                            0
                            • S Shittynugget11

                              Also thè version im using is python 3.10.8, is that fine?

                              SiroraS
                              SiroraS
                              Sirora
                              wrote on last edited by
                              #240

                              @Shittynugget11 yes its fine

                              S 1 Reply Last reply
                              0
                              • SiroraS Sirora

                                @Shittynugget11 yes its fine

                                S
                                S
                                Shittynugget11
                                wrote on last edited by
                                #241

                                @Sirora Cool and i got it to work now! 11d84cc5-3942-44f9-81e5-8def70202024-image.jpeg So, i just change to what you showed me on your config?

                                SiroraS 1 Reply Last reply
                                0
                                • S Shittynugget11

                                  @Sirora Cool and i got it to work now! 11d84cc5-3942-44f9-81e5-8def70202024-image.jpeg So, i just change to what you showed me on your config?

                                  SiroraS
                                  SiroraS
                                  Sirora
                                  wrote on last edited by
                                  #242

                                  @Shittynugget11 yes but dont forget this screen settings and change cpu/gpuffe892cd-8947-4253-8091-3b5fb04c0648-image.jpeg

                                  S 1 Reply Last reply
                                  0
                                  • SiroraS Sirora

                                    @Shittynugget11 yes but dont forget this screen settings and change cpu/gpuffe892cd-8947-4253-8091-3b5fb04c0648-image.jpeg

                                    S
                                    S
                                    Shittynugget11
                                    wrote on last edited by
                                    #243

                                    @Sirora Does it look correct? 1dc5b1c8-1adf-4462-8fe3-a9fab819674a-image.jpeg

                                    SiroraS 1 Reply Last reply
                                    0
                                    • S Shittynugget11

                                      @Sirora Does it look correct? 1dc5b1c8-1adf-4462-8fe3-a9fab819674a-image.jpeg

                                      SiroraS
                                      SiroraS
                                      Sirora
                                      wrote on last edited by
                                      #244

                                      @Shittynugget11 you can try to set everything to mine except the screen settings and then try to test it

                                      S 1 Reply Last reply
                                      0
                                      • SiroraS Sirora

                                        @Shittynugget11 you can try to set everything to mine except the screen settings and then try to test it

                                        S
                                        S
                                        Shittynugget11
                                        wrote on last edited by
                                        #245

                                        @Sirora How do i fix it staying in air the blob and the repeated droping and picking up blob?

                                        SiroraS 1 Reply Last reply
                                        0
                                        • S Shittynugget11

                                          @Sirora How do i fix it staying in air the blob and the repeated droping and picking up blob?

                                          SiroraS
                                          SiroraS
                                          Sirora
                                          wrote on last edited by
                                          #246

                                          @Shittynugget11 try to not get too close to the water and facing up keep trying to find until u find the correct view

                                          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