Bloxsploit
Trending
MembershipGet Key

SillyHub leak source n key system deleted very op

real script: loadstring(game:HttpGet("https://pastefy.app/zozhAmRf/raw", true))() Or use the one in here Auto sell Bypass fishing radar

Bypass diving gear Buy all boats Buy all gears Buy all weathers Buy all fishing rods Reedem all codes DeSpawnBoat SpawnBoat fully source our discord: https://discord.gg/GSTfEVvwDK

5views
about 1 month ago
Fish it!#keyless#key#Roblox#script#cheat
Script Author
PringD les

@PringDles

0
Script Code
295 Lines • 8794 Bytes
--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]

local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()

local ReplicatedStorage = game:GetService("ReplicatedStorage")

local RETextNotification = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RE/TextNotification"]
firesignal(RETextNotification.OnClientEvent, {
    Text = "leaked by thirst",
    Type = "Text",
    TextColor = { R = 255, G = 58, B = 84 }
})

local Window = Rayfield:CreateWindow({
    Name = "SillyHub leak by thirst (darkdex)",
    LoadingTitle = "Sillyhub is loading with fckjmp",
    LoadingSubtitle = "by thirst",
    ConfigurationSaving = {
        Enabled = true,
        FolderName = nil,
        FileName = "SilentHub"
    },
    Discord = {
        Enabled = false,
        Invite = "noinvitelink",
        RememberJoins = true
    },
    KeySystem = false
})

local autoSellEnabled = false
local RFSellAllItems = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/SellAllItems"]

spawn(function()
    while true do
        wait(0.8)
        if autoSellEnabled then
            pcall(function()
                RFSellAllItems:InvokeServer()
            end)
        end
    end
end)

local MainTab = Window:CreateTab("Main", 4483362458)

local MainSection = MainTab:CreateSection("Main Features")

local AutoSellToggle = MainTab:CreateToggle({
    Name = "Auto Sell Items",
    CurrentValue = false,
    Flag = "AutoSellToggle",
    Callback = function(Value)
        autoSellEnabled = Value
        if Value then
            Rayfield:Notify({
                Title = "Auto Sell",
                Content = "Auto sell enabled! Selling every 0.8s",
                Duration = 3,
                Image = 4483362458,
            })
        else
            Rayfield:Notify({
                Title = "Auto Sell",
                Content = "Auto sell disabled!",
                Duration = 3,
                Image = 4483362458,
            })
        end
    end,
})

local BypassSection = MainTab:CreateSection("Bypass Features")

local BypassFishingRadarButton = MainTab:CreateButton({
    Name = "Bypass Fishing Radar",
    Callback = function()
        local RFUpdateFishingRadar = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/UpdateFishingRadar"]
        RFUpdateFishingRadar:InvokeServer(false)
        Rayfield:Notify({
            Title = "Bypass",
            Content = "Fishing radar bypassed!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

local BypassDivingGearButton = MainTab:CreateButton({
    Name = "Bypass Diving Gear",
    Callback = function()
        local RFEquipOxygenTank = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/EquipOxygenTank"]
        RFEquipOxygenTank:InvokeServer(105)
        Rayfield:Notify({
            Title = "Bypass",
            Content = "Diving gear equipped!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

local ShopTab = Window:CreateTab("Shop", 4483362458)

local BoatsSection = ShopTab:CreateSection("Buy Boats")

local boats = {
    {name = "Small Boat", id = 1},
    {name = "Kayak", id = 2},
    {name = "Jetski", id = 3},
    {name = "Highfield Boat", id = 4},
    {name = "Speed Boat", id = 5},
    {name = "Fishing Boat", id = 6},
    {name = "Mini Yacht", id = 7}
}

for _, boat in ipairs(boats) do
    ShopTab:CreateButton({
        Name = "Buy " .. boat.name,
        Callback = function()
            local RFPurchaseBoat = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/PurchaseBoat"]
            RFPurchaseBoat:InvokeServer(boat.id)
            Rayfield:Notify({
                Title = "Shop",
                Content = "Purchased " .. boat.name .. "!",
                Duration = 3,
                Image = 4483362458,
            })
        end,
    })
end

local GearsSection = ShopTab:CreateSection("Buy Gears")

ShopTab:CreateButton({
    Name = "Buy Fishing Radar",
    Callback = function()
        local RFPurchaseGear = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/PurchaseGear"]
        RFPurchaseGear:InvokeServer(81)
        Rayfield:Notify({
            Title = "Shop",
            Content = "Purchased Fishing Radar!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

ShopTab:CreateButton({
    Name = "Buy Diving Gear",
    Callback = function()
        local RFPurchaseGear = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/PurchaseGear"]
        RFPurchaseGear:InvokeServer(105)
        Rayfield:Notify({
            Title = "Shop",
            Content = "Purchased Diving Gear!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

local WeatherSection = ShopTab:CreateSection("Buy Weather")

local weathers = {"Cloudy", "Snow", "Storm", "Radiant", "SharkHunt", "Wind"}

for _, weather in ipairs(weathers) do
    ShopTab:CreateButton({
        Name = "Buy " .. weather,
        Callback = function()
            local RFPurchaseWeatherEvent = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/PurchaseWeatherEvent"]
            RFPurchaseWeatherEvent:InvokeServer(weather)
            Rayfield:Notify({
                Title = "Shop",
                Content = "Purchased " .. weather .. " weather!",
                Duration = 3,
                Image = 4483362458,
            })
        end,
    })
end

local RodsSection = ShopTab:CreateSection("Buy Fishing Rods")

local rods = {
    {name = "Luck Rod", id = 79},
    {name = "Carbon Rod", id = 76},
    {name = "Grass Rod", id = 85},
    {name = "Damascus Rod", id = 77},
    {name = "Ice Rod", id = 78},
    {name = "Lucky Rod", id = 4},
    {name = "Midnight Rod", id = 80},
    {name = "Steampunk Rod", id = 6},
    {name = "Chrome Rod", id = 7}
}

for _, rod in ipairs(rods) do
    ShopTab:CreateButton({
        Name = "Buy " .. rod.name,
        Callback = function()
            local RFPurchaseFishingRod = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/PurchaseFishingRod"]
            RFPurchaseFishingRod:InvokeServer(rod.id)
            Rayfield:Notify({
                Title = "Shop",
                Content = "Purchased " .. rod.name .. "!",
                Duration = 3,
                Image = 4483362458,
            })
        end,
    })
end


local CodesTab = Window:CreateTab("Redeem Codes", 4483362458)

local CodesSection = CodesTab:CreateSection("Available Codes")

CodesTab:CreateButton({
    Name = "Redeem All Codes",
    Callback = function()
        local RFRedeemCode = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/RedeemCode"]
        local codes = {"ARMOR", "SHARKSSS", "MUTATE", "100M", "THEWHEEL", "FREEBIES", "WOWSPINS"}
        
        Rayfield:Notify({
            Title = "Codes",
            Content = "Redeeming all codes...",
            Duration = 3,
            Image = 4483362458,
        })
        
        for _, code in ipairs(codes) do
            pcall(function()
                RFRedeemCode:InvokeServer(code)
            end)
            wait(0.5)
        end
        
        Rayfield:Notify({
            Title = "Codes",
            Content = "All codes redeemed!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

local CodesListSection = CodesTab:CreateSection("Codes: ARMOR, SHARKSSS, MUTATE, 100M, THEWHEEL, FREEBIES, WOWSPINS")


local MiscTab = Window:CreateTab("Misc", 4483362458)

local BoatManagementSection = MiscTab:CreateSection("Boat Management")

MiscTab:CreateButton({
    Name = "Despawn Current Boat",
    Callback = function()
        local RFDespawnBoat = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/DespawnBoat"]
        RFDespawnBoat:InvokeServer()
        Rayfield:Notify({
            Title = "Misc",
            Content = "Boat despawned!",
            Duration = 3,
            Image = 4483362458,
        })
    end,
})

local SpawnBoatsSection = MiscTab:CreateSection("Spawn Boats")

for _, boat in ipairs(boats) do
    MiscTab:CreateButton({
        Name = "Spawn " .. boat.name,
        Callback = function()
            local RFSpawnBoat = ReplicatedStorage.Packages._Index["sleitnick_net@0.2.0"].net["RF/SpawnBoat"]
            RFSpawnBoat:InvokeServer(boat.id)
            Rayfield:Notify({
                Title = "Misc",
                Content = "Spawned " .. boat.name .. "!",
                Duration = 3,
                Image = 4483362458,
            })
        end,
    })
end

Rayfield:Notify({
    Title = "SilentHub",
    Content = "Loaded successfully!",
    Duration = 5,
    Image = 4483362458,
})

print("SilentHub loaded successfully!")

How to use this script:

  1. Copy the script code above
  2. Open your Roblox executor (Synapse X, KRNL, etc.)
  3. Paste the script into the executor
  4. Execute the script in your Roblox game
Loading advertisement...
Get Premium Scripts
Loading advertisement...
Bloxsploit

The ultimate destination for Roblox scripts and tools. Join our community of developers and enthusiasts.

Quick Links

Browse ScriptsBrowse ExploitsBrowse LeaksUpload ContentTrending

Community

Key SystemFavorites

Legal

Privacy PolicyTerms of Service

© 2025 Bloxsploit. All rights reserved.

Join us on Discord
Recommended Scripts
ThanHub The Best Script Fisch || Fish It || Blox Fruit

ThanHub The Best Script Fisch || Fish It || Blox Fruit

The best script for fisch, fish it, blox fruit, and more games. And Have Many Feature and Faster Farming ! Keyless and Good Feature loadstring(game:HttpGet("https://raw.githubusercontent.com/thantzy/thanhub/refs/heads/main/thanv1"))()

6
PringDles
|| Fish It || Blox Fruit
99 nights VOIDWARE

99 nights VOIDWARE

Best 99 Nights script #1

6
PringDles
99 Nights in the Forest
Roblox Steal a Brainrot Script Auto Block,Auto Kill,Auto Farm

Roblox Steal a Brainrot Script Auto Block,Auto Kill,Auto Farm

🧠 Steal a Brainrot Script Features ⚔️ Auto Kill This is an automatic enemy killing feature. The script detects targets and attacks them quickly. It is often combined with teleportation or speed boosts. It provides a PvP advantage, neutralizing opponents in seconds. 🛡️ Auto Block Automatically blocks incoming attacks. The script detects threats directed at the player and triggers the block command. It increases your chances of survival, especially in intense PvP areas. 🚜 Auto Farm Automates the collection of Brainrot. The script roams spawn points or VIP areas to gather resources. Some versions feature AI-assisted target selection and risk analysis. Can yield 500–10,000+ BR (Brainrot) per hour.

5
PringDles
Steal a brainrot
Steal A Brainrot Script *No Key* | CHILLI HUB

Steal A Brainrot Script *No Key* | CHILLI HUB

🔥 Chilli Hub – The Ultimate Roblox Exploit Experience 🔥 Unlock the full power of your Roblox gameplay with Chilli Hub! ✨ Steal a Brainrot Features Auto Steal, Steal TP, Aimbot, Secret Server Finder, Anti-Ragdoll, Fly, and many more powerful tools. 🎨 Intuitive UI A clean, responsive interface with a mobile-friendly toggle button and customizable filters—giving you full control at all times. 🚀 Future Updates More games, improved functions, and advanced tools are on the way—stay tuned! 🔝 Take your Roblox experience to the next level with Chilli Hub today!

5
PringDles
Steal A Brainrot
FE PRIVATE SERVER | AK ADMIN

FE PRIVATE SERVER | AK ADMIN

A script that lets you create a private server in any Roblox game! To invite your friends simply share them the access code The command is: !createprivserver

4
PringDles
Universal Script
Imp Hub | Dragon Soul REWORK

Imp Hub | Dragon Soul REWORK

reworked all features and added much more customization

3
PringDles
Dragon Soul
Popular Scripts
STEAL A BRAINROT AUTO JOINER SCRIPT

STEAL A BRAINROT AUTO JOINER SCRIPT

Free 10m+ auto joiner The best free / paid script for get brainrots! [+] Auto joiner [FREE] [+] Brainrot List [FREE] [+] Timer esp [FREE] [+] Players esp [FREE]

823 views
PringDles
Steal a brainrot
Lone Survival

Lone Survival

just some basic features - aimbot - esp -extra UNDETECTED/LEGIT LONE SCRIPT

75 views
_kingcat_#0
Lone Survival
Phantom Forces script

Phantom Forces script

I mean it works perfectly

74 views
spify
Phantom Forces
auto escape and more keyless

auto escape and more keyless

(mobile support fixed) ALSO theres no key system 🌟 Features: - bypass anticheat - Autofarm apple - auto escape (when u enable it first time wait 10 secs for it work) - invisibility (its fe) - Send Feedback Directly - Noclip - Fly - Auto-Cutting Apple Minigame Farm (XP + Money)

54 views
chaoseye
Asylum Life 🔊