Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Test", "Ocean")
- -- main
- local uwu = Window:NewTab("Other scripts")
- local MainSection = uwu:NewSection("Other scripts")
- MainSection:NewButton("Infinite yield", "oh no", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- --LOCAL PLAYER
- local Player = Window:NewTab("Donating")
- local PlayerSection = Player:NewSection("Donating")
- PlayerSection:NewButton("Donate", "if you wanna change username/value if you can", function()
- local args = {
- [1] = "Fridayelias", -- change this to who you wanna donate to
- [2] = "no u wont", -- change this how much you want to donate
- [3] = "Gamepass", -- do not change this
- [4] = false
- }
- game:GetService("ReplicatedStorage").Remotes.Donate:FireServer(unpack(args))
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement