Advertisement
liamglitches

Work At A Pizza Place GUI V1 by NotJimbo#7666

May 5th, 2018
18,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. -- GUI made by LiamGlitchesYT
  2. -- My Discord: NotJimbo#7666
  3. -- My V3RM: NotJimbo
  4. -- My YT: LiamGlitchesYT
  5.  
  6.  
  7. ovenst = false
  8. plr = game.Players.LocalPlayer
  9. rain = false
  10. mana = false
  11. bell = false
  12. ra = false
  13. jobs = false
  14.  
  15. a = {21,1020,1009,1015,1019,1016,1006,1014,1008,106,119,1003}
  16. j = {"Cashier", "Cook", "Pizza Boxer", "Delivery", "Supplier", "On Break"}
  17.  
  18. -- Objects
  19.  
  20. local gui = Instance.new("ScreenGui")
  21. local main = Instance.new("Frame")
  22. local color = Instance.new("Frame")
  23. local title = Instance.new("TextLabel")
  24. local credits = Instance.new("TextLabel")
  25. local spamovens = Instance.new("TextButton")
  26. local automanager = Instance.new("TextButton")
  27. local spambells = Instance.new("TextButton")
  28. local spamovens_2 = Instance.new("TextButton")
  29. local spamjobs = Instance.new("TextButton")
  30. local invite = Instance.new("TextLabel")
  31.  
  32. -- Properties
  33.  
  34. gui.Name = "gui"
  35. gui.Parent = game.CoreGui
  36.  
  37. main.Name = "main"
  38. main.Parent = gui
  39. main.Active = true
  40. main.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  41. main.BorderSizePixel = 0
  42. main.Position = UDim2.new(0.0207351558, 0, 0.249529183, 0)
  43. main.Size = UDim2.new(0, 340, 0, 266)
  44.  
  45. color.Name = "color"
  46. color.Parent = main
  47. color.BackgroundColor3 = Color3.new(1, 1, 1)
  48. color.BorderSizePixel = 0
  49. color.Size = UDim2.new(0, 340, 0, 72)
  50.  
  51. title.Name = "title"
  52. title.Parent = color
  53. title.BackgroundColor3 = Color3.new(1, 1, 1)
  54. title.BackgroundTransparency = 1
  55. title.BorderSizePixel = 0
  56. title.Position = UDim2.new(-0.0970588326, 0, 0, 0)
  57. title.Size = UDim2.new(0, 406, 0, 50)
  58. title.Font = Enum.Font.Highway
  59. title.Text = "Work at a pizza place GUI"
  60. title.TextSize = 35
  61. title.TextWrapped = true
  62.  
  63. credits.Name = "credits"
  64. credits.Parent = color
  65. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  66. credits.BackgroundTransparency = 1
  67. credits.BorderSizePixel = 0
  68. credits.Position = UDim2.new(0.547058761, 0, 0.49999997, 0)
  69. credits.Size = UDim2.new(0, 200, 0, 50)
  70. credits.Font = Enum.Font.Highway
  71. credits.Text = "Jimbo#9089"
  72. credits.TextColor3 = Color3.new(1, 0.666667, 1)
  73. credits.TextSize = 20
  74.  
  75. spamovens.Name = "spamovens"
  76. spamovens.Parent = main
  77. spamovens.BackgroundColor3 = Color3.new(1, 1, 1)
  78. spamovens.BorderSizePixel = 0
  79. spamovens.Position = UDim2.new(1.86264515e-09, 0, 0.323308259, 0)
  80. spamovens.Size = UDim2.new(0, 103, 0, 67)
  81. spamovens.Font = Enum.Font.Highway
  82. spamovens.Text = "Spam Ovens"
  83. spamovens.TextSize = 20
  84.  
  85. automanager.Name = "automanager"
  86. automanager.Parent = main
  87. automanager.BackgroundColor3 = Color3.new(1, 1, 1)
  88. automanager.BorderSizePixel = 0
  89. automanager.Position = UDim2.new(0.348529398, 0, 0.323308259, 0)
  90. automanager.Size = UDim2.new(0, 103, 0, 67)
  91. automanager.Font = Enum.Font.Highway
  92. automanager.Text = "Auto Manager"
  93. automanager.TextSize = 20
  94.  
  95. spambells.Name = "spambells"
  96. spambells.Parent = main
  97. spambells.BackgroundColor3 = Color3.new(1, 1, 1)
  98. spambells.BorderSizePixel = 0
  99. spambells.Position = UDim2.new(0.695588231, 0, 0.323308259, 0)
  100. spambells.Size = UDim2.new(0, 103, 0, 67)
  101. spambells.Font = Enum.Font.Highway
  102. spambells.Text = "Spam bells"
  103. spambells.TextSize = 20
  104.  
  105. spamovens_2.Name = "spamovens"
  106. spamovens_2.Parent = main
  107. spamovens_2.BackgroundColor3 = Color3.new(1, 1, 1)
  108. spamovens_2.BorderSizePixel = 0
  109. spamovens_2.Position = UDim2.new(1.86264515e-09, 0, 0.624060154, 0)
  110. spamovens_2.Size = UDim2.new(0, 103, 0, 67)
  111. spamovens_2.Font = Enum.Font.Highway
  112. spamovens_2.Text = "Spam Ovens"
  113. spamovens_2.TextSize = 20
  114.  
  115. spamjobs.Name = "spam jobs"
  116. spamjobs.Parent = main
  117. spamjobs.BackgroundColor3 = Color3.new(1, 1, 1)
  118. spamjobs.BorderSizePixel = 0
  119. spamjobs.Position = UDim2.new(0.348529398, 0, 0.624060154, 0)
  120. spamjobs.Size = UDim2.new(0, 103, 0, 67)
  121. spamjobs.Font = Enum.Font.Highway
  122. spamjobs.Text = "Spam Jobs"
  123. spamjobs.TextSize = 20
  124.  
  125. invite.Name = "invite"
  126. invite.Parent = gui
  127. invite.BackgroundColor3 = Color3.new(1, 1, 1)
  128. invite.BackgroundTransparency = 1
  129. invite.BorderSizePixel = 0
  130. invite.Position = UDim2.new(0.0207351558, 0, 0.672316432, 0)
  131. invite.Size = UDim2.new(0, 336, 0, 50)
  132. invite.Font = Enum.Font.Highway
  133. invite.Text = "https://discordapp.com/invite/CbNtdRJ"
  134. invite.TextColor3 = Color3.new(1, 1, 1)
  135. invite.TextSize = 20
  136. invite.TextWrapped = true
  137.  
  138.  
  139. spamjobs.MouseButton1Down:connect(function()
  140. if jobs == false then
  141. jobs = true
  142. jobs.BackgroundColor3 = Color3.fromRGB(0,255,0)
  143.  
  144. else
  145. jobs = false
  146. jobs.BackgroundColor3 = Color3.fromRGB(255,0,0)
  147. end
  148. end)
  149.  
  150. spambells.MouseButton1Down:connect(function()
  151. if bell == false then
  152. bell = true
  153. bell.BackgroundColor3 = Color3.fromRGB(0,255,0)
  154.  
  155. else
  156. bell = false
  157. bell.BackgroundColor3 = Color3.fromRGB(255,0,0)
  158. end
  159. end)
  160.  
  161. automanager.MouseButton1Down:connect(function()
  162. if mana == false then
  163. mana = true
  164. mana.BackgroundColor3 = Color3.fromRGB(0,255,0)
  165. else
  166. mana = false
  167. mana.BackgroundColor3 = Color3.fromRGB(255,0,0)
  168. end
  169. end)
  170.  
  171.  
  172. spamovens.MouseButton1Down:connect(function()
  173. if ovenst == false then
  174. ovenst = true
  175. ovenst.BackgroundColor3 = Color3.fromRGB(0,255,0)
  176. else
  177. ovenst = false
  178. ovenst.BackgroundColor3 = Color3.fromRGB(255,0,0)
  179. end
  180. end)
  181.  
  182.  
  183. --thanks papa
  184.  
  185. while wait() do
  186. if jobs == true then
  187. local b = math.random(#j)
  188.  
  189. game.ReplicatedStorage.Channels.PlayerChannel:FireServer("ChangeJob", j[b])
  190. wait()
  191. end
  192. if ra == true then
  193. for _,v in pairs(workspace.Houses:GetChildren()) do
  194. if v.Owner.Value == game.Players.LocalPlayer then
  195. for _,i in pairs(v.Upgrades:GetChildren()) do
  196. bc = math.random(#a)
  197. game.ReplicatedStorage.Channels.HouseChannel:FireServer("PaintHouse", i.Wall, "None", a[bc])
  198. wait()
  199. end
  200. end
  201. end
  202. end
  203. if bell == true then
  204. for _,v in pairs(workspace.Houses:GetChildren()) do
  205. for _,i in pairs(v.Upgrades:GetChildren()) do
  206. i.Doors.FrontDoor.ClickDetector.Detector:FireServer()
  207. wait(.1)
  208. end
  209. end
  210. end
  211. if mana == true then
  212. local a = game.Teams.Manager:GetPlayers()
  213. if #a < 1 then
  214. plr.Character:MoveTo(workspace.ManagerChair.Part.Position - Vector3.new(0,3,0))
  215. wait(1)
  216. end
  217. end
  218. if rain == true then
  219. for _,v in pairs(workspace.Cars:GetChildren()) do
  220. lo = math.random(#a)
  221. game.ReplicatedStorage.Channels.VehicleChannel:FireServer("Paint", v.Paint, "None", a[lo])
  222. wait()
  223. end
  224. end
  225. if ovenst == true then
  226. for _,v in pairs(workspace.Ovens:GetChildren()) do
  227. if v:IsA("Model") then
  228. v.Door.ClickDetector.Detector:FireServer()
  229. end
  230. end
  231. end
  232. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement