Skip to content

Commit d9db56b

Browse files
authored
Update ZenX
1 parent da9501c commit d9db56b

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

ZenX

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
116
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
217

318
local Window = Library.CreateLib("ZenX Hub", "DarkTheme")
@@ -21,7 +36,7 @@ end)
2136

2237

2338
LocksSection:NewButton("Leaked", "ButtonInfo", function()
24-
loadstring(game:HttpGet("https://raw.githubusercontent.com/tinyunix1/leaked-lock/main/source"))()
39+
loadstring(game:HttpGet("https://raw.githubusercontent.com/tinyunix1/leaked-lock/main/source"))()
2540
end)
2641

2742

@@ -95,16 +110,11 @@ local Anti Lock = Window:NewTab("Anti Lock")
95110
local Anti LockSection = Anti Lock:NewSection("Anti Lock")
96111

97112
AntiLockSection:NewButton("BEST AA I CAN FIND", "ButtonInfo", function()
98-
99113
loadstring(game:HttpGet("https://raw.githubusercontent.com/chrsschrs/antilocks/main/aa"))()
100114
end)
101115

102116

103117

104-
LocksSection:NewButton("Streamable lock", "X underground aa C sky aa V desync aa", function()
105-
loadstring(game:HttpGet("https://raw.githubusercontent.com/tinyunix1/al/main/AL"))()
106-
end)
107-
108118

109119
local Player Mods = Window:NewTab("Player Mods")
110120
local Player ModsSection = Player Mods:NewSection("Player Mods")
@@ -183,3 +193,4 @@ end)
183193
local Credits = Window:NewTab("Credits")
184194
local CreditsSection = Credits:NewSection("Credits")
185195

196+

0 commit comments

Comments
 (0)