ADVERTISEMENTREMOVE ADS

SeizureUI

Universal script
3 weeks ago
Script preview thumbnail
Script Preview

Description

its a modern ui library based on safety and inspired by windui.

Features:

  • ui library
  • modern
  • undetectable
  • undetected
  • safe
  • performance
  • roblox
  • ui
  • libraru
  • library
  • roblox ui library
  • script
  • scripters
  • detected
ADVERTISEMENTREMOVE ADS
43 Lines • 834 Bytes
Raw
local SeizureUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/0bl1v/Seizure/refs/heads/main/main.lua"))()
local Window = SeizureUI:CreateWindow({
Title = "My Super Hub",
Author = "credits to seizure ui" -- optional
})
local Tab1 = Window:CreateTab({
Name = "Home"
})
local Tab2 = Window:CreateTab({
Name = "Settings"
})
Tab1:CreateButton({
Name = "Click Me!",
Callback = function()
print("Button clicked!")
end
})
Tab1:CreateToggle({
Name = "ESP",
Default = false,
Callback = function(value)
print("Toggle is now:", value)
end
})
Tab1:CreateButton({
Name = "Another Button",
Callback = function()
print("Another button clicked!")
end
})
Tab2:CreateButton({
Name = "Settings Button",
Callback = function()
print("Settings button clicked!")
end
})
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS