Advertisement
YoungAoS

tempo script

Sep 28th, 2024 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. -- Notification
  2. local NotificationHolder = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Module.Lua"))()
  3. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Client.Lua"))()
  4.  
  5. -- Write Golden
  6. makefolder("solar.lol")
  7. if _G.is_aquraandroid_loaded then
  8. Notification:Notify(
  9. {Title = "solar.lol / Hey!", Description = "The script is already running, what you tryna do?"},
  10. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  11. )
  12. Notification:Notify(
  13. {Title = "solar.lol / Hey!", Description = "The script is already running, what you tryna do?"},
  14. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  15. )
  16. Notification:Notify(
  17. {Title = "solar.lol / Hey!", Description = "The script is already running, what you tryna do?"},
  18. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  19. )
  20. Notification:Notify(
  21. {Title = "solar.lol / Hey!", Description = "The script is already running, what you tryna do?"},
  22. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  23. )
  24. Notification:Notify(
  25. {Title = "solar.lol / Hey!", Description = "The script is already running, what you tryna do?"},
  26. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  27. )
  28. return
  29. end
  30.  
  31. _G.is_aquraandroid_loaded = true
  32.  
  33. -- real notif
  34. local G2L = {};
  35. Notification:Notify(
  36. {Title = "solar.lol / Bootstrapper", Description = "Loading solar.lol. Please wait!"},
  37. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 5, Type = "default"}
  38. )
  39. wait(5)
  40. Notification:Notify(
  41. {Title = "solar.lol / Credits", Description = "Made by the Zen Team / Mannuhd Scripts"},
  42. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 3, Type = "default"}
  43. )
  44. wait(3)
  45. Notification:Notify(
  46. {Title = "solar.lol / Welcome!", Description = "Successfuly loaded solar.lol!"},
  47. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  48. )
  49. wait(2)
  50. -- Library
  51. local H = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId)
  52. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/mannuhd/scripthub/refs/heads/main/ui/KavoUI%20(1).txt"))()
  53. local Window = Library.CreateLib("solar.lol (Scripthub V2) | "..H.Name.." | "..identifyexecutor(), "BloodTheme")
  54. -- Toggle
  55. local ScreenGui = Instance.new("ScreenGui")
  56. local Toggle = Instance.new("TextButton")
  57. local Corner = Instance.new("UICorner")
  58.  
  59. ScreenGui.Name = "ScreenGui"
  60. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  61. ScreenGui.ResetOnSpawn = false
  62.  
  63. Toggle.Name = "Toggle"
  64. Toggle.Parent = ScreenGui
  65. Toggle.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  66. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  67. Toggle.Size = UDim2.new(0, 90, 0, 47)
  68. Toggle.Font = Enum.Font.SourceSans
  69. Toggle.Text = "Toggle"
  70. Toggle.TextColor3 = Color3.fromRGB(0, 0, 0)
  71. Toggle.TextSize = 21.000
  72. Toggle.Draggable = true
  73. Toggle.MouseButton1Click:connect(function()
  74. Library:ToggleUI()
  75. end)
  76.  
  77. Corner.Name = "Corner"
  78. Corner.Parent = Toggle
  79. -- Tabs
  80. local Credits = Window:NewTab("Information")
  81. local Tab1 = Window:NewTab("Main")
  82. local Tab3 = Window:NewTab("Admin")
  83. local Tab2 = Window:NewTab("Player")
  84. -- Info
  85. local Creds = Credits:NewSection("Credits️")
  86. Creds:NewLabel("Created by Mannuhd Scripts")
  87. Creds:NewLabel("Linktree: https://linktr.ee/mannuhd")
  88. Creds:NewLabel("Youtube: @robloxscripter-1")
  89. local Updates = Credits:NewSection("What's new about v2")
  90. Updates:NewLabel("[+] New UI Lib")
  91. Updates:NewLabel("[+] Updated scripts")
  92. Updates:NewLabel("[+] Added more tabs")
  93. -- Main
  94. local Main = Tab1:NewSection("Main")
  95. Main:NewButton("Antivoid", "Makes the player return to the spawn after dying from the void.", function()
  96. Notification:Notify(
  97. {Title = "solar.lol", Description = "Executed successfuly!"},
  98. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  99. )
  100. loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/AntiFall/main/Script"))()
  101. end)
  102.  
  103. Main:NewButton("Small Hitboxes", "Increases hitrange.", function()
  104. Notification:Notify(
  105. {Title = "solar.lol", Description = "Activated successfuly!"},
  106. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  107. )
  108. loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/AntiFall/main/Script"))()
  109. end)
  110.  
  111. Main:NewButton("Big Hitboxes", "Increases hitrange.", function()
  112. Notification:Notify(
  113. {Title = "solar.lol", Description = "Activated successfuly!"},
  114. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  115. )
  116. loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/AntiFall/main/Script"))()
  117. end)
  118. -- Player
  119. local Player = Tab2:NewSection("Local Player")
  120. Player:NewTextBox("Change Walkspeed", "Changes the player's walkspeed", function(txt)
  121. Notification:Notify(
  122. {Title = "solar.lol", Description = "Changed walkspeed!"},
  123. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  124. )
  125. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = txt
  126. end)
  127.  
  128. Player:NewTextBox("Change Jumppower", "Changes the player's jumppower", function(txt)
  129. Notification:Notify(
  130. {Title = "solar.lol", Description = "Changed jumppower!"},
  131. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  132. )
  133. game.Players.LocalPlayer.Character.Humanoid.JumpPower = txt
  134. end)
  135.  
  136. Player:NewButton("Reset Walkspeed", "Resets the player's walksped", function()
  137. Notification:Notify(
  138. {Title = "solar.lol", Description = "Resetted Walkspeed!"},
  139. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  140. )
  141. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  142. end)
  143.  
  144. Player:NewButton("Reset Jumppower", "Resets the player's jumppower", function()
  145. Notification:Notify(
  146. {Title = "solar.lol", Description = "Resetted jumppower!"},
  147. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  148. )
  149. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  150. end)
  151.  
  152. -- Admin
  153. local Admin = Tab3:NewSection("Admin Scripts")
  154. Admin:NewButton("Infinite Yield", "The good and old, infinite yield.", function()
  155. Notification:Notify(
  156. {Title = "solar.lol", Description = "Resetted jumppower!"},
  157. {OutlineColor = Color3.fromRGB(255, 0, 0),Time = 2, Type = "default"}
  158. )
  159. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  160. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement