
2.8k Views
Key System
Description
autobuilder and gold farm many more
Comments
2

Offline
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()
Offline
RUBO_0G 2 weeks ago
Good luck

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
