Urbanpower

Apocalypse Tycoon: Infinite Money

Mar 21st, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. _G.toggle = true --true is on | false is off
  2.  
  3. pcall(function()
  4. while _G.toggle do wait()
  5. local args = {
  6. [1] = game:GetService("Players").LocalPlayer
  7. }
  8.  
  9. game:GetService("ReplicatedStorage"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("TycoonService"):WaitForChild("RF"):WaitForChild("PayIncome"):InvokeServer(unpack(args))
  10. end
  11. end)
Add Comment
Please, Sign In to add comment