-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathldfshkludalhda
More file actions
45 lines (38 loc) · 1.55 KB
/
ldfshkludalhda
File metadata and controls
45 lines (38 loc) · 1.55 KB
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
37
38
39
40
41
42
43
44
45
local plr = game.Players.LocalPlayer
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
--3333
local Window = Library.CreateLib("SRX Keyed", "Ocean")
local Tab = Window:NewTab("Key System")
local Section = Tab:NewSection("Main")
local keyself = nil
local prem_users = {
""
}
local prem_key = "SRX-PRM-NT-EERF-3021"
local game_self = "CB:RO Legit"
local label = nil
Section:NewTextBox("Key:", "PRESS ENTER NECESSARILY", function(txt)
keyself = txt
end)
Section:NewDropdown("Script:", {"CB:RO Legit", "Universal Exploits"}, function(currentOption)
game_self = currentOption
end)
Section:NewButton("Load", "SRX", function()
if keyself == "fullfree" and game_self == "CB:RO Legit" then
if game.PlaceId == 301549746 then
label:UpdateLabel("Loading...")
loadstring(game:HttpGet("https://raw.githubusercontent.com/robertwvrrke/SRX-CBRO-SCRIPT/refs/heads/main/by%20robert"))()
label:UpdateLabel("Perfect Load")
else
label:UpdateLabel("Join in CB:RO")
end
elseif keyself == "fullfree" and game_self == "Universal Exploits" then
label:UpdateLabel("Loading...")
loadstring(game:HttpGet("https://raw.githubusercontent.com/asdhksdfjkhg3g2jk2g/sdfkjksfdghsdfjg/refs/heads/main/sfdhhsdhkslkdjfhkl"))()
label:UpdateLabel("Perfect Load")
else
label:UpdateLabel("Invalid Key")
end
end)
label = Section:NewLabel("Waiting...")
local ds = Section:NewLabel("Free Key in https://discord.gg/E5Tt4yYYMr")