Advertisement
YoungAoS

classic

May 25th, 2024 (edited)
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. local kavoUi = loadstring(game:HttpGet("https://raw.githubusercontent.com/aosthedev/AriesHub/main/KavoMobile.lua"))()
  2. local window = kavoUi.CreateLib("The Classic -- by cristian.dev ","Serpent")
  3.  
  4. -- [[ Toggle ]] --
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Toggle = Instance.new("TextButton")
  7. local Corner = Instance.new("UICorner")
  8.  
  9. ScreenGui.Name = "ScreenGui"
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ResetOnSpawn = false
  12.  
  13. Toggle.Name = "Toggle"
  14. Toggle.Parent = ScreenGui
  15. Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  16. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  17. Toggle.Size = UDim2.new(0, 60, 0, 60)
  18. Toggle.Font = Enum.Font.SourceSans
  19. Toggle.Text = "THE CLASSIC"
  20. Toggle.TextColor3 = Color3.fromRGB(255, 255, 255)
  21. Toggle.TextSize = 15.000
  22. Toggle.Draggable = true
  23. Toggle.MouseButton1Click:connect(function()
  24. kavoUi:ToggleUI()
  25. end)
  26.  
  27. Corner.Name = "Corner"
  28. Corner.Parent = Toggle
  29. ---Tabs
  30.  
  31. local Tab1 = window:NewTab("Main")
  32.  
  33. local Tab1Section = Tab1:NewSection("Main")
  34.  
  35. ---Buttons
  36.  
  37. Tab1Section:NewToggle("Dragon Adventure Auto Badge","Roblox the classic",function()
  38.  
  39. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDragon", true))()
  40.  
  41. end)
  42.  
  43. Tab1Section:NewToggle("Bedwars Auto Badge","Roblox the classic",function()
  44.  
  45. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBedWars", true))()
  46.  
  47. end)
  48.  
  49. Tab1Section:NewToggle("Tower Defense Simulator Auto Badge","Roblox the classic",function()
  50.  
  51. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicTowerDefense", true))()
  52.  
  53. end)
  54.  
  55. Tab1Section:NewToggle("Clip It Auto Badge","Roblox the classic",function()
  56.  
  57. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicClipIt", true))()
  58.  
  59. end)
  60.  
  61. Tab1Section:NewToggle("Driving Empire Auto Badge","Roblox the classic",function()
  62.  
  63. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDrivingEmpire", true))()
  64.  
  65. end)
  66.  
  67. Tab1Section:NewToggle("Arsenal Auto Badge","Roblox the classic",function()
  68.  
  69. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicArsenal", true))()
  70.  
  71. end)
  72.  
  73. Tab1Section:NewToggle("Dress to Impress Auto Badge","Roblox the classic",function()
  74.  
  75. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicDressToImpress", true))()
  76.  
  77. end)
  78.  
  79. Tab1Section:NewToggle("Bee Swarm Simulator Auto Badge","Roblox the classic",function()
  80.  
  81. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBeeSwarm", true))()
  82.  
  83. end)
  84.  
  85. Tab1Section:NewToggle("Toilet Tower Defense Auto Badge","Roblox the classic",function()
  86.  
  87. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicToiletTower", true))()
  88.  
  89. end)
  90.  
  91. Tab1Section:NewToggle("Livetopia Auto Badge","Roblox the classic",function()
  92.  
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicLivetopia", true))()
  94.  
  95. end)
  96.  
  97. Tab1Section:NewToggle("Restaurant Tycoon 2 Auto Badge","Roblox the classic",function()
  98.  
  99. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicRestaurant", true))()
  100.  
  101. end)
  102.  
  103. Tab1Section:NewToggle("Adopt Me Auto Badge","Roblox the classic",function()
  104.  
  105. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicAdoptMe", true))()
  106.  
  107. end)
  108.  
  109. Tab1Section:NewToggle("Blade Ball Auto Badge","Roblox the classic",function()
  110.  
  111. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicBladeBall", true))()
  112.  
  113. end)
  114.  
  115. Tab1Section:NewToggle("Gunfight Arena Auto Badge","Roblox the classic",function()
  116.  
  117. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicGunfight", true))()
  118.  
  119. end)
  120.  
  121. Tab1Section:NewToggle("Dusty Trup Auto Tix Badge","Roblox the classic",function()
  122.  
  123. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicAdustyTrip", true))()
  124.  
  125. end)
  126.  
  127. game.StarterGui:SetCore("SendNotification", {
  128.  
  129. Title = "Roblox The Classic";
  130.  
  131. Text = "by cristian.devv";
  132.  
  133. Icon = "";
  134.  
  135. Duration = 25;
  136.  
  137. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement