LAST UPDATE: 5/01/2026
Progress faster in Heavyweight Fishing with scripts for auto fishing, boss farming, and selling fish. Features like auto use skills, auto sell, autofarm boss, secret boss farming, teleports, fly, no clip, walkspeed, and Discord webhook help reduce grinding and make fishing more efficient.
Game link: Heavyweight Fishing
List of working Heavyweight Fishing scripts:
Khfresh hub
Script
Show script
loadstring(game:HttpGet("https://raw.githubusercontent.com/bvect1037-alt/KhfreshHub/refs/heads/main/Bmonkie"))()
Report script
Select what is wrong with this script.
nwkz
Script
Show script
---https://discord.gg/F8YGbYSY
local lp = game:GetService("Players").LocalPlayer
local RS = game:GetService("ReplicatedStorage")
local RunService = game:GetService("RunService")
local MainGui = lp.PlayerGui:WaitForChild("MainGui")
getgenv().NWKZ_Anchor = false
getgenv().NWKZ_AutoCast = false
local sg = Instance.new("ScreenGui", lp.PlayerGui)
sg.Name = "NWKZ_Hub"
sg.ResetOnSpawn = false
local Main = Instance.new("Frame", sg)
Main.Size = UDim2.new(0, 200, 0, 185)
Main.Position = UDim2.new(0.05, 0, 0.4, 0)
Main.BackgroundColor3 = Color3.fromRGB(20, 20, 25)
Main.Active = true
Main.Draggable = true
Instance.new("UICorner", Main).CornerRadius = UDim.new(0, 10)
local Title = Instance.new("TextLabel", Main)
Title.Size = UDim2.new(1, 0, 0, 40)
Title.Text = "NWKZ HUB v1.4"
Title.TextColor3 = Color3.fromRGB(0, 255, 150)
Title.Font = Enum.Font.GothamBold
Title.BackgroundTransparency = 1
local AnchorBtn = Instance.new("TextButton", Main)
AnchorBtn.Name = "UFPLay"
AnchorBtn.Size = UDim2.new(0.85, 0, 0, 35)
AnchorBtn.Position = UDim2.new(0.075, 0, 0, 45)
AnchorBtn.Text = "ANCHOR: OFF"
AnchorBtn.BackgroundColor3 = Color3.fromRGB(150, 0, 0)
AnchorBtn.TextColor3 = Color3.new(1, 1, 1)
AnchorBtn.Font = Enum.Font.GothamBold
Instance.new("UICorner", AnchorBtn)
local CastBtn = Instance.new("TextButton", Main)
CastBtn.Name = "UFPLay"
CastBtn.Size = UDim2.new(0.85, 0, 0, 35)
CastBtn.Position = UDim2.new(0.075, 0, 0, 90)
CastBtn.Text = "AUTO CAST: OFF"
CastBtn.BackgroundColor3 = Color3.fromRGB(150, 0, 0)
CastBtn.TextColor3 = Color3.new(1, 1, 1)
CastBtn.Font = Enum.Font.GothamBold
Instance.new("UICorner", CastBtn)
local SellBtn = Instance.new("TextButton", Main)
SellBtn.Name = "UFPLay"
SellBtn.Size = UDim2.new(0.85, 0, 0, 35)
SellBtn.Position = UDim2.new(0.075, 0, 0, 135)
SellBtn.Text = "SELL ALL"
SellBtn.BackgroundColor3 = Color3.fromRGB(0, 80, 150)
SellBtn.TextColor3 = Color3.new(1, 1, 1)
SellBtn.Font = Enum.Font.GothamBold
Instance.new("UICorner", SellBtn)
AnchorBtn.MouseButton1Click:Connect(function()
getgenv().NWKZ_Anchor = not getgenv().NWKZ_Anchor
AnchorBtn.Text = "ANCHOR: " .. (getgenv().NWKZ_Anchor and "ON" or "OFF")
AnchorBtn.BackgroundColor3 = getgenv().NWKZ_Anchor and Color3.fromRGB(0, 150, 80) or Color3.fromRGB(150, 0, 0)
end)
CastBtn.MouseButton1Click:Connect(function()
getgenv().NWKZ_AutoCast = not getgenv().NWKZ_AutoCast
CastBtn.Text = "AUTO CAST: " .. (getgenv().NWKZ_AutoCast and "ON" or "OFF")
CastBtn.BackgroundColor3 = getgenv().NWKZ_AutoCast and Color3.fromRGB(0, 150, 80) or Color3.fromRGB(150, 0, 0)
end)
SellBtn.MouseButton1Click:Connect(function()
RS.Events.SellFish:FireServer("All")
SellBtn.Text = "¡VENDIDO!"
task.wait(0.5)
SellBtn.Text = "SELL ALL"
end)
task.spawn(function()
while task.wait(1) do
if getgenv().NWKZ_AutoCast then
pcall(function()
local char = lp.Character
if char and not char:GetAttribute("Fishing") and not MainGui.Fishing.Visible then
RS.Events.Fishing:FireServer()
end
end)
end
end
end)
RunService.RenderStepped:Connect(function()
if getgenv().NWKZ_Anchor then
pcall(function()
local fishingUI = MainGui.Fishing
if fishingUI.Visible then
local bar = fishingUI.BarFrame.Bar
bar.Position = UDim2.new(0.5, 0, bar.Position.Y.Scale, 0)
RS.Fishing:FireServer("1")
end
end)
end
end)
Report script
Select what is wrong with this script.
Honey Hub
Script
Show script
loadstring(game:HttpGet('https://pastebin.com/raw/J4CfqGG1'))()
Report script
Select what is wrong with this script.
Robscript hub
Script
Show script
loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/robscript/refs/heads/main/loader.lua'))()
Report script
Select what is wrong with this script.
How to use scripts?
- Copy the script and paste it into any executor. (Delta, Solara, Arceus X, Fluxus, Synapse X)
- Click execute.
- The script is working!
Warning:
- Use the script on alt accounts.
- We are not responsible for your use of scripts.
- You should be prepared that the script may not work.
FREQUENTLY ASKED QUESTIONS:
Do I need to buy scripts?
No, all scripts are either completely free or have a light key system with ads.
The script is not working, what should I do?
We update and check the scripts every week. Try using a different script.



Leave a Comment