NikkoLim

suPER duper fucking hack!

Jan 1st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.75 KB | None | 0 0
  1. -- made by Jimbo#7368
  2. -- NEW UPDATE! V2.2
  3. -- -------------------
  4. -- NOW ADDED ON / OFF BUTTONS!
  5.  
  6. -- ADDING SOON
  7. -- --------------------
  8. -- RAINBOW CARS
  9. -- HIDE TAB WHEN YOU CLICK ON A DIFFERENT TAB
  10. -- BUTTON ANIMATIONS!
  11.  
  12. ovenst = false
  13. plr = game.Players.LocalPlayer
  14. rain = false
  15. mana = false
  16. bell = false
  17. ra = false
  18. jobs = false
  19.  
  20. a = {21,1020,1009,1015,1019,1016,1006,1014,1008,106,119,1003}
  21. j = {"Cashier", "Cook", "Pizza Boxer", "Delivery", "Supplier", "On Break"}
  22.  
  23. ScreenGui = Instance.new("ScreenGui")
  24. select = Instance.new("Frame")
  25. teleports1 = Instance.new("TextButton")
  26. troll1 = Instance.new("TextButton")
  27. credits1 = Instance.new("TextButton")
  28. home1 = Instance.new("TextButton")
  29. credits = Instance.new("Frame")
  30. credits_2 = Instance.new("TextLabel")
  31. closecredits = Instance.new("TextButton")
  32. home = Instance.new("Frame")
  33. title = Instance.new("TextLabel")
  34. credits_3 = Instance.new("TextLabel")
  35. des = Instance.new("TextLabel")
  36. closehome = Instance.new("TextButton")
  37. teleports = Instance.new("Frame")
  38. cookroom = Instance.new("TextButton")
  39. closeteleports = Instance.new("TextButton")
  40. delivery = Instance.new("TextButton")
  41. office = Instance.new("TextButton")
  42. chair = Instance.new("TextButton")
  43. dump = Instance.new("TextButton")
  44. supplier = Instance.new("TextButton")
  45. chestisland = Instance.new("TextButton")
  46. chest = Instance.new("TextButton")
  47. sell = Instance.new("TextButton")
  48. entrance = Instance.new("TextButton")
  49. little_notice = Instance.new("TextLabel")
  50. misc = Instance.new("Frame")
  51. cookroom_2 = Instance.new("TextButton")
  52. closemisc = Instance.new("TextButton")
  53. delivery_2 = Instance.new("TextButton")
  54. office_2 = Instance.new("TextButton")
  55. chair_2 = Instance.new("TextButton")
  56.  
  57. ScreenGui.Parent = game.CoreGui
  58.  
  59. select.Name = "select"
  60. select.Parent = ScreenGui
  61. select.BackgroundColor3 = Color3.new(0.45098, 0.352941, 1)
  62. select.BorderSizePixel = 0
  63. select.Position = UDim2.new(0.0106177609, 0, 0.826741993, 0)
  64. select.Size = UDim2.new(0, 404, 0, 64)
  65.  
  66. teleports1.Name = "teleports1"
  67. teleports1.Parent = select
  68. teleports1.BackgroundColor3 = Color3.new(1, 1, 1)
  69. teleports1.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  70. teleports1.Position = UDim2.new(0.248743713, 0, 0, 0)
  71. teleports1.Size = UDim2.new(0, 104, 0, 64)
  72. teleports1.Font = Enum.Font.Highway
  73. teleports1.FontSize = Enum.FontSize.Size28
  74. teleports1.Text = "Teleports"
  75. teleports1.TextColor3 = Color3.new(0, 0, 0)
  76. teleports1.TextSize = 25
  77. teleports1.TextWrapped = true
  78. teleports1.MouseButton1Down:connect(function()
  79. teleports.Visible = true
  80. end)
  81.  
  82. troll1.Name = "troll1"
  83. troll1.Parent = select
  84. troll1.BackgroundColor3 = Color3.new(1, 1, 1)
  85. troll1.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  86. troll1.Position = UDim2.new(0.504875898, 0, 0, 0)
  87. troll1.Size = UDim2.new(0, 104, 0, 64)
  88. troll1.Font = Enum.Font.Highway
  89. troll1.FontSize = Enum.FontSize.Size32
  90. troll1.Text = "Misc"
  91. troll1.TextColor3 = Color3.new(0, 0, 0)
  92. troll1.TextSize = 30
  93. troll1.MouseButton1Down:connect(function()
  94. misc.Visible = true
  95. end)
  96.  
  97. credits1.Name = "credits1"
  98. credits1.Parent = select
  99. credits1.BackgroundColor3 = Color3.new(1, 1, 1)
  100. credits1.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  101. credits1.Position = UDim2.new(0.743718565, 0, 0, 0)
  102. credits1.Size = UDim2.new(0, 104, 0, 64)
  103. credits1.Font = Enum.Font.Highway
  104. credits1.FontSize = Enum.FontSize.Size32
  105. credits1.Text = "Credits"
  106. credits1.TextColor3 = Color3.new(0, 0, 0)
  107. credits1.TextSize = 30
  108. credits1.MouseButton1Down:connect(function()
  109. credits.Visible = true
  110. end)
  111.  
  112. home1.Name = "home1"
  113. home1.Parent = select
  114. home1.BackgroundColor3 = Color3.new(1, 1, 1)
  115. home1.BorderColor3 = Color3.new(0.666667, 0.333333, 1)
  116. home1.Size = UDim2.new(0, 104, 0, 64)
  117. home1.Font = Enum.Font.Highway
  118. home1.FontSize = Enum.FontSize.Size32
  119. home1.Text = "Home"
  120. home1.TextColor3 = Color3.new(0, 0, 0)
  121. home1.TextSize = 30
  122. home1.MouseButton1Down:connect(function()
  123. home.Visible = true
  124. end)
  125.  
  126. credits.Name = "credits"
  127. credits.Parent = ScreenGui
  128. credits.BackgroundColor3 = Color3.new(0.45098, 0.352941, 1)
  129. credits.BorderSizePixel = 0
  130. credits.Position = UDim2.new(0.0106177609, 0, 0.482109219, 0)
  131. credits.Size = UDim2.new(0, 146, 0, 161)
  132. credits.Visible = false
  133. credits.Active = true
  134. credits.Draggable = true
  135.  
  136. credits_2.Name = "credits"
  137. credits_2.Parent = credits
  138. credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  139. credits_2.BackgroundTransparency = 1
  140. credits_2.BorderSizePixel = 0
  141. credits_2.Size = UDim2.new(0, 120, 0, 161)
  142. credits_2.Font = Enum.Font.Highway
  143. credits_2.FontSize = Enum.FontSize.Size14
  144. credits_2.Text = "Hey, All teleports were found by me, LiamGlitchesYT on v3rm (Jimbo#2505 on discord). All other scripts are not by me, they are scripts they haven't been seen / used for a decent amount of time."
  145. credits_2.TextColor3 = Color3.new(1, 1, 1)
  146. credits_2.TextScaled = true
  147. credits_2.TextSize = 14
  148. credits_2.TextWrapped = true
  149.  
  150. closecredits.Name = "closecredits"
  151. closecredits.Parent = credits
  152. closecredits.BackgroundColor3 = Color3.new(0.996078, 0, 0)
  153. closecredits.BorderSizePixel = 0
  154. closecredits.Position = UDim2.new(0.82483685, 0, 0, 0)
  155. closecredits.Size = UDim2.new(0, 26, 0, 24)
  156. closecredits.Font = Enum.Font.Highway
  157. closecredits.FontSize = Enum.FontSize.Size32
  158. closecredits.Text = "X"
  159. closecredits.TextColor3 = Color3.new(1, 1, 1)
  160. closecredits.TextSize = 30
  161. closecredits.MouseButton1Down:connect(function()
  162. credits.Visible = false
  163. end)
  164.  
  165. home.Name = "home"
  166. home.Parent = ScreenGui
  167. home.BackgroundColor3 = Color3.new(0.45098, 0.352941, 1)
  168. home.BorderSizePixel = 0
  169. home.Position = UDim2.new (0.0106177609, 0, 0.482109219, 0)
  170. home.Size = UDim2.new(0, 359, 0, 161)
  171. home.Visible = false
  172. home.Active = true
  173. home.Draggable = true
  174.  
  175. title.Name = "title"
  176. title.Parent = home
  177. title.BackgroundColor3 = Color3.new(1, 1, 1)
  178. title.BackgroundTransparency = 1
  179. title.BorderSizePixel = 0
  180. title.Size = UDim2.new(0, 359, 0, 45)
  181. title.Font = Enum.Font.Highway
  182. title.FontSize = Enum.FontSize.Size32
  183. title.Text = "Work at a pizza place GUI"
  184. title.TextColor3 = Color3.new(1, 1, 1)
  185. title.TextSize = 30
  186. title.TextStrokeTransparency = 0
  187. title.TextWrapped = true
  188.  
  189. credits_3.Name = "credits"
  190. credits_3.Parent = home
  191. credits_3.BackgroundColor3 = Color3.new(1, 1, 1)
  192. credits_3.BackgroundTransparency = 1
  193. credits_3.BorderSizePixel = 0
  194. credits_3.Position = UDim2.new(0, 0, 0.87577641, 0)
  195. credits_3.Size = UDim2.new(0, 217, 0, 20)
  196. credits_3.Font = Enum.Font.Highway
  197. credits_3.FontSize = Enum.FontSize.Size18
  198. credits_3.Text = "Made by LiamGlitchesYT on v3rm"
  199. credits_3.TextColor3 = Color3.new(1, 1, 1)
  200. credits_3.TextSize = 16
  201. credits_3.TextStrokeTransparency = 0
  202. credits_3.TextWrapped = true
  203.  
  204. des.Name = "des"
  205. des.Parent = home
  206. des.BackgroundColor3 = Color3.new(1, 1, 1)
  207. des.BackgroundTransparency = 1
  208. des.Position = UDim2.new(0, 0, 0.372670799, 0)
  209. des.Size = UDim2.new(0, 359, 0, 50)
  210. des.Font = Enum.Font.Highway
  211. des.FontSize = Enum.FontSize.Size18
  212. des.Text = "I have tried a different type of theme on this GUI this time. Lemme know how it looks. Sorry for being as unactive as I have been on v3rm. In two weeks. I'll be posting tons of GUI's!"
  213. des.TextColor3 = Color3.new(1, 1, 1)
  214. des.TextScaled = true
  215. des.TextSize = 16
  216. des.TextStrokeTransparency = 0
  217. des.TextWrapped = true
  218.  
  219. closehome.Name = "closehome"
  220. closehome.Parent = home
  221. closehome.BackgroundColor3 = Color3.new(0.996078, 0, 0)
  222. closehome.BorderSizePixel = 0
  223. closehome.Position = UDim2.new(0.927576602, 0, 0, 0)
  224. closehome.Size = UDim2.new(0, 26, 0, 24)
  225. closehome.Font = Enum.Font.Highway
  226. closehome.FontSize = Enum.FontSize.Size32
  227. closehome.Text = "X"
  228. closehome.TextColor3 = Color3.new(1, 1, 1)
  229. closehome.TextSize = 30
  230. closehome.MouseButton1Down:connect(function()
  231. home.Visible = false
  232. end)
  233.  
  234. teleports.Name = "teleports"
  235. teleports.Parent = ScreenGui
  236. teleports.BackgroundColor3 = Color3.new(0.45098, 0.352941, 1)
  237. teleports.BorderSizePixel = 0
  238. teleports.Position = UDim2.new(0.0106177609, 0, 0.482109219, 0)
  239. teleports.Size = UDim2.new(0, 432, 0, 161)
  240. teleports.Visible = false
  241. teleports.Active = true
  242. teleports.Draggable = true
  243.  
  244. cookroom.Name = "cookroom"
  245. cookroom.Parent = teleports
  246. cookroom.BackgroundColor3 = Color3.new(255, 0, 0)
  247. cookroom.BorderSizePixel = 0
  248. cookroom.Position = UDim2.new(0.0194986109, 0, 0.149068326, 0)
  249. cookroom.Size = UDim2.new(0, 73, 0, 45)
  250. cookroom.Font = Enum.Font.Highway
  251. cookroom.FontSize = Enum.FontSize.Size32
  252. cookroom.Text = "Cook Room"
  253. cookroom.TextColor3 = Color3.new(0, 0, 0)
  254. cookroom.TextScaled = true
  255. cookroom.TextSize = 30
  256. cookroom.TextWrapped = true
  257. cookroom.MouseButton1Down:connect(function()
  258. cookroom.BackgroundColor3 = Color3.fromRGB(0,255,0)
  259. wait()
  260. cookroom.BackgroundColor3 = Color3.fromRGB(255,0,0)
  261. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(37.3033447, 3.15158749, 59.5493202)
  262. end)
  263.  
  264. closeteleports.Name = "closeteleports"
  265. closeteleports.Parent = teleports
  266. closeteleports.BackgroundColor3 = Color3.new(0.996078, 0, 0)
  267. closeteleports.BorderSizePixel = 0
  268. closeteleports.Position = UDim2.new(0.939150691, 0, 0, 0)
  269. closeteleports.Size = UDim2.new(0, 26, 0, 24)
  270. closeteleports.Font = Enum.Font.Highway
  271. closeteleports.FontSize = Enum.FontSize.Size32
  272. closeteleports.Text = "X"
  273. closeteleports.TextColor3 = Color3.new(1, 1, 1)
  274. closeteleports.TextSize = 30
  275. closeteleports.MouseButton1Down:connect(function()
  276. teleports.Visible = false
  277. end)
  278.  
  279. delivery.Name = "delivery"
  280. delivery.Parent = teleports
  281. delivery.BackgroundColor3 = Color3.new(255, 0, 0)
  282. delivery.BorderSizePixel = 0
  283. delivery.Position = UDim2.new(0.21781826, 0, 0.149068326, 0)
  284. delivery.Size = UDim2.new(0, 73, 0, 45)
  285. delivery.Font = Enum.Font.Highway
  286. delivery.FontSize = Enum.FontSize.Size32
  287. delivery.Text = "Delivery"
  288. delivery.TextColor3 = Color3.new(0, 0, 0)
  289. delivery.TextScaled = true
  290. delivery.TextSize = 30
  291. delivery.TextWrapped = true
  292. delivery.MouseButton1Down:connect(function()
  293. delivery.BackgroundColor3 = Color3.fromRGB(0,255,0)
  294. wait()
  295. delivery.BackgroundColor3 = Color3.fromRGB(255,0,0)
  296. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65.4489365, 3.1500001, -15.833909)
  297. end)
  298.  
  299. office.Name = "office"
  300. office.Parent = teleports
  301. office.BackgroundColor3 = Color3.new(255, 0, 0)
  302. office.BorderSizePixel = 0
  303. office.Position = UDim2.new(0.415235251, 0, 0.149068326, 0)
  304. office.Size = UDim2.new(0, 73, 0, 45)
  305. office.Font = Enum.Font.Highway
  306. office.FontSize = Enum.FontSize.Size32
  307. office.Text = "Manager Office"
  308. office.TextColor3 = Color3.new(0, 0, 0)
  309. office.TextScaled = true
  310. office.TextSize = 30
  311. office.TextWrapped = true
  312. office.MouseButton1Down:connect(function()
  313. office.BackgroundColor3 = Color3.fromRGB(0,255,0)
  314. wait()
  315. office.BackgroundColor3 = Color3.fromRGB(255,0,0)
  316. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.6000366, 3.14977551, 6.5308485)
  317. end)
  318.  
  319.  
  320. chair.Name = "chair"
  321. chair.Parent = teleports
  322. chair.BackgroundColor3 = Color3.new(255, 0, 0)
  323. chair.BorderSizePixel = 0
  324. chair.Position = UDim2.new(0.61312288, 0, 0.149068326, 0)
  325. chair.Size = UDim2.new(0, 73, 0, 45)
  326. chair.Font = Enum.Font.Highway
  327. chair.FontSize = Enum.FontSize.Size32
  328. chair.Text = "Manager's Chair"
  329. chair.TextColor3 = Color3.new(0, 0, 0)
  330. chair.TextScaled = true
  331. chair.TextSize = 30
  332. chair.TextWrapped = true
  333. chair.MouseButton1Down:connect(function()
  334. chair.BackgroundColor3 = Color3.fromRGB(0,255,0)
  335. wait()
  336. chair.BackgroundColor3 = Color3.fromRGB(255,0,0)
  337. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.7000046, 4.29943943, 6.49999714)
  338. end)
  339.  
  340.  
  341. dump.Name = "dump"
  342. dump.Parent = teleports
  343. dump.BackgroundColor3 = Color3.new(255, 0, 0)
  344. dump.BorderSizePixel = 0
  345. dump.Position = UDim2.new(0.802937686, 0, 0.149068326, 0)
  346. dump.Size = UDim2.new(0, 73, 0, 45)
  347. dump.Font = Enum.Font.Highway
  348. dump.FontSize = Enum.FontSize.Size32
  349. dump.Text = "The Dump"
  350. dump.TextColor3 = Color3.new(0, 0, 0)
  351. dump.TextScaled = true
  352. dump.TextSize = 30
  353. dump.TextWrapped = true
  354. dump.MouseButton1Down:connect(function()
  355. dump.BackgroundColor3 = Color3.fromRGB(0,255,0)
  356. wait()
  357. dump.BackgroundColor3 = Color3.fromRGB(255,0,0)
  358. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(62.8871613, 2.7500577, -182.124084)
  359. end)
  360.  
  361. supplier.Name = "supplier"
  362. supplier.Parent = teleports
  363. supplier.BackgroundColor3 = Color3.new(255, 0, 0)
  364. supplier.BorderSizePixel = 0
  365. supplier.Position = UDim2.new(0.0194986109, 0, 0.527950287, 0)
  366. supplier.Size = UDim2.new(0, 73, 0, 45)
  367. supplier.Font = Enum.Font.Highway
  368. supplier.FontSize = Enum.FontSize.Size32
  369. supplier.Text = "Supplier"
  370. supplier.TextColor3 = Color3.new(0, 0, 0)
  371. supplier.TextScaled = true
  372. supplier.TextSize = 30
  373. supplier.TextWrapped = true
  374. supplier.MouseButton1Down:connect(function()
  375. supplier.BackgroundColor3 = Color3.fromRGB(0,255,0)
  376. wait()
  377. supplier.BackgroundColor3 = Color3.fromRGB(255,0,0)
  378. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5.83304834, 12.3500013, -810.86438)
  379. end)
  380.  
  381. chestisland.Name = "chestisland"
  382. chestisland.Parent = teleports
  383. chestisland.BackgroundColor3 = Color3.new(255, 0, 0)
  384. chestisland.BorderSizePixel = 0
  385. chestisland.Position = UDim2.new(0.21781826, 0, 0.527950287, 0)
  386. chestisland.Size = UDim2.new(0, 73, 0, 45)
  387. chestisland.Font = Enum.Font.Highway
  388. chestisland.FontSize = Enum.FontSize.Size32
  389. chestisland.Text = "Treasure Chest Island"
  390. chestisland.TextColor3 = Color3.new(0, 0, 0)
  391. chestisland.TextScaled = true
  392. chestisland.TextSize = 30
  393. chestisland.TextWrapped = true
  394. chestisland.MouseButton1Down:connect(function()
  395. chestisland.BackgroundColor3 = Color3.fromRGB(0,255,0)
  396. wait()
  397. chestisland.BackgroundColor3 = Color3.fromRGB(255,0,0)
  398. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1687.83105, 60.1375961, -1267.69861)
  399. end)
  400.  
  401. chest.Name = "chest"
  402. chest.Parent = teleports
  403. chest.BackgroundColor3 = Color3.new(255, 0, 0)
  404. chest.BorderSizePixel = 0
  405. chest.Position = UDim2.new(0.415235251, 0, 0.527950287, 0)
  406. chest.Size = UDim2.new(0, 73, 0, 45)
  407. chest.Font = Enum.Font.Highway
  408. chest.FontSize = Enum.FontSize.Size32
  409. chest.Text = "Treasure Chest"
  410. chest.TextColor3 = Color3.new(0, 0, 0)
  411. chest.TextScaled = true
  412. chest.TextSize = 30
  413. chest.TextWrapped = true
  414. chest.MouseButton1Down:connect(function()
  415. chest.BackgroundColor3 = Color3.fromRGB(0,255,0)
  416. wait()
  417. chest.BackgroundColor3 = Color3.fromRGB(255,0,0)
  418. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1757.77844, 1.54153121, -1266.99011)
  419. end)
  420.  
  421. sell.Name = "sell"
  422. sell.Parent = teleports
  423. sell.BackgroundColor3 = Color3.new(255, 0, 0)
  424. sell.BorderSizePixel = 0
  425. sell.Position = UDim2.new(0.61312288, 0, 0.527950287, 0)
  426. sell.Size = UDim2.new(0, 73, 0, 45)
  427. sell.Font = Enum.Font.Highway
  428. sell.FontSize = Enum.FontSize.Size32
  429. sell.Text = "Sell Furniture"
  430. sell.TextColor3 = Color3.new(0, 0, 0)
  431. sell.TextScaled = true
  432. sell.TextSize = 30
  433. sell.TextWrapped = true
  434. sell.MouseButton1Down:connect(function()
  435. sell.BackgroundColor3 = Color3.fromRGB(0,255,0)
  436. wait()
  437. sell.BackgroundColor3 = Color3.fromRGB(255,0,0)
  438. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1506.66541, -0.549316764, 1361.05981)
  439. end)
  440.  
  441. entrance.Name = "entrance"
  442. entrance.Parent = teleports
  443. entrance.BackgroundColor3 = Color3.new(255, 0, 0)
  444. entrance.BorderSizePixel = 0
  445. entrance.Position = UDim2.new(0.802937686, 0, 0.527950287, 0)
  446. entrance.Size = UDim2.new(0, 73, 0, 45)
  447. entrance.Font = Enum.Font.Highway
  448. entrance.FontSize = Enum.FontSize.Size32
  449. entrance.Text = "Entrance"
  450. entrance.TextColor3 = Color3.new(0, 0, 0)
  451. entrance.TextScaled = true
  452. entrance.TextSize = 30
  453. entrance.TextWrapped = true
  454. entrance.MouseButton1Down:connect(function()
  455. entrance.BackgroundColor3 = Color3.fromRGB(0,255,0)
  456. wait()
  457. entrance.BackgroundColor3 = Color3.fromRGB(255,0,0)
  458. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(48.2451439, 3.1488533, 138.20818)
  459. end)
  460.  
  461. little_notice.Name = "little_notice"
  462. little_notice.Parent = teleports
  463. little_notice.BackgroundColor3 = Color3.new(1, 1, 1)
  464. little_notice.BackgroundTransparency = 1
  465. little_notice.BorderSizePixel = 0
  466. little_notice.Position = UDim2.new(0.810185194, 0, 0.422360241, 0)
  467. little_notice.Size = UDim2.new(0, 67, 0, 17)
  468. little_notice.Font = Enum.Font.SourceSans
  469. little_notice.FontSize = Enum.FontSize.Size14
  470. little_notice.Text = "This has been closed for like a year."
  471. little_notice.TextColor3 = Color3.new(0, 0, 0)
  472. little_notice.TextScaled = true
  473. little_notice.TextSize = 14
  474. little_notice.TextWrapped = true
  475.  
  476. misc.Name = "misc"
  477. misc.Parent = ScreenGui
  478. misc.BackgroundColor3 = Color3.new(0.45098, 0.352941, 1)
  479. misc.BorderSizePixel = 0
  480. misc.Position = UDim2.new(0.0106177609, 0, 0.482109219, 0)
  481. misc.Size = UDim2.new(0, 432, 0, 161)
  482. misc.Visible = false
  483. misc.Active = true
  484. misc.Draggable = true
  485.  
  486. cookroom_2.Name = "cookroom"
  487. cookroom_2.Parent = misc
  488. cookroom_2.BackgroundColor3 = Color3.new(255, 0, 0)
  489. cookroom_2.BorderSizePixel = 0
  490. cookroom_2.Position = UDim2.new(0.0194986109, 0, 0.149068326, 0)
  491. cookroom_2.Size = UDim2.new(0, 73, 0, 45)
  492. cookroom_2.Font = Enum.Font.Highway
  493. cookroom_2.FontSize = Enum.FontSize.Size32
  494. cookroom_2.Text = "Spam Open Ovens"
  495. cookroom_2.TextColor3 = Color3.new(0, 0, 0)
  496. cookroom_2.TextScaled = true
  497. cookroom_2.TextSize = 30
  498. cookroom_2.TextWrapped = true
  499. cookroom_2.MouseButton1Down:connect(function()
  500. cookroom_2.BackgroundColor3 = Color3.fromRGB(0,255,0)
  501. wait()
  502. cookroom_2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  503. if ovenst == false then
  504. ovenst = true
  505. ovenst.BackgroundColor3 = Color3.fromRGB(0,255,0)
  506. else
  507. ovenst = false
  508. ovenst.BackgroundColor3 = Color3.fromRGB(255,0,0)
  509. end
  510. end)
  511.  
  512. closemisc.Name = "closemisc"
  513. closemisc.Parent = misc
  514. closemisc.BackgroundColor3 = Color3.new(0.996078, 0, 0)
  515. closemisc.BorderSizePixel = 0
  516. closemisc.Position = UDim2.new(0.939150691, 0, 0, 0)
  517. closemisc.Size = UDim2.new(0, 26, 0, 24)
  518. closemisc.Font = Enum.Font.Highway
  519. closemisc.FontSize = Enum.FontSize.Size32
  520. closemisc.Text = "X"
  521. closemisc.TextColor3 = Color3.new(1, 1, 1)
  522. closemisc.TextSize = 30
  523. closemisc.MouseButton1Down:connect(function()
  524. misc.Visible = false
  525. end)
  526.  
  527. delivery_2.Name = "delivery"
  528. delivery_2.Parent = misc
  529. delivery_2.BackgroundColor3 = Color3.new(255, 0, 0)
  530. delivery_2.BorderSizePixel = 0
  531. delivery_2.Position = UDim2.new(0.21781826, 0, 0.149068326, 0)
  532. delivery_2.Size = UDim2.new(0, 73, 0, 45)
  533. delivery_2.Font = Enum.Font.Highway
  534. delivery_2.FontSize = Enum.FontSize.Size32
  535. delivery_2.Text = "Spam Jobs"
  536. delivery_2.TextColor3 = Color3.new(0, 0, 0)
  537. delivery_2.TextScaled = true
  538. delivery_2.TextSize = 30
  539. delivery_2.TextWrapped = true
  540. delivery_2.MouseButton1Down:connect(function()
  541. delivery_2.BackgroundColor3 = Color3.fromRGB(0,255,0)
  542. wait()
  543. delivery_2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  544. if jobs == false then
  545. jobs = true
  546. jobs.BackgroundColor3 = Color3.fromRGB(0,255,0)
  547.  
  548. else
  549. jobs = false
  550. jobs.BackgroundColor3 = Color3.fromRGB(255,0,0)
  551. end
  552. end)
  553.  
  554. office_2.Name = "office"
  555. office_2.Parent = misc
  556. office_2.BackgroundColor3 = Color3.new(255, 0, 0)
  557. office_2.BorderSizePixel = 0
  558. office_2.Position = UDim2.new(0.415235251, 0, 0.149068326, 0)
  559. office_2.Size = UDim2.new(0, 73, 0, 45)
  560. office_2.Font = Enum.Font.Highway
  561. office_2.FontSize = Enum.FontSize.Size32
  562. office_2.Text = "Spam Door Bells"
  563. office_2.TextColor3 = Color3.new(0, 0, 0)
  564. office_2.TextScaled = true
  565. office_2.TextSize = 30
  566. office_2.TextWrapped = true
  567. office_2.MouseButton1Down:connect(function()
  568. office_2.BackgroundColor3 = Color3.fromRGB(0,255,0)
  569. wait()
  570. office_2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  571. if bell == false then
  572. bell = true
  573. bell.BackgroundColor3 = Color3.fromRGB(0,255,0)
  574.  
  575. else
  576. bell = false
  577. bell.BackgroundColor3 = Color3.fromRGB(255,0,0)
  578. end
  579. end)
  580.  
  581. chair_2.Name = "chair"
  582. chair_2.Parent = misc
  583. chair_2.BackgroundColor3 = Color3.new(255, 0, 0)
  584. chair_2.BorderSizePixel = 0
  585. chair_2.Position = UDim2.new(0.61312288, 0, 0.149068326, 0)
  586. chair_2.Size = UDim2.new(0, 73, 0, 45)
  587. chair_2.Font = Enum.Font.Highway
  588. chair_2.FontSize = Enum.FontSize.Size32
  589. chair_2.Text = "Auto Manager"
  590. chair_2.TextColor3 = Color3.new(0, 0, 0)
  591. chair_2.TextScaled = true
  592. chair_2.TextSize = 30
  593. chair_2.TextWrapped = true
  594. chair_2.MouseButton1Down:connect(function()
  595. chair_2.BackgroundColor3 = Color3.fromRGB(0,255,0)
  596. wait()
  597. chair_2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  598. if mana == false then
  599. mana = true
  600. mana.BackgroundColor3 = Color3.fromRGB(0,255,0)
  601. else
  602. mana = false
  603. mana.BackgroundColor3 = Color3.fromRGB(255,0,0)
  604. end
  605. end)
  606.  
  607.  
  608. -- random shit below, dont mess with unless you know what your doing.
  609.  
  610. while wait() do
  611. if jobs == true then
  612. local b = math.random(#j)
  613.  
  614. game.ReplicatedStorage.Channels.PlayerChannel:FireServer("ChangeJob", j[b])
  615. wait()
  616. end
  617. if ra == true then
  618. for _,v in pairs(workspace.Houses:GetChildren()) do
  619. if v.Owner.Value == game.Players.LocalPlayer then
  620. for _,i in pairs(v.Upgrades:GetChildren()) do
  621. bc = math.random(#a)
  622. game.ReplicatedStorage.Channels.HouseChannel:FireServer("PaintHouse", i.Wall, "None", a[bc])
  623. wait()
  624. end
  625. end
  626. end
  627. end
  628. if bell == true then
  629. for _,v in pairs(workspace.Houses:GetChildren()) do
  630. for _,i in pairs(v.Upgrades:GetChildren()) do
  631. i.Doors.FrontDoor.ClickDetector.Detector:FireServer()
  632. wait(.1)
  633. end
  634. end
  635. end
  636. if mana == true then
  637. local a = game.Teams.Manager:GetPlayers()
  638. if #a < 1 then
  639. plr.Character:MoveTo(workspace.ManagerChair.Part.Position - Vector3.new(0,3,0))
  640. wait(1)
  641. end
  642. end
  643. if rain == true then
  644. for _,v in pairs(workspace.Cars:GetChildren()) do
  645. lo = math.random(#a)
  646. game.ReplicatedStorage.Channels.VehicleChannel:FireServer("Paint", v.Paint, "None", a[lo])
  647. wait()
  648. end
  649. end
  650. if ovenst == true then
  651. for _,v in pairs(workspace.Ovens:GetChildren()) do
  652. if v:IsA("Model") then
  653. v.Door.ClickDetector.Detector:FireServer()
  654. end
  655. end
  656. end
  657. end
  658.  
  659. -- Welp, forgot to rename and I'm too lazy to go back and change the name. xd
Add Comment
Please, Sign In to add comment