Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
- local venyx = library.new("Spellbound RPG", 5013109572)
- local themes = {
- Background = Color3.fromRGB(24, 24, 24),
- Glow = Color3.fromRGB(0, 0, 0),
- Accent = Color3.fromRGB(10, 10, 10),
- LightContrast = Color3.fromRGB(20, 20, 20),
- DarkContrast = Color3.fromRGB(14, 14, 14),
- TextColor = Color3.fromRGB(255, 255, 255)
- }
- local page = venyx:addPage("Item", 5012544693)
- local section1 = page:addSection("Get Random Item")
- section1:addButton("Random Item", function()
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily1")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily2")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily3")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily4")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily5")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily6")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily7")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily8")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily9")
- game:GetService("ReplicatedStorage").Chest.GrantItem:FireServer("Daily10")
- end)
- section1:addButton("Get Extra Chest Gamepass", function()
- game:GetService("Players").LocalPlayer.Passes.ChestPerk.Value = true
- end)
- section1:addButton("Get Inf Double Exp(idk if its client-side)", function()
- game:GetService("Players").LocalPlayer.Passes.DoubleXPTimeLeft.Value = 999999999
- end)
- section1:addButton("Get VIP Gamepass", function()
- game:GetService("Players").LocalPlayer.Passes.VIP.Value = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement