ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Build A Boat For Treasure
2.8k Views
Key System

B4BFT BEST SCRIPT

Build A Boat For TreasureUploaded by
10 months ago
Please login to perform these actions:

Description

autobuilder and gold farm many more

View Raw
Edited By: KiraReal Download


Comments
2
User profile picture
RUBO_0G 2 weeks ago
--// RUBO BRAND LOADER --// Made by Rubo local Players = game:GetService("Players") local player = Players.LocalPlayer -- Simple notification game.StarterGui:SetCore("SendNotification", { *le = "RUBO", Text = "Loading script... Please wait", Duration = 5 }) -- Loading Screen local gui = Instance.new("ScreenGui") gui.Name = "RuboLoader" gui.Parent = game.CoreGui local frame = Instance.new("Frame") frame.Size = UDim2.new(0, 300, 0, 120) frame.Position = UDim2.new(0.5, -150, 0.5, -60) frame.BackgroundColor3 = Color3.fromRGB(15,15,15) frame.Parent = gui local *le = Instance.new("TextLabel") *le.Size = UDim2.new(1,0,0,50) *le.BackgroundTransparency = 1 *le.Text = "RUBO" *le.TextScaled = true *le.Font = Enum.Font.GothamBlack *le.TextColor3 = Color3.fromRGB(255,0,0) *le.Parent = frame local text = Instance.new("TextLabel") text.Size = UDim2.new(1,0,0,40) text.Position = UDim2.new(0,0,0,55) text.BackgroundTransparency = 1 text.Text = "Loading Build A Boat Script..." text.TextScaled = true text.Font = Enum.Font.Gotham text.TextColor3 = Color3.fromRGB(255,255,255) text.Parent = frame task.wait(5) -- Original Script loadstring(game:HttpGet("https://raw.githubusercontent.com/TheRealAsu/BABFT/refs/heads/main/Loader.lua"))() gui:Destroy()
User profile picture
RUBO_0G 2 weeks ago
Good luck
Please Login to add a comment.