Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --money tycoon script
- -- made by jogs#2535
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("money tycoon script by jogs#2535", "Synapse")
- local Tab = Window:NewTab("autofarm")
- local Section = Tab:NewSection("get yo money not funny up!!")
- _G.autoButton = true; -- auto buys tycoon buttons
- _G.autoColl = true; -- auto collects your money
- _G.autoRebirth = true; -- auto rebirths when possible
- -- calls
- local pRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
- local lPlayer = game.Players.LocalPlayer
- -- auto buy buttons
- spawn(function()
- if _G.autoButton then
- autoBuy = true
- while autoBuy == true do
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
- if v.Name == "Gamepass" then
- local p2w = v.Parent
- p2w:Destroy()
- end
- end
- wait(0.5)
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
- if v:IsA("TouchTransmitter") then
- firetouchinterest(pRoot, v.Parent, 0)
- firetouchinterest(pRoot, v.Parent, 1)
- end
- end
- wait(1)
- end
- else
- autoBuy = false
- end
- end)
- -- auto collect money
- spawn(function()
- if _G.autoColl then
- autoCollect = true
- while autoCollect == true do
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].StarterParts.Collector:GetDescendants()) do
- if v:IsA("TouchTransmitter") then
- firetouchinterest(pRoot, v.Parent, 0)
- wait()
- firetouchinterest(pRoot, v.Parent, 1)
- end
- end
- wait()
- end
- else
- autoCollect = false
- end
- end)
- -- auto rebirth
- spawn(function()
- while _G.autoRebirth and wait(0.1) do
- game:GetService("ReplicatedStorage").Events.Rebirth:FireServer()
- end
- end)
- Section:NewButton("autofarm", "pro", function()
- _G.autoButton = true; -- auto buys tycoon buttons
- _G.autoColl = true; -- auto collects your money
- _G.autoRebirth = true; -- auto rebirths when possible
- -- calls
- local pRoot = game.Players.LocalPlayer.Character.HumanoidRootPart
- local lPlayer = game.Players.LocalPlayer
- -- auto buy buttons
- spawn(function()
- if _G.autoButton then
- autoBuy = true
- while autoBuy == true do
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
- if v.Name == "Gamepass" then
- local p2w = v.Parent
- p2w:Destroy()
- end
- end
- wait(0.5)
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].ButtonsFolder:GetDescendants()) do
- if v:IsA("TouchTransmitter") then
- firetouchinterest(pRoot, v.Parent, 0)
- firetouchinterest(pRoot, v.Parent, 1)
- end
- end
- wait(1)
- end
- else
- autoBuy = false
- end
- end)
- -- auto collect money
- spawn(function()
- if _G.autoColl then
- autoCollect = true
- while autoCollect == true do
- for i, v in pairs(game:GetService("Workspace").Tycoons[lPlayer.Team.Name].StarterParts.Collector:GetDescendants()) do
- if v:IsA("TouchTransmitter") then
- firetouchinterest(pRoot, v.Parent, 0)
- wait()
- firetouchinterest(pRoot, v.Parent, 1)
- end
- end
- wait()
- end
- else
- autoCollect = false
- end
- end)
- -- auto rebirth
- spawn(function()
- while _G.autoRebirth and wait(0.1) do
- game:GetService("ReplicatedStorage").Events.Rebirth:FireServer()
- end
- end)
- end)
- local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")local Section = Tab:NewSection("made by jogs#2535")
- local Tab = Window:NewTab("Misc")
- local MiscSection = Tab:NewSection("all scripts are made by jogs#2535 and they aren't perfect")
- MiscSection:NewButton("get scripts", "bbabababababbb", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/UWQQizUA'))()
- end)
Advertisement
Comments
-
- Dose Not Work at All for Me
-
- what exec you use, I did this script when synx still was up
Add Comment
Please, Sign In to add comment
Advertisement