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("Five Nights at Freddy's Tycoon 🍕 FNaF Remade", "Ocean")
- -- Script
- local Main = Window:NewTab("Freddy Tycoon")
- local MainSection = Main:NewSection("Script")
- MainSection:NewButton("Auto Dropper ", "", function()
- while true do
- wait()
- fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
- end
- end)
- MainSection:NewButton("Auto Buy", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].Buttons:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- MainSection:NewButton("Auto Collect", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].Essentials.Giver:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- local TO = Window:NewTab("Chica Tycoon")
- local TOSection = TO:NewSection("Chica Tycoon")
- TOSection:NewButton("Auto Dropper ", "", function()
- while true do
- wait()
- fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
- end
- end)
- TOSection:NewButton("Auto Buy", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].Buttons:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- TOSection:NewButton("Auto Collect", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].Essentials.Giver:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- local LO = Window:NewTab("Foxy's Tycoon")
- local LOSection = LO:NewSection("Foxy's Tycoon")
- LOSection:NewButton("Auto Dropper ", "", function()
- while true do
- wait()
- fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
- end
- end)
- LOSection:NewButton("Auto Buy", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].Buttons:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- LOSection:NewButton("Auto Collect", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].Essentials.Giver:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- local UI = Window:NewTab("Golden Freddy's Tycoon")
- local UISection = UI:NewSection("Golden Freddy's Tycoon")
- UISection:NewButton("Auto Dropper ", "", function()
- while true do
- wait()
- fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
- end
- end)
- UISection:NewButton("Auto Buy", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].Buttons:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- UISection:NewButton("Auto Collect", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].Essentials.Giver:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- local OI = Window:NewTab("Purple Guy's Tycoon")
- local OISection = OI:NewSection("Purple Guy's Tycoon")
- OISection:NewButton("Auto Dropper ", "", function()
- while true do
- wait()
- fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
- end
- end)
- OISection:NewButton("Auto Buy", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].Buttons:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- OISection:NewButton("Auto Collect", "", function()
- while true do
- local playerHead = game.Players.LocalPlayer.Character.Head
- for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].Essentials.Giver:GetDescendants()) do
- if v.Name =="TouchInterest" and v.Parent then
- firetouchinterest(playerHead, v.Parent, 0)
- wait()
- firetouchinterest(playerHead, v.Parent, 1)
- end
- end
- end
- end)
- local VO = Window:NewTab("Credits")
- local VOSection = VO:NewSection("Credits TO")
- VOSection:NewLabel("BIG thanks to script owner FinuraBR")
- VOSection:NewLabel("the Remade Version made by me AdminUi's")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement