Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function adminexe (plr,msg)
- local players = game:GetService("Players"):GetChildren()
- local playerstokill = {}
- local badboys = {}
- for i, v in pairs(players) do
- if v ~= game.Players.LocalPlayer then
- table.insert(playerstokill, v)
- end
- end
- local lower = string.lower(msg)
- local len = string.len(lower)
- if string.find (lower,":kill ") then
- local commandthing = string.gsub(lower,":kill ","")
- local badboy = nil
- if commandthing == "others" then
- for i, v in pairs(playerstokill) do
- local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
- local A_2 = "\10\10\10\125"
- 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"
- local A_4 = "\10\10"
- local A_5 = v.Character.Humanoid
- local A_6 = 10000000
- local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- end
- elseif commandthing == "all" then
- for i, v in pairs(game:GetService("Players"):GetChildren()) do
- local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
- local A_2 = "\10\10\10\125"
- 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"
- local A_4 = "\10\10"
- local A_5 = v.Character.Humanoid
- local A_6 = 10000000
- local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- end
- elseif commandthing == "me" then
- local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
- local A_2 = "\10\10\10\125"
- 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"
- local A_4 = "\10\10"
- local A_5 = Game.Players.LocalPlayer.Character.Humanoid
- local A_6 = 10000000
- local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- else
- for i, v in pairs(players) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#commandthing)
- if commandthing == sub then
- badboy = v
- local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
- local A_2 = "\10\10\10\125"
- 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"
- local A_4 = "\10\10"
- local A_5 = badboy.Character.Humanoid
- local A_6 = 10000000
- local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- else
- print("ur have the stupid")
- end
- end
- end
- elseif string.find (lower,":loopkill ") then
- local commandthing = string.gsub(lower,":loopkill ","")
- local badboy = nil
- if commandthing == "others" then
- for i, v in pairs(playerstokill) do
- table.insert(badboys, v)
- end
- elseif commandthing == "all" then
- for i, v in pairs(players) do
- table.insert(badboys, v)
- end
- elseif commandthing == "me" then
- table.insert(badboys, Game.Players.LocalPlayer)
- else
- for i, v in pairs(players) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#commandthing)
- if commandthing == sub then
- badboy = v
- table.insert(badboys, v)
- else
- print("ur have the stupid")
- end
- end
- end
- while wait(5) do
- if string.find (lower, ":unloopkill") then break end
- for i, v in pairs(badboys) do
- local A_1 = "\114\101\103\105\115\116\101\114\95\104\105\116"
- local A_2 = "\10\10\10\125"
- 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"
- local A_4 = "\10\10"
- local A_5 = v.Character.Humanoid
- local A_6 = 10000000
- local Event = game:GetService("ReplicatedStorage")["NoCol_Function"]
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
- end
- end
- else
- print("")
- end
- end
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- adminexe(game.Players.LocalPlayer,msg)
- end)
Add Comment
Please, Sign In to add comment