File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 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+
116local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
217
318local Window = Library.CreateLib("ZenX Hub", "DarkTheme")
2136
2237
2338LocksSection: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"))()
2540end)
2641
2742
@@ -95,16 +110,11 @@ local Anti Lock = Window:NewTab("Anti Lock")
95110local Anti LockSection = Anti Lock:NewSection("Anti Lock")
96111
97112AntiLockSection:NewButton("BEST AA I CAN FIND", "ButtonInfo", function()
98-
99113 loadstring(game:HttpGet("https://raw.githubusercontent.com/chrsschrs/antilocks/main/aa"))()
100114end)
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
109119local Player Mods = Window:NewTab("Player Mods")
110120local Player ModsSection = Player Mods:NewSection("Player Mods")
183193local Credits = Window:NewTab("Credits")
184194local CreditsSection = Credits:NewSection("Credits")
185195
196+
You can’t perform that action at this time.
0 commit comments