Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/KavoTest/main/kavotest8"))()
- local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
- local Window = Library.CreateLib("Theme Selecter", "Midnight")
- local Players = game.Players.LocalPlayer
- local THEMES = "string"
- Notification.new("info", Players.name, "welcome to Theme Selecter")
- -- Destroy after Select theme
- function Destroy()
- game:GetService("CoreGui").infinfinf:Destroy() -- infinfinf = name of gui
- end
- -- Theme tab
- local Theme = Window:NewTab("Themes")
- local MainTheme = Theme:NewSection("Synapse Theme")
- -- Synapse Theme
- MainTheme:NewButton("Synapse GigaHub", "Synapse Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Synapse"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Synapse theme", "loading Synapse GigaHub!")
- end)
- -- Serpent Theme
- MainTheme:NewLabel("Serpent Theme")
- MainTheme:NewButton("Serpent GigaHub", "Serpent Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Serpent"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Serpent theme", "loading Serpent GigaHub!")
- end)
- -- Light Theme
- MainTheme:NewLabel("Light Theme")
- MainTheme:NewButton("Light GigaHub", "Light Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "LightTheme"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Light theme", "loading Light GigaHub!")
- end)
- -- Dark Theme
- MainTheme:NewLabel("Dark Theme")
- MainTheme:NewButton("Dark GigaHub", "Dark Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "DarkTheme"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Dark theme", "loading Dark GigaHub!")
- end)
- -- Grape Theme
- MainTheme:NewLabel("Grape Theme")
- MainTheme:NewButton("Grape GigaHub", "Grape Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "GrapeTheme"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Grape theme", "loading Grape GigaHub!")
- end)
- -- Blood Theme
- MainTheme:NewLabel("Blood Theme")
- MainTheme:NewButton("Blood GigaHub", "Blood Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "BloodTheme"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Blood theme", "loading Blood GigaHub!")
- end)
- -- Ocean Theme
- MainTheme:NewLabel("Ocean Theme")
- MainTheme:NewButton("Ocean GigaHub", "Ocean Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Ocean"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Ocean theme", "loading Ocean GigaHub!")
- end)
- -- Midnight Theme
- MainTheme:NewLabel("Midnight Theme")
- MainTheme:NewButton("Midnight GigaHub", "Midnight Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Midnight"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Midnight theme", "loading Midnight GigaHub!")
- end)
- -- Sentinel Theme
- MainTheme:NewLabel("Sentinel Theme")
- MainTheme:NewButton("Sentinel GigaHub", "Sentinel Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Sentinel"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Sentinel theme", "loading Sentinel GigaHub!")
- end)
- -- Orange Theme
- MainTheme:NewLabel("Orange Theme")
- MainTheme:NewButton("Orange GigaHub", "Orange Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Orange"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Orange theme", "loading Orange GigaHub!")
- end)
- -- Premium Theme
- MainTheme:NewLabel("Premium Theme'needs key'")
- MainTheme:NewButton("Premium GigaHub", "Premium Theme", function()
- wait(0.25)
- Destroy()
- THEMES = "Premhub"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
- Notification.new("info", "Premium theme", "loading Premium GigaHub!")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement