-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScript Hub
36 lines (27 loc) · 1.52 KB
/
Script Hub
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("script by b4stizzy101", "Midnight")
--Main
local Main = Window:NewTab("Main")
local MainSection = Main:NewSection("Main")
--Buttons Main
MainSection:NewButton("Infinite Yield", "stfubozo", function()
loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
end)
MainSection:NewButton("Simple Spy", "Stfu Bozo", function()
loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
end)
MainSection:NewButton("Survival Game 1", "stfu bozo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/SurvivalGame/main/Roblox9012"))()
end)
MainSection:NewButton("Universal SilentAim", "stfu bozo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Averiias/Universal-SilentAim/main/main.lua"))()
end)
MainSection:NewButton("Universal ESP", "Stfu Bozo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua"))()
end)
MainSection:NewButton("The Survival Game2", "Stfu Bozo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/qxkya/Kya-Ware/main/TheSurvivalGame.lua"))()
end)
MainSection:NewButton("Aimware", "Stfu Bozo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Wheeleee/AIMWARE/main/Startup"))()
end)