Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kavoUi = loadstring(game:HttpGet("https://raw.githubusercontent.com/aosthedev/AriesHub/main/KavoMobile.lua"))()
- local window = kavoUi.CreateLib("The Classic -- by cristian.dev ","Serpent")
- -- [[ Toggle ]] --
- local ScreenGui = Instance.new("ScreenGui")
- local Toggle = Instance.new("TextButton")
- local Corner = Instance.new("UICorner")
- ScreenGui.Name = "ScreenGui"
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Toggle.Name = "Toggle"
- Toggle.Parent = ScreenGui
- Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
- Toggle.Size = UDim2.new(0, 60, 0, 60)
- Toggle.Font = Enum.Font.SourceSans
- Toggle.Text = "THE CLASSIC"
- Toggle.TextColor3 = Color3.fromRGB(255, 255, 255)
- Toggle.TextSize = 15.000
- Toggle.Draggable = true
- Toggle.MouseButton1Click:connect(function()
- kavoUi:ToggleUI()
- end)
- Corner.Name = "Corner"
- Corner.Parent = Toggle
- ---Tabs
- local Tab1 = window:NewTab("Main")
- local Tab1Section = Tab1:NewSection("Main")
- ---Buttons
- Tab1Section:NewToggle("Dragon Adventure Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDragon", true))()
- end)
- Tab1Section:NewToggle("Bedwars Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBedWars", true))()
- end)
- Tab1Section:NewToggle("Tower Defense Simulator Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicTowerDefense", true))()
- end)
- Tab1Section:NewToggle("Clip It Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicClipIt", true))()
- end)
- Tab1Section:NewToggle("Driving Empire Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDrivingEmpire", true))()
- end)
- Tab1Section:NewToggle("Arsenal Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicArsenal", true))()
- end)
- Tab1Section:NewToggle("Dress to Impress Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDressToImpress", true))()
- end)
- Tab1Section:NewToggle("Bee Swarm Simulator Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBeeSwarm", true))()
- end)
- Tab1Section:NewToggle("Toilet Tower Defense Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicToiletTower", true))()
- end)
- Tab1Section:NewToggle("Livetopia Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicLivetopia", true))()
- end)
- Tab1Section:NewToggle("Restaurant Tycoon 2 Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicRestaurant", true))()
- end)
- Tab1Section:NewToggle("Adopt Me Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicAdoptMe", true))()
- end)
- Tab1Section:NewToggle("Blade Ball Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBladeBall", true))()
- end)
- Tab1Section:NewToggle("Gunfight Arena Auto Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicGunfight", true))()
- end)
- Tab1Section:NewToggle("Dusty Trup Auto Tix Badge","Roblox the classic",function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicAdustyTrip", true))()
- end)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Roblox The Classic";
- Text = "by cristian.devv";
- Icon = "";
- Duration = 25;
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement