Find any script for Roblox

Enter the name of the game or script.

Script – Apocalypse Tycoon

Thank you for using our website
Your script:

NO KEY

_G.toggle = true --true is on | false is off
pcall(function()
   while _G.toggle do wait()
       local args = {
           [1] = game:GetService("Players").LocalPlayer
       }
       game:GetService("ReplicatedStorage"):WaitForChild("Knit"):WaitForChild("Services"):WaitForChild("TycoonService"):WaitForChild("RF"):WaitForChild("PayIncome"):InvokeServer(unpack(args))
   end
end)