Advertisement
DeezBigNuts

sadsadasdasdasda

Oct 1st, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.04 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/KavoTest/main/kavotest8"))()
  2.     local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
  3.     local Window = Library.CreateLib("Theme Selecter", "Midnight")
  4.     local Players = game.Players.LocalPlayer
  5.     local THEMES = "string"
  6.  
  7.     Notification.new("info", Players.name, "welcome to Theme Selecter")
  8.     -- Destroy after Select theme
  9. function Destroy()
  10.     game:GetService("CoreGui").infinfinf:Destroy() -- infinfinf = name of gui
  11. end
  12.  
  13. -- Theme tab
  14.     local Theme = Window:NewTab("Themes")
  15.     local MainTheme = Theme:NewSection("Synapse Theme")
  16.     -- Synapse Theme
  17.         MainTheme:NewButton("Synapse GigaHub", "Synapse Theme", function()
  18.         wait(0.25)
  19.         Destroy()
  20.         THEMES = "Synapse"
  21.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  22.         Notification.new("info", "Synapse theme", "loading  Synapse GigaHub!")
  23.         end)
  24.  
  25.     -- Serpent Theme
  26.         MainTheme:NewLabel("Serpent Theme")
  27.         MainTheme:NewButton("Serpent GigaHub", "Serpent Theme", function()
  28.         wait(0.25)
  29.         Destroy()
  30.         THEMES = "Serpent"
  31.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  32.         Notification.new("info", "Serpent theme", "loading Serpent GigaHub!")
  33.         end)
  34.  
  35.     -- Light Theme
  36.         MainTheme:NewLabel("Light Theme")
  37.         MainTheme:NewButton("Light GigaHub", "Light Theme", function()
  38.         wait(0.25)
  39.         Destroy()
  40.         THEMES = "LightTheme"
  41.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  42.         Notification.new("info", "Light theme", "loading Light GigaHub!")
  43.         end)
  44.  
  45.     -- Dark Theme
  46.         MainTheme:NewLabel("Dark Theme")
  47.         MainTheme:NewButton("Dark GigaHub", "Dark Theme", function()
  48.         wait(0.25)
  49.         Destroy()
  50.         THEMES = "DarkTheme"
  51.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  52.         Notification.new("info", "Dark theme", "loading Dark GigaHub!")
  53.         end)
  54.  
  55.     -- Grape Theme
  56.         MainTheme:NewLabel("Grape Theme")
  57.         MainTheme:NewButton("Grape GigaHub", "Grape Theme", function()
  58.         wait(0.25)
  59.         Destroy()
  60.         THEMES = "GrapeTheme"
  61.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  62.         Notification.new("info", "Grape theme", "loading Grape GigaHub!")
  63.         end)
  64.  
  65.     -- Blood Theme
  66.         MainTheme:NewLabel("Blood Theme")
  67.         MainTheme:NewButton("Blood GigaHub", "Blood Theme", function()
  68.         wait(0.25)
  69.         Destroy()
  70.         THEMES = "BloodTheme"
  71.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  72.         Notification.new("info", "Blood theme", "loading Blood GigaHub!")
  73.         end)
  74.  
  75.     -- Ocean Theme
  76.         MainTheme:NewLabel("Ocean Theme")
  77.         MainTheme:NewButton("Ocean GigaHub", "Ocean Theme", function()
  78.         wait(0.25)
  79.         Destroy()
  80.         THEMES = "Ocean"
  81.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  82.         Notification.new("info", "Ocean theme", "loading Ocean GigaHub!")
  83.         end)
  84.  
  85.     -- Midnight Theme
  86.         MainTheme:NewLabel("Midnight Theme")
  87.         MainTheme:NewButton("Midnight GigaHub", "Midnight Theme", function()
  88.         wait(0.25)
  89.         Destroy()
  90.         THEMES = "Midnight"
  91.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  92.         Notification.new("info", "Midnight theme", "loading Midnight GigaHub!")
  93.         end)
  94.  
  95.     -- Sentinel Theme
  96.         MainTheme:NewLabel("Sentinel Theme")
  97.         MainTheme:NewButton("Sentinel GigaHub", "Sentinel Theme", function()
  98.         wait(0.25)
  99.         Destroy()
  100.         THEMES = "Sentinel"
  101.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  102.         Notification.new("info", "Sentinel theme", "loading Sentinel GigaHub!")
  103.         end)
  104.        
  105.     -- Orange Theme
  106.         MainTheme:NewLabel("Orange Theme")
  107.         MainTheme:NewButton("Orange GigaHub", "Orange Theme", function()
  108.         wait(0.25)
  109.         Destroy()
  110.         THEMES = "Orange"
  111.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  112.         Notification.new("info", "Orange theme", "loading Orange GigaHub!")
  113.         end)
  114.        
  115.         -- Premium Theme
  116.         MainTheme:NewLabel("Premium Theme'needs key'")
  117.         MainTheme:NewButton("Premium GigaHub", "Premium Theme", function()
  118.         wait(0.25)
  119.         Destroy()
  120.         THEMES = "Premhub"
  121.         loadstring(game:HttpGet("https://raw.githubusercontent.com/ScRiPtsTerS/Test/main/Testing"))()
  122.         Notification.new("info", "Premium theme", "loading Premium GigaHub!")
  123.         end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement