Advertisement
ZEE_TerminatorFX

Untitled

Jul 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. function adminexe (plr,msg)
  2.  
  3. local players = game:GetService("Players"):GetChildren()
  4. local playerstokill = {}
  5. local badboys = {}
  6. for i, v in pairs(players) do
  7. if v ~= game.Players.LocalPlayer then
  8. table.insert(playerstokill, v)
  9. end
  10. end
  11.  
  12.  
  13. local lower = string.lower(msg)
  14. local len = string.len(lower)
  15.  
  16. if string.find (lower,":kill ") then
  17. local commandthing = string.gsub(lower,":kill ","")
  18. local badboy = nil
  19. if commandthing == "others" then
  20. for i, v in pairs(playerstokill) do
  21. local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
  22. local A_2 = "\10\10\10\125"
  23. local A_3 = "\44\123\77\69\84\65\84\65\66\76\69\32\68\79\69\83\78\84\32\69\88\73\83\84\44"
  24. local A_4 = "\10\10"
  25. local A_5 = v.Character.Humanoid
  26. local A_6 = 10000000
  27. local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
  28. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  29. end
  30.  
  31. elseif commandthing == "all" then
  32. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  33. local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
  34. local A_2 = "\10\10\10\125"
  35. local A_3 = "\44\123\77\69\84\65\84\65\66\76\69\32\68\79\69\83\78\84\32\69\88\73\83\84\44"
  36. local A_4 = "\10\10"
  37. local A_5 = v.Character.Humanoid
  38. local A_6 = 10000000
  39. local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
  40. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  41. end
  42.  
  43. elseif commandthing == "me" then
  44. local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
  45. local A_2 = "\10\10\10\125"
  46. local A_3 = "\44\123\77\69\84\65\84\65\66\76\69\32\68\79\69\83\78\84\32\69\88\73\83\84\44"
  47. local A_4 = "\10\10"
  48. local A_5 = Game.Players.LocalPlayer.Character.Humanoid
  49. local A_6 = 10000000
  50. local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
  51. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  52.  
  53. else
  54. for i, v in pairs(players) do
  55. strlower = string.lower(v.Name)
  56. sub = string.sub(strlower,1,#commandthing)
  57. if commandthing == sub then
  58. badboy = v
  59. local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
  60. local A_2 = "\10\10\10\125"
  61. local A_3 = "\44\123\77\69\84\65\84\65\66\76\69\32\68\79\69\83\78\84\32\69\88\73\83\84\44"
  62. local A_4 = "\10\10"
  63. local A_5 = badboy.Character.Humanoid
  64. local A_6 = 10000000
  65. local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
  66. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  67. else
  68. print("ur have the stupid")
  69. end
  70. end
  71. end
  72.  
  73. elseif string.find (lower,":loopkill ") then
  74. local commandthing = string.gsub(lower,":loopkill ","")
  75. local badboy = nil
  76.  
  77. if commandthing == "others" then
  78. for i, v in pairs(playerstokill) do
  79. table.insert(badboys, v)
  80. end
  81.  
  82. elseif commandthing == "all" then
  83. for i, v in pairs(players) do
  84. table.insert(badboys, v)
  85. end
  86.  
  87. elseif commandthing == "me" then
  88. table.insert(badboys, Game.Players.LocalPlayer)
  89.  
  90. else
  91. for i, v in pairs(players) do
  92. strlower = string.lower(v.Name)
  93. sub = string.sub(strlower,1,#commandthing)
  94. if commandthing == sub then
  95. badboy = v
  96. table.insert(badboys, v)
  97. else
  98. print("ur have the stupid")
  99. end
  100. end
  101. end
  102. while wait(5) do
  103. if string.find (lower, ":unloopkill") then break end
  104. for i, v in pairs(badboys) do
  105. local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
  106. local A_2 = "\10\10\10\125"
  107. local A_3 = "\44\123\77\69\84\65\84\65\66\76\69\32\68\79\69\83\78\84\32\69\88\73\83\84\44"
  108. local A_4 = "\10\10"
  109. local A_5 = v.Character.Humanoid
  110. local A_6 = 10000000
  111. local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
  112. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  113. end
  114. end
  115. else
  116. print("")
  117. end
  118. end
  119.  
  120. game.Players.LocalPlayer.Chatted:connect(function(msg)
  121. adminexe(game.Players.LocalPlayer,msg)
  122. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement