Advertisement
Pmn20002

Five Nights at Freddy's Tycoon 🍕 FNaF Script Remade Credits to Finura⁧⁧BR⁧⁧⁧⁧

Apr 16th, 2023 (edited)
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Five Nights at Freddy's Tycoon 🍕 FNaF Remade", "Ocean")
  3. -- Script
  4. local Main = Window:NewTab("Freddy Tycoon")
  5. local MainSection = Main:NewSection("Script")
  6.  
  7.  
  8. MainSection:NewButton("Auto Dropper ", "", function()
  9. while true do
  10. wait()
  11. fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
  12. end
  13. end)
  14.  
  15. MainSection:NewButton("Auto Buy", "", function()
  16. while true do
  17. local playerHead = game.Players.LocalPlayer.Character.Head
  18. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].Buttons:GetDescendants()) do
  19. if v.Name =="TouchInterest" and v.Parent then
  20. firetouchinterest(playerHead, v.Parent, 0)
  21. wait()
  22. firetouchinterest(playerHead, v.Parent, 1)
  23. end
  24. end
  25. end
  26. end)
  27.  
  28. MainSection:NewButton("Auto Collect", "", function()
  29. while true do
  30. local playerHead = game.Players.LocalPlayer.Character.Head
  31. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Freddy's Pizzeria"].Essentials.Giver:GetDescendants()) do
  32. if v.Name =="TouchInterest" and v.Parent then
  33. firetouchinterest(playerHead, v.Parent, 0)
  34. wait()
  35. firetouchinterest(playerHead, v.Parent, 1)
  36. end
  37. end
  38. end
  39. end)
  40.  
  41.  
  42.  
  43.  
  44. local TO = Window:NewTab("Chica Tycoon")
  45. local TOSection = TO:NewSection("Chica Tycoon")
  46.  
  47.  
  48.  
  49.  
  50. TOSection:NewButton("Auto Dropper ", "", function()
  51. while true do
  52. wait()
  53. fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
  54. end
  55. end)
  56.  
  57.  
  58. TOSection:NewButton("Auto Buy", "", function()
  59. while true do
  60. local playerHead = game.Players.LocalPlayer.Character.Head
  61. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].Buttons:GetDescendants()) do
  62. if v.Name =="TouchInterest" and v.Parent then
  63. firetouchinterest(playerHead, v.Parent, 0)
  64. wait()
  65. firetouchinterest(playerHead, v.Parent, 1)
  66. end
  67. end
  68. end
  69. end)
  70.  
  71.  
  72.  
  73.  
  74. TOSection:NewButton("Auto Collect", "", function()
  75. while true do
  76. local playerHead = game.Players.LocalPlayer.Character.Head
  77. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Chica's Pizzeria"].Essentials.Giver:GetDescendants()) do
  78. if v.Name =="TouchInterest" and v.Parent then
  79. firetouchinterest(playerHead, v.Parent, 0)
  80. wait()
  81. firetouchinterest(playerHead, v.Parent, 1)
  82. end
  83. end
  84. end
  85. end)
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. local LO = Window:NewTab("Foxy's Tycoon")
  96. local LOSection = LO:NewSection("Foxy's Tycoon")
  97.  
  98.  
  99.  
  100.  
  101. LOSection:NewButton("Auto Dropper ", "", function()
  102. while true do
  103. wait()
  104. fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
  105. end
  106. end)
  107.  
  108.  
  109. LOSection:NewButton("Auto Buy", "", function()
  110. while true do
  111. local playerHead = game.Players.LocalPlayer.Character.Head
  112. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].Buttons:GetDescendants()) do
  113. if v.Name =="TouchInterest" and v.Parent then
  114. firetouchinterest(playerHead, v.Parent, 0)
  115. wait()
  116. firetouchinterest(playerHead, v.Parent, 1)
  117. end
  118. end
  119. end
  120. end)
  121.  
  122.  
  123.  
  124.  
  125. LOSection:NewButton("Auto Collect", "", function()
  126. while true do
  127. local playerHead = game.Players.LocalPlayer.Character.Head
  128. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Foxy's Pizzeria"].Essentials.Giver:GetDescendants()) do
  129. if v.Name =="TouchInterest" and v.Parent then
  130. firetouchinterest(playerHead, v.Parent, 0)
  131. wait()
  132. firetouchinterest(playerHead, v.Parent, 1)
  133. end
  134. end
  135. end
  136. end)
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. local UI = Window:NewTab("Golden Freddy's Tycoon")
  144. local UISection = UI:NewSection("Golden Freddy's Tycoon")
  145.  
  146.  
  147.  
  148.  
  149. UISection:NewButton("Auto Dropper ", "", function()
  150. while true do
  151. wait()
  152. fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
  153. end
  154. end)
  155.  
  156.  
  157. UISection:NewButton("Auto Buy", "", function()
  158. while true do
  159. local playerHead = game.Players.LocalPlayer.Character.Head
  160. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].Buttons:GetDescendants()) do
  161. if v.Name =="TouchInterest" and v.Parent then
  162. firetouchinterest(playerHead, v.Parent, 0)
  163. wait()
  164. firetouchinterest(playerHead, v.Parent, 1)
  165. end
  166. end
  167. end
  168. end)
  169.  
  170.  
  171.  
  172.  
  173. UISection:NewButton("Auto Collect", "", function()
  174. while true do
  175. local playerHead = game.Players.LocalPlayer.Character.Head
  176. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Golden Freddy's Pizzeria"].Essentials.Giver:GetDescendants()) do
  177. if v.Name =="TouchInterest" and v.Parent then
  178. firetouchinterest(playerHead, v.Parent, 0)
  179. wait()
  180. firetouchinterest(playerHead, v.Parent, 1)
  181. end
  182. end
  183. end
  184. end)
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. local OI = Window:NewTab("Purple Guy's Tycoon")
  193. local OISection = OI:NewSection("Purple Guy's Tycoon")
  194.  
  195.  
  196.  
  197.  
  198. OISection:NewButton("Auto Dropper ", "", function()
  199. while true do
  200. wait()
  201. fireclickdetector(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].PurchasedObjects.strt.Clicker.ClickDetector)
  202. end
  203. end)
  204.  
  205.  
  206. OISection:NewButton("Auto Buy", "", function()
  207. while true do
  208. local playerHead = game.Players.LocalPlayer.Character.Head
  209. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].Buttons:GetDescendants()) do
  210. if v.Name =="TouchInterest" and v.Parent then
  211. firetouchinterest(playerHead, v.Parent, 0)
  212. wait()
  213. firetouchinterest(playerHead, v.Parent, 1)
  214. end
  215. end
  216. end
  217. end)
  218.  
  219.  
  220.  
  221.  
  222. OISection:NewButton("Auto Collect", "", function()
  223. while true do
  224. local playerHead = game.Players.LocalPlayer.Character.Head
  225. for i, v in pairs(workspace.Map.Pizzerias.tycoons.Tycoons["Purple Guy's Pizzeria"].Essentials.Giver:GetDescendants()) do
  226. if v.Name =="TouchInterest" and v.Parent then
  227. firetouchinterest(playerHead, v.Parent, 0)
  228. wait()
  229. firetouchinterest(playerHead, v.Parent, 1)
  230. end
  231. end
  232. end
  233. end)
  234.  
  235.  
  236.  
  237.  
  238. local VO = Window:NewTab("Credits")
  239. local VOSection = VO:NewSection("Credits TO")
  240.  
  241. VOSection:NewLabel("BIG thanks to script owner FinuraBR")
  242. VOSection:NewLabel("the Remade Version made by me AdminUi's")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement