BobloScript.com

Catch and Cook script: Auto Fishing & 70+ Functions

Published by bebraPublished May 12
Open in Roblox
Community:
42Views
9Copies
16 days agoUpdated

Description

The catch may happen without looking finished

During our check, Auto Fish looked like it was doing nothing because the fishing minigame did not appear to play through normally. After we disabled the option and checked the inventory, a new fish was there. Judge the result by your inventory, not only by the animation on screen.

A sensible first setup

  • Enable Auto Fish by itself first, let it run for several attempts, then compare your inventory.

  • Use Set Farm Spot before enabling Auto Return or the spawn teleport, since both rely on the saved position.

  • Configure the keep and protection filters before turning on Auto Sell so catches you still need are excluded from selling.

What we could not verify

The test account was still at beginner progression, so we could not reach every activity needed to check the full menu. Controls tied to later progression are listed from the author's updated function information, but they were not confirmed in our session.

The fishing result was confirmed through the inventory. Do not treat that single check as proof that every control currently works.

Functions

72 functions
  • Auto Claim Achievementsautomatically claims all completed achievements.
  • Achievement Interval Changerchanges how often completed achievements are checked.
  • Claim Achievements Nowimmediately runs one achievement claim check.
  • Redeem Codesattempts to redeem all known active codes.
  • Auto Daily Questsautomatically performs enabled actions for the daily quest chain.
  • Auto Unlock Skill Treeautomatically spends skill points on affordable connected skill nodes.
  • Skill Priority Changerchanges the order used when multiple skill nodes are available.
  • Skill Unlock Interval Changerchanges the delay between skill tree checks.
  • Skill Burst Limit Changersets the maximum number of skill nodes unlocked per pass.
  • Unlock Skill Nowimmediately runs one skill tree unlock pass.
  • Auto Fishautomatically casts and completes the fishing minigame.
  • Cast Cooldown Changerchanges the delay between casts.
  • Cast Distance Changerchanges the fishing cast distance.
  • Poll Rate Changerchanges how often fishing readiness is checked.
  • Quick Reelfinishes the reel phase immediately.
  • Strength Threshold Changerchanges the automatic input threshold during the strength phase.
  • Auto Collect Pedestalsautomatically collects ready meal pedestal rewards.
  • Pedestal Check Interval Changerchanges how often pedestals are checked.
  • Collect Pedestals Nowimmediately collects all currently ready pedestal rewards.
  • Auto Teleport on Spawnteleports you to the saved farm spot after spawning.
  • Set Farm Spotsaves your current position as the farm spot.
  • Auto Returnautomatically returns you to the saved farm spot if you move too far away.
  • Return Radius Changerchanges how far you can move from the farm spot before Auto Return activates.
  • Auto Equip Netautomatically re-equips your net when it gets removed.
  • Auto Upgrade Netautomatically buys and equips the highest affordable net upgrade.
  • Equip Interval Changerchanges how often the script checks whether your net is equipped.
  • Upgrade Net Nowimmediately checks the shop for an available net upgrade.
  • Unequip Toolunequips the current tool and can clear stuck tool states.
  • Walk Speed Changerchanges your character's movement speed.
  • Jump Power Changerchanges your character's jump power.
  • Noclipdisables character collision and lets you move through objects.
  • Infinite Jumplets you jump repeatedly while in the air.
  • Best Meal Finderopens the external meal calculator.
  • Auto Accept Tradeautomatically accepts incoming gift and trade prompts.
  • Auto Buy Gearautomatically buys selected gear when it is available in the shop.
  • Gear Check Interval Changerchanges how often the gear shop is checked.
  • Items to Buy Changerselects which gear items can be bought automatically.
  • Auto Use Gearsautomatically uses selected instant-use and next-catch gear.
  • Buy Missing Gearautomatically buys selected gear when it is missing and available.
  • Items to Use Changerselects which gear items can be used automatically.
  • Auto Craft Totemsautomatically crafts selected weather totems when all requirements are available.
  • Auto Place Totemsautomatically places a selected weather totem when no tracked weather is active.
  • Craft Before Placecrafts a selected totem before placement when needed.
  • Replace Weatherallows the selected totem to replace another active weather effect.
  • Move To Statuemoves your character to the world totem statue before placement.
  • Return After Placereturns you to your previous position after a placement attempt.
  • Selected Totems Changerselects which weather totems can be crafted and placed.
  • Place Priority Changerchanges which selected owned totem gets placed first.
  • Place Interval Changerchanges the delay between placement checks.
  • Craft Interval Changerchanges the delay between crafting checks.
  • Totem Burst Limit Changersets the maximum number of totems crafted per scan.
  • Craft Totem Nowimmediately runs one totem crafting pass.
  • Place Totem Nowimmediately runs one totem placement pass.
  • Auto Sellautomatically runs sell passes on a schedule.
  • Sell on Catchimmediately sells matching catches after they are obtained.
  • Sell Check Interval Changerchanges the delay between scheduled sell passes.
  • Sell Mode Changerchanges how sell filters are applied.
  • Sell Rarities Changerselects which rarities are eligible for selling.
  • Item Types Changerselects which item categories are eligible for selling.
  • Sell Nowimmediately runs one sell pass.
  • Protect Quest Itemsprevents daily quest and Victor hand-in items from being sold.
  • Keep Listdefines specific item names or IDs that should never be sold.
  • Match Mode Changerchanges how multiple protection filters are matched.
  • Protected Rarities Changerselects rarities that should always be protected from Auto Sell.
  • Weight Classes Changerselects weight classes that should be protected from selling.
  • Mutations Changerselects mutations that should be protected from selling.
  • Auto Rerollautomatically rerolls until the selected enchant is found.
  • Auto Convert Stonesautomatically converts enchant stones into spins until no stones remain.
  • Stone Interval Changerchanges the delay between stone conversion bursts.
  • Stone Burst Changersets the maximum number of stones converted per burst.
  • Enchant 1 Changerselects the primary target enchant.
  • Enchant 2 Changerselects an optional second target enchant for dual-enchant searches.

Screenshots

10 images

Script Code

Raw Code

This script loads code from an external source. Review the URL and understand what it does before running it in Roblox.

https://raw.githubusercontent.com/cxzvzvczv/Vyx-Hub/refs/heads/main/Catch%20and%20Cook.lua

loadstring(game:HttpGet("https://raw.githubusercontent.com/cxzvzvczv/Vyx-Hub/refs/heads/main/Catch%20and%20Cook.lua"))()
Latest changeScreenshots added, description and func rewrite17d ago

Comments

Loading comments…