Advertisement
Guest User

Work at a Pizza Place script

a guest
Jan 11th, 2019
35,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.11 KB | None | 0 0
  1. local Scripts = Instance.new("Frame")
  2. local ToppingsTroll = Instance.new("TextButton")
  3. local BottomofMap = Instance.new("TextButton")
  4. local OvensTroll = Instance.new("TextButton")
  5. local TPtoManagersChair = Instance.new("TextButton")
  6. local PaintCarsPinklaggy = Instance.new("TextButton")
  7. local Deadlands = Instance.new("TextButton")
  8. local OpenManagersDoor = Instance.new("TextButton")
  9. local AdminGuibyRelentlessRaptor = Instance.new("TextButton")
  10. local GuibyPsykek = Instance.new("TextButton")
  11. local GuibyTheExploiter18 = Instance.new("TextButton")
  12. local Credits = Instance.new("TextLabel")
  13. --Properties:
  14. Scripts.Name = "Scripts"
  15. Scripts.Parent = game.StarterGui.ScreenGui
  16. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Scripts.BorderSizePixel = 0
  18. Scripts.Position = UDim2.new(0.632911384, 0, 0.113851994, 0)
  19. Scripts.Size = UDim2.new(0, 231, 0, 300)
  20. Scripts.Visible = false
  21.  
  22. ToppingsTroll.Name = "Toppings Troll"
  23. ToppingsTroll.Parent = Scripts
  24. ToppingsTroll.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  25. ToppingsTroll.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  26. ToppingsTroll.Position = UDim2.new(0, 0, -0.000433785579, 0)
  27. ToppingsTroll.Size = UDim2.new(0, 231, 0, 26)
  28. ToppingsTroll.Font = Enum.Font.GothamBlack
  29. ToppingsTroll.Text = "Toppings Troll"
  30. ToppingsTroll.TextColor3 = Color3.new(1, 1, 1)
  31. ToppingsTroll.TextSize = 14
  32. ToppingsTroll.MouseButton1Down:connect(function()
  33. for i,v in pairs(workspace.AllDough:GetChildren()) do
  34. workspace.GameService.AddIngredientToPizza:FireServer(v, "Sausage")
  35. workspace.GameService.AddIngredientToPizza:FireServer(v, "Cheese")
  36. workspace.GameService.AddIngredientToPizza:FireServer(v, "Pepperoni")
  37. workspace.GameService.AddIngredientToPizza:FireServer(v, "TomatoSauce")
  38. end
  39. end)
  40.  
  41. BottomofMap.Name = "Bottom of Map"
  42. BottomofMap.Parent = Scripts
  43. BottomofMap.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  44. BottomofMap.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  45. BottomofMap.Position = UDim2.new(0, 0, 0.0837755352, 0)
  46. BottomofMap.Size = UDim2.new(0, 231, 0, 26)
  47. BottomofMap.Font = Enum.Font.GothamBlack
  48. BottomofMap.Text = "Bottom of Map"
  49. BottomofMap.TextColor3 = Color3.new(1, 1, 1)
  50. BottomofMap.TextSize = 14
  51. BottomofMap.TextStrokeColor3 = Color3.new(1, 1, 1)
  52. BottomofMap.MouseButton1Down:connect(function()
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-259,-20,-696)
  54. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  55. end)
  56.  
  57. OvensTroll.Name = "Ovens Troll"
  58. OvensTroll.Parent = Scripts
  59. OvensTroll.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  60. OvensTroll.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  61. OvensTroll.Position = UDim2.new(0, 0, 0.170102045, 0)
  62. OvensTroll.Size = UDim2.new(0, 231, 0, 26)
  63. OvensTroll.Font = Enum.Font.GothamBlack
  64. OvensTroll.Text = "Ovens Troll"
  65. OvensTroll.TextColor3 = Color3.new(1, 1, 1)
  66. OvensTroll.TextSize = 14
  67. OvensTroll.TextStrokeColor3 = Color3.new(1, 1, 1)
  68. OvensTroll.MouseButton1Down:connect(function()
  69. LoopOpenOvens.MouseButton1Click:Connect(function()
  70. while wait() do
  71. for i, Oven in pairs(workspace.Ovens:GetChildren()) do
  72. Oven.Door.ClickDetector.Detector:FireServer()
  73. end
  74. end
  75. end)
  76.  
  77. TPtoManagersChair.Name = "TP to Managers Chair"
  78. TPtoManagersChair.Parent = Scripts
  79. TPtoManagersChair.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  80. TPtoManagersChair.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  81. TPtoManagersChair.Position = UDim2.new(0, 0, 0.25642857, 0)
  82. TPtoManagersChair.Size = UDim2.new(0, 231, 0, 26)
  83. TPtoManagersChair.Font = Enum.Font.GothamBlack
  84. TPtoManagersChair.Text = "TP to Managers Chair"
  85. TPtoManagersChair.TextColor3 = Color3.new(1, 1, 1)
  86. TPtoManagersChair.TextSize = 14
  87. TPtoManagersChair.TextStrokeColor3 = Color3.new(1, 1, 1)
  88. TPtoManagersChair.MouseButton1Down:connect(function()
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23,5,6.5)
  90. end)
  91.  
  92. PaintCarsPinklaggy.Name = "Paint Cars Pink (laggy)"
  93. PaintCarsPinklaggy.Parent = Scripts
  94. PaintCarsPinklaggy.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  95. PaintCarsPinklaggy.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  96. PaintCarsPinklaggy.Position = UDim2.new(0, 0, 0.342755109, 0)
  97. PaintCarsPinklaggy.Size = UDim2.new(0, 231, 0, 26)
  98. PaintCarsPinklaggy.Font = Enum.Font.GothamBlack
  99. PaintCarsPinklaggy.Text = "Paint Cars Pink (laggy)"
  100. PaintCarsPinklaggy.TextColor3 = Color3.new(1, 1, 1)
  101. PaintCarsPinklaggy.TextSize = 14
  102. PaintCarsPinklaggy.TextStrokeColor3 = Color3.new(1, 1, 1)
  103. PaintCarsPinklaggy.MouseButton1Down:connect(function()
  104. --Change "Hot Pink" to a Roblox Color that they have.
  105.  
  106. local Color = BrickColor.new('Hot pink')
  107.  
  108. local PaintCar = function(Car,Color_Code)
  109. for ii, Child in pairs(Car:GetChildren()) do
  110. game.ReplicatedStorage.Channels.VehicleChannel:FireServer('Paint', Child, 'None', Color_Code)
  111. end
  112. end
  113.  
  114. while wait() do
  115. for i, Car in pairs(workspace.Cars:GetChildren()) do
  116. PaintCar(Car, Color.Number)
  117. end
  118. end
  119. end)
  120.  
  121. Deadlands.Name = "Deadlands"
  122. Deadlands.Parent = Scripts
  123. Deadlands.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  124. Deadlands.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  125. Deadlands.Position = UDim2.new(0, 0, 0.429081619, 0)
  126. Deadlands.Size = UDim2.new(0, 231, 0, 26)
  127. Deadlands.Font = Enum.Font.GothamBlack
  128. Deadlands.Text = "Deadlands"
  129. Deadlands.TextColor3 = Color3.new(1, 1, 1)
  130. Deadlands.TextSize = 14
  131. Deadlands.TextStrokeColor3 = Color3.new(1, 1, 1)
  132. Deadlands.MouseButton1Down:connect(function()
  133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,2500000,-20)
  134. end)
  135.  
  136. OpenManagersDoor.Name = "Open Managers Door"
  137. OpenManagersDoor.Parent = Scripts
  138. OpenManagersDoor.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  139. OpenManagersDoor.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  140. OpenManagersDoor.Position = UDim2.new(0, 0, 0.515408158, 0)
  141. OpenManagersDoor.Size = UDim2.new(0, 231, 0, 26)
  142. OpenManagersDoor.Font = Enum.Font.GothamBlack
  143. OpenManagersDoor.Text = "Open Managers Door"
  144. OpenManagersDoor.TextColor3 = Color3.new(1, 1, 1)
  145. OpenManagersDoor.TextSize = 14
  146. OpenManagersDoor.TextStrokeColor3 = Color3.new(1, 1, 1)
  147. OpenManagersDoor.MouseButton1Down:connect(function()
  148. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(43,5,7)
  149. wait(0.2)
  150. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(42,5,7)
  151. wait(0.2)
  152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(43,5,7)
  153. wait(0.2)
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(51,5,7)
  155. end)
  156.  
  157. AdminGuibyRelentlessRaptor.Name = "Admin Gui by RelentlessRaptor"
  158. AdminGuibyRelentlessRaptor.Parent = Scripts
  159. AdminGuibyRelentlessRaptor.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  160. AdminGuibyRelentlessRaptor.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  161. AdminGuibyRelentlessRaptor.Position = UDim2.new(0, 0, 0.601734698, 0)
  162. AdminGuibyRelentlessRaptor.Size = UDim2.new(0, 231, 0, 26)
  163. AdminGuibyRelentlessRaptor.Font = Enum.Font.GothamBlack
  164. AdminGuibyRelentlessRaptor.Text = "Admin Gui by RelentlessRaptor"
  165. AdminGuibyRelentlessRaptor.TextColor3 = Color3.new(1, 1, 1)
  166. AdminGuibyRelentlessRaptor.TextSize = 14
  167. AdminGuibyRelentlessRaptor.TextStrokeColor3 = Color3.new(1, 1, 1)
  168. AdminGuibyRelentlessRaptor.MouseButton1Down:connect(function()
  169. --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  170. --Please don't take anything in this without giving me credit. (I will know)
  171.  
  172. --variables
  173. wait(0.3)
  174. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  175.  
  176. tab = Instance.new("Frame",main)
  177. credits = Instance.new("TextLabel",tab)
  178. xout = Instance.new("TextButton",tab)
  179. minus = Instance.new("TextButton",tab)
  180. frame = Instance.new("Frame",tab)
  181. others = Instance.new("TextButton",frame)
  182. lcal = Instance.new("TextButton",frame)
  183. serv = Instance.new("TextButton",frame)
  184.  
  185. scroll = Instance.new("ScrollingFrame", frame) --others
  186. scroll2 = Instance.new("ScrollingFrame", frame) --local
  187. scroll3 = Instance.new("ScrollingFrame", frame)--serv
  188.  
  189. sttngs = Instance.new("TextButton",frame) --button
  190. sttngsf = Instance.new("Frame",main) --frame
  191. sttngsorig = Instance.new("TextButton",sttngsf)--original color
  192. sttngsred = Instance.new("TextButton",sttngsf)--red color
  193. sttngsorange = Instance.new("TextButton",sttngsf)--orange color
  194. sttngsblue = Instance.new("TextButton",sttngsf)--blue color
  195. sttngswhite = Instance.new("TextButton",sttngsf)--white color
  196. sttngsblack = Instance.new("TextButton",sttngsf)--black color
  197.  
  198. plrt = Instance.new("TextBox",scroll)
  199. killothers = Instance.new("TextButton",scroll)
  200. kickothers = Instance.new("TextButton",scroll)
  201. kill = Instance.new("TextButton",scroll)
  202. kick = Instance.new("TextButton",scroll)
  203. annoy = Instance.new("TextButton",scroll)
  204. disableplr = Instance.new("TextButton",scroll)
  205. disableothers = Instance.new("TextButton",scroll)
  206.  
  207. plrt2 = Instance.new("TextBox",scroll2)
  208. bemanager = Instance.new("TextButton",scroll2)
  209.  
  210. plrt3 = Instance.new("TextBox",scroll3)
  211. respawncars = Instance.new("TextButton",scroll3)
  212. destroyworkspace = Instance.new("TextButton",scroll3)
  213.  
  214.  
  215. cur = scroll
  216.  
  217.  
  218.  
  219.  
  220. --layout
  221.  
  222. tab.Position = UDim2.new(0.3,0,0.3,0)
  223. tab.Size = UDim2.new(0,400,0,25)
  224. tab.BorderSizePixel = 0
  225. tab.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  226. tab.Active = true
  227. tab.Draggable = true
  228.  
  229. credits.Position = UDim2.new(0,73,0,7)
  230. credits.BackgroundTransparency = 1
  231. credits.TextColor3 = Color3.new(1,1,1)
  232. credits.Text = ("Made by RelentlessRaptor")
  233.  
  234. xout.Position = UDim2.new(0,375,0,0)
  235. xout.Size = UDim2.new(0,25,0,20)
  236. xout.BorderSizePixel = 0
  237. xout.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  238. xout.BackgroundTransparency = 1
  239. xout.Active = true
  240. xout.Text = ("X")
  241. xout.TextColor3 = Color3.new(0,0,0)
  242.  
  243. minus.Position = UDim2.new(0,350,0,0)
  244. minus.Size = UDim2.new(0,25,0,20)
  245. minus.BorderSizePixel = 0
  246. minus.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  247. minus.BackgroundTransparency = 1
  248. minus.Active = true
  249. minus.Text = ("-")
  250. minus.TextSize = 15
  251. minus.TextColor3 = Color3.new(0,0,0)
  252.  
  253.  
  254. frame.Position = UDim2.new(0,0,0,25)
  255. frame.Size = UDim2.new(0,400,0,350)
  256. frame.BorderSizePixel = 0
  257. frame.BackgroundColor3 = Color3.new(0/255, 120/255, 240/255)
  258. frame.Active = true
  259. frame.Draggable = false
  260.  
  261. others.Position = UDim2.new(0,15,0,40)
  262. others.Size = UDim2.new(0,50,0,50)
  263. others.BorderSizePixel = 0
  264. others.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  265. others.Active = true
  266. others.Text = ("Others")
  267. others.TextColor3 = Color3.new(1,1,1)
  268. others.Font = ("SciFi")
  269. others.TextSize = 15
  270.  
  271. lcal.Position = UDim2.new(0,15,0,100)
  272. lcal.Size = UDim2.new(0,50,0,50)
  273. lcal.BorderSizePixel = 0
  274. lcal.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  275. lcal.Active = true
  276. lcal.Text = ("Local")
  277. lcal.TextColor3 = Color3.new(1,1,1)
  278. lcal.Font = ("SciFi")
  279. lcal.TextSize = 15
  280.  
  281. serv.Position = UDim2.new(0,15,0,160)
  282. serv.Size = UDim2.new(0,50,0,50)
  283. serv.BorderSizePixel = 0
  284. serv.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  285. serv.Active = true
  286. serv.Text = ("Server")
  287. serv.TextColor3 = Color3.new(1,1,1)
  288. serv.Font = ("SciFi")
  289. serv.TextSize = 15
  290.  
  291. scroll.Size = UDim2.new(0,300,0,300)
  292. scroll.Position = UDim2.new(0,80,0,10)
  293. scroll.BorderSizePixel = 0
  294. scroll.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  295. scroll.Transparency = 0
  296. scroll.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  297. scroll.BackgroundTransparency = 0
  298. scroll.CanvasSize = UDim2.new(0,0,2,0)
  299. scroll.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  300. scroll.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  301.  
  302. scroll2.Size = UDim2.new(0,300,0,300)
  303. scroll2.Position = UDim2.new(500,0,0,0)
  304. scroll2.BorderSizePixel = 0
  305. scroll2.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  306. scroll2.Transparency = 0
  307. scroll2.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  308. scroll2.BackgroundTransparency = 0
  309. scroll2.CanvasSize = UDim2.new(0,0,2,0)
  310. scroll2.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  311. scroll2.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  312.  
  313. scroll3.Size = UDim2.new(0,300,0,300)
  314. scroll3.Position = UDim2.new(500,0,0,0)
  315. scroll3.BorderSizePixel = 0
  316. scroll3.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  317. scroll3.Transparency = 0
  318. scroll3.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  319. scroll3.BackgroundTransparency = 0
  320. scroll3.CanvasSize = UDim2.new(0,0,2,0)
  321. scroll3.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  322. scroll3.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  323.  
  324. sttngs.Position = UDim2.new(0,340,0,330)
  325. sttngs.Size = UDim2.new(0,50,0,10)
  326. sttngs.BorderSizePixel = 1
  327. sttngs.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  328. sttngs.Active = true
  329. sttngs.Text = ("Settings")
  330. sttngs.TextColor3 = Color3.new(1,1,1)
  331. sttngs.Font = ("Arial")
  332. sttngs.TextSize = 11
  333.  
  334. sttngsf.Position = UDim2.new(500,0,0.5,0)
  335. sttngsf.Size = UDim2.new(0,150,0,200)
  336. sttngsf.BorderSizePixel = 1
  337. sttngsf.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  338. sttngsf.Active = true
  339. sttngsf.Draggable = true
  340.  
  341. sttngsorig.AnchorPoint = Vector2.new(0,0,0,0)
  342. sttngsorig.Position = UDim2.new(0,25,0,10)
  343. sttngsorig.Size = UDim2.new(0,100,0,20)
  344. sttngsorig.BorderSizePixel = 0
  345. sttngsorig.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  346. sttngsorig.TextColor3 = Color3.new(1,1,1)
  347. sttngsorig.Active = true
  348. sttngsorig.Text = ("Original")
  349. sttngsorig.TextScaled = true
  350.  
  351. sttngsred.AnchorPoint = Vector2.new(0,0,0,0)
  352. sttngsred.Position = UDim2.new(0,25,0,40)
  353. sttngsred.Size = UDim2.new(0,100,0,20)
  354. sttngsred.BorderSizePixel = 0
  355. sttngsred.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  356. sttngsred.TextColor3 = Color3.new(1,1,1)
  357. sttngsred.Active = true
  358. sttngsred.Text = ("Red")
  359. sttngsred.TextScaled = true
  360.  
  361. sttngsorange.AnchorPoint = Vector2.new(0,0,0,0)
  362. sttngsorange.Position = UDim2.new(0,25,0,70)
  363. sttngsorange.Size = UDim2.new(0,100,0,20)
  364. sttngsorange.BorderSizePixel = 0
  365. sttngsorange.BackgroundColor3 = Color3.new(255/255, 150/255, 0/255)
  366. sttngsorange.TextColor3 = Color3.new(1,1,1)
  367. sttngsorange.Active = true
  368. sttngsorange.Text = ("Orange")
  369. sttngsorange.TextScaled = true
  370.  
  371. sttngsblue.AnchorPoint = Vector2.new(0,0,0,0)
  372. sttngsblue.Position = UDim2.new(0,25,0,100)
  373. sttngsblue.Size = UDim2.new(0,100,0,20)
  374. sttngsblue.BorderSizePixel = 0
  375. sttngsblue.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  376. sttngsblue.TextColor3 = Color3.new(1,1,1)
  377. sttngsblue.Active = true
  378. sttngsblue.Text = ("Blue")
  379. sttngsblue.TextScaled = true
  380.  
  381. sttngswhite.AnchorPoint = Vector2.new(0,0,0,0)
  382. sttngswhite.Position = UDim2.new(0,25,0,130)
  383. sttngswhite.Size = UDim2.new(0,100,0,20)
  384. sttngswhite.BorderSizePixel = 0
  385. sttngswhite.BackgroundColor3 = Color3.new(1,1,1)
  386. sttngswhite.TextColor3 = Color3.new(0,0,0)
  387. sttngswhite.Active = true
  388. sttngswhite.Text = ("White")
  389. sttngswhite.TextScaled = true
  390.  
  391. sttngsblack.AnchorPoint = Vector2.new(0,0,0,0)
  392. sttngsblack.Position = UDim2.new(0,25,0,160)
  393. sttngsblack.Size = UDim2.new(0,100,0,20)
  394. sttngsblack.BorderSizePixel = 0
  395. sttngsblack.BackgroundColor3 = Color3.new(0,0,0)
  396. sttngsblack.TextColor3 = Color3.new(1,1,1)
  397. sttngsblack.Active = true
  398. sttngsblack.Text = ("Black")
  399. sttngsblack.TextScaled = true
  400.  
  401.  
  402.  
  403.  
  404. --ClickableButtons
  405.  
  406. --players
  407. plrt.Position = UDim2.new(0,75,0,15)
  408. plrt.Size = UDim2.new(0,135,0,30)
  409. plrt.BorderSizePixel = 0
  410. plrt.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  411. plrt.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  412. plrt.Active = true
  413. plrt.Text = ("Player")
  414. plrt.TextScaled = true
  415.  
  416. killothers.Position = UDim2.new(0,5,0,60)
  417. killothers.Size = UDim2.new(0,135,0,50)
  418. killothers.BorderSizePixel = 0
  419. killothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  420. killothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  421. killothers.Active = true
  422. killothers.Text = ("Kill Others")
  423. killothers.TextScaled = true
  424.  
  425. kickothers.Position = UDim2.new(0,150,0,60) --+20
  426. kickothers.Size = UDim2.new(0,135,0,50)
  427. kickothers.BorderSizePixel = 0
  428. kickothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  429. kickothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  430. kickothers.Active = true
  431. kickothers.Text = ("Kick Others")
  432. kickothers.TextScaled = true
  433.  
  434. kill.Position = UDim2.new(0,5,0,120)
  435. kill.Size = UDim2.new(0,135,0,50)
  436. kill.BorderSizePixel = 0
  437. kill.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  438. kill.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  439. kill.Active = true
  440. kill.Text = ("Kill Player")
  441. kill.TextScaled = true
  442.  
  443. kick.Position = UDim2.new(0,150,0,120)
  444. kick.Size = UDim2.new(0,135,0,50)
  445. kick.BorderSizePixel = 0
  446. kick.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  447. kick.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  448. kick.Active = true
  449. kick.Text = ("Kick Player")
  450. kick.TextScaled = true
  451.  
  452. annoy.Position = UDim2.new(0,5,0,180)
  453. annoy.Size = UDim2.new(0,135,0,50)
  454. annoy.BorderSizePixel = 0
  455. annoy.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  456. annoy.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  457. annoy.Active = true
  458. annoy.Text = ("Annoy Player")
  459. annoy.TextScaled = true
  460.  
  461. disableplr.Position = UDim2.new(0,150,0,180)
  462. disableplr.Size = UDim2.new(0,135,0,50)
  463. disableplr.BorderSizePixel = 0
  464. disableplr.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  465. disableplr.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  466. disableplr.Active = true
  467. disableplr.Text = ("Disable Player")
  468. disableplr.TextScaled = true
  469.  
  470. disableothers.Position = UDim2.new(0,5,0,240)
  471. disableothers.Size = UDim2.new(0,135,0,50)
  472. disableothers.BorderSizePixel = 0
  473. disableothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  474. disableothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  475. disableothers.Active = true
  476. disableothers.Text = ("Disable Others")
  477. disableothers.TextScaled = true
  478.  
  479.  
  480. --local
  481.  
  482. plrt2.Position = UDim2.new(0,75,0,15)
  483. plrt2.Size = UDim2.new(0,135,0,30)
  484. plrt2.BorderSizePixel = 0
  485. plrt2.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  486. plrt2.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  487. plrt2.Active = true
  488. plrt2.Text = ("Player")
  489. plrt2.TextScaled = true
  490.  
  491. bemanager.Position = UDim2.new(0,5,0,60)
  492. bemanager.Size = UDim2.new(0,135,0,50)
  493. bemanager.BorderSizePixel = 0
  494. bemanager.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  495. bemanager.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  496. bemanager.Active = true
  497. bemanager.Text = ("Become Manager")
  498. bemanager.TextScaled = true
  499.  
  500.  
  501.  
  502.  
  503. --server
  504.  
  505. plrt3.Position = UDim2.new(0,75,0,15)
  506. plrt3.Size = UDim2.new(0,135,0,30)
  507. plrt3.BorderSizePixel = 0
  508. plrt3.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  509. plrt3.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  510. plrt3.Active = true
  511. plrt3.Text = ("Player")
  512. plrt3.TextScaled = true
  513.  
  514. respawncars.Position = UDim2.new(0,5,0,60)
  515. respawncars.Size = UDim2.new(0,135,0,50)
  516. respawncars.BorderSizePixel = 0
  517. respawncars.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  518. respawncars.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  519. respawncars.Active = true
  520. respawncars.Text = ("Respawn All Cars")
  521. respawncars.TextScaled = true
  522.  
  523. destroyworkspace.Position = UDim2.new(0,150,0,60) --+20
  524. destroyworkspace.Size = UDim2.new(0,135,0,50)
  525. destroyworkspace.BorderSizePixel = 0
  526. destroyworkspace.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  527. destroyworkspace.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  528. destroyworkspace.Active = true
  529. destroyworkspace.Text = ("Destroy Workspace")
  530. destroyworkspace.TextScaled = true
  531.  
  532.  
  533.  
  534.  
  535. btns = {plrt,plrt2,plrt3,killothers,kickothers,kill,kick,annoy,bemanager,respawncars,destroyworkspace,disableplr, disableothers}
  536. --buttons
  537.  
  538.  
  539.  
  540. others.MouseButton1Down:connect(function()
  541. if cur ~= scroll then
  542. cur.Position = UDim2.new(500,0,0,0)
  543. scroll.Position = UDim2.new(0,80,0,10)
  544. cur = scroll
  545. end
  546. end)
  547. lcal.MouseButton1Down:connect(function()
  548. if cur ~= scroll2 then
  549. cur.Position = UDim2.new(500,0,0,0)
  550. scroll2.Position = UDim2.new(0,80,0,10)
  551. cur = scroll2
  552. end
  553. end)
  554. serv.MouseButton1Down:connect(function()
  555. if cur ~= scroll3 then
  556. cur.Position = UDim2.new(500,0,0,0)
  557. scroll3.Position = UDim2.new(0,80,0,10)
  558. cur = scroll3
  559. end
  560. end) --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  561.  
  562.  
  563.  
  564.  
  565. open = false
  566. sttngs.MouseButton1Up:connect(function()
  567. if open == false then
  568. sttngsf.Position = UDim2.new(0.8,0,0.5,0)
  569. open = true
  570. else
  571. sttngsf.Position = UDim2.new(500,0,0,0)
  572. open = false
  573. end
  574. end)
  575.  
  576. --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  577. sttngsorig.MouseButton1Up:connect(function()
  578. tab.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  579. frame.BackgroundColor3 = Color3.new(0/255, 120/255, 240/255)
  580. others.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  581. lcal.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  582. serv.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  583. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  584. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  585. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  586. for i, v in pairs(btns) do
  587. v.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  588. end
  589. end)
  590. sttngsred.MouseButton1Up:connect(function()
  591. tab.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  592. frame.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  593. others.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  594. lcal.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  595. serv.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  596. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  597. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  598. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  599. for i, v in pairs(btns) do
  600. v.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  601. end
  602. end)
  603. sttngsorange.MouseButton1Up:connect(function()
  604. tab.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  605. frame.BackgroundColor3 = Color3.new(255/255, 150/255, 0/255)
  606. others.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  607. lcal.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  608. serv.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  609. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  610. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  611. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  612. for i, v in pairs(btns) do
  613. v.TextColor3 = Color3.new(255/255, 150/255, 0/255)
  614. end
  615. end)
  616. sttngsblue.MouseButton1Up:connect(function()
  617. tab.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  618. frame.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  619. others.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  620. lcal.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  621. serv.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  622. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  623. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  624. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  625. for i, v in pairs(btns) do
  626. v.TextColor3 = Color3.new(0/255, 0/255, 255/255)
  627. end
  628. end)
  629. sttngswhite.MouseButton1Up:connect(function()
  630. tab.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  631. frame.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  632. others.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  633. lcal.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  634. serv.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  635. others.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  636. lcal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  637. serv.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  638. for i, v in pairs(btns) do
  639. v.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  640. end
  641. end)
  642. sttngsblack.MouseButton1Up:connect(function()
  643. tab.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  644. frame.BackgroundColor3 = Color3.new(30/255, 30/255, 30/255)
  645. others.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  646. lcal.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  647. serv.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  648. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  649. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  650. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  651. for i, v in pairs(btns) do
  652. v.TextColor3 = Color3.new(30/255, 30/255, 30/255)
  653. end
  654. end)
  655.  
  656.  
  657.  
  658. getplr = function(plxr)
  659. for i, v in pairs(game.Players:GetPlayers()) do
  660. if string.find(v.Name, plxr) then
  661. return v
  662. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  663. return v
  664. end
  665. end
  666. end
  667.  
  668.  
  669. kill.MouseButton1Up:connect(function()
  670. local plr = getplr(plrt.Text)
  671. game.Workspace.GameService.DestroyIngredient:FireServer(plr.Character.Head,false)
  672. end)
  673. kick.MouseButton1Up:connect(function()
  674. local plr = getplr(plrt.Text)
  675. game.Workspace.GameService.DestroyIngredient:FireServer(plr,false)
  676. end)
  677. annoying = false
  678. annoy.MouseButton1Up:connect(function()
  679. if annoying == true then
  680. annoying = false
  681. annoy.Text = ("Annoy Player")
  682. else
  683. annoying = true
  684. annoy.Text = ("Stop")
  685. end
  686. local plr = getplr(plrt.Text)
  687. while annoying == true do
  688. wait(0.1)
  689.  
  690. for i, v in pairs(game.Workspace.AllDough:GetChildren()) do
  691.  
  692. game.Workspace.GameService.UpdateObjectProperty:FireServer(true,v,"CFrame",plr.Character.Head.CFrame)
  693.  
  694. end
  695. for i, v in pairs(game.Workspace.AllMountainDew:GetChildren()) do
  696.  
  697. game.Workspace.GameService.UpdateObjectProperty:FireServer(true,v,"CFrame",plr.Character.Head.CFrame)
  698.  
  699. end
  700. end
  701. end)
  702.  
  703. bemanager.MouseButton1Up:connect(function()
  704. for i, v in pairs(game.Players:GetPlayers()) do
  705. if v.TeamColor == game.Teams.Manager.TeamColor and v.Name ~= game.Players.LocalPlayer.Name then
  706. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  707. game.Players.LocalPlayer.Character:MoveTo(game.Workspace.ManagerChair.Seat.Position)
  708. else
  709. game.Players.LocalPlayer.Character:MoveTo(game.Workspace.ManagerChair.Seat.Position)
  710. end
  711. end
  712. end)
  713.  
  714. killothers.MouseButton1Up:connect(function()
  715. for i, v in pairs(game.Players:GetChildren()) do
  716. if v.Name ~= game.Players.LocalPlayer.Name then
  717. game.Workspace.GameService.DestroyIngredient:FireServer(v.Character.Head,false)
  718. end
  719. end
  720. end)
  721. kickothers.MouseButton1Up:connect(function()
  722. for i, v in pairs(game.Players:GetChildren()) do
  723. if v.Name ~= game.Players.LocalPlayer.Name then
  724. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  725. end
  726. end
  727. end)
  728. respawncars.MouseButton1Up:connect(function()
  729. for i, v in pairs(game.Workspace.Cars:GetChildren()) do
  730. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  731. end
  732. end)
  733.  
  734. destroyworkspace.MouseButton1Up:connect(function()
  735. for i, v in pairs(game.Workspace:GetChildren()) do
  736. if v.Name ~= ("GameService") and v.Parent.Name ~= ("GameService") then
  737. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  738. end
  739. end
  740. end)
  741.  
  742. disableplr.MouseButton1Up:connect(function()
  743. local plr = getplr(plrt.Text)
  744. game.Workspace.GameService.DestroyIngredient:FireServer(plr.Character.HumanoidRootPart,false)
  745. end)
  746.  
  747. disableothers.MouseButton1Up:connect(function()
  748. for i, v in pairs(game.Players:GetChildren()) do
  749. if v.Name ~= game.Players.LocalPlayer.Name then
  750. game.Workspace.GameService.DestroyIngredient:FireServer(v.Character.HumanoidRootPart,false)
  751. end
  752. end
  753.  
  754. end)
  755.  
  756.  
  757. xout.MouseEnter:connect(function()
  758. xout.BackgroundTransparency = 0
  759. xout.TextColor3 = Color3.new(1,1,1)
  760. end)
  761. xout.MouseLeave:connect(function()
  762. xout.BackgroundTransparency = 1
  763. xout.TextColor3 = Color3.new(0,0,0)
  764. end)
  765. xout.MouseButton1Up:connect(function()
  766. main:Remove()
  767. end)
  768.  
  769. minus.MouseEnter:connect(function()
  770. minus.BackgroundTransparency = 0
  771. minus.TextColor3 = Color3.new(1,1,1)
  772. end)
  773. minus.MouseLeave:connect(function()
  774. minus.BackgroundTransparency = 1
  775. minus.TextColor3 = Color3.new(0,0,0)
  776. end)
  777. minused = false
  778. minus.MouseButton1Up:connect(function()
  779. if minused == false then
  780. minused = true
  781. frame.Position = frame.Position + UDim2.new(5000,0,0,0)
  782. minus.Text = ("+")
  783. else
  784. minused = false
  785. frame.Position = frame.Position - UDim2.new(5000,0,0,0)
  786. minus.Text = ("-")
  787. end
  788. end)
  789. end)
  790.  
  791. GuibyPsykek.Name = "Gui by Psykek"
  792. GuibyPsykek.Parent = Scripts
  793. GuibyPsykek.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  794. GuibyPsykek.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  795. GuibyPsykek.Position = UDim2.new(0, 0, 0.688061237, 0)
  796. GuibyPsykek.Size = UDim2.new(0, 231, 0, 26)
  797. GuibyPsykek.Font = Enum.Font.GothamBlack
  798. GuibyPsykek.Text = "Gui by Psykek"
  799. GuibyPsykek.TextColor3 = Color3.new(1, 1, 1)
  800. GuibyPsykek.TextSize = 14
  801. GuibyPsykek.TextStrokeColor3 = Color3.new(1, 1, 1)
  802.  
  803. GuibyTheExploiter18.Name = "Gui by TheExploiter 18"
  804. GuibyTheExploiter18.Parent = Scripts
  805. GuibyTheExploiter18.BackgroundColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  806. GuibyTheExploiter18.BorderColor3 = Color3.new(0.180392, 0.635294, 0.596078)
  807. GuibyTheExploiter18.Position = UDim2.new(0, 0, 0.774387777, 0)
  808. GuibyTheExploiter18.Size = UDim2.new(0, 231, 0, 26)
  809. GuibyTheExploiter18.Font = Enum.Font.GothamBlack
  810. GuibyTheExploiter18.Text = "Gui by TheExploiter18"
  811. GuibyTheExploiter18.TextColor3 = Color3.new(1, 1, 1)
  812. GuibyTheExploiter18.TextSize = 14
  813. GuibyTheExploiter18.TextStrokeColor3 = Color3.new(1, 1, 1)
  814. GuibyTheExploiter18.MouseButton1Down:connect(function()
  815. ovenst = false
  816. plr = game.Players.LocalPlayer
  817. rain = false
  818. mana = false
  819. bell = false
  820. ra = false
  821. jobs = false
  822.  
  823. a = {21,1020,1009,1015,1019,1016,1006,1014,1008,106,119,1003}
  824. j = {"Cashier", "Cook", "Pizza Boxer", "Delivery", "Supplier", "On Break"}
  825.  
  826. -- Objects
  827.  
  828. local gui = Instance.new("ScreenGui")
  829. local main = Instance.new("Frame")
  830. local color = Instance.new("Frame")
  831. local title = Instance.new("TextLabel")
  832. local credits = Instance.new("TextLabel")
  833. local spamovens = Instance.new("TextButton")
  834. local automanager = Instance.new("TextButton")
  835. local spambells = Instance.new("TextButton")
  836. local spamovens_2 = Instance.new("TextButton")
  837. local spamjobs = Instance.new("TextButton")
  838. local invite = Instance.new("TextLabel")
  839.  
  840. -- Properties
  841.  
  842. gui.Name = "gui"
  843. gui.Parent = game.CoreGui
  844.  
  845. main.Name = "main"
  846. main.Parent = gui
  847. main.Active = true
  848. main.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  849. main.BorderSizePixel = 0
  850. main.Position = UDim2.new(0.0207351558, 0, 0.249529183, 0)
  851. main.Size = UDim2.new(0, 340, 0, 266)
  852.  
  853. color.Name = "color"
  854. color.Parent = main
  855. color.BackgroundColor3 = Color3.new(1, 1, 1)
  856. color.BorderSizePixel = 0
  857. color.Size = UDim2.new(0, 340, 0, 72)
  858.  
  859. title.Name = "title"
  860. title.Parent = color
  861. title.BackgroundColor3 = Color3.new(1, 1, 1)
  862. title.BackgroundTransparency = 1
  863. title.BorderSizePixel = 0
  864. title.Position = UDim2.new(-0.0970588326, 0, 0, 0)
  865. title.Size = UDim2.new(0, 406, 0, 50)
  866. title.Font = Enum.Font.Highway
  867. title.Text = "Work at a Pizza Place GUI"
  868. title.TextSize = 35
  869. title.TextWrapped = true
  870.  
  871. credits.Name = "credits"
  872. credits.Parent = color
  873. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  874. credits.BackgroundTransparency = 1
  875. credits.BorderSizePixel = 0
  876. credits.Position = UDim2.new(0.547058761, 0, 0.49999997, 0)
  877. credits.Size = UDim2.new(0, 200, 0, 50)
  878. credits.Font = Enum.Font.Highway
  879. credits.Text = "Troll GUI Lol"
  880. credits.TextColor3 = Color3.new(1, 0.666667, 1)
  881. credits.TextSize = 20
  882.  
  883. spamovens.Name = "spamovens"
  884. spamovens.Parent = main
  885. spamovens.BackgroundColor3 = Color3.new(1, 1, 1)
  886. spamovens.BorderSizePixel = 0
  887. spamovens.Position = UDim2.new(1.86264515e-09, 0, 0.323308259, 0)
  888. spamovens.Size = UDim2.new(0, 103, 0, 67)
  889. spamovens.Font = Enum.Font.Highway
  890. spamovens.Text = "Spam Ovens"
  891. spamovens.TextSize = 20
  892.  
  893. automanager.Name = "automanager"
  894. automanager.Parent = main
  895. automanager.BackgroundColor3 = Color3.new(1, 1, 1)
  896. automanager.BorderSizePixel = 0
  897. automanager.Position = UDim2.new(0.348529398, 0, 0.323308259, 0)
  898. automanager.Size = UDim2.new(0, 103, 0, 67)
  899. automanager.Font = Enum.Font.Highway
  900. automanager.Text = "Auto Manager"
  901. automanager.TextSize = 20
  902.  
  903. spambells.Name = "spambells"
  904. spambells.Parent = main
  905. spambells.BackgroundColor3 = Color3.new(1, 1, 1)
  906. spambells.BorderSizePixel = 0
  907. spambells.Position = UDim2.new(0.695588231, 0, 0.323308259, 0)
  908. spambells.Size = UDim2.new(0, 103, 0, 67)
  909. spambells.Font = Enum.Font.Highway
  910. spambells.Text = "Spam Doorbells"
  911. spambells.TextSize = 20
  912.  
  913. spamovens_2.Name = "spamovens"
  914. spamovens_2.Parent = main
  915. spamovens_2.BackgroundColor3 = Color3.new(1, 1, 1)
  916. spamovens_2.BorderSizePixel = 0
  917. spamovens_2.Position = UDim2.new(1.86264515e-09, 0, 0.624060154, 0)
  918. spamovens_2.Size = UDim2.new(0, 103, 0, 67)
  919. spamovens_2.Font = Enum.Font.Highway
  920. spamovens_2.Text = "Spam Ovens"
  921. spamovens_2.TextSize = 20
  922.  
  923. spamjobs.Name = "spam jobs"
  924. spamjobs.Parent = main
  925. spamjobs.BackgroundColor3 = Color3.new(1, 1, 1)
  926. spamjobs.BorderSizePixel = 0
  927. spamjobs.Position = UDim2.new(0.348529398, 0, 0.624060154, 0)
  928. spamjobs.Size = UDim2.new(0, 103, 0, 67)
  929. spamjobs.Font = Enum.Font.Highway
  930. spamjobs.Text = "Spam Job Teams"
  931. spamjobs.TextSize = 20
  932.  
  933. invite.Name = "invite"
  934. invite.Parent = gui
  935. invite.BackgroundColor3 = Color3.new(1, 1, 1)
  936. invite.BackgroundTransparency = 1
  937. invite.BorderSizePixel = 0
  938. invite.Position = UDim2.new(0.0207351558, 0, 0.672316432, 0)
  939. invite.Size = UDim2.new(0, 336, 0, 50)
  940. invite.Font = Enum.Font.Highway
  941. invite.Text = "Credit to Jimbo"
  942. invite.TextColor3 = Color3.new(1, 1, 1)
  943. invite.TextSize = 20
  944. invite.TextWrapped = true
  945.  
  946.  
  947. spamjobs.MouseButton1Down:connect(function()
  948. if jobs == false then
  949. jobs = true
  950. jobs.BackgroundColor3 = Color3.fromRGB(0,255,0)
  951.  
  952. else
  953. jobs = false
  954. jobs.BackgroundColor3 = Color3.fromRGB(255,0,0)
  955. end
  956. end)
  957.  
  958. spambells.MouseButton1Down:connect(function()
  959. if bell == false then
  960. bell = true
  961. bell.BackgroundColor3 = Color3.fromRGB(0,255,0)
  962.  
  963. else
  964. bell = false
  965. bell.BackgroundColor3 = Color3.fromRGB(255,0,0)
  966. end
  967. end)
  968.  
  969. automanager.MouseButton1Down:connect(function()
  970. if mana == false then
  971. mana = true
  972. mana.BackgroundColor3 = Color3.fromRGB(0,255,0)
  973. else
  974. mana = false
  975. mana.BackgroundColor3 = Color3.fromRGB(255,0,0)
  976. end
  977. end)
  978.  
  979.  
  980. spamovens.MouseButton1Down:connect(function()
  981. if ovenst == false then
  982. ovenst = true
  983. ovenst.BackgroundColor3 = Color3.fromRGB(0,255,0)
  984. else
  985. ovenst = false
  986. ovenst.BackgroundColor3 = Color3.fromRGB(255,0,0)
  987. end
  988. end)
  989.  
  990.  
  991. --thanks papa
  992.  
  993. while wait() do
  994. if jobs == true then
  995. local b = math.random(#j)
  996.  
  997. game.ReplicatedStorage.Channels.PlayerChannel:FireServer("ChangeJob", j[b])
  998. wait()
  999. end
  1000. if ra == true then
  1001. for _,v in pairs(workspace.Houses:GetChildren()) do
  1002. if v.Owner.Value == game.Players.LocalPlayer then
  1003. for _,i in pairs(v.Upgrades:GetChildren()) do
  1004. bc = math.random(#a)
  1005. game.ReplicatedStorage.Channels.HouseChannel:FireServer("PaintHouse", i.Wall, "None", a[bc])
  1006. wait()
  1007. end
  1008. end
  1009. end
  1010. end
  1011. if bell == true then
  1012. for _,v in pairs(workspace.Houses:GetChildren()) do
  1013. for _,i in pairs(v.Upgrades:GetChildren()) do
  1014. i.Doors.FrontDoor.ClickDetector.Detector:FireServer()
  1015. wait(.1)
  1016. end
  1017. end
  1018. end
  1019. if mana == true then
  1020. local a = game.Teams.Manager:GetPlayers()
  1021. if #a < 1 then
  1022. plr.Character:MoveTo(workspace.ManagerChair.Part.Position - Vector3.new(0,3,0))
  1023. wait(1)
  1024. end
  1025. end
  1026. if rain == true then
  1027. for _,v in pairs(workspace.Cars:GetChildren()) do
  1028. lo = math.random(#a)
  1029. game.ReplicatedStorage.Channels.VehicleChannel:FireServer("Paint", v.Paint, "None", a[lo])
  1030. wait()
  1031. end
  1032. end
  1033. if ovenst == true then
  1034. for _,v in pairs(workspace.Ovens:GetChildren()) do
  1035. if v:IsA("Model") then
  1036. v.Door.ClickDetector.Detector:FireServer()
  1037. end
  1038. end
  1039. end
  1040. end
  1041. end)
  1042.  
  1043. Credits.Name = "Credits"
  1044. Credits.Parent = Scripts
  1045. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  1046. Credits.BorderColor3 = Color3.new(1, 1, 1)
  1047. Credits.BorderSizePixel = 0
  1048. Credits.Position = UDim2.new(0, 0, 0.860000014, 0)
  1049. Credits.Size = UDim2.new(0, 231, 0, 42)
  1050. Credits.Font = Enum.Font.Code
  1051. Credits.Text = "Credits to RelentlessRaptor, Psykek and TheExploiter18"
  1052. Credits.TextColor3 = Color3.new(0, 0, 0)
  1053. Credits.TextSize = 7
  1054. --Te_Dino on Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement