Gift - Fish! By Godfall Files, Leaks and Datamining
-
Iunno how to do dms but id tell in dm. more to just keep as a secret to devs.
@SubtlePond i'd like to know as well
-
Iunno how to do dms but id tell in dm. more to just keep as a secret to devs.
@SubtlePond i'd like to know if you don't mind
-
@kittshyy even using this my detection is horrid with it
-
@HaziksKell Did u put the graphic settings I suggested ? FOV helps a lot for exemple, also make sure that the UI is not blocked by the decor or because your view is too high/low ^^
@kittshyy could you send a screenshot on how you're positioned ?
also wouldn't it be possible to make an avtar that show the fishing minigame flat on screen so the detection would be faaar better ?
if anyone is up for the challenge it would make that little program waaaay better -
Iunno how to do dms but id tell in dm. more to just keep as a secret to devs.
@SubtlePond I'd like to know as well, if you don't mind thank you
-
@HaziksKell Did u put the graphic settings I suggested ? FOV helps a lot for exemple, also make sure that the UI is not blocked by the decor or because your view is too high/low ^^
@kittshyy everything 1 to 1
-
@kittshyy could you send a screenshot on how you're positioned ?
also wouldn't it be possible to make an avtar that show the fishing minigame flat on screen so the detection would be faaar better ?
if anyone is up for the challenge it would make that little program waaaay betterStanding on the enchanting platform looking a little bit down and aligning the fishing line to the bobber so the fishing minigame is on top of the fishing line. (hiding it helps the program detect the minigame way better in my experience) What's important here is making sure all the UIs (biting exclamation mark + fishing minigame) are visible and nothing is in the way or too much so it's simpler for the program to detect everything.

-
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.
-
@totallyoriginal1 can you guide me?
@kazeniku Hey, sorry for the late reply.
My proxy is something me and 3 other friends developed in-house together. I maintain the logic part of the proxy, meaning I make it compatible with whatever world(s) I decide to proxy. All of the proxies I make are dynamic, so they aren't static to a single fixed output that doesn't change if an entry is added or removed (like the fiddler proxy shown here). While sure, we did way later on in the development of the proxy make it able to be easily transferred to any device of ours through a single jar file for testing, we'd rather not share it for a multitude of reasons, some of which I won't talk about, but one of them being the namespace we used (we weren't going to share it anywhere to begin with when we started making it, so we used a namespace we actively use to this day, but unfortunately it can easily identify us).
Now, am I able to remake the proxy under a different throwaway namespace? Yes, I can. Do I want to? Not really, I'd rather not share it regardless. You guys already have fiddler anyways soooo, no point in me sharing mine.
-
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.
@Civil-Apocracy same
-
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/ -
Iunno how to do dms but id tell in dm. more to just keep as a secret to devs.
@SubtlePond I would like to know as well please, i used up like 300+ enchants and never seen a legendary roll

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

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.

@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.
-
Mmm, I need 5 rep to chat, rip.
@SubtlePond Well you have it now.
-
I just tried the method Subtlepond told me about, but it's been patched. It doesn't work.
-

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(); }
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 ?
@Lucian Jimmy ain't even an SCP bro xD If you're gonna say they're stealing stuff then prove it, realistically.
-
@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
-
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.
@Civil-Apocracy It works fine for me, just dont put the screen settings to fullscreen mark it to where the bar is
-
@Civil-Apocracy It works fine for me, just dont put the screen settings to fullscreen mark it to where the bar is
@Sirora Would it be possible for you to share your config please? Thank you!
-
@Sirora Would it be possible for you to share your config please? Thank you!
@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)

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)

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

if you have some question just tag me and for anyone who find this helpful please upvote me thanks
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
