S

chaos

public
scarlet Sep 08, 2023 Never 188
Clone
1
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
2
3
local Window = Library.CreateLib("Chaos", "BloodTheme")
4
5
local Tab = Window:NewTab("chaos")
6
7
local Section = Tab:NewSection("chaos script")
8
9
Section:NewButton("fly script", "ButtonInfo", function()
10
11
loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
12
13
print("Clicked")
14
end)
15
16
Section:NewButton("tp", "ButtonInfo", function()
17
18
loadstring(game:HttpGet("https://raw.githubusercontent.com/TherealXORA/Roblox-Scripts/main/Teleport%20to%20other%20players"))()
19
20
print("Clicked")
21
end)