03 Epic Sol's RNG Scripts - Fishing Autofish, Webhook Hook & Farm Tools

03 Epic Sol’s RNG Scripts

Sol’s RNG is a chill fishing game where patience and timing matter. Epic Sol’s RNG scripts help you automate fishing, catch more rares, and even send notifications to Discord. The focus keyword “Epic Sol’s RNG scripts” highlights tools that make fishing easier and more fun.

  1. StatHook – Discord Webhook Stat Notifier (Lua)
    StatHook connects your in-game stat notifications to a Discord webhook so you can see catches or progress in a server. It’s useful when you want alerts without watching the game and works well for players who like tracking rare drops or sharing results.

Features table

FeatureWhat it does
Discord WebhookSends stat notices to a Discord URL you set
Rarity whitelist (coming)Planned filter to only notify for rare items
Easy setupPaste your webhook URL and run the loadstring
Two-part loaderRuns an initial utility loader then the main script

Full script (Lua)


loadstring(game:HttpGet("https://raw.githubusercontent.com/Celesth/Stellarium/main/roblox/Utility/obfuscated.lua%20(5).txt"))()
task.wait(1)
loadstring(game:HttpGet("https://raw.githubusercontent.com/Celesth/Stellarium/main/roblox/SolsRNG/source.luau"))()
  1. Beecon Hub – Simple Autofishing (Lua)
    Beecon Hub is a lightweight autofishing tool that handles casting, waiting, and reeling so you do not need to click constantly. It runs in the background and keeps fishing while you do other tasks, making it easy to farm fish and fill your inventory.

Quick features list

CapabilityBenefit
Auto-castStarts each fishing attempt automatically
Auto-wait & reelingDetects bites and reels in without clicks
Background runningLets you do other things while it fishes
Good for grindHelps gather many fish or rare catches

Full script (Lua)

loadstring(game:HttpGet("https://raw.githubusercontent.com/BaconBossScript/BeeconHub/main/BeeconHub"))()
  1. Sols rng farm script – General Farm Loader (Lua)
    This script is a general farming loader for Sol’s RNG. It automates many in-game actions to speed up play and is handy when you want to grind levels or fish without manual input.

Features snapshot

FeatureNote
Autofarm basicsAutomates core fishing/farm loops
Single loadstringEasy to run from a raw GitHub link
Background friendlyMeant to run while you multitask

Full script (Lua)

loadstring(game:HttpGet("https://raw.githubusercontent.com/Toru-de/Sol-s-RNG/refs/heads/main/Source.lua"))()

How to Use These Scripts

  • Prepare a safe test space (private server or solo mode) to avoid affecting others. Copy the exact loadstring for the script you want to try.
  • Use an executor that supports loadstring(game:HttpGet(...)). Paste the code into the executor and run it while in the game.
  • Start with one script active and watch how it behaves. For Beecon Hub, confirm it casts and reels correctly; for StatHook, set your Discord webhook URL before running.
  • If a script needs a second loader or a short wait, follow its notes (some run utilities first then the main file).
  • If something fails, check the script URL is live and your executor allows HTTP requests; try again or test another executor.

How to Use These Scripts

  • Set up a private session to test safely. Paste each loadstring exactly and run it once in-game.
  • Toggle or check one feature at a time so you can spot problems early.
  • For webhook tools, replace placeholder webhook text with your real Discord webhook URL before executing.

Benefits of using these scripts.

These three scripts target Sol’s RNG fishing in helpful ways. Beecon Hub frees you from repetitive clicking by automating cast and reel, letting you grind fish faster. StatHook pushes stat or catch alerts to Discord so you can monitor progress without staying at the game. The Sols rng farm script automates core farming loops to speed up level or inventory gains. Together they make grinding simpler, save time, and help you track rare catches more easily.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top