NikkoLim

asfsafsaasgdfgfdg

Jan 24th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.17 KB | None | 0 0
  1. --]]
  2.  
  3. plr = game.Players.LocalPlayer
  4. local player
  5. local all = "all"
  6. local others = "others"
  7. local me = "me"
  8. local pos
  9. local mine = "minefield"
  10. local bana = "bananarain"
  11. local pla = "plates"
  12. local mon = "moneyrain"
  13. local mega = "megafield"
  14. local size = "platesize"
  15. local point = "points"
  16. local yata = "yatagarasu"
  17. local wati = true
  18. did = "s"
  19. mem = "s"
  20.  
  21. local swrd = "sword"
  22. local pot = "potato"
  23. local pie = "pie"
  24. local gracoil = "gravcoil"
  25. local specoil = "speedcoil"
  26. local regcoil = "regencoil"
  27. local cola = "cola"
  28. local banan = "banana"
  29. local para = "parachute"
  30. local firew = "firework"
  31. local plate = "plate"
  32. local burg = "burger"
  33. local plamine = "mine"
  34. local treer = "tree"
  35. local telep = "teleport"
  36. local mbag = "bag"
  37.  
  38. local on = "on"
  39. local off = "off"
  40. local status = "s"
  41.  
  42. local fire = "fire"
  43. local black = "blackhole"
  44. local ls = "lavaspinner"
  45. local bmb = "bomb"
  46. local pri = "prison"
  47. local spk = "spike"
  48. local zomb = "zombie"
  49. local bmbc = "bombcloud"
  50. local tor = "tornado"
  51. local fen = "fence"
  52. local dis = "disco"
  53. local pbmb = "plrbomb"
  54. local cac = "cactus"
  55. local wal = "wall"
  56. local frz = "freeze"
  57. local vol = "volcano"
  58. local mun = "moon"
  59. local nuk = "nuke"
  60. local min = "landmine"
  61. local marbl = "marble"
  62.  
  63. local coin = "coin"
  64. local chest = "chest"
  65.  
  66. function layer(y)
  67. local xx = math.random(-111.6, 111.6)
  68. local zz = math.random(-108.2, 108.2)
  69. for i = 1,5 do
  70. for i = 1,100 do
  71. print("Layered!")
  72. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,y,zz), "D=9Vb7aMuZt!8aMH")
  73. xx = math.random(-111.6, 111.6)
  74. zz = math.random(-108.2, 108.2)
  75. end
  76. end
  77. end
  78.  
  79. function addplates(stage)
  80. local xx = math.random(-111.6, 111.6)
  81. local zz = math.random(-108.2, 108.2)
  82. local yy = math.random(stage, stage*3)
  83. for i = 1,60 do
  84. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz),"D=9Vb7aMuZt!8aMH")
  85. xx = math.random(-111.6, 111.6)
  86. zz = math.random(-108.2, 108.2)
  87. yy = math.random(stage, stage*3)
  88. end
  89. end
  90.  
  91. function utsuho()
  92. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(55.8,90,54.1),"D=9Vb7aMuZt!8aMH")
  93. for i,v in pairs (workspace.Plates:GetChildren()) do
  94. if v.Plate.Position == Vector3.new(55.8,90,54.1) then
  95. workspace.RemoteEvents.AddDecal:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  96. for i = 1,3 do
  97. workspace.RemoteEvents.AddParticles:FireServer(148020567, v, "D=9Vb7aMuZt!8aMH")
  98. end
  99. v.Plate.Touched:Connect(function(who)
  100. 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
  101. local winner = who.Parent.Name
  102. for i,b in pairs (game.Players:GetChildren()) do
  103. if b.Team == game.Teams.Playing and b.Name ~= winner then
  104. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  105. end
  106. end
  107. end
  108. end)
  109. end
  110. end
  111. layer(-5)
  112. wait(10)
  113. addplates(5)
  114. wait(5)
  115. layer(2)
  116. layer(5)
  117. layer(7)
  118. wait(5)
  119. addplates(20)
  120. wait(10)
  121. layer(10)
  122. layer(13)
  123. layer(16)
  124. layer(19)
  125. wait(5)
  126. addplates(30)
  127. wait(5)
  128. end
  129.  
  130. local xx = math.random(-69.25, 147.75)
  131. local zz = math.random(113.75, 330.75)
  132. local yy = math.random(-20.5,45.5)
  133. local plat = math.random(-10,10)
  134. plr.Chatted:Connect(function(msg)
  135. if string.sub(msg, 1, 5) == "kill/" then
  136. if not all:match(string.sub(msg, 6)) or others:match(string.sub(msg, 6)) or me:match(string.sub(msg, 6)) then
  137. for i,v in pairs (game.Players:GetChildren()) do
  138. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  139. if v.Name:match(string.sub(msg, 6)) then
  140. player = v.Character.Humanoid
  141. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  142. elseif all:match(string.sub(msg, 6)) then
  143. player = v.Character.Humanoid
  144. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  145. elseif others:match(string.sub(msg, 6)) then
  146. if v ~= game.Players.LocalPlayer then
  147. player = v.Character.Humanoid
  148. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  149. elseif me:match(string.sub(msg, 6)) then
  150. if v == game.Players.LocalPlayer then
  151. player = v.Character.Humanoid
  152. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  153. end
  154. end
  155. end
  156. end
  157. end
  158. end
  159. end
  160. if string.sub(msg, 1, 9) == "loopkill/" then
  161. if not all:match(string.sub(msg, 10)) or others:match(string.sub(msg, 10)) or me:match(string.sub(msg, 10)) then
  162. for i,v in pairs (game.Players:GetChildren()) do
  163. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  164. if v.Name:match(string.sub(msg, 10)) then
  165. while wait(1) do
  166. player = v.Character.Humanoid
  167. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  168. end
  169. elseif all:match(string.sub(msg, 10)) then
  170. while wait(1) do
  171. player = v.Character.Humanoid
  172. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  173. end
  174. elseif others:match(string.sub(msg, 10)) then
  175. if v ~= game.Players.LocalPlayer then
  176. while wait(1) do
  177. player = v.Character.Humanoid
  178. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  179. end
  180. elseif me:match(string.sub(msg, 10)) then
  181. if v == game.Players.LocalPlayer then
  182. while wait(1) do
  183. player = v.Character.Humanoid
  184. workspace.RemoteEvents.TakeDamageEvent:FireServer(player, 99999, "D=9Vb7aMuZt!8aMH")
  185. end
  186. end
  187. end
  188. end
  189. end
  190. end
  191. end
  192. end
  193. if string.sub(msg, 1, 8) == "explode/" then
  194. if not all:match(string.sub(msg, 9)) or others:match(string.sub(msg, 9)) or me:match(string.sub(msg, 9)) then
  195. for i,v in pairs (game.Players:GetChildren()) do
  196. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  197. if v.Name:match(string.sub(msg, 9)) then
  198. pos = v.Character.HumanoidRootPart.Position
  199. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  200. elseif all:match(string.sub(msg, 9)) then
  201. pos = v.Character.HumanoidRootPart.Position
  202. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  203. elseif others:match(string.sub(msg, 9)) then
  204. if v ~= game.Players.LocalPlayer then
  205. pos = v.Character.HumanoidRootPart.Position
  206. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  207. elseif me:match(string.sub(msg, 9)) then
  208. if v == game.Players.LocalPlayer then
  209. pos = v.Character.HumanoidRootPart.Position
  210. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  211. end
  212. end
  213. end
  214. end
  215. end
  216. end
  217. end
  218. if string.sub(msg, 1, 6) == "plate/" then
  219. if not all:match(string.sub(msg, 7)) or others:match(string.sub(msg, 7)) or me:match(string.sub(msg, 7)) then
  220. for i,v in pairs (game.Players:GetChildren()) do
  221. if v.Name:match(string.sub(msg, 7)) then
  222. pos = v.Character.HumanoidRootPart.Position
  223. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  224. elseif all:match(string.sub(msg, 7)) then
  225. pos = v.Character.HumanoidRootPart.Position
  226. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  227. elseif others:match(string.sub(msg, 7)) then
  228. if v ~= game.Players.LocalPlayer then
  229. pos = v.Character.HumanoidRootPart.Position
  230. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  231. elseif me:match(string.sub(msg, 7)) then
  232. if v == game.Players.LocalPlayer then
  233. pos = v.Character.HumanoidRootPart.Position
  234. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  235. end
  236. end
  237. end
  238. end
  239. end
  240. end
  241. if string.sub(msg, 1, 5) == "tree/" then
  242. if not all:match(string.sub(msg, 6)) or others:match(string.sub(msg, 6)) or me:match(string.sub(msg, 6)) then
  243. for i,v in pairs (game.Players:GetChildren()) do
  244. if v.Name:match(string.sub(msg, 6)) then
  245. pos = v.Character.HumanoidRootPart.Position
  246. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  247. elseif all:match(string.sub(msg, 6)) then
  248. pos = v.Character.HumanoidRootPart.Position
  249. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  250. elseif others:match(string.sub(msg, 6)) then
  251. if v ~= game.Players.LocalPlayer then
  252. pos = v.Character.HumanoidRootPart.Position
  253. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  254. elseif me:match(string.sub(msg, 6)) then
  255. if v == game.Players.LocalPlayer then
  256. pos = v.Character.HumanoidRootPart.Position
  257. workspace.RemoteEvents.PlaceTreeEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  258. end
  259. end
  260. end
  261. end
  262. end
  263. end
  264. if string.sub(msg, 1, 7) == "banana/" then
  265. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  266. for i,v in pairs (game.Players:GetChildren()) do
  267. if v.Name:match(string.sub(msg, 8)) then
  268. pos = v.Character.HumanoidRootPart.Position
  269. for i = 1,3 do
  270. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  271. end
  272. elseif all:match(string.sub(msg, 8)) then
  273. pos = v.Character.HumanoidRootPart.Position
  274. for i = 1,3 do
  275. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  276. end
  277. elseif others:match(string.sub(msg, 8)) then
  278. if v ~= game.Players.LocalPlayer then
  279. pos = v.Character.HumanoidRootPart.Position
  280. for i = 1,3 do
  281. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  282. end
  283. elseif me:match(string.sub(msg, 8)) then
  284. if v == game.Players.LocalPlayer then
  285. pos = v.Character.HumanoidRootPart.Position
  286. for i = 1,3 do
  287. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(pos.X,pos.Y,pos.Z),"D=9Vb7aMuZt!8aMH")
  288. end
  289. end
  290. end
  291. end
  292. end
  293. end
  294. end
  295. if string.sub(msg, 1, 7) == "potato/" then
  296. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  297. for i,v in pairs (game.Players:GetChildren()) do
  298. if v.Name ~= "XxCreeperStalkerz" or v.Name ~= "Apostasla" then
  299. if v.Name:match(string.sub(msg, 8)) then
  300. for i = 1,3 do
  301. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  302. end
  303. elseif all:match(string.sub(msg, 8)) then
  304. for i = 1,3 do
  305. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  306. end
  307. elseif others:match(string.sub(msg, 8)) then
  308. if v ~= game.Players.LocalPlayer then
  309. for i = 1,3 do
  310. workspace.RemoteEvents.PotatoEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  311. end
  312. elseif me:match(string.sub(msg, 8)) then
  313. if v == game.Players.LocalPlayer then
  314. for i = 1,3 do
  315. workspace.RemoteEvents.BananaEvent:FireServer(""..v.Name,"D=9Vb7aMuZt!8aMH")
  316. end
  317. end
  318. end
  319. end
  320. end
  321. end
  322. end
  323. end
  324. if string.sub(msg, 1, 7) == "kawaii/" then
  325. 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}
  326. local decal = math.random(#decals)
  327. local c = decals[ decal ]
  328.  
  329. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,665015838}
  330. local song = math.random(#songs)
  331. local b = songs[ song ]
  332.  
  333. for i,v in pairs (workspace.Plates:GetChildren()) do
  334. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  335. for i = 1,3 do
  336. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  337. end
  338. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  339. song = math.random(#songs)
  340. b = songs[ song ]
  341. decal = math.random(#decals)
  342. c = decals[ decal ]
  343. end
  344. end
  345. if string.sub(msg, 1, 7) == "health/" then
  346. for i,v in pairs (game.Players:GetChildren()) do
  347. if v.Name:match(string.sub(msg, 8)) then
  348. workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, v.Character.Humanoid.Health-v.Character.Humanoid.MaxHealth, "D=9Vb7aMuZt!8aMH")
  349. end
  350. end
  351. end
  352. if string.sub(msg, 1, 4) == "god/" then
  353. for i,v in pairs (game.Players:GetChildren()) do
  354. if v.Name:match(string.sub(msg, 5)) then
  355. repeat wait() workspace.RemoteEvents.TakeDamageEvent:FireServer(v.Character.Humanoid, -999999999, "D=9Vb7aMuZt!8aMH") until v.Character.Humanoid.Health == 0
  356. end
  357. end
  358. end
  359. if string.sub(msg, 1, 6) == "anime/" then
  360. for i,v in pairs (workspace.Plates:GetChildren()) do
  361. if v.Owner.Value:match(string.sub(msg, 7)) then
  362. player = v.Owner.Value
  363. end
  364. end
  365. local z
  366. local n
  367. local decals
  368. local decal
  369. local chooser = math.random(1,75)
  370. local songs = {747000636,919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,730013942,737043670,379240208,343508984,383056380,911777530,747000636,920219269,168337558,171222847,363553876,227488587,298226253}
  371. local song = math.random(#songs)
  372. local x = songs[ song ]
  373.  
  374. if chooser ~= 1 then
  375. 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}
  376. decal = math.random(#decals)
  377. z = decals[ decal ]
  378. else
  379. z = 148020567
  380. x = 156401749
  381. end
  382.  
  383. print("Decal is "..z)
  384. print("Audio is "..x)
  385. for i,b in pairs (workspace.Plates:GetChildren()) do
  386. if b.Owner.Value == player and wati == true then
  387. workspace.RemoteEvents.AddDecal:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  388. for i = 1,3 do
  389. workspace.RemoteEvents.AddParticles:FireServer(z, b, "D=9Vb7aMuZt!8aMH")
  390. end
  391. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, b, "D=9Vb7aMuZt!8aMH")
  392. wati = false
  393. wait(3)
  394. wati = true
  395. end
  396. end
  397. end
  398. if string.sub(msg, 1, 7) == "utsuho/" then
  399. for i,v in pairs (workspace.Plates:GetChildren()) do
  400. if v.Owner.Value:match(string.sub(msg, 8)) then
  401. z = 148020567
  402. x = 156401749
  403. workspace.RemoteEvents.AddDecal:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  404. for i = 1,3 do
  405. workspace.RemoteEvents.AddParticles:FireServer(z, v, "D=9Vb7aMuZt!8aMH")
  406. end
  407. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..x, v, "D=9Vb7aMuZt!8aMH")
  408. end
  409. end
  410. end
  411. if string.sub(msg, 1, 14) == "destroy/server" then
  412. local xx = math.random(-151.6, 151.6)
  413. local zz = math.random(-108.2, 108.2)
  414. for i = 1,10 do
  415. for i = 1,50 do
  416. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  417. xx = math.random(-151.6, 151.6)
  418. zz = math.random(-158.2, 158.2)
  419. yy = math.random(-20.5,45.5)
  420. end
  421. end
  422. wait(3)
  423. 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}
  424. local decal = math.random(#decals)
  425. local c = decals[ decal ]
  426.  
  427. local songs = {919270364,155880750,225557046,919256199,919236601,590243700,235201055,155880750,201179350,730013942,737043670,343514724,379240208,237388464,343508984,284768504,609167755,383056380,164833164,911777530,397723799,298226253}
  428. local song = math.random(#songs)
  429. local b = songs[ song ]
  430.  
  431. for i,v in pairs (workspace.Plates:GetChildren()) do
  432. workspace.RemoteEvents.AddDecal:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  433. for i = 1,5 do
  434. workspace.RemoteEvents.AddParticles:FireServer(c, v, "D=9Vb7aMuZt!8aMH")
  435. end
  436. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..b, v, "D=9Vb7aMuZt!8aMH")
  437. song = math.random(#songs)
  438. b = songs[ song ]
  439. decal = math.random(#decals)
  440. c = decals[ decal ]
  441. end
  442. for i = 1,10 do
  443. for i = 1,300 do
  444. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  445. xx = math.random(-151.6, 151.6)
  446. zz = math.random(-158.2, 158.2)
  447. yy = math.random(-20.5,85.5)
  448. end
  449. end
  450. end
  451. if string.sub(msg, 1, 3) == "tp/" then
  452. for i,v in pairs (game.Players:GetChildren()) do
  453. if v.Name:match(string.sub(msg, 4)) then
  454. player = v.Character.HumanoidRootPart.Position
  455. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(player.X,player.Y,player.Z), "D=9Vb7aMuZt!8aMH")
  456. end
  457. end
  458. end
  459.  
  460. if string.sub(msg, 1, 8) == "platetp/" then
  461. for i,v in pairs (game.Players:GetChildren()) do
  462. if v.Name:match(string.sub(msg, 9)) then
  463. for i,b in pairs (workspace.Plates:GetChildren()) do
  464. if b.Owner.Value == v.Name then
  465. local plater = b.Plate.Position
  466. workspace.RemoteEvents.ToolTeleportEvent:FireServer(Vector3.new(plater.X,plater.Y,plater.Z), "D=9Vb7aMuZt!8aMH")
  467. end
  468. end
  469. end
  470. end
  471. end
  472. if string.sub(msg, 1, 7) == "points/" then
  473. if not all:match(string.sub(msg, 8)) or others:match(string.sub(msg, 8)) or me:match(string.sub(msg, 8)) then
  474. if me:match(string.sub(msg, 8)) then
  475. workspace.RemoteEvents.ShopBuyEvent:FireServer(-999999999, "D=9Vb7aMuZt!8aMH")
  476. end
  477. end
  478. end
  479. if string.sub(msg, 1, 4) == "win/" then
  480. for i,v in pairs (game.Players:GetChildren()) do
  481. if v.Name:match(string.sub(msg, 5)) and v.Team == game.Teams.Playing then
  482. for i,b in pairs (game.Players:GetChildren()) do
  483. if b.Team == game.Teams.Playing and b ~= v then
  484. workspace.RemoteEvents.TakeDamageEvent:FireServer(b.Character.Humanoid, 99999, "D=9Vb7aMuZt!8aMH")
  485. end
  486. end
  487. end
  488. end
  489. end
  490. if string.sub(msg, 1, 9) == "expand50/" then
  491. for i,v in pairs (game.Players:GetChildren()) do
  492. if v.Name:match(string.sub(msg, 10)) then
  493. if v.gamestats.Plate.Value then
  494. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 50, "D=9Vb7aMuZt!8aMH")
  495. end
  496. end
  497. end
  498. end
  499. if string.sub(msg, 1, 9) == "expand10/" then
  500. for i,v in pairs (game.Players:GetChildren()) do
  501. if v.Name:match(string.sub(msg, 10)) then
  502. if v.gamestats.Plate.Value then
  503. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 10, "D=9Vb7aMuZt!8aMH")
  504. end
  505. end
  506. end
  507. end
  508. if string.sub(msg, 1, 9) == "expand25/" then
  509. for i,v in pairs (game.Players:GetChildren()) do
  510. if v.Name:match(string.sub(msg, 10)) then
  511. if v.gamestats.Plate.Value then
  512. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 25, "D=9Vb7aMuZt!8aMH")
  513. end
  514. end
  515. end
  516. end
  517. if string.sub(msg, 1, 10) == "expand100/" then
  518. for i,v in pairs (game.Players:GetChildren()) do
  519. if v.Name:match(string.sub(msg, 11)) then
  520. if v.gamestats.Plate.Value then
  521. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, 100, "D=9Vb7aMuZt!8aMH")
  522. end
  523. end
  524. end
  525. end
  526. if string.sub(msg, 1, 9) == "shrink50/" then
  527. for i,v in pairs (game.Players:GetChildren()) do
  528. if v.Name:match(string.sub(msg, 10)) then
  529. if v.gamestats.Plate.Value then
  530. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -50, "D=9Vb7aMuZt!8aMH")
  531. end
  532. end
  533. end
  534. end
  535. if string.sub(msg, 1, 9) == "shrink10/" then
  536. for i,v in pairs (game.Players:GetChildren()) do
  537. if v.Name:match(string.sub(msg, 10)) then
  538. if v.gamestats.Plate.Value then
  539. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -10, "D=9Vb7aMuZt!8aMH")
  540. end
  541. end
  542. end
  543. end
  544. if string.sub(msg, 1, 9) == "shrink25/" then
  545. for i,v in pairs (game.Players:GetChildren()) do
  546. if v.Name:match(string.sub(msg, 10)) then
  547. if v.gamestats.Plate.Value then
  548. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -25, "D=9Vb7aMuZt!8aMH")
  549. end
  550. end
  551. end
  552. end
  553. if string.sub(msg, 1, 10) == "shrink100/" then
  554. for i,v in pairs (game.Players:GetChildren()) do
  555. if v.Name:match(string.sub(msg, 11)) then
  556. if v.gamestats.Plate.Value then
  557. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -100, "D=9Vb7aMuZt!8aMH")
  558. end
  559. end
  560. end
  561. end
  562. if string.sub(msg, 1, 10) == "obliviate/" then
  563. for i,v in pairs (game.Players:GetChildren()) do
  564. if v.Name:match(string.sub(msg, 11)) then
  565. if v.gamestats.Plate.Value then
  566. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, -999999, "D=9Vb7aMuZt!8aMH")
  567. end
  568. end
  569. end
  570. end
  571. if string.sub(msg, 1, 6) == "decal/" then
  572. for i,b in pairs (workspace.Plates:GetChildren()) do
  573. workspace.RemoteEvents.AddDecal:FireServer(string.sub(msg, 7), b, "D=9Vb7aMuZt!8aMH")
  574. end
  575. end
  576. if string.sub(msg, 1, 6) == "audio/" then
  577. for i,b in pairs (workspace.Plates:GetChildren()) do
  578. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://"..string.sub(msg, 7), b, "D=9Vb7aMuZt!8aMH")
  579. end
  580. end
  581. if string.sub(msg, 1, 9) == "particle/" then
  582. for i,b in pairs (workspace.Plates:GetChildren()) do
  583. workspace.RemoteEvents.AddParticles:FireServer(string.sub(msg, 10), b, "D=9Vb7aMuZt!8aMH")
  584. end
  585. end
  586. if string.sub(msg, 1, 8) == "sparkle/" then
  587. for i,b in pairs (workspace.Plates:GetChildren()) do
  588. workspace.RemoteEvents.AddParticles:FireServer(string.sub(msg, 9), "D=9Vb7aMuZt!8aMH")
  589. end
  590. end
  591.  
  592. if string.sub(msg, 1, 9) == "detonate/" then
  593. for i,v in pairs (workspace.Plates:GetChildren()) do
  594. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://134314368", v, "D=9Vb7aMuZt!8aMH")
  595. end
  596. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  597. if v.Name == "Landmine" then
  598. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(v.Position.X,v.Position.Y+1,v.Position.Z), "D=9Vb7aMuZt!8aMH")
  599. end
  600. end
  601. end
  602. if string.sub(msg, 1, 10) == "platewalk/" then
  603. if on:match(string.sub(msg, 11)) then
  604. status = "on"
  605. while status == on do
  606. wait(.15)
  607. pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  608. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(pos.X,pos.Y-2.5,pos.Z), "D=9Vb7aMuZt!8aMH")
  609. end
  610. end
  611. if off:match(string.sub(msg, 11)) then
  612. status = "off"
  613. end
  614. end
  615. if string.sub(msg, 1, 5) == "trap/" then
  616. for i,v in pairs (game.Players:GetChildren()) do
  617. if v.Name:match(string.sub(msg, 6)) then
  618. player = v.Name
  619. for i,b in pairs (workspace.Plates:GetChildren()) do
  620. if b.Owner.Value == player then
  621. b.Plate.Touched:Connect(function(who)
  622. print("Touched by "..who.Name)
  623. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(who.Position.X,who.Position.Y,who.Position.Z), "D=9Vb7aMuZt!8aMH")
  624. end)
  625. end
  626. end
  627. end
  628. end
  629. end
  630. if string.sub(msg, 1, 12) == "EXPLOOOSION/" then
  631. if not all:match(string.sub(msg, 13)) or others:match(string.sub(msg, 13)) or me:match(string.sub(msg, 13)) then
  632. for i,v in pairs (workspace.Plates:GetChildren()) do
  633. local becal = 723125463
  634. workspace.RemoteEvents.AddDecal:FireServer(becal, v, true)
  635. for i = 1,5 do
  636. workspace.RemoteEvents.AddParticles:FireServer(becal, v, true)
  637. end
  638. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://665015838", v, "D=9Vb7aMuZt!8aMH")
  639. local xx = math.random(-111.6, 111.6)
  640. local zz = math.random(-108.2, 108.2)
  641. local yy = math.random(-20.5,85.5)
  642. for i = 1,15 do
  643. for i = 1,200 do
  644. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  645. xx = math.random(-111.6, 111.6)
  646. zz = math.random(-108.2, 108.2)
  647. yy = math.random(-20.5,85.5)
  648. end
  649. end
  650. end
  651. end
  652. end
  653.  
  654. if string.sub(msg, 1, 6) == "layer/" then
  655. local xx = math.random(-111.6, 111.6)
  656. local zz = math.random(-108.2, 108.2)
  657. print("Layering!")
  658. for i = 1,5 do
  659. for i = 1,100 do
  660. print("Layered!")
  661. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,string.sub(msg,7),zz), "D=9Vb7aMuZt!8aMH")
  662. xx = math.random(-111.6, 111.6)
  663. zz = math.random(-108.2, 108.2)
  664. end
  665. wait(1)
  666. end
  667. end
  668.  
  669. if string.sub(msg, 1, 5) == "tool/" then
  670. if banan:match(string.sub(msg, 6)) then
  671. print("Giving tool")
  672. local tool = game.ReplicatedStorage["BananaPeel"]:Clone()
  673. tool.Parent = game.Players.LocalPlayer.Backpack
  674. elseif swrd:match(string.sub(msg, 6)) then
  675. print("Giving tool")
  676. local tool = game.ReplicatedStorage["Sword"]:Clone()
  677. tool.Parent = game.Players.LocalPlayer.Backpack
  678. elseif cola:match(string.sub(msg, 6)) then
  679. print("Giving tool")
  680. local tool = game.ReplicatedStorage["Bloxy Cola"]:Clone()
  681. tool.Parent = game.Players.LocalPlayer.Backpack
  682. elseif gracoil:match(string.sub(msg, 6)) then
  683. print("Giving tool")
  684. local tool = game.ReplicatedStorage["GravityCoil"]:Clone()
  685. tool.Parent = game.Players.LocalPlayer.Backpack
  686. elseif regcoil:match(string.sub(msg, 6)) then
  687. local tool = game.ReplicatedStorage["RegenCoil"]:Clone()
  688. tool.Parent = game.Players.LocalPlayer.Backpack
  689. elseif specoil:match(string.sub(msg, 6)) then
  690. local tool = game.ReplicatedStorage["SpeedCoil"]:Clone()
  691. tool.Parent = game.Players.LocalPlayer.Backpack
  692. elseif para:match(string.sub(msg, 6)) then
  693. local tool = game.ReplicatedStorage["Parachute"]:Clone()
  694. tool.Parent = game.Players.LocalPlayer.Backpack
  695. elseif firew:match(string.sub(msg, 6)) then
  696. local tool = game.ReplicatedStorage["Fireworks"]:Clone()
  697. tool.Parent = game.Players.LocalPlayer.Backpack
  698. elseif pie:match(string.sub(msg, 6)) then
  699. local tool = game.ReplicatedStorage["PieTool"]:Clone()
  700. tool.Parent = game.Players.LocalPlayer.Backpack
  701. elseif pot:match(string.sub(msg, 6)) then
  702. local tool = game.ReplicatedStorage["Hot Potato"]:Clone()
  703. tool.Parent = game.Players.LocalPlayer.Backpack
  704. elseif plamine:match(string.sub(msg, 6)) then
  705. local tool = game.ReplicatedStorage["Place Mine"]:Clone()
  706. tool.Parent = game.Players.LocalPlayer.Backpack
  707. elseif burg:match(string.sub(msg, 6)) then
  708. local tool = game.ReplicatedStorage["Burger"]:Clone()
  709. tool.Parent = game.Players.LocalPlayer.Backpack
  710. elseif mbag:match(string.sub(msg, 6)) then
  711. local tool = game.ReplicatedStorage["Moneybag"]:Clone()
  712. tool.Parent = game.Players.LocalPlayer.Backpack
  713. elseif treer:match(string.sub(msg, 6)) then
  714. local tool = game.ReplicatedStorage["Place Tree"]:Clone()
  715. tool.Parent = game.Players.LocalPlayer.Backpack
  716. elseif telep:match(string.sub(msg, 6)) then
  717. local tool = game.ReplicatedStorage["Teleport to Plate"]:Clone()
  718. tool.Parent = game.Players.LocalPlayer.Backpack
  719. elseif plate:match(string.sub(msg, 6)) then
  720. local tool = game.ReplicatedStorage["Place Plate"]:Clone()
  721. tool.Parent = game.Players.LocalPlayer.Backpack
  722. end
  723. end
  724. if string.sub(msg, 1, 6) == "round/" then
  725. if mine:match(string.sub(msg, 7)) then
  726. local xx = math.random(-111.6, 111.6)
  727. local zz = math.random(-108.2, 108.2)
  728. local yy = math.random(-20.5,85.5)
  729. for i = 1,50 do
  730. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  731. xx = math.random(-111.6, 111.6)
  732. zz = math.random(-108.2, 108.2)
  733. yy = math.random(-20.5,85.5)
  734. end
  735. elseif mega:match(string.sub(msg, 7)) then
  736. local xx = math.random(-111.6, 111.6)
  737. local zz = math.random(-108.2, 108.2)
  738. local yy = math.random(-20.5,85.5)
  739. for i = 1,10 do
  740. for i = 1,100 do
  741. workspace.RemoteEvents.PlaceMineEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  742. xx = math.random(-111.6, 111.6)
  743. zz = math.random(-108.2, 108.2)
  744. yy = math.random(-20.5,85.5)
  745. end
  746. end
  747. elseif bana:match(string.sub(msg, 7)) then
  748. local xx = math.random(-111.6, 111.6)
  749. local zz = math.random(-108.2, 108.2)
  750. for i = 1,25 do
  751. for i = 1,100 do
  752. workspace.RemoteEvents.BananaEvent:FireServer(Vector3.new(xx,103.5,zz), "D=9Vb7aMuZt!8aMH")
  753. xx = math.random(-111.6, 111.6)
  754. zz = math.random(-108.2, 108.2)
  755. wait()
  756. end
  757. wait(2)
  758. end
  759. elseif pla:match(string.sub(msg, 7)) then
  760. local xx = math.random(-111.6, 111.6)
  761. local zz = math.random(-108.2, 108.2)
  762. for i = 1,10 do
  763. for i = 1,5 do
  764. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(xx,yy,zz), "D=9Vb7aMuZt!8aMH")
  765. xx = math.random(-111.6, 111.6)
  766. zz = math.random(-108.2, 108.2)
  767. yy = math.random(-20.5,45.5)
  768. wait()
  769. end
  770. wait(3.5)
  771. end
  772. elseif mon:match(string.sub(msg, 7)) then
  773. local xx = math.random(-111.6, 111.6)
  774. local zz = math.random(-108.2, 108.2)
  775. for i = 1,25 do
  776. for i = 1,75 do
  777. workspace.RemoteEvents.MoneybagEvent:FireServer(CFrame.new(Vector3.new(xx,103.5,zz)), "D=9Vb7aMuZt!8aMH")
  778. xx = math.random(-111.6, 111.6)
  779. zz = math.random(-108.2, 108.2)
  780. wait(.1)
  781. end
  782. wait(2)
  783. end
  784. elseif size:match(string.sub(msg, 7)) then
  785. for i,v in pairs(game.Players:GetChildren()) do
  786. plat = math.random(-10,15)
  787. if v.gamestats.Plate then
  788. game.Workspace.RemoteEvents.ChangePlateSize:FireServer(v.gamestats.Plate.Value, plat, "D=9Vb7aMuZt!8aMH")
  789. end
  790. end
  791. elseif yata:match(string.sub(msg,7)) then
  792. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  793. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  794. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,108.2), "D=9Vb7aMuZt!8aMH")
  795. workspace.RemoteEvents.PlacePlateEvent:FireServer(Vector3.new(-111.6,10,-108.2), "D=9Vb7aMuZt!8aMH")
  796. for i,v in pairs (workspace.Plates:GetChildren()) do
  797. if v.Plate.Position.Y == 10 then
  798. workspace.RemoteEvents.AddSound:FireServer("rbxassetid://919270364", v, "D=9Vb7aMuZt!8aMH")
  799. end
  800. end
  801. utsuho()
  802. end
  803. end
  804. if string.sub(msg, 1, 7) == "delete/" then
  805. if fire:match(string.sub(msg, 8)) then
  806. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  807. if v.Name == "FirePart" then
  808. v:Destroy()
  809. end
  810. end
  811. elseif black:match(string.sub(msg, 8)) then
  812. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  813. if v.Name == "Blackhole" then
  814. v:Destroy()
  815. end
  816. end
  817. elseif tor:match(string.sub(msg, 8)) then
  818. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  819. if v.Name == "Tornado" then
  820. v:Destroy()
  821. end
  822. end
  823. elseif min:match(string.sub(msg, 8)) then
  824. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  825. if v.Name == "Landmine" then
  826. v:Destroy()
  827. end
  828. end
  829. elseif vol:match(string.sub(msg, 8)) then
  830. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  831. if v.Name == "Part" and v.BrickColor == BrickColor.new("Crimson") then
  832. v:Destroy()
  833. end
  834. end
  835. elseif dis:match(string.sub(msg, 8)) then
  836. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  837. if v.Name == "DiscoBallOfDoom" then
  838. v:Destroy()
  839. end
  840. end
  841. elseif nuk:match(string.sub(msg, 8)) then
  842. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  843. if v.Name == "Nuke" or v.Name == "NukeExplosion" then
  844. v:Destroy()
  845. end
  846. end
  847. elseif mun:match(string.sub(msg, 8)) then
  848. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  849. if v.Name == "Moon" then
  850. v:Destroy()
  851. end
  852. end
  853. elseif ls:match(string.sub(msg, 8)) then
  854. for i,v in pairs (workspace.Plates:GetChildren()) do
  855. for i,b in pairs (v:GetChildren()) do
  856. if b.Name == "LavaSpinner" then
  857. b:Destroy()
  858. end
  859. end
  860. end
  861. for i,v in pairs (workspace.ArenaEvents:GetChildren()) do
  862. if v.Name == "GiantLavaSpinner" then
  863. v:Destroy()
  864. end
  865. end
  866. elseif bmb:match(string.sub(msg, 8)) then
  867. for i,v in pairs (workspace.Plates:GetChildren()) do
  868. for i,b in pairs (v:GetChildren()) do
  869. if b.Name == "TimeBomb" then
  870. b:Destroy()
  871. end
  872. end
  873. end
  874. elseif pri:match(string.sub(msg, 8)) then
  875. for i,v in pairs (workspace.Plates:GetChildren()) do
  876. for i,b in pairs (v:GetChildren()) do
  877. if b.Name == "Cage" then
  878. b:Destroy()
  879. end
  880. end
  881. end
  882. elseif spk:match(string.sub(msg, 8)) then
  883. for i,v in pairs (workspace.Plates:GetChildren()) do
  884. for i,b in pairs (v:GetChildren()) do
  885. if b.Name == "Spike" then
  886. b:Destroy()
  887. end
  888. end
  889. end
  890. elseif zomb:match(string.sub(msg, 8)) then
  891. for i,v in pairs (workspace.Plates:GetChildren()) do
  892. for i,b in pairs (v:GetChildren()) do
  893. if b.Name == "Zombie" then
  894. b:Destroy()
  895. end
  896. end
  897. end
  898. elseif bmbc:match(string.sub(msg, 8)) then
  899. for i,v in pairs (workspace.Plates:GetChildren()) do
  900. for i,b in pairs (v:GetChildren()) do
  901. if b.Name == "BombCloud" then
  902. b:Destroy()
  903. end
  904. end
  905. end
  906. elseif fen:match(string.sub(msg, 8)) then
  907. for i,v in pairs (workspace.Plates:GetChildren()) do
  908. for i,b in pairs (v:GetChildren()) do
  909. if b.Name == "ElectricFence" then
  910. b:Destroy()
  911. end
  912. end
  913. end
  914. elseif cac:match(string.sub(msg, 8)) then
  915. for i,v in pairs (workspace.Plates:GetChildren()) do
  916. for i,b in pairs (v:GetChildren()) do
  917. if b.Name == "Cactus" then
  918. b:Destroy()
  919. end
  920. end
  921. end
  922. elseif wal:match(string.sub(msg, 8)) then
  923. for i,v in pairs (workspace.Plates:GetChildren()) do
  924. for i,b in pairs (v:GetChildren()) do
  925. if b.Name == "Wall" then
  926. b:Destroy()
  927. end
  928. end
  929. end
  930. elseif pbmb:match(string.sub(msg, 8)) then
  931. game.Players.LocalPlayer.Character.PlayerTimeBomb:Destroy()
  932. end
  933. elseif frz:match(string.sub(msg, 8)) then
  934. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  935. if v.Name == "Part" then
  936. v:Destroy()
  937. end
  938. end
  939. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  940. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  941. elseif marbl:match(string.sub(msg, 8)) then
  942. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  943. if v.Name == "Marble" then
  944. v:Destroy()
  945. end
  946. end
  947. end
  948. end)
Add Comment
Please, Sign In to add comment