Advertisement
DataRSA

Here

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