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("Heist Infinte Money GUI", "Midnight")
- local Tab = Window:NewTab("Main")
- local MainSection = Tab:NewSection("Main")
- MainSection:NewButton("Infinte Money", "inf money get unlimted payments", function()
- while true do
- local args = {
- [1] = game:GetService("Players").LocalPlayer
- }
- game:GetService("ReplicatedStorage").Knit.Services.TycoonService.RF.PayIncome:InvokeServer(unpack(args))
- wait()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement