Advertisement
Vzurxy

Untitled

Aug 5th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.84 KB | None | 0 0
  1. -- Objects
  2. local run = false
  3. local PlatesCommandUI = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Close = Instance.new("TextButton")
  6. local Title = Instance.new("TextLabel")
  7. local Minimize = Instance.new("TextButton")
  8. local CommandUI = Instance.new("Frame")
  9. local TextButton = Instance.new("TextButton")
  10. local Clear = Instance.new("TextButton")
  11. local Command = Instance.new("TextBox")
  12. local Animation = Instance.new("Frame")
  13.  
  14.  
  15.  
  16. local UseMask = Instance.new("BoolValue", game.ReplicatedStorage)
  17. game.ReplicatedStorage.Value.Name = "UseMask"
  18. game.ReplicatedStorage.UseMask.Value = true
  19.  
  20. local EffectColor = Instance.new("Color3Value", game.ReplicatedStorage)
  21. game.ReplicatedStorage.Value.Name = "EffectColor"
  22.  
  23.  
  24. local XOffset = Instance.new("IntValue", game.ReplicatedStorage)
  25. game.ReplicatedStorage.Value.Name = "X-Offset"
  26.  
  27. local YOffset = Instance.new("IntValue", game.ReplicatedStorage)
  28. game.ReplicatedStorage.Value.Name = "Y-Offset"
  29. game.ReplicatedStorage["Y-Offset"].Value = -36
  30.  
  31. local Lifetime = Instance.new("NumberValue", game.ReplicatedStorage)
  32. game.ReplicatedStorage.Value.Name = "Lifetime"
  33. game.ReplicatedStorage.Lifetime.Value = .5
  34.  
  35. local EffectScale = Instance.new("IntValue", game.ReplicatedStorage)
  36. game.ReplicatedStorage.Value.Name = "EffectScale"
  37. game.ReplicatedStorage.EffectScale.Value = 200
  38.  
  39. local EffectTransparency = Instance.new("NumberValue", game.ReplicatedStorage)
  40. game.ReplicatedStorage.Value.Name = "EffectTransparency"
  41. game.ReplicatedStorage.EffectTransparency.Value = .5
  42.  
  43. local SelectionTransparency = Instance.new("NumberValue", game.ReplicatedStorage)
  44. game.ReplicatedStorage.Value.Name = "SelectionTransparency"
  45. game.ReplicatedStorage.SelectionTransparency.Value = .75
  46. local TweenService = game:GetService("TweenService")
  47. local Setting_EnableMask = game.ReplicatedStorage.UseMask.Value
  48. local Setting_Color = game.ReplicatedStorage.EffectColor.Value
  49. local Setting_xoffset = game.ReplicatedStorage["X-Offset"].Value
  50. local Setting_yoffset = game.ReplicatedStorage["Y-Offset"].Value
  51. local Setting_Lifetime = game.ReplicatedStorage.Lifetime.Value
  52. local Setting_Scale = game.ReplicatedStorage.EffectScale.Value
  53. local Setting_RippleAlpha = game.ReplicatedStorage.EffectTransparency.Value
  54. local Setting_SelectionAlpha = game.ReplicatedStorage.SelectionTransparency.Value
  55. local down = false
  56. local dc = Instance.new("Frame")
  57.  
  58. -- Properties
  59.  
  60. PlatesCommandUI.Name = "PlatesCommandUI"
  61. PlatesCommandUI.Parent = game.CoreGui
  62.  
  63. Main.Name = "Main"
  64. Main.Parent = PlatesCommandUI
  65. Main.BackgroundColor3 = Color3.new(0.615686, 0.615686, 0.615686)
  66. Main.BackgroundTransparency = 0.30000001192093
  67. Main.BorderSizePixel = 0
  68. Main.Position = UDim2.new(0.17209588, 0, 0.43154034, 0)
  69. Main.Size = UDim2.new(0, 543, 0, 297)
  70. Main.Draggable = true
  71. Main.Active = true
  72.  
  73. Close.Name = "Close"
  74. Close.Parent = Main
  75. Close.BackgroundColor3 = Color3.new(0.968628, 0.0862745, 0.0862745)
  76. Close.BackgroundTransparency = 0.30000001192093
  77. Close.BorderSizePixel = 0
  78. Close.Position = UDim2.new(0.902394116, 0, 0, 0)
  79. Close.Size = UDim2.new(0, 53, 0, 31)
  80. Close.Font = Enum.Font.SourceSans
  81. Close.FontSize = Enum.FontSize.Size14
  82. Close.Text = ""
  83. Close.TextSize = 14
  84.  
  85. Title.Name = "Title"
  86. Title.Parent = Main
  87. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Title.BackgroundTransparency = 1
  89. Title.Size = UDim2.new(0, 200, 0, 31)
  90. Title.Font = Enum.Font.SciFi
  91. Title.FontSize = Enum.FontSize.Size32
  92. Title.Text = "Plates Of Fate GUI"
  93. Title.TextSize = 30
  94. Title.TextXAlignment = Enum.TextXAlignment.Left
  95. Title.TextYAlignment = Enum.TextYAlignment.Bottom
  96.  
  97. Minimize.Name = "Minimize"
  98. Minimize.Parent = Main
  99. Minimize.BackgroundColor3 = Color3.new(1, 0.541176, 0.137255)
  100. Minimize.BorderSizePixel = 0
  101. Minimize.Position = UDim2.new(0.804788232, 0, 0, 0)
  102. Minimize.Size = UDim2.new(0, 53, 0, 31)
  103. Minimize.Font = Enum.Font.SourceSans
  104. Minimize.FontSize = Enum.FontSize.Size14
  105. Minimize.Text = ""
  106. Minimize.TextSize = 14
  107.  
  108. CommandUI.Name = "CommandUI"
  109. CommandUI.Parent = Main
  110. CommandUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  111. CommandUI.BackgroundTransparency = 0.30000001192093
  112. CommandUI.BorderSizePixel = 0
  113. CommandUI.Position = UDim2.new(0, 0, 0.115374848, 0)
  114. CommandUI.Size = UDim2.new(0, 543, 0, 263)
  115.  
  116. TextButton.Parent = CommandUI
  117. TextButton.BackgroundColor3 = Color3.new(0.345098, 0.690196, 0.368627)
  118. TextButton.BorderSizePixel = 0
  119. TextButton.Position = UDim2.new(0.176795587, 0, 0.46938777, 0)
  120. TextButton.Size = UDim2.new(0, 364, 0, 50)
  121. TextButton.Font = Enum.Font.SciFi
  122. TextButton.FontSize = Enum.FontSize.Size14
  123. TextButton.Text = "Execute"
  124. TextButton.TextSize = 14
  125.  
  126. Clear.Name = "Clear"
  127. Clear.Parent = CommandUI
  128. Clear.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  129. Clear.BorderSizePixel = 0
  130. Clear.Position = UDim2.new(0.176795587, 0, 0.680272102, 0)
  131. Clear.Size = UDim2.new(0, 364, 0, 50)
  132. Clear.Font = Enum.Font.SciFi
  133. Clear.FontSize = Enum.FontSize.Size14
  134. Clear.Text = "Clear"
  135. Clear.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  136. Clear.TextSize = 14
  137.  
  138. Command.Name = "Command"
  139. Command.Parent = Main
  140. Command.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Command.BackgroundTransparency = 1
  142. Command.Position = UDim2.new(0.176795587, 0, 0.23469387, 0)
  143. Command.Size = UDim2.new(0, 364, 0, 50)
  144. Command.Font = Enum.Font.SciFi
  145. Command.FontSize = Enum.FontSize.Size18
  146. Command.Text = "Enter your command"
  147. Command.TextSize = 18
  148.  
  149.  
  150. Animation.Name = "Animation"
  151. Animation.Parent = Command
  152. Animation.BackgroundColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  153. Animation.BorderSizePixel = 0
  154. Animation.Position = UDim2.new(0, 0, 1.03999996, 0)
  155. Animation.Size = UDim2.new(0, 364, 0, 4)
  156.  
  157.  
  158. -- DESIGN
  159. function MainButn()
  160. for i,v in pairs(PlatesCommandUI.Main:GetChildren()) do
  161.  
  162. dc.Name = "MaterialSelectedColor"
  163. dc.Size = UDim2.new(1, 0, 1, 0)
  164. dc.BorderSizePixel = 0
  165. dc.BackgroundColor3 = Setting_Color
  166. dc.BackgroundTransparency = 1
  167. dc.ZIndex = v.ZIndex
  168. dc.Visible = Setting_EnableMask
  169. dc.Parent = v
  170. local dc_colorguitween = Instance.new("Frame")
  171. dc_colorguitween.Visible = false
  172. dc_colorguitween.Name = "ColorTween"
  173. dc_colorguitween.Position = UDim2.new(1, 0, 0, 0)
  174. dc_colorguitween.Parent = dc
  175. dc_colorguitween.Changed:connect(function()
  176. dc.BackgroundTransparency = dc_colorguitween.Position.X.Scale
  177. end)
  178. local rippletweengoal = {}
  179. rippletweengoal.ImageTransparency = 1
  180. local maskf = Instance.new("Frame")
  181. maskf.Name = "RippleMask"
  182. maskf.Size = UDim2.new(1, 0, 1, 0)
  183. maskf.ClipsDescendants = true
  184. maskf.BackgroundTransparency = 1
  185. maskf.Parent = v
  186. local upevent = Instance.new("BindableEvent")
  187. upevent.Name = "MouseButton1UpEvent"
  188. function ripplemask(x, y)
  189. local a = Instance.new("ImageLabel")
  190. a.Name = "MaterialRipple"
  191. a.Position = UDim2.new(0, x + Setting_xoffset - v.AbsolutePosition.X, 0, y + Setting_yoffset - v.AbsolutePosition.Y)
  192. a.Size = UDim2.new(0, 0, 0, 0)
  193. a.BackgroundTransparency = 1
  194. a.Image = "rbxasset://textures/whiteCircle.png"
  195. a.ImageColor3 = Setting_Color
  196. a.ImageTransparency = Setting_RippleAlpha
  197. a.AnchorPoint = Vector2.new(0.5, 0.5)
  198. a.ZIndex = v.ZIndex
  199. a.Parent = maskf
  200. a:TweenSize(UDim2.new(0, Setting_Scale, 0, Setting_Scale), Enum.EasingDirection.Out, Enum.EasingStyle.Sine, Setting_Lifetime, true)
  201. local tween = TweenService:Create(a, TweenInfo.new(Setting_Lifetime), rippletweengoal)
  202. tween:Play()
  203. wait(Setting_Lifetime)
  204. a:Destroy()
  205. end
  206. function ripple(x, y)
  207. local a = Instance.new("ImageLabel")
  208. a.Name = "MaterialRipple"
  209. a.Position = UDim2.new(0, x + Setting_xoffset - v.AbsolutePosition.X, 0, y + Setting_yoffset - v.AbsolutePosition.Y)
  210. a.Size = UDim2.new(0, 0, 0, 0)
  211. a.BackgroundTransparency = 1
  212. a.Image = "rbxasset://textures/whiteCircle.png"
  213. a.ImageColor3 = Setting_Color
  214. a.ImageTransparency = Setting_RippleAlpha
  215. a.AnchorPoint = Vector2.new(0.5, 0.5)
  216. a.ZIndex = v.ZIndex - 1
  217. a.Parent = v
  218. a:TweenSizeAndPosition(UDim2.new(0, Setting_Scale, 0, Setting_Scale), UDim2.new(0.5, 0, 0.5, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Sine, Setting_Lifetime, true)
  219. upevent.Event:connect(function()
  220. local tween = TweenService:Create(a, TweenInfo.new(Setting_Lifetime), rippletweengoal)
  221. tween:Play()
  222. wait(Setting_Lifetime)
  223. a:Destroy()
  224. end)
  225. end
  226. v.MouseButton1Down:connect(function(x, y)
  227. down = true
  228. dc_colorguitween:TweenPosition(UDim2.new(Setting_SelectionAlpha, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.75, true)
  229. if Setting_EnableMask ~= true then
  230. ripple(x, y)
  231. end
  232. end)
  233. v.MouseButton1Up:connect(function(x, y)
  234. if game:GetService("ReplicatedStorage"):FindFirstChild("MaterialClickSound") then
  235. game:GetService("ReplicatedStorage"):FindFirstChild("MaterialClickSound"):Play()
  236. end
  237. if down == true then
  238. down = false
  239. dc_colorguitween:TweenPosition(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.3, true)
  240. if Setting_EnableMask == true then
  241. ripplemask(x, y)
  242. end
  243. end
  244. upevent:Fire()
  245. end)
  246. v.MouseLeave:connect(function(x, y)
  247. down = false
  248. dc_colorguitween:TweenPosition(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.3, true)
  249. upevent:Fire()
  250. end)
  251. function upd()
  252. Setting_EnableMask = game.ReplicatedStorage.UseMask.Value
  253. Setting_Color = game.ReplicatedStorage.EffectColor.Value
  254. Setting_xoffset = game.ReplicatedStorage["X-Offset"].Value
  255. Setting_yoffset = game.ReplicatedStorage["Y-Offset"].Value
  256. Setting_Lifetime = game.ReplicatedStorage.Lifetime.Value
  257. Setting_Scale = game.ReplicatedStorage.EffectScale.Value
  258. Setting_RippleAlpha = game.ReplicatedStorage.EffectTransparency.Value
  259. Setting_SelectionAlpha = game.ReplicatedStorage.SelectionTransparency.Value
  260. dc.BackgroundColor3 = Setting_Color
  261. dc.Visible = Setting_EnableMask
  262. end
  263. game.ReplicatedStorage.UseMask.Changed:connect(upd)
  264. game.ReplicatedStorage.EffectColor.Changed:connect(upd)
  265. game.ReplicatedStorage["X-Offset"].Changed:connect(upd)
  266. game.ReplicatedStorage["Y-Offset"].Changed:connect(upd)
  267. game.ReplicatedStorage.Lifetime.Changed:connect(upd)
  268. game.ReplicatedStorage.EffectScale.Changed:connect(upd)
  269. game.ReplicatedStorage.EffectTransparency.Changed:connect(upd)
  270.  
  271. end
  272. end
  273.  
  274.  
  275.  
  276.  
  277. function CommandBtn()
  278. for i,v in pairs(PlatesCommandUI.Main.CommandUI:GetChildren()) do
  279.  
  280. dc.Name = "MaterialSelectedColor"
  281. dc.Size = UDim2.new(1, 0, 1, 0)
  282. dc.BorderSizePixel = 0
  283. dc.BackgroundColor3 = Setting_Color
  284. dc.BackgroundTransparency = 1
  285. dc.ZIndex = v.ZIndex
  286. dc.Visible = Setting_EnableMask
  287. dc.Parent = v
  288. local dc_colorguitween = Instance.new("Frame")
  289. dc_colorguitween.Visible = false
  290. dc_colorguitween.Name = "ColorTween"
  291. dc_colorguitween.Position = UDim2.new(1, 0, 0, 0)
  292. dc_colorguitween.Parent = dc
  293. dc_colorguitween.Changed:connect(function()
  294. dc.BackgroundTransparency = dc_colorguitween.Position.X.Scale
  295. end)
  296. local rippletweengoal = {}
  297. rippletweengoal.ImageTransparency = 1
  298. local maskf = Instance.new("Frame")
  299. maskf.Name = "RippleMask"
  300. maskf.Size = UDim2.new(1, 0, 1, 0)
  301. maskf.ClipsDescendants = true
  302. maskf.BackgroundTransparency = 1
  303. maskf.Parent = v
  304. local upevent = Instance.new("BindableEvent")
  305. upevent.Name = "MouseButton1UpEvent"
  306. function ripplemask(x, y)
  307. local a = Instance.new("ImageLabel")
  308. a.Name = "MaterialRipple"
  309. a.Position = UDim2.new(0, x + Setting_xoffset - v.AbsolutePosition.X, 0, y + Setting_yoffset - v.AbsolutePosition.Y)
  310. a.Size = UDim2.new(0, 0, 0, 0)
  311. a.BackgroundTransparency = 1
  312. a.Image = "rbxasset://textures/whiteCircle.png"
  313. a.ImageColor3 = Setting_Color
  314. a.ImageTransparency = Setting_RippleAlpha
  315. a.AnchorPoint = Vector2.new(0.5, 0.5)
  316. a.ZIndex = v.ZIndex
  317. a.Parent = maskf
  318. a:TweenSize(UDim2.new(0, Setting_Scale, 0, Setting_Scale), Enum.EasingDirection.Out, Enum.EasingStyle.Sine, Setting_Lifetime, true)
  319. local tween = TweenService:Create(a, TweenInfo.new(Setting_Lifetime), rippletweengoal)
  320. tween:Play()
  321. wait(Setting_Lifetime)
  322. a:Destroy()
  323. end
  324. function ripple(x, y)
  325. local a = Instance.new("ImageLabel")
  326. a.Name = "MaterialRipple"
  327. a.Position = UDim2.new(0, x + Setting_xoffset - v.AbsolutePosition.X, 0, y + Setting_yoffset - v.AbsolutePosition.Y)
  328. a.Size = UDim2.new(0, 0, 0, 0)
  329. a.BackgroundTransparency = 1
  330. a.Image = "rbxasset://textures/whiteCircle.png"
  331. a.ImageColor3 = Setting_Color
  332. a.ImageTransparency = Setting_RippleAlpha
  333. a.AnchorPoint = Vector2.new(0.5, 0.5)
  334. a.ZIndex = v.ZIndex - 1
  335. a.Parent = v
  336. a:TweenSizeAndPosition(UDim2.new(0, Setting_Scale, 0, Setting_Scale), UDim2.new(0.5, 0, 0.5, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Sine, Setting_Lifetime, true)
  337. upevent.Event:connect(function()
  338. local tween = TweenService:Create(a, TweenInfo.new(Setting_Lifetime), rippletweengoal)
  339. tween:Play()
  340. wait(Setting_Lifetime)
  341. a:Destroy()
  342. end)
  343. end
  344. v.MouseButton1Down:connect(function(x, y)
  345. down = true
  346. dc_colorguitween:TweenPosition(UDim2.new(Setting_SelectionAlpha, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Linear, 0.75, true)
  347. if Setting_EnableMask ~= true then
  348. ripple(x, y)
  349. end
  350. end)
  351. v.MouseButton1Up:connect(function(x, y)
  352. if game:GetService("ReplicatedStorage"):FindFirstChild("MaterialClickSound") then
  353. game:GetService("ReplicatedStorage"):FindFirstChild("MaterialClickSound"):Play()
  354. end
  355. if down == true then
  356. down = false
  357. dc_colorguitween:TweenPosition(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.3, true)
  358. if Setting_EnableMask == true then
  359. ripplemask(x, y)
  360. end
  361. end
  362. upevent:Fire()
  363. end)
  364. v.MouseLeave:connect(function(x, y)
  365. down = false
  366. dc_colorguitween:TweenPosition(UDim2.new(1, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Linear, 0.3, true)
  367. upevent:Fire()
  368. end)
  369. function upd()
  370. Setting_EnableMask = game.ReplicatedStorage.UseMask.Value
  371. Setting_Color = game.ReplicatedStorage.EffectColor.Value
  372. Setting_xoffset = game.ReplicatedStorage["X-Offset"].Value
  373. Setting_yoffset = game.ReplicatedStorage["Y-Offset"].Value
  374. Setting_Lifetime = game.ReplicatedStorage.Lifetime.Value
  375. Setting_Scale = game.ReplicatedStorage.EffectScale.Value
  376. Setting_RippleAlpha = game.ReplicatedStorage.EffectTransparency.Value
  377. Setting_SelectionAlpha = game.ReplicatedStorage.SelectionTransparency.Value
  378. dc.BackgroundColor3 = Setting_Color
  379. dc.Visible = Setting_EnableMask
  380. end
  381. game.ReplicatedStorage.UseMask.Changed:connect(upd)
  382. game.ReplicatedStorage.EffectColor.Changed:connect(upd)
  383. game.ReplicatedStorage["X-Offset"].Changed:connect(upd)
  384. game.ReplicatedStorage["Y-Offset"].Changed:connect(upd)
  385. game.ReplicatedStorage.Lifetime.Changed:connect(upd)
  386. game.ReplicatedStorage.EffectScale.Changed:connect(upd)
  387. game.ReplicatedStorage.EffectTransparency.Changed:connect(upd)
  388.  
  389. end
  390. end
  391. -- END
  392.  
  393. Minimize.MouseButton1Down:connect(function()
  394. if CommandUI.Visible == false then
  395. Main:TweenSize(UDim2.new(0, 543,0, 297), "Out", "Quad", .5, false)
  396. wait(.5)
  397. CommandUI.Visible = true
  398. Command.Visible = true
  399. else
  400. Main:TweenSize(UDim2.new(0, 543,0, 31), "Out", "Quad", .5, false)
  401. CommandUI.Visible = false
  402. Command.Visible = false
  403. end
  404. end)
  405.  
  406.  
  407. local xx = math.random(-69.25, 147.75)
  408. local zz = math.random(113.75, 330.75)
  409. local yy = math.random(-20.5,45.5)
  410. local plat = math.random(-10,10)
  411. plr = game.Players.LocalPlayer
  412. local player
  413. local all = "all"
  414. local others = "others"
  415. local me = "me"
  416. local pos
  417. local mine = "minefield"
  418. local bana = "bananarain"
  419. local pla = "plates"
  420. local mon = "moneyrain"
  421. local mega = "megafield"
  422. local size = "platesize"
  423. local point = "points"
  424. local yata = "yatagarasu"
  425. local wati = true
  426. did = "s"
  427. mem = "s"
  428.  
  429. local swrd = "sword"
  430. local pot = "potato"
  431. local pie = "pie"
  432. local gracoil = "gravcoil"
  433. local specoil = "speedcoil"
  434. local regcoil = "regencoil"
  435. local cola = "cola"
  436. local banan = "banana"
  437. local para = "parachute"
  438. local firew = "firework"
  439. local plate = "plate"
  440. local burg = "burger"
  441. local plamine = "mine"
  442. local treer = "tree"
  443. local telep = "teleport"
  444. local mbag = "bag"
  445.  
  446. local on = "on"
  447. local off = "off"
  448. local status = "s"
  449.  
  450. local fire = "fire"
  451. local black = "blackhole"
  452. local ls = "lavaspinner"
  453. local bmb = "bomb"
  454. local pri = "prison"
  455. local spk = "spike"
  456. local zomb = "zombie"
  457. local bmbc = "bombcloud"
  458. local tor = "tornado"
  459. local fen = "fence"
  460. local dis = "disco"
  461. local pbmb = "plrbomb"
  462. local cac = "cactus"
  463. local wal = "wall"
  464. local frz = "freeze"
  465. local vol = "volcano"
  466. local mun = "moon"
  467. local nuk = "nuke"
  468. local min = "landmine"
  469. local marbl = "marble"
  470.  
  471. local coin = "coin"
  472. local chest = "chest"
  473.  
  474. function layer(y)
  475. local xx = math.random(-111.6, 111.6)
  476. local zz = math.random(-108.2, 108.2)
  477. for i = 1,5 do
  478. for i = 1,100 do
  479. print("Layered!")
  480. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,y,zz), "D=9Vb7aMuZt!8aMH")
  481. xx = math.random(-111.6, 111.6)
  482. zz = math.random(-108.2, 108.2)
  483. end
  484. end
  485. end
  486.  
  487. function addplates(stage)
  488. local xx = math.random(-111.6, 111.6)
  489. local zz = math.random(-108.2, 108.2)
  490. local yy = math.random(stage, stage*3)
  491. for i = 1,60 do
  492. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz),"D=9Vb7aMuZt!8aMH")
  493. xx = math.random(-111.6, 111.6)
  494. zz = math.random(-108.2, 108.2)
  495. yy = math.random(stage, stage*3)
  496. end
  497. end
  498.  
  499. function utsuho()
  500. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(55.8,90,54.1),"D=9Vb7aMuZt!8aMH")
  501. for i,v in pairs (workspace.Plates:GetChildren()) do
  502. if v.Plate.Position == Vector3.new(55.8,90,54.1) then
  503. workspace.RemoteEvents.AddDecal:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  504. for i = 1,3 do
  505. workspace.RemoteEvents.AddParticles:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  506. end
  507. v.Plate.Touched:Connect(function(who)
  508. if who.Name == "Right Leg" or who.Name == "Left Leg" or who.Name == "Right Arm" or who.Name == "Left Arm" or who.Name == "Torso" or who.Name == "Head" or who.Name == "HumanoidRootPart" then
  509. local winner = who.Parent.Name
  510. for i,b in pairs (game.Players:GetChildren()) do
  511. if b.Team == game.Teams.Playing and b.Name ~= winner then
  512. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  513. end
  514. end
  515. end
  516. end)
  517. end
  518. end
  519. layer(-5)
  520. wait(10)
  521. addplates(5)
  522. wait(5)
  523. layer(2)
  524. layer(5)
  525. layer(7)
  526. wait(5)
  527. addplates(20)
  528. wait(10)
  529. layer(10)
  530. layer(13)
  531. layer(16)
  532. layer(19)
  533. wait(5)
  534. addplates(30)
  535. wait(5)
  536. end
  537.  
  538. Clear.MouseButton1Down:connect(function()
  539. CommandBtn()
  540. Command.Text = ""
  541. end)
  542.  
  543. Close.MouseButton1Down:connect(function()
  544.  
  545. PlatesCommandUI:Destroy()
  546. end)
  547.  
  548. Command.Focused:connect(function()
  549. Animation.BackgroundTransparency = .5
  550. Command.ClearTextOnFocus = false
  551. end)
  552.  
  553. Command.FocusLost:connect(function()
  554. Animation.BackgroundTransparency = 0
  555. end)
  556.  
  557.  
  558. TextButton.MouseButton1Down:connect(function()
  559.  
  560.  
  561. if string.sub(tostring(Command.Text), 1, 5) == "kill/" then
  562. if not all:match(string.sub(tostring(Command.Text), 6)) or others:match(string.sub(tostring(Command.Text), 6)) or me:match(string.sub(tostring(Command.Text), 6)) then
  563. for i,v in pairs (game.Players:GetChildren()) do
  564. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  565. if v.Name:match(string.sub(tostring(Command.Text), 6)) then
  566. player = v.Character.Humanoid
  567. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  568. elseif all:match(string.sub(tostring(Command.Text), 6)) then
  569. player = v.Character.Humanoid
  570. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  571. elseif others:match(string.sub(tostring(Command.Text), 6)) then
  572. if v ~= game.Players.LocalPlayer then
  573. player = v.Character.Humanoid
  574. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  575. elseif me:match(string.sub(tostring(Command.Text), 6)) then
  576. if v == game.Players.LocalPlayer then
  577. player = v.Character.Humanoid
  578. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  579. end
  580. end
  581. end
  582. end
  583. end
  584. end
  585. end
  586. if string.sub(tostring(Command.Text), 1, 9) == "loopkill/" then
  587. if not all:match(string.sub(tostring(Command.Text), 10)) or others:match(string.sub(tostring(Command.Text), 10)) or me:match(string.sub(tostring(Command.Text), 10)) then
  588. for i,v in pairs (game.Players:GetChildren()) do
  589. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  590. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  591. while wait(1) do
  592. player = v.Character.Humanoid
  593. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  594. end
  595. elseif all:match(string.sub(tostring(Command.Text), 10)) then
  596. while wait(1) do
  597. player = v.Character.Humanoid
  598. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  599. end
  600. elseif others:match(string.sub(tostring(Command.Text), 10)) then
  601. if v ~= game.Players.LocalPlayer then
  602. while wait(1) do
  603. player = v.Character.Humanoid
  604. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  605. end
  606. elseif me:match(string.sub(tostring(Command.Text), 10)) then
  607. if v == game.Players.LocalPlayer then
  608. while wait(1) do
  609. player = v.Character.Humanoid
  610. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  611. end
  612. end
  613. end
  614. end
  615. end
  616. end
  617. end
  618. end
  619. if string.sub(tostring(Command.Text), 1, 8) == "explode/" then
  620. if not all:match(string.sub(tostring(Command.Text), 9)) or others:match(string.sub(tostring(Command.Text), 9)) or me:match(string.sub(tostring(Command.Text), 9)) then
  621. for i,v in pairs (game.Players:GetChildren()) do
  622. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  623. if v.Name:match(string.sub(tostring(Command.Text), 9)) then
  624. pos = v.Character.HumanoidRootPart.Position
  625. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  626. elseif all:match(string.sub(tostring(Command.Text), 9)) then
  627. pos = v.Character.HumanoidRootPart.Position
  628. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  629. elseif others:match(string.sub(tostring(Command.Text), 9)) then
  630. if v ~= game.Players.LocalPlayer then
  631. pos = v.Character.HumanoidRootPart.Position
  632. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  633. elseif me:match(string.sub(tostring(Command.Text), 9)) then
  634. if v == game.Players.LocalPlayer then
  635. pos = v.Character.HumanoidRootPart.Position
  636. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  637. end
  638. end
  639. end
  640. end
  641. end
  642. end
  643. end
  644. if string.sub(tostring(Command.Text), 1, 6) == "plate/" then
  645. if not all:match(string.sub(tostring(Command.Text), 7)) or others:match(string.sub(tostring(Command.Text), 7)) or me:match(string.sub(tostring(Command.Text), 7)) then
  646. for i,v in pairs (game.Players:GetChildren()) do
  647. if v.Name:match(string.sub(tostring(Command.Text), 7)) then
  648. pos = v.Character.HumanoidRootPart.Position
  649. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  650. elseif all:match(string.sub(tostring(Command.Text), 7)) then
  651. pos = v.Character.HumanoidRootPart.Position
  652. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  653. elseif others:match(string.sub(tostring(Command.Text), 7)) then
  654. if v ~= game.Players.LocalPlayer then
  655. pos = v.Character.HumanoidRootPart.Position
  656. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  657. elseif me:match(string.sub(tostring(Command.Text), 7)) then
  658. if v == game.Players.LocalPlayer then
  659. pos = v.Character.HumanoidRootPart.Position
  660. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  661. end
  662. end
  663. end
  664. end
  665. end
  666. end
  667. if string.sub(tostring(Command.Text), 1, 5) == "tree/" then
  668. if not all:match(string.sub(tostring(Command.Text), 6)) or others:match(string.sub(tostring(Command.Text), 6)) or me:match(string.sub(tostring(Command.Text), 6)) then
  669. for i,v in pairs (game.Players:GetChildren()) do
  670. if v.Name:match(string.sub(tostring(Command.Text), 6)) then
  671. pos = v.Character.HumanoidRootPart.Position
  672. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  673. elseif all:match(string.sub(tostring(Command.Text), 6)) then
  674. pos = v.Character.HumanoidRootPart.Position
  675. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  676. elseif others:match(string.sub(tostring(Command.Text), 6)) then
  677. if v ~= game.Players.LocalPlayer then
  678. pos = v.Character.HumanoidRootPart.Position
  679. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  680. elseif me:match(string.sub(tostring(Command.Text), 6)) then
  681. if v == game.Players.LocalPlayer then
  682. pos = v.Character.HumanoidRootPart.Position
  683. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  684. end
  685. end
  686. end
  687. end
  688. end
  689. end
  690. if string.sub(tostring(Command.Text), 1, 7) == "banana/" then
  691. if not all:match(string.sub(tostring(Command.Text), 8)) or others:match(string.sub(tostring(Command.Text), 8)) or me:match(string.sub(tostring(Command.Text), 8)) then
  692. for i,v in pairs (game.Players:GetChildren()) do
  693. if v.Name:match(string.sub(tostring(Command.Text), 8)) then
  694. pos = v.Character.HumanoidRootPart.Position
  695. for i = 1,3 do
  696. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  697. end
  698. elseif all:match(string.sub(tostring(Command.Text), 8)) then
  699. pos = v.Character.HumanoidRootPart.Position
  700. for i = 1,3 do
  701. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  702. end
  703. elseif others:match(string.sub(tostring(Command.Text), 8)) then
  704. if v ~= game.Players.LocalPlayer then
  705. pos = v.Character.HumanoidRootPart.Position
  706. for i = 1,3 do
  707. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  708. end
  709. elseif me:match(string.sub(tostring(Command.Text), 8)) then
  710. if v == game.Players.LocalPlayer then
  711. pos = v.Character.HumanoidRootPart.Position
  712. for i = 1,3 do
  713. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  714. end
  715. end
  716. end
  717. end
  718. end
  719. end
  720. end
  721. if string.sub(tostring(Command.Text), 1, 7) == "potato/" then
  722. if not all:match(string.sub(tostring(Command.Text), 8)) or others:match(string.sub(tostring(Command.Text), 8)) or me:match(string.sub(tostring(Command.Text), 8)) then
  723. for i,v in pairs (game.Players:GetChildren()) do
  724. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  725. if v.Name:match(string.sub(tostring(Command.Text), 8)) then
  726. for i = 1,3 do
  727. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  728. end
  729. elseif all:match(string.sub(tostring(Command.Text), 8)) then
  730. for i = 1,3 do
  731. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  732. end
  733. elseif others:match(string.sub(tostring(Command.Text), 8)) then
  734. if v ~= game.Players.LocalPlayer then
  735. for i = 1,3 do
  736. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  737. end
  738. elseif me:match(string.sub(tostring(Command.Text), 8)) then
  739. if v == game.Players.LocalPlayer then
  740. for i = 1,3 do
  741. workspace.RemoteEvents.BananaEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  742. end
  743. end
  744. end
  745. end
  746. end
  747. end
  748. end
  749. end
  750. if string.sub(tostring(Command.Text), 1, 7) == "kawaii/" then
  751. local decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751303,493330460,147905379,148020283,149874244,149874205,149874142,149874121,149874091,149874074,149874053,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905405,147905353,147905331,147905274,147905257,147905207,147905183,135796114,135795749,135795807,135795953,135795910,135795616,135795592,135795638,135795523}
  752. local decal = math.random(#decals)
  753. local c = decals[ decal ]
  754.  
  755. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,665015838}
  756. local song = math.random(#songs)
  757. local b = songs[ song ]
  758.  
  759. for i,v in pairs (workspace.Plates:GetChildren()) do
  760. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  761. for i = 1,3 do
  762. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  763. end
  764. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  765. song = math.random(#songs)
  766. b = songs[ song ]
  767. decal = math.random(#decals)
  768. c = decals[ decal ]
  769. end
  770. end
  771. if string.sub(tostring(Command.Text), 1, 7) == "health/" then
  772. for i,v in pairs (game.Players:GetChildren()) do
  773. if v.Name:match(string.sub(tostring(Command.Text), 8)) then
  774. workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, v.Character.Humanoid.Health-v.Character.Humanoid.MaxHealth, "D=9Vb7aMuZt!8aMH")
  775. end
  776. end
  777. end
  778. if string.sub(tostring(Command.Text), 1, 4) == "god/" then
  779. for i,v in pairs (game.Players:GetChildren()) do
  780. if v.Name:match(string.sub(tostring(Command.Text), 5)) then
  781. repeat wait() workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, -999999999, "D=9Vb7aMuZt!8aMH") until v.Character.Humanoid.Health == 0
  782. end
  783. end
  784. end
  785. if string.sub(tostring(Command.Text), 1, 6) == "anime/" then
  786. for i,v in pairs (workspace.Plates:GetChildren()) do
  787. if v.Owner.Value:match(string.sub(tostring(Command.Text), 7)) then
  788. player = v.Owner.Value
  789. end
  790. end
  791. local z
  792. local n
  793. local decals
  794. local decal
  795. local chooser = math.random(1,75)
  796. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,298226253}
  797. local song = math.random(#songs)
  798. local x = songs[ song ]
  799.  
  800. if chooser ~= 1 then
  801. decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751302,147905379,148020283,149874244,149874204,149874142,149874121,149874091,149874074,149874054,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905403,147905353,147905331,147905274,147905257,147905207,147905183,135796113,135795749,135795807,135795953,135795910,135795616,135795592,135795638,135795523}
  802. decal = math.random(#decals)
  803. z = decals[ decal ]
  804. else
  805. z = 148020567
  806. x = 156401749
  807. end
  808.  
  809. print("Decal is "..z)
  810. print("Audio is "..x)
  811. for i,b in pairs (workspace.Plates:GetChildren()) do
  812. if b.Owner.Value == player and wati == true then
  813. workspace.RemoteEvents.AddDecal:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  814. for i = 1,3 do
  815. workspace.RemoteEvents.AddParticles:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  816. end
  817. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, b, "D=9Vb7aMuZt!8aMH")
  818. wati = false
  819. wait(3)
  820. wati = true
  821. end
  822. end
  823. end
  824. if string.sub(tostring(Command.Text), 1, 7) == "utsuho/" then
  825. for i,v in pairs (workspace.Plates:GetChildren()) do
  826. if v.Owner.Value:match(string.sub(tostring(Command.Text), 8)) then
  827. z = 148020567
  828. x = 156401749
  829. workspace.RemoteEvents.AddDecal:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  830. for i = 1,3 do
  831. workspace.RemoteEvents.AddParticles:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  832. end
  833. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, v, "D=9Vb7aMuZt!8aMH")
  834. end
  835. end
  836. end
  837. if string.sub(tostring(Command.Text), 1, 14) == "destroy/server" then
  838. local xx = math.random(-151.6, 151.6)
  839. local zz = math.random(-108.2, 108.2)
  840. for i = 1,10 do
  841. for i = 1,50 do
  842. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  843. xx = math.random(-151.6, 151.6)
  844. zz = math.random(-158.2, 158.2)
  845. yy = math.random(-20.5,45.5)
  846. end
  847. end
  848. wait(3)
  849. local decals = {305103891,148020056,426868863,51193582,147906004,496638309,253197559,148020132,147905960,481751303,493330460,147905379,148020283,149874244,149874205,149874142,149874121,149874091,149874074,149874053,149874019,149873976,149873926,148021078,148021043,148020947,148020932,148020914,148020831,148020602,148020411,148020366,148020343,148020177,148020092,148020028,148019993,147906126,147906096,147906037,147905917,147905713,147905608,147905537,147905513,147905447,147905405,147905353,147905331,147905274,147905257,147905207,147905183,135796114,135795749,135795807,135795953,135795910,135795616,135795592,135795638}
  850. local decal = math.random(#decals)
  851. local c = decals[ decal ]
  852.  
  853. local songs = {919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,201179350,730013942,737043670,343514724,379240208,237388464,343508984,284768504,609167755,383056380,164833164,911777530,397723799,298226253}
  854. local song = math.random(#songs)
  855. local b = songs[ song ]
  856.  
  857. for i,v in pairs (workspace.Plates:GetChildren()) do
  858. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  859. for i = 1,5 do
  860. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  861. end
  862. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  863. song = math.random(#songs)
  864. b = songs[ song ]
  865. decal = math.random(#decals)
  866. c = decals[ decal ]
  867. end
  868. for i = 1,10 do
  869. for i = 1,300 do
  870. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  871. xx = math.random(-151.6, 151.6)
  872. zz = math.random(-158.2, 158.2)
  873. yy = math.random(-20.5,85.5)
  874. end
  875. end
  876. end
  877. if string.sub(tostring(Command.Text), 1, 3) == "tp/" then
  878. for i,v in pairs (game.Players:GetChildren()) do
  879. if v.Name:match(string.sub(tostring(Command.Text), 4)) then
  880. player = v.Character.HumanoidRootPart.Position
  881. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(player.X,player.Y,player.Z), "D=9Vb7aMuZt!8aMH")
  882. end
  883. end
  884. end
  885.  
  886. if string.sub(tostring(Command.Text), 1, 8) == "platetp/" then
  887. for i,v in pairs (game.Players:GetChildren()) do
  888. if v.Name:match(string.sub(tostring(Command.Text), 9)) then
  889. for i,b in pairs (workspace.Plates:GetChildren()) do
  890. if b.Owner.Value == v.Name then
  891. local plater = b.Plate.Position
  892. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(plater.X,plater.Y,plater.Z), "D=9Vb7aMuZt!8aMH")
  893. end
  894. end
  895. end
  896. end
  897. end
  898. if string.sub(tostring(Command.Text), 1, 7) == "points/" then
  899. if not all:match(string.sub(tostring(Command.Text), 8)) or others:match(string.sub(tostring(Command.Text), 8)) or me:match(string.sub(tostring(Command.Text), 8)) then
  900. if me:match(string.sub(tostring(Command.Text), 8)) then
  901. workspace.RemoteEvents.ShopBuyEvent:FireServer(-999999999, "D=9Vb7aMuZt!8aMH")
  902. end
  903. end
  904. end
  905. if string.sub(tostring(Command.Text), 1, 4) == "win/" then
  906. for i,v in pairs (game.Players:GetChildren()) do
  907. if v.Name:match(string.sub(tostring(Command.Text), 5)) and v.Team == game.Teams.Playing then
  908. for i,b in pairs (game.Players:GetChildren()) do
  909. if b.Team == game.Teams.Playing and b ~= v then
  910. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  911. end
  912. end
  913. end
  914. end
  915. end
  916. if string.sub(tostring(Command.Text), 1, 9) == "expand50/" then
  917. for i,v in pairs (game.Players:GetChildren()) do
  918. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  919. if v.gamestats.Plate.Value then
  920. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 50, "D=9Vb7aMuZt!8aMH")
  921. end
  922. end
  923. end
  924. end
  925. if string.sub(tostring(Command.Text), 1, 9) == "expand10/" then
  926. for i,v in pairs (game.Players:GetChildren()) do
  927. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  928. if v.gamestats.Plate.Value then
  929. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 10, "D=9Vb7aMuZt!8aMH")
  930. end
  931. end
  932. end
  933. end
  934. if string.sub(tostring(Command.Text), 1, 9) == "expand25/" then
  935. for i,v in pairs (game.Players:GetChildren()) do
  936. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  937. if v.gamestats.Plate.Value then
  938. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 25, "D=9Vb7aMuZt!8aMH")
  939. end
  940. end
  941. end
  942. end
  943. if string.sub(tostring(Command.Text), 1, 10) == "expand100/" then
  944. for i,v in pairs (game.Players:GetChildren()) do
  945. if v.Name:match(string.sub(tostring(Command.Text), 11)) then
  946. if v.gamestats.Plate.Value then
  947. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 100, "D=9Vb7aMuZt!8aMH")
  948. end
  949. end
  950. end
  951. end
  952. if string.sub(tostring(Command.Text), 1, 9) == "shrink50/" then
  953. for i,v in pairs (game.Players:GetChildren()) do
  954. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  955. if v.gamestats.Plate.Value then
  956. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -50, "D=9Vb7aMuZt!8aMH")
  957. end
  958. end
  959. end
  960. end
  961. if string.sub(tostring(Command.Text), 1, 9) == "shrink10/" then
  962. for i,v in pairs (game.Players:GetChildren()) do
  963. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  964. if v.gamestats.Plate.Value then
  965. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -10, "D=9Vb7aMuZt!8aMH")
  966. end
  967. end
  968. end
  969. end
  970. if string.sub(tostring(Command.Text), 1, 9) == "shrink25/" then
  971. for i,v in pairs (game.Players:GetChildren()) do
  972. if v.Name:match(string.sub(tostring(Command.Text), 10)) then
  973. if v.gamestats.Plate.Value then
  974. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -25, "D=9Vb7aMuZt!8aMH")
  975. end
  976. end
  977. end
  978. end
  979. if string.sub(tostring(Command.Text), 1, 10) == "shrink100/" then
  980. for i,v in pairs (game.Players:GetChildren()) do
  981. if v.Name:match(string.sub(tostring(Command.Text), 11)) then
  982. if v.gamestats.Plate.Value then
  983. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -100, "D=9Vb7aMuZt!8aMH")
  984. end
  985. end
  986. end
  987. end
  988. if string.sub(tostring(Command.Text), 1, 10) == "obliviate/" then
  989. for i,v in pairs (game.Players:GetChildren()) do
  990. if v.Name:match(string.sub(tostring(Command.Text), 11)) then
  991. if v.gamestats.Plate.Value then
  992. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -999999, "D=9Vb7aMuZt!8aMH")
  993. end
  994. end
  995. end
  996. end
  997. if string.sub(tostring(Command.Text), 1, 6) == "decal/" then
  998. for i,b in pairs (workspace.Plates:GetChildren()) do
  999. workspace.RemoteEvents.AddDecal:FireServer(string.sub(tostring(Command.Text), 7), b, "D=9Vb7aMuZt!8aMH")
  1000. end
  1001. end
  1002. if string.sub(tostring(Command.Text), 1, 6) == "audio/" then
  1003. for i,b in pairs (workspace.Plates:GetChildren()) do
  1004. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..string.sub(tostring(Command.Text), 7), b, "D=9Vb7aMuZt!8aMH")
  1005. end
  1006. end
  1007. if string.sub(tostring(Command.Text), 1, 9) == "particle/" then
  1008. for i,b in pairs (workspace.Plates:GetChildren()) do
  1009. workspace.RemoteEvents.AddParticles:FireServer(string.sub(tostring(Command.Text), 10), b, "D=9Vb7aMuZt!8aMH")
  1010. end
  1011. end
  1012. if string.sub(tostring(Command.Text), 1, 8) == "sparkle/" then
  1013. for i,b in pairs (workspace.Plates:GetChildren()) do
  1014. workspace.RemoteEvents.AddParticles:FireServer(string.sub(tostring(Command.Text), 9), "D=9Vb7aMuZt!8aMH")
  1015. end
  1016. end
  1017.  
  1018. if string.sub(tostring(Command.Text), 1, 9) == "detonate/" then
  1019. for i,v in pairs (workspace.Plates:GetChildren()) do
  1020. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://134314368", v, "D=9Vb7aMuZt!8aMH")
  1021. end
  1022. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1023. if v.Name == "Landmine" then
  1024. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(v.Position.X,v.Position.Y+1,v.Position.Z), "D=9Vb7aMuZt!8aMH")
  1025. end
  1026. end
  1027. end
  1028. if string.sub(tostring(Command.Text), 1, 10) == "platewalk/" then
  1029. if on:match(string.sub(tostring(Command.Text), 11)) then
  1030. status = "on"
  1031. while status == on do
  1032. wait(.15)
  1033. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1034. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y-2.5,pos.Z), "D=9Vb7aMuZt!8aMH")
  1035. end
  1036. end
  1037. if off:match(string.sub(tostring(Command.Text), 11)) then
  1038. status = "off"
  1039. end
  1040. end
  1041. if string.sub(tostring(Command.Text), 1, 5) == "trap/" then
  1042. for i,v in pairs (game.Players:GetChildren()) do
  1043. if v.Name:match(string.sub(tostring(Command.Text), 6)) then
  1044. player = v.Name
  1045. for i,b in pairs (workspace.Plates:GetChildren()) do
  1046. if b.Owner.Value == player then
  1047. b.Plate.Touched:Connect(function(who)
  1048. print("Touched by "..who.Name)
  1049. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(who.Position.X,who.Position.Y,who.Position.Z), "D=9Vb7aMuZt!8aMH")
  1050. end)
  1051. end
  1052. end
  1053. end
  1054. end
  1055. end
  1056. if string.sub(tostring(Command.Text), 1, 12) == "EXPLOOOSION/" then
  1057. if not all:match(string.sub(tostring(Command.Text), 13)) or others:match(string.sub(tostring(Command.Text), 13)) or me:match(string.sub(tostring(Command.Text), 13)) then
  1058. for i,v in pairs (workspace.Plates:GetChildren()) do
  1059. local becal = 723125463
  1060. workspace.RemoteEvents.AddDecal:FireServer(becal, v, true)
  1061. for i = 1,5 do
  1062. workspace.RemoteEvents.AddParticles:FireServer(becal, v, true)
  1063. end
  1064. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://665015838", v, "D=9Vb7aMuZt!8aMH")
  1065. local xx = math.random(-111.6, 111.6)
  1066. local zz = math.random(-108.2, 108.2)
  1067. local yy = math.random(-20.5,85.5)
  1068. for i = 1,15 do
  1069. for i = 1,200 do
  1070. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  1071. xx = math.random(-111.6, 111.6)
  1072. zz = math.random(-108.2, 108.2)
  1073. yy = math.random(-20.5,85.5)
  1074. end
  1075. end
  1076. end
  1077. end
  1078. end
  1079.  
  1080. if string.sub(tostring(Command.Text), 1, 6) == "layer/" then
  1081. local xx = math.random(-111.6, 111.6)
  1082. local zz = math.random(-108.2, 108.2)
  1083. print("Layering!")
  1084. for i = 1,5 do
  1085. for i = 1,100 do
  1086. print("Layered!")
  1087. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,string.sub(tostring(Command.Text),7),zz), "D=9Vb7aMuZt!8aMH")
  1088. xx = math.random(-111.6, 111.6)
  1089. zz = math.random(-108.2, 108.2)
  1090. end
  1091. wait(1)
  1092. end
  1093. end
  1094.  
  1095. if string.sub(tostring(Command.Text), 1, 5) == "tool/" then
  1096. if banan:match(string.sub(tostring(Command.Text), 6)) then
  1097. print("Giving tool")
  1098. local tool = game.ReplicatedStorage["BananaPeel"]:Clone()
  1099. tool.Parent = game.Players.LocalPlayer.Backpack
  1100. elseif swrd:match(string.sub(tostring(Command.Text), 6)) then
  1101. print("Giving tool")
  1102. local tool = game.ReplicatedStorage["Sword"]:Clone()
  1103. tool.Parent = game.Players.LocalPlayer.Backpack
  1104. elseif cola:match(string.sub(tostring(Command.Text), 6)) then
  1105. print("Giving tool")
  1106. local tool = game.ReplicatedStorage["Bloxy Cola"]:Clone()
  1107. tool.Parent = game.Players.LocalPlayer.Backpack
  1108. elseif gracoil:match(string.sub(tostring(Command.Text), 6)) then
  1109. print("Giving tool")
  1110. local tool = game.ReplicatedStorage["GravityCoil"]:Clone()
  1111. tool.Parent = game.Players.LocalPlayer.Backpack
  1112. elseif regcoil:match(string.sub(tostring(Command.Text), 6)) then
  1113. local tool = game.ReplicatedStorage["RegenCoil"]:Clone()
  1114. tool.Parent = game.Players.LocalPlayer.Backpack
  1115. elseif specoil:match(string.sub(tostring(Command.Text), 6)) then
  1116. local tool = game.ReplicatedStorage["SpeedCoil"]:Clone()
  1117. tool.Parent = game.Players.LocalPlayer.Backpack
  1118. elseif para:match(string.sub(tostring(Command.Text), 6)) then
  1119. local tool = game.ReplicatedStorage["Parachute"]:Clone()
  1120. tool.Parent = game.Players.LocalPlayer.Backpack
  1121. elseif firew:match(string.sub(tostring(Command.Text), 6)) then
  1122. local tool = game.ReplicatedStorage["Fireworks"]:Clone()
  1123. tool.Parent = game.Players.LocalPlayer.Backpack
  1124. elseif pie:match(string.sub(tostring(Command.Text), 6)) then
  1125. local tool = game.ReplicatedStorage["PieTool"]:Clone()
  1126. tool.Parent = game.Players.LocalPlayer.Backpack
  1127. elseif pot:match(string.sub(tostring(Command.Text), 6)) then
  1128. local tool = game.ReplicatedStorage["Hot Potato"]:Clone()
  1129. tool.Parent = game.Players.LocalPlayer.Backpack
  1130. elseif plamine:match(string.sub(tostring(Command.Text), 6)) then
  1131. local tool = game.ReplicatedStorage["Place Mine"]:Clone()
  1132. tool.Parent = game.Players.LocalPlayer.Backpack
  1133. elseif burg:match(string.sub(tostring(Command.Text), 6)) then
  1134. local tool = game.ReplicatedStorage["Burger"]:Clone()
  1135. tool.Parent = game.Players.LocalPlayer.Backpack
  1136. elseif mbag:match(string.sub(tostring(Command.Text), 6)) then
  1137. local tool = game.ReplicatedStorage["Moneybag"]:Clone()
  1138. tool.Parent = game.Players.LocalPlayer.Backpack
  1139. elseif treer:match(string.sub(tostring(Command.Text), 6)) then
  1140. local tool = game.ReplicatedStorage["Place Tree"]:Clone()
  1141. tool.Parent = game.Players.LocalPlayer.Backpack
  1142. elseif telep:match(string.sub(tostring(Command.Text), 6)) then
  1143. local tool = game.ReplicatedStorage["Teleport to Plate"]:Clone()
  1144. tool.Parent = game.Players.LocalPlayer.Backpack
  1145. elseif plate:match(string.sub(tostring(Command.Text), 6)) then
  1146. local tool = game.ReplicatedStorage["Place Plate"]:Clone()
  1147. tool.Parent = game.Players.LocalPlayer.Backpack
  1148. end
  1149. end
  1150. if string.sub(tostring(Command.Text), 1, 6) == "round/" then
  1151. if mine:match(string.sub(tostring(Command.Text), 7)) then
  1152. local xx = math.random(-111.6, 111.6)
  1153. local zz = math.random(-108.2, 108.2)
  1154. local yy = math.random(-20.5,85.5)
  1155. for i = 1,50 do
  1156. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  1157. xx = math.random(-111.6, 111.6)
  1158. zz = math.random(-108.2, 108.2)
  1159. yy = math.random(-20.5,85.5)
  1160. end
  1161. elseif mega:match(string.sub(tostring(Command.Text), 7)) then
  1162. local xx = math.random(-111.6, 111.6)
  1163. local zz = math.random(-108.2, 108.2)
  1164. local yy = math.random(-20.5,85.5)
  1165. for i = 1,10 do
  1166. for i = 1,100 do
  1167. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  1168. xx = math.random(-111.6, 111.6)
  1169. zz = math.random(-108.2, 108.2)
  1170. yy = math.random(-20.5,85.5)
  1171. end
  1172. end
  1173. elseif bana:match(string.sub(tostring(Command.Text), 7)) then
  1174. local xx = math.random(-111.6, 111.6)
  1175. local zz = math.random(-108.2, 108.2)
  1176. for i = 1,25 do
  1177. for i = 1,100 do
  1178. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(xx,103.5,zz), "D=9Vb7aMuZt!8aMH")
  1179. xx = math.random(-111.6, 111.6)
  1180. zz = math.random(-108.2, 108.2)
  1181. wait()
  1182. end
  1183. wait(2)
  1184. end
  1185. elseif pla:match(string.sub(tostring(Command.Text), 7)) then
  1186. local xx = math.random(-111.6, 111.6)
  1187. local zz = math.random(-108.2, 108.2)
  1188. for i = 1,10 do
  1189. for i = 1,5 do
  1190. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  1191. xx = math.random(-111.6, 111.6)
  1192. zz = math.random(-108.2, 108.2)
  1193. yy = math.random(-20.5,45.5)
  1194. wait()
  1195. end
  1196. wait(3.5)
  1197. end
  1198. elseif mon:match(string.sub(tostring(Command.Text), 7)) then
  1199. local xx = math.random(-111.6, 111.6)
  1200. local zz = math.random(-108.2, 108.2)
  1201. for i = 1,25 do
  1202. for i = 1,75 do
  1203. workspace.RemoteEvents.MoneybagEvent:FireServer(CFrame.new(Vector3.new(xx,103.5,zz)), "D=9Vb7aMuZt!8aMH")
  1204. xx = math.random(-111.6, 111.6)
  1205. zz = math.random(-108.2, 108.2)
  1206. wait(.1)
  1207. end
  1208. wait(2)
  1209. end
  1210. elseif size:match(string.sub(tostring(Command.Text), 7)) then
  1211. for i,v in pairs(game.Players:GetChildren()) do
  1212. plat = math.random(-10,15)
  1213. if v.gamestats.Plate then
  1214. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, plat, "D=9Vb7aMuZt!8aMH")
  1215. end
  1216. end
  1217. elseif yata:match(string.sub(tostring(Command.Text),7)) then
  1218. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  1219. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  1220. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  1221. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  1222. for i,v in pairs (workspace.Plates:GetChildren()) do
  1223. if v.Plate.Position.Y == 10 then
  1224. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://919270364", v, "D=9Vb7aMuZt!8aMH")
  1225. end
  1226. end
  1227. utsuho()
  1228. end
  1229. end
  1230. if string.sub(tostring(Command.Text), 1, 7) == "delete/" then
  1231. if fire:match(string.sub(tostring(Command.Text), 8)) then
  1232. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1233. if v.Name == "FirePart" then
  1234. v:Destroy()
  1235. end
  1236. end
  1237. elseif black:match(string.sub(tostring(Command.Text), 8)) then
  1238. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1239. if v.Name == "Blackhole" then
  1240. v:Destroy()
  1241. end
  1242. end
  1243. elseif tor:match(string.sub(tostring(Command.Text), 8)) then
  1244. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1245. if v.Name == "Tornado" then
  1246. v:Destroy()
  1247. end
  1248. end
  1249. elseif min:match(string.sub(tostring(Command.Text), 8)) then
  1250. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1251. if v.Name == "Landmine" then
  1252. v:Destroy()
  1253. end
  1254. end
  1255. elseif vol:match(string.sub(tostring(Command.Text), 8)) then
  1256. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1257. if v.Name == "Part" and v.BrickColor == BrickColor.new("Crimson") then
  1258. v:Destroy()
  1259. end
  1260. end
  1261. elseif dis:match(string.sub(tostring(Command.Text), 8)) then
  1262. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1263. if v.Name == "DiscoBallOfDoom" then
  1264. v:Destroy()
  1265. end
  1266. end
  1267. elseif nuk:match(string.sub(tostring(Command.Text), 8)) then
  1268. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1269. if v.Name == "Nuke" or v.Name == "NukeExplosion" then
  1270. v:Destroy()
  1271. end
  1272. end
  1273. elseif mun:match(string.sub(tostring(Command.Text), 8)) then
  1274. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1275. if v.Name == "Moon" then
  1276. v:Destroy()
  1277. end
  1278. end
  1279. elseif ls:match(string.sub(tostring(Command.Text), 8)) then
  1280. for i,v in pairs (workspace.Plates:GetChildren()) do
  1281. for i,b in pairs (v:GetChildren()) do
  1282. if b.Name == "LavaSpinner" then
  1283. b:Destroy()
  1284. end
  1285. end
  1286. end
  1287. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  1288. if v.Name == "GiantLavaSpinner" then
  1289. v:Destroy()
  1290. end
  1291. end
  1292. elseif bmb:match(string.sub(tostring(Command.Text), 8)) then
  1293. for i,v in pairs (workspace.Plates:GetChildren()) do
  1294. for i,b in pairs (v:GetChildren()) do
  1295. if b.Name == "TimeBomb" then
  1296. b:Destroy()
  1297. end
  1298. end
  1299. end
  1300. elseif pri:match(string.sub(tostring(Command.Text), 8)) then
  1301. for i,v in pairs (workspace.Plates:GetChildren()) do
  1302. for i,b in pairs (v:GetChildren()) do
  1303. if b.Name == "Cage" then
  1304. b:Destroy()
  1305. end
  1306. end
  1307. end
  1308. elseif spk:match(string.sub(tostring(Command.Text), 8)) then
  1309. for i,v in pairs (workspace.Plates:GetChildren()) do
  1310. for i,b in pairs (v:GetChildren()) do
  1311. if b.Name == "Spike" then
  1312. b:Destroy()
  1313. end
  1314. end
  1315. end
  1316. elseif zomb:match(string.sub(tostring(Command.Text), 8)) then
  1317. for i,v in pairs (workspace.Plates:GetChildren()) do
  1318. for i,b in pairs (v:GetChildren()) do
  1319. if b.Name == "Zombie" then
  1320. b:Destroy()
  1321. end
  1322. end
  1323. end
  1324. elseif bmbc:match(string.sub(tostring(Command.Text), 8)) then
  1325. for i,v in pairs (workspace.Plates:GetChildren()) do
  1326. for i,b in pairs (v:GetChildren()) do
  1327. if b.Name == "BombCloud" then
  1328. b:Destroy()
  1329. end
  1330. end
  1331. end
  1332. elseif fen:match(string.sub(tostring(Command.Text), 8)) then
  1333. for i,v in pairs (workspace.Plates:GetChildren()) do
  1334. for i,b in pairs (v:GetChildren()) do
  1335. if b.Name == "ElectricFence" then
  1336. b:Destroy()
  1337. end
  1338. end
  1339. end
  1340. elseif cac:match(string.sub(tostring(Command.Text), 8)) then
  1341. for i,v in pairs (workspace.Plates:GetChildren()) do
  1342. for i,b in pairs (v:GetChildren()) do
  1343. if b.Name == "Cactus" then
  1344. b:Destroy()
  1345. end
  1346. end
  1347. end
  1348. elseif wal:match(string.sub(tostring(Command.Text), 8)) then
  1349. for i,v in pairs (workspace.Plates:GetChildren()) do
  1350. for i,b in pairs (v:GetChildren()) do
  1351. if b.Name == "Wall" then
  1352. b:Destroy()
  1353. end
  1354. end
  1355. end
  1356. elseif pbmb:match(string.sub(tostring(Command.Text), 8)) then
  1357. game.Players.LocalPlayer.Character.PlayerTimeBomb:Destroy()
  1358. end
  1359. elseif frz:match(string.sub(tostring(Command.Text), 8)) then
  1360. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  1361. if v.Name == "Part" then
  1362. v:Destroy()
  1363. end
  1364. end
  1365. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  1366. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  1367. elseif marbl:match(string.sub(tostring(Command.Text), 8)) then
  1368. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  1369. if v.Name == "Marble" then
  1370. v:Destroy()
  1371. end
  1372. end
  1373. end
  1374.  
  1375. CommandBtn()
  1376. end)
  1377.  
  1378. --// Hotkey \\ --
  1379.  
  1380. local m = game.Players.LocalPlayer:GetMouse()
  1381. db = true
  1382. m.KeyDown:connect(function(k)
  1383. k = k:lower()
  1384. if k == ";" then
  1385. if db == true then
  1386. Command:CaptureFocus()
  1387. wait(0.0000005)
  1388. Command.Text = ""
  1389. db = false
  1390. wait(0.00000005)
  1391. db = true
  1392. end
  1393. end
  1394. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement