Advertisement
Gostrondude

Untitled

Nov 19th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.40 KB | None | 0 0
  1. --Made by RelentlessRaptor
  2.  
  3. --variables
  4. wait(0.3)
  5. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  6.  
  7. tab = Instance.new("Frame",main)
  8. credits = Instance.new("TextLabel",tab)
  9. xout = Instance.new("TextButton",tab)
  10. minus = Instance.new("TextButton",tab)
  11. frame = Instance.new("Frame",tab)
  12. others = Instance.new("TextButton",frame)
  13. lcal = Instance.new("TextButton",frame)
  14. serv = Instance.new("TextButton",frame)
  15.  
  16. scroll = Instance.new("ScrollingFrame", frame) --others
  17. scroll2 = Instance.new("ScrollingFrame", frame) --local
  18. scroll3 = Instance.new("ScrollingFrame", frame)--serv
  19.  
  20. sttngs = Instance.new("TextButton",frame) --button
  21. sttngsf = Instance.new("Frame",main) --frame
  22. sttngsorig = Instance.new("TextButton",sttngsf)--original color
  23. sttngsred = Instance.new("TextButton",sttngsf)--red color
  24. sttngsorange = Instance.new("TextButton",sttngsf)--orange color
  25. sttngsblue = Instance.new("TextButton",sttngsf)--blue color
  26. sttngswhite = Instance.new("TextButton",sttngsf)--white color
  27. sttngsblack = Instance.new("TextButton",sttngsf)--black color
  28.  
  29. plrt = Instance.new("TextBox",scroll)
  30. killothers = Instance.new("TextButton",scroll)
  31. kickothers = Instance.new("TextButton",scroll)
  32. kill = Instance.new("TextButton",scroll)
  33. kick = Instance.new("TextButton",scroll)
  34. annoy = Instance.new("TextButton",scroll)
  35. disableplr = Instance.new("TextButton",scroll)
  36. disableothers = Instance.new("TextButton",scroll)
  37.  
  38. plrt2 = Instance.new("TextBox",scroll2)
  39. bemanager = Instance.new("TextButton",scroll2)
  40.  
  41. plrt3 = Instance.new("TextBox",scroll3)
  42. respawncars = Instance.new("TextButton",scroll3)
  43. destroyworkspace = Instance.new("TextButton",scroll3)
  44.  
  45.  
  46. cur = scroll
  47.  
  48.  
  49.  
  50.  
  51. --layout
  52.  
  53. tab.Position = UDim2.new(0.3,0,0.3,0)
  54. tab.Size = UDim2.new(0,400,0,25)
  55. tab.BorderSizePixel = 0
  56. tab.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  57. tab.Active = true
  58. tab.Draggable = true
  59.  
  60. credits.Position = UDim2.new(0,73,0,7)
  61. credits.BackgroundTransparency = 1
  62. credits.TextColor3 = Color3.new(1,1,1)
  63. credits.Text = ("Made by RelentlessRaptor")
  64.  
  65. xout.Position = UDim2.new(0,375,0,0)
  66. xout.Size = UDim2.new(0,25,0,20)
  67. xout.BorderSizePixel = 0
  68. xout.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  69. xout.BackgroundTransparency = 1
  70. xout.Active = true
  71. xout.Text = ("X")
  72. xout.TextColor3 = Color3.new(0,0,0)
  73.  
  74. minus.Position = UDim2.new(0,350,0,0)
  75. minus.Size = UDim2.new(0,25,0,20)
  76. minus.BorderSizePixel = 0
  77. minus.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  78. minus.BackgroundTransparency = 1
  79. minus.Active = true
  80. minus.Text = ("-")
  81. minus.TextSize = 15
  82. minus.TextColor3 = Color3.new(0,0,0)
  83.  
  84.  
  85. frame.Position = UDim2.new(0,0,0,25)
  86. frame.Size = UDim2.new(0,400,0,350)
  87. frame.BorderSizePixel = 0
  88. frame.BackgroundColor3 = Color3.new(0/255, 120/255, 240/255)
  89. frame.Active = true
  90. frame.Draggable = false
  91.  
  92. others.Position = UDim2.new(0,15,0,40)
  93. others.Size = UDim2.new(0,50,0,50)
  94. others.BorderSizePixel = 0
  95. others.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  96. others.Active = true
  97. others.Text = ("Others")
  98. others.TextColor3 = Color3.new(1,1,1)
  99. others.Font = ("SciFi")
  100. others.TextSize = 15
  101.  
  102. lcal.Position = UDim2.new(0,15,0,100)
  103. lcal.Size = UDim2.new(0,50,0,50)
  104. lcal.BorderSizePixel = 0
  105. lcal.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  106. lcal.Active = true
  107. lcal.Text = ("Local")
  108. lcal.TextColor3 = Color3.new(1,1,1)
  109. lcal.Font = ("SciFi")
  110. lcal.TextSize = 15
  111.  
  112. serv.Position = UDim2.new(0,15,0,160)
  113. serv.Size = UDim2.new(0,50,0,50)
  114. serv.BorderSizePixel = 0
  115. serv.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  116. serv.Active = true
  117. serv.Text = ("Server")
  118. serv.TextColor3 = Color3.new(1,1,1)
  119. serv.Font = ("SciFi")
  120. serv.TextSize = 15
  121.  
  122. scroll.Size = UDim2.new(0,300,0,300)
  123. scroll.Position = UDim2.new(0,80,0,10)
  124. scroll.BorderSizePixel = 0
  125. scroll.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  126. scroll.Transparency = 0
  127. scroll.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  128. scroll.BackgroundTransparency = 0
  129. scroll.CanvasSize = UDim2.new(0,0,2,0)
  130. scroll.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  131. scroll.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  132.  
  133. scroll2.Size = UDim2.new(0,300,0,300)
  134. scroll2.Position = UDim2.new(500,0,0,0)
  135. scroll2.BorderSizePixel = 0
  136. scroll2.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  137. scroll2.Transparency = 0
  138. scroll2.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  139. scroll2.BackgroundTransparency = 0
  140. scroll2.CanvasSize = UDim2.new(0,0,2,0)
  141. scroll2.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  142. scroll2.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  143.  
  144. scroll3.Size = UDim2.new(0,300,0,300)
  145. scroll3.Position = UDim2.new(500,0,0,0)
  146. scroll3.BorderSizePixel = 0
  147. scroll3.BorderColor3 = Color3.new(0/255, 0/255, 255/255)
  148. scroll3.Transparency = 0
  149. scroll3.BackgroundColor3 = Color3.new(200/255,200/255,200/255)
  150. scroll3.BackgroundTransparency = 0
  151. scroll3.CanvasSize = UDim2.new(0,0,2,0)
  152. scroll3.TopImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  153. scroll3.BottomImage = ("rbxasset://textures/ui/Scroll/scroll-middle.png")
  154.  
  155. sttngs.Position = UDim2.new(0,340,0,330)
  156. sttngs.Size = UDim2.new(0,50,0,10)
  157. sttngs.BorderSizePixel = 1
  158. sttngs.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  159. sttngs.Active = true
  160. sttngs.Text = ("Settings")
  161. sttngs.TextColor3 = Color3.new(1,1,1)
  162. sttngs.Font = ("Arial")
  163. sttngs.TextSize = 11
  164.  
  165. sttngsf.Position = UDim2.new(500,0,0.5,0)
  166. sttngsf.Size = UDim2.new(0,150,0,200)
  167. sttngsf.BorderSizePixel = 1
  168. sttngsf.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
  169. sttngsf.Active = true
  170. sttngsf.Draggable = true
  171.  
  172. sttngsorig.AnchorPoint = Vector2.new(0,0,0,0)
  173. sttngsorig.Position = UDim2.new(0,25,0,10)
  174. sttngsorig.Size = UDim2.new(0,100,0,20)
  175. sttngsorig.BorderSizePixel = 0
  176. sttngsorig.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  177. sttngsorig.TextColor3 = Color3.new(1,1,1)
  178. sttngsorig.Active = true
  179. sttngsorig.Text = ("Original")
  180. sttngsorig.TextScaled = true
  181.  
  182. sttngsred.AnchorPoint = Vector2.new(0,0,0,0)
  183. sttngsred.Position = UDim2.new(0,25,0,40)
  184. sttngsred.Size = UDim2.new(0,100,0,20)
  185. sttngsred.BorderSizePixel = 0
  186. sttngsred.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  187. sttngsred.TextColor3 = Color3.new(1,1,1)
  188. sttngsred.Active = true
  189. sttngsred.Text = ("Red")
  190. sttngsred.TextScaled = true
  191.  
  192. sttngsorange.AnchorPoint = Vector2.new(0,0,0,0)
  193. sttngsorange.Position = UDim2.new(0,25,0,70)
  194. sttngsorange.Size = UDim2.new(0,100,0,20)
  195. sttngsorange.BorderSizePixel = 0
  196. sttngsorange.BackgroundColor3 = Color3.new(255/255, 150/255, 0/255)
  197. sttngsorange.TextColor3 = Color3.new(1,1,1)
  198. sttngsorange.Active = true
  199. sttngsorange.Text = ("Orange")
  200. sttngsorange.TextScaled = true
  201.  
  202. sttngsblue.AnchorPoint = Vector2.new(0,0,0,0)
  203. sttngsblue.Position = UDim2.new(0,25,0,100)
  204. sttngsblue.Size = UDim2.new(0,100,0,20)
  205. sttngsblue.BorderSizePixel = 0
  206. sttngsblue.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  207. sttngsblue.TextColor3 = Color3.new(1,1,1)
  208. sttngsblue.Active = true
  209. sttngsblue.Text = ("Blue")
  210. sttngsblue.TextScaled = true
  211.  
  212. sttngswhite.AnchorPoint = Vector2.new(0,0,0,0)
  213. sttngswhite.Position = UDim2.new(0,25,0,130)
  214. sttngswhite.Size = UDim2.new(0,100,0,20)
  215. sttngswhite.BorderSizePixel = 0
  216. sttngswhite.BackgroundColor3 = Color3.new(1,1,1)
  217. sttngswhite.TextColor3 = Color3.new(0,0,0)
  218. sttngswhite.Active = true
  219. sttngswhite.Text = ("White")
  220. sttngswhite.TextScaled = true
  221.  
  222. sttngsblack.AnchorPoint = Vector2.new(0,0,0,0)
  223. sttngsblack.Position = UDim2.new(0,25,0,160)
  224. sttngsblack.Size = UDim2.new(0,100,0,20)
  225. sttngsblack.BorderSizePixel = 0
  226. sttngsblack.BackgroundColor3 = Color3.new(0,0,0)
  227. sttngsblack.TextColor3 = Color3.new(1,1,1)
  228. sttngsblack.Active = true
  229. sttngsblack.Text = ("Black")
  230. sttngsblack.TextScaled = true
  231.  
  232.  
  233.  
  234.  
  235. --ClickableButtons
  236.  
  237. --players
  238. plrt.Position = UDim2.new(0,75,0,15)
  239. plrt.Size = UDim2.new(0,135,0,30)
  240. plrt.BorderSizePixel = 0
  241. plrt.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  242. plrt.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  243. plrt.Active = true
  244. plrt.Text = ("Player")
  245. plrt.TextScaled = true
  246.  
  247. killothers.Position = UDim2.new(0,5,0,60)
  248. killothers.Size = UDim2.new(0,135,0,50)
  249. killothers.BorderSizePixel = 0
  250. killothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  251. killothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  252. killothers.Active = true
  253. killothers.Text = ("Kill Others")
  254. killothers.TextScaled = true
  255.  
  256. kickothers.Position = UDim2.new(0,150,0,60) --+20
  257. kickothers.Size = UDim2.new(0,135,0,50)
  258. kickothers.BorderSizePixel = 0
  259. kickothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  260. kickothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  261. kickothers.Active = true
  262. kickothers.Text = ("Kick Others")
  263. kickothers.TextScaled = true
  264.  
  265. kill.Position = UDim2.new(0,5,0,120)
  266. kill.Size = UDim2.new(0,135,0,50)
  267. kill.BorderSizePixel = 0
  268. kill.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  269. kill.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  270. kill.Active = true
  271. kill.Text = ("Kill Player")
  272. kill.TextScaled = true
  273.  
  274. kick.Position = UDim2.new(0,150,0,120)
  275. kick.Size = UDim2.new(0,135,0,50)
  276. kick.BorderSizePixel = 0
  277. kick.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  278. kick.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  279. kick.Active = true
  280. kick.Text = ("Kick Player")
  281. kick.TextScaled = true
  282.  
  283. annoy.Position = UDim2.new(0,5,0,180)
  284. annoy.Size = UDim2.new(0,135,0,50)
  285. annoy.BorderSizePixel = 0
  286. annoy.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  287. annoy.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  288. annoy.Active = true
  289. annoy.Text = ("Annoy Player")
  290. annoy.TextScaled = true
  291.  
  292. disableplr.Position = UDim2.new(0,150,0,180)
  293. disableplr.Size = UDim2.new(0,135,0,50)
  294. disableplr.BorderSizePixel = 0
  295. disableplr.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  296. disableplr.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  297. disableplr.Active = true
  298. disableplr.Text = ("Disable Player")
  299. disableplr.TextScaled = true
  300.  
  301. disableothers.Position = UDim2.new(0,5,0,240)
  302. disableothers.Size = UDim2.new(0,135,0,50)
  303. disableothers.BorderSizePixel = 0
  304. disableothers.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  305. disableothers.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  306. disableothers.Active = true
  307. disableothers.Text = ("Disable Others")
  308. disableothers.TextScaled = true
  309.  
  310.  
  311. --local
  312.  
  313. plrt2.Position = UDim2.new(0,75,0,15)
  314. plrt2.Size = UDim2.new(0,135,0,30)
  315. plrt2.BorderSizePixel = 0
  316. plrt2.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  317. plrt2.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  318. plrt2.Active = true
  319. plrt2.Text = ("Player")
  320. plrt2.TextScaled = true
  321.  
  322. bemanager.Position = UDim2.new(0,5,0,60)
  323. bemanager.Size = UDim2.new(0,135,0,50)
  324. bemanager.BorderSizePixel = 0
  325. bemanager.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  326. bemanager.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  327. bemanager.Active = true
  328. bemanager.Text = ("Become Manager")
  329. bemanager.TextScaled = true
  330.  
  331.  
  332.  
  333.  
  334. --server
  335.  
  336. plrt3.Position = UDim2.new(0,75,0,15)
  337. plrt3.Size = UDim2.new(0,135,0,30)
  338. plrt3.BorderSizePixel = 0
  339. plrt3.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  340. plrt3.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  341. plrt3.Active = true
  342. plrt3.Text = ("Player")
  343. plrt3.TextScaled = true
  344.  
  345. respawncars.Position = UDim2.new(0,5,0,60)
  346. respawncars.Size = UDim2.new(0,135,0,50)
  347. respawncars.BorderSizePixel = 0
  348. respawncars.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  349. respawncars.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  350. respawncars.Active = true
  351. respawncars.Text = ("Respawn All Cars")
  352. respawncars.TextScaled = true
  353.  
  354. destroyworkspace.Position = UDim2.new(0,150,0,60) --+20
  355. destroyworkspace.Size = UDim2.new(0,135,0,50)
  356. destroyworkspace.BorderSizePixel = 0
  357. destroyworkspace.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  358. destroyworkspace.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  359. destroyworkspace.Active = true
  360. destroyworkspace.Text = ("Destroy Workspace")
  361. destroyworkspace.TextScaled = true
  362.  
  363.  
  364.  
  365.  
  366. btns = {plrt,plrt2,plrt3,killothers,kickothers,kill,kick,annoy,bemanager,respawncars,destroyworkspace,disableplr, disableothers}
  367. --buttons
  368.  
  369.  
  370.  
  371. others.MouseButton1Down:connect(function()
  372. if cur ~= scroll then
  373. cur.Position = UDim2.new(500,0,0,0)
  374. scroll.Position = UDim2.new(0,80,0,10)
  375. cur = scroll
  376. end
  377. end)
  378. lcal.MouseButton1Down:connect(function()
  379. if cur ~= scroll2 then
  380. cur.Position = UDim2.new(500,0,0,0)
  381. scroll2.Position = UDim2.new(0,80,0,10)
  382. cur = scroll2
  383. end
  384. end)
  385. serv.MouseButton1Down:connect(function()
  386. if cur ~= scroll3 then
  387. cur.Position = UDim2.new(500,0,0,0)
  388. scroll3.Position = UDim2.new(0,80,0,10)
  389. cur = scroll3
  390. end
  391. end) --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  392.  
  393.  
  394.  
  395.  
  396. open = false
  397. sttngs.MouseButton1Up:connect(function()
  398. if open == false then
  399. sttngsf.Position = UDim2.new(0.8,0,0.5,0)
  400. open = true
  401. else
  402. sttngsf.Position = UDim2.new(500,0,0,0)
  403. open = false
  404. end
  405. end)
  406.  
  407. --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  408. sttngsorig.MouseButton1Up:connect(function()
  409. tab.BackgroundColor3 = Color3.new(0/255, 100/255, 230/255)
  410. frame.BackgroundColor3 = Color3.new(0/255, 120/255, 240/255)
  411. others.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  412. lcal.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  413. serv.BackgroundColor3 = Color3.new(0/255, 150/255, 255/255)
  414. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  415. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  416. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  417. for i, v in pairs(btns) do
  418. v.TextColor3 = Color3.new(0/255, 100/255, 230/255)
  419. end
  420. end)
  421. sttngsred.MouseButton1Up:connect(function()
  422. tab.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  423. frame.BackgroundColor3 = Color3.new(255/255, 0/255, 0/255)
  424. others.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  425. lcal.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  426. serv.BackgroundColor3 = Color3.new(198/255, 0/255, 0/255)
  427. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  428. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  429. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  430. for i, v in pairs(btns) do
  431. v.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  432. end
  433. end)
  434. sttngsorange.MouseButton1Up:connect(function()
  435. tab.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  436. frame.BackgroundColor3 = Color3.new(255/255, 150/255, 0/255)
  437. others.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  438. lcal.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  439. serv.BackgroundColor3 = Color3.new(235/255, 140/255, 0/255)
  440. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  441. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  442. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  443. for i, v in pairs(btns) do
  444. v.TextColor3 = Color3.new(255/255, 150/255, 0/255)
  445. end
  446. end)
  447. sttngsblue.MouseButton1Up:connect(function()
  448. tab.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  449. frame.BackgroundColor3 = Color3.new(0/255, 0/255, 255/255)
  450. others.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  451. lcal.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  452. serv.BackgroundColor3 = Color3.new(0/255, 0/255, 230/255)
  453. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  454. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  455. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  456. for i, v in pairs(btns) do
  457. v.TextColor3 = Color3.new(0/255, 0/255, 255/255)
  458. end
  459. end)
  460. sttngswhite.MouseButton1Up:connect(function()
  461. tab.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  462. frame.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  463. others.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  464. lcal.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  465. serv.BackgroundColor3 = Color3.new(240/255, 240/255, 240/255)
  466. others.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  467. lcal.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  468. serv.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  469. for i, v in pairs(btns) do
  470. v.TextColor3 = Color3.new(0/255, 0/255, 0/255)
  471. end
  472. end)
  473. sttngsblack.MouseButton1Up:connect(function()
  474. tab.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  475. frame.BackgroundColor3 = Color3.new(30/255, 30/255, 30/255)
  476. others.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  477. lcal.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  478. serv.BackgroundColor3 = Color3.new(70/255, 70/255, 70/255)
  479. others.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  480. lcal.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  481. serv.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  482. for i, v in pairs(btns) do
  483. v.TextColor3 = Color3.new(30/255, 30/255, 30/255)
  484. end
  485. end)
  486.  
  487.  
  488.  
  489. getplr = function(plxr)
  490. for i, v in pairs(game.Players:GetPlayers()) do
  491. if string.find(v.Name, plxr) then
  492. return v
  493. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  494. return v
  495. end
  496. end
  497. end
  498.  
  499.  
  500. kill.MouseButton1Up:connect(function()
  501. local plr = getplr(plrt.Text)
  502. game.Workspace.GameService.DestroyIngredient:FireServer(plr.Character.Head,false)
  503. end)
  504. kick.MouseButton1Up:connect(function()
  505. local plr = getplr(plrt.Text)
  506. game.Workspace.GameService.DestroyIngredient:FireServer(plr,false)
  507. end)
  508. annoying = false
  509. annoy.MouseButton1Up:connect(function()
  510. if annoying == true then
  511. annoying = false
  512. annoy.Text = ("Annoy Player")
  513. else
  514. annoying = true
  515. annoy.Text = ("Stop")
  516. end
  517. local plr = getplr(plrt.Text)
  518. while annoying == true do
  519. wait(0.1)
  520.  
  521. for i, v in pairs(game.Workspace.AllDough:GetChildren()) do
  522.  
  523. game.Workspace.GameService.UpdateObjectProperty:FireServer(true,v,"CFrame",plr.Character.Head.CFrame)
  524.  
  525. end
  526. for i, v in pairs(game.Workspace.AllMountainDew:GetChildren()) do
  527.  
  528. game.Workspace.GameService.UpdateObjectProperty:FireServer(true,v,"CFrame",plr.Character.Head.CFrame)
  529.  
  530. end
  531. end
  532. end)
  533.  
  534. bemanager.MouseButton1Up:connect(function()
  535. for i, v in pairs(game.Players:GetPlayers()) do
  536. if v.TeamColor == game.Teams.Manager.TeamColor and v.Name ~= game.Players.LocalPlayer.Name then
  537. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  538. game.Players.LocalPlayer.Character:MoveTo(game.Workspace.ManagerChair.Seat.Position)
  539. else
  540. game.Players.LocalPlayer.Character:MoveTo(game.Workspace.ManagerChair.Seat.Position)
  541. end
  542. end
  543. end)
  544.  
  545. killothers.MouseButton1Up:connect(function()
  546. for i, v in pairs(game.Players:GetChildren()) do
  547. if v.Name ~= game.Players.LocalPlayer.Name then
  548. game.Workspace.GameService.DestroyIngredient:FireServer(v.Character.Head,false)
  549. end
  550. end
  551. end)
  552. kickothers.MouseButton1Up:connect(function()
  553. for i, v in pairs(game.Players:GetChildren()) do
  554. if v.Name ~= game.Players.LocalPlayer.Name then
  555. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  556. end
  557. end
  558. end)
  559. respawncars.MouseButton1Up:connect(function()
  560. for i, v in pairs(game.Workspace.Cars:GetChildren()) do
  561. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  562. end
  563. end)
  564.  
  565. destroyworkspace.MouseButton1Up:connect(function()
  566. for i, v in pairs(game.Workspace:GetChildren()) do
  567. if v.Name ~= ("GameService") and v.Parent.Name ~= ("GameService") then
  568. game.Workspace.GameService.DestroyIngredient:FireServer(v,false)
  569. end
  570. end
  571. end)
  572.  
  573. disableplr.MouseButton1Up:connect(function()
  574. local plr = getplr(plrt.Text)
  575. game.Workspace.GameService.DestroyIngredient:FireServer(plr.Character.HumanoidRootPart,false)
  576. end)
  577.  
  578. disableothers.MouseButton1Up:connect(function()
  579. for i, v in pairs(game.Players:GetChildren()) do
  580. if v.Name ~= game.Players.LocalPlayer.Name then
  581. game.Workspace.GameService.DestroyIngredient:FireServer(v.Character.HumanoidRootPart,false)
  582. end
  583. end
  584.  
  585. end)
  586.  
  587.  
  588. xout.MouseEnter:connect(function()
  589. xout.BackgroundTransparency = 0
  590. xout.TextColor3 = Color3.new(1,1,1)
  591. end)
  592. xout.MouseLeave:connect(function()
  593. xout.BackgroundTransparency = 1
  594. xout.TextColor3 = Color3.new(0,0,0)
  595. end)
  596. xout.MouseButton1Up:connect(function()
  597. main:Remove()
  598. end)
  599.  
  600. minus.MouseEnter:connect(function()
  601. minus.BackgroundTransparency = 0
  602. minus.TextColor3 = Color3.new(1,1,1)
  603. end)
  604. minus.MouseLeave:connect(function()
  605. minus.BackgroundTransparency = 1
  606. minus.TextColor3 = Color3.new(0,0,0)
  607. end)
  608. minused = false
  609. minus.MouseButton1Up:connect(function()
  610. if minused == false then
  611. minused = true
  612. frame.Position = frame.Position + UDim2.new(5000,0,0,0)
  613. minus.Text = ("+")
  614. else
  615. minused = false
  616. frame.Position = frame.Position - UDim2.new(5000,0,0,0)
  617. minus.Text = ("-")
  618. end
  619. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement