Advertisement
BobbyJonesLarry

Heist Tycoon Infinte Cash GUI

Apr 7th, 2023
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | Gaming | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Heist Infinte Money GUI", "Midnight")
  3.  
  4. local Tab = Window:NewTab("Main")
  5. local MainSection = Tab:NewSection("Main")
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. MainSection:NewButton("Infinte Money", "inf money get unlimted payments", function()
  13. while true do
  14. local args = {
  15. [1] = game:GetService("Players").LocalPlayer
  16. }
  17.  
  18. game:GetService("ReplicatedStorage").Knit.Services.TycoonService.RF.PayIncome:InvokeServer(unpack(args))
  19. wait()
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement