Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(.2)
- whitelist = {game.Players.LocalPlayer.Name,"Vortexturize","Redeilia"} -- put admin names here
- banlist = {"noob","noob2"} -- put noob names here
- deletepath = game.Players.LocalPlayer.Character:FindFirstChild("Delete")
- deletepath2 = game.Players.LocalPlayer.Backpack:FindFirstChild("Delete")
- slock = false
- function newtag(plr)
- admintag = Instance.new("BoolValue")
- admintag.Parent = game.Players[plr]
- admintag.Value = true
- admintag.Name = "admin"
- print("created admin tag for " .. plr)
- end
- function newsuc(plr)
- admintag = Instance.new("BoolValue")
- admintag.Parent = game.Players[plr]
- admintag.Value = true
- admintag.Name = "suc"
- print("loopkilling " .. plr)
- end
- function newdab(plr)
- admintag = Instance.new("BoolValue")
- admintag.Parent = game.Players[plr]
- admintag.Value = true
- admintag.Name = "dab"
- print("loopkilling " .. plr)
- end
- newtag(game.Players.LocalPlayer.Name)
- game.Players.LocalPlayer.ChildRemoved:connect(function(obj)
- if obj.Name == "admin" then
- newtag(game.Players.LocalPlayer.Name)
- end
- end)
- function adminexe(plr,msg)
- if plr:FindFirstChild("admin") then
- local lower = string.lower(msg)
- local len = string.len(lower)
- if string.find(lower,":kill ") then
- local name = string.gsub(lower,":kill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,":tk ") then
- local name = string.gsub(lower,":tk ","")
- local player = nil
- local dab = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab = v.Character.Humanoid.Health
- game.ReplicatedStorage.Event:FireServer("TPD", dab, v.Character.Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab = v.Character.Humanoid.Health
- game.ReplicatedStorage.Event:FireServer("TPD", dab, player.Character.Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,"/e kill ") then
- local name = string.gsub(lower,"/e kill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,"/e :kill ") then
- local name = string.gsub(lower,"/e :kill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, v.Character.Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", 20000, player.Character.Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,":playall ") then
- local name = string.gsub(lower,":playall ","")
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
- end
- end
- if string.find(lower,"/e playall ") then
- local name = string.gsub(lower,"/e playall ","")
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
- end
- end
- if string.find(lower,"/e :playall ") then
- local name = string.gsub(lower,"/e :playall ","")
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
- end
- end
- if string.find(lower,":say10 ") then
- local name = string.gsub(lower,":say10 ","")
- local player = nil
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- game.Players:Chat(name)
- end
- if string.find(lower,":music gear: ") then
- local name = string.gsub(lower,":music gear: ","")
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("PlayRadio", v, name)
- end
- end
- if string.find(lower,":stopall") then
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("StopRadio", v)
- end
- end
- if string.find(lower,"/e stopall") then
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("StopRadio", v)
- end
- end
- if string.find(lower,"/e :stopall") then
- local player = nil
- for i,v in pairs(game.Players:GetChildren()) do
- game.ReplicatedStorage.Event:FireServer("StopRadio", v)
- end
- end
- if string.find(lower,":stop") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
- end
- if string.find(lower,"/e stop") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
- end
- if string.find(lower,"/e :stop") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players.LocalPlayer)
- end
- if string.find(lower,":play ") then
- local name = string.gsub(lower,":play ","")
- local player = nil
- game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
- end
- if string.find(lower,"/e play ") then
- local name = string.gsub(lower,"/e play ","")
- local player = nil
- game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
- end
- if string.find(lower,"/e :play ") then
- local name = string.gsub(lower,"/e :play ","")
- local player = nil
- game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players.LocalPlayer, name)
- end
- if string.find(lower,":wl ") then
- local name = string.gsub(lower,":wl ","")
- local player = nil
- local plrname = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- table.insert(whitelist,(#whitelist+1),v.Name)
- newtag(v.Name)
- v.Chatted:connect(function(msg)
- adminexe(v,msg)
- end)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- newtag(v.Name)
- table.insert(whitelist,(#whitelist+1),v.Name)
- v.Chatted:connect(function(msg)
- adminexe(v,msg)
- end)
- end
- end
- end
- end
- if string.find(lower,":unwl ") then
- local name = string.gsub(lower,":unwl ","")
- local player = nil
- local plrname = nil
- local index = nil
- if name == "others" then
- for i,v in pairs(whitelist) do
- for i,v in pairs(banlist) do
- if v ~= game.Players.LocalPlayer.Name then
- table.remove(whitelist,i)
- end
- end
- if game.Workspace:FindFirstChild(v) then
- if v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("admin") then
- v.admin:Destroy()
- end
- end
- end
- end
- else
- names = whitelist
- for i,v in pairs(names) do
- strlower = string.lower(v)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- table.remove(whitelist,i)
- end
- end
- end
- end
- if lower == ":wls" then
- for i,v in pairs(whitelist) do
- print("Player #" .. i .. " Player: " .. v)
- end
- end
- if lower == ":whois" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Players:Chat("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- game.Players:Chat("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == ":printroles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- print("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- print("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == "/e printroles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- print("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- print("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == "/e :printroles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- print("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- print("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == ":sheriff" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Workspace.FilteringEnabled = true
- elseif role.Value == "Sheriff" then
- game.Players:Chat("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == ":murderer" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Players:Chat("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- game.Workspace.FilteringEnabled = true
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == ":roles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Players:Chat("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- game.Players:Chat("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == "/e :roles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Players:Chat("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- game.Players:Chat("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if lower == "/e roles" then
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players[v.Name].Character:FindFirstChild("Role") then
- local role = game.Players[v.Name].Character:FindFirstChild("Role")
- if role.Value == "Murderer" then
- game.Players:Chat("The murderer is "..v.Name)
- elseif role.Value == "Sheriff" then
- game.Players:Chat("The sheriff is "..v.Name)
- elseif role.Value == "Innocent" then
- game.Workspace.FilteringEnabled = true
- else
- game.Workspace.FilteringEnabled = true
- end
- end
- end
- end
- if string.find(lower,":cloak ") then
- local name = string.gsub(lower,":cloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,"/e cloak ") then
- local name = string.gsub(lower,"/e cloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,"/e :cloak ") then
- local name = string.gsub(lower,"/e :cloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,":uncloak ") then
- local name = string.gsub(lower,":uncloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,"/e uncloak ") then
- local name = string.gsub(lower,"/e uncloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,"/e :uncloak ") then
- local name = string.gsub(lower,"/e :uncloak ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[player.Name])
- end
- end
- end
- end
- end
- if string.find(lower,":kev ") then
- local name = string.gsub(lower,":kev ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,"/e kev ") then
- local name = string.gsub(lower,"/e kev ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,"/e :kev ") then
- local name = string.gsub(lower,"/e :kev ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[v.Name].Humanoid)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[player.Name].Humanoid)
- end
- end
- end
- end
- end
- if string.find(lower,":cloakme") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
- end
- if string.find(lower,"/e cloakme") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
- end
- if string.find(lower,"/e :cloakme") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("Cloak", game.Players.LocalPlayer.Character)
- end
- if string.find(lower,":kev me") then
- dab = game.Players.LocalPlayer.Name
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
- end
- if string.find(lower,"/e kev me") then
- dab = game.Players.LocalPlayer.Name
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
- end
- if string.find(lower,"/e :kev me") then
- dab = game.Players.LocalPlayer.Name
- game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[dab].Humanoid)
- end
- if string.find(lower,":uncloakme ") then
- local name = string.gsub(lower,":uncloakme ","")
- local player = nil
- game.ReplicatedStorage.Event:FireServer("UnCloak", game.Players.LocalPlayer.Character)
- end
- if string.find(lower,":stealsong ") then
- local name = string.gsub(lower,":stealsong ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,"/e :stealsong ") then
- local name = string.gsub(lower,"/e :stealsong ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,"/e stealsong ") then
- local name = string.gsub(lower,"/e stealsong ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,":stealid ") then
- local name = string.gsub(lower,":stealid ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,"/e stealid ") then
- local name = string.gsub(lower,"/e stealid ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,":loopkill ") then
- local name = string.gsub(lower,":loopkill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("suc") then
- v.suc:Destroy()
- end
- newsuc(v.Name)
- while v:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
- end
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- if player:FindFirstChild("suc") then
- player.suc:Destroy()
- end
- newsuc(player.Name)
- while player:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
- end
- end
- end
- end
- end
- end
- if string.find(lower,"/e loopkill ") then
- local name = string.gsub(lower,"/e loopkill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("suc") then
- v.suc:Destroy()
- end
- newsuc(v.Name)
- while v:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
- end
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- if player:FindFirstChild("suc") then
- player.suc:Destroy()
- end
- newsuc(player.Name)
- while player:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
- end
- end
- end
- end
- end
- end
- if string.find(lower,"/e :loopkill ") then
- local name = string.gsub(lower,"/e :loopkill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("suc") then
- v.suc:Destroy()
- end
- newsuc(v.Name)
- while v:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, v.Character.Humanoid)
- end
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- if player:FindFirstChild("suc") then
- player.suc:Destroy()
- end
- newsuc(player.Name)
- while player:FindFirstChild("suc") do
- wait(0.00000001)
- game.ReplicatedStorage.Event:FireServer("TPD", 1.13123e19, player.Character.Humanoid)
- end
- end
- end
- end
- end
- end
- if string.find(lower,":unloopkill ") then
- local name = string.gsub(lower,":unloopkill ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- if v:FindFirstChild("suc") then
- v.suc:Destroy()
- end
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- if player:FindFirstChild("suc") then
- player.suc:Destroy()
- end
- end
- end
- end
- end
- end
- if string.find(lower,"/e :stealid ") then
- local name = string.gsub(lower,"/e :stealid ","")
- local player = nil
- if name == "others" then
- for i,v in pairs(game.Players:GetChildren()) do
- if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[v.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- else
- names = game.Players:GetChildren()
- for i,v in pairs(names) do
- strlower = string.lower(v.Name)
- sub = string.sub(strlower,1,#name)
- if name == sub then
- player = v
- if player.Name ~= game.Players.LocalPlayer.Name then
- dab2 = game.Workspace.Ignore.Players[player.Name].Torso.Music.SoundId
- print(dab2)
- end
- end
- end
- end
- end
- if string.find(lower,":bg ") then
- local player = nil
- game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- if string.find(lower,":bringgun") then
- local player = nil
- game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- if string.find(lower,"/e bringgun") then
- local player = nil
- game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- if string.find(lower,"/e :bringgun") then
- local player = nil
- game.Workspace.gun.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- if string.find(lower,":credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,"/e credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,"/e :credits") then
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- end
- if string.find(lower,":playspam") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = true
- end
- end
- end
- if string.find(lower,":playsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = true
- end
- end
- end
- if string.find(lower,"/e playsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = true
- end
- end
- end
- if string.find(lower,"/e :playsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = true
- end
- end
- end
- if string.find(lower,":stopspam") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = false
- end
- end
- end
- if string.find(lower,":god") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- if string.find(lower,"/e god") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- if string.find(lower,"/e :god") then
- local player = nil
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- if string.find(lower,":anticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,":antiexploit") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e antiexploit") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e :antiexploit") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e anticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e :anticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,":removeanticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e removeanticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,"/e :removeanticheat") then
- antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
- while wait() do
- local Player = game.Players.LocalPlayer
- local Gui = Player.PlayerGui
- for i,v in pairs(antiKek) do
- if Gui:FindFirstChild(v) then
- Gui:FindFirstChild(v):Remove()
- end
- end
- end
- end
- if string.find(lower,":loopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- newdab(game.Players.LocalPlayer.Name)
- while game.Players.LocalPlayer:FindFirstChild("dab") do
- wait(0.0000000001)
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- end
- if string.find(lower,"/e loopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- newdab(game.Players.LocalPlayer.Name)
- while game.Players.LocalPlayer:FindFirstChild("dab") do
- wait(0.0000000001)
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- end
- if string.find(lower,"/e :loopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- newdab(game.Players.LocalPlayer.Name)
- while game.Players.LocalPlayer:FindFirstChild("dab") do
- wait(0.0000000001)
- game.ReplicatedStorage.Event:FireServer("TPD", -1.13123e19, game.Workspace.Ignore.Players[game.Players.LocalPlayer.Name].Humanoid)
- end
- end
- if string.find(lower,":unloopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- end
- if string.find(lower,"/e unloopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- end
- if string.find(lower,"/e :unloopgod") then
- local player = nil
- if game.Players.LocalPlayer:FindFirstChild("dab") then
- game.Players.LocalPlayer.dab:Destroy()
- end
- end
- if string.find(lower,":stopsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = false
- end
- end
- end
- if string.find(lower,"/e stopsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = false
- end
- end
- end
- if string.find(lower,"/e :stopsounds") then
- local player = nil
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Music" then
- v.Playing = false
- end
- end
- end
- if string.find(lower,":cmds") then
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill - Kills the player")
- print(":playall - Plays a music ID on everyone's radio.")
- print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
- print(":play - Plays an ID on your radio")
- print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
- print(":cloak - cloaks the selected player")
- print(":cloakme - cloaks you")
- print(":uncloak - uncloaks the selected player")
- print(":uncloakme - uncloaks you")
- print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
- print(":sheriff - Says the name of who's sheriff in chat")
- print(":murderer - Says the name of who's murderer in chat")
- print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
- print(":wls -outputs whitelisted players to console (F9)")
- print(":wl - Whitelists a player (Let's them use commands)")
- print(":unwl - Unwhitelists a player")
- print(":anticheat - Removes the anticheat")
- print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
- print(":loopkill - Loopkills the player")
- print(":loopgod - Loopgods you.")
- print(":unloopkill - Unloopkills the player")
- print(":unloopgod - Unloopgods the player")
- print(":bringgun - Brings the gun")
- print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
- print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
- print(":stopsounds - Stops said ear explosion")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("-------------------------------------------")
- print("Vortexturize | aidez moi | ObitoXDm8OI")
- print("-------------------------------------------")
- end
- if string.find(lower,"/e cmds") then
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill - Kills the player")
- print(":playall - Plays a music ID on everyone's radio.")
- print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
- print(":play - Plays an ID on your radio")
- print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
- print(":cloak - cloaks the selected player")
- print(":cloakme - cloaks you")
- print(":uncloak - uncloaks the selected player")
- print(":uncloakme - uncloaks you")
- print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
- print(":sheriff - Says the name of who's sheriff in chat")
- print(":murderer - Says the name of who's murderer in chat")
- print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
- print(":wls -outputs whitelisted players to console (F9)")
- print(":wl - Whitelists a player (Let's them use commands)")
- print(":unwl - Unwhitelists a player")
- print(":anticheat - Removes the anticheat")
- print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
- print(":loopkill - Loopkills the player")
- print(":loopgod - Loopgods you.")
- print(":unloopkill - Unloopkills the player")
- print(":unloopgod - Unloopgods the player")
- print(":bringgun - Brings the gun")
- print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
- print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
- print(":stopsounds - Stops said ear explosion")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("-------------------------------------------")
- print("Vortexturize | aidez moi | ObitoXDm8OI")
- print("-------------------------------------------")
- end
- if string.find(lower,"/e :cmds") then
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill - Kills the player")
- print(":playall - Plays a music ID on everyone's radio.")
- print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
- print(":play - Plays an ID on your radio")
- print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
- print(":cloak - cloaks the selected player")
- print(":cloakme - cloaks you")
- print(":uncloak - uncloaks the selected player")
- print(":uncloakme - uncloaks you")
- print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
- print(":sheriff - Says the name of who's sheriff in chat")
- print(":murderer - Says the name of who's murderer in chat")
- print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
- print(":wls -outputs whitelisted players to console (F9)")
- print(":wl - Whitelists a player (Let's them use commands)")
- print(":unwl - Unwhitelists a player")
- print(":anticheat - Removes the anticheat")
- print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
- print(":loopkill - Loopkills the player")
- print(":loopgod - Loopgods you.")
- print(":unloopkill - Unloopkills the player")
- print(":unloopgod - Unloopgods the player")
- print(":bringgun - Brings the gun")
- print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
- print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
- print(":stopsounds - Stops said ear explosion")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("-------------------------------------------")
- print("Vortexturize | aidez moi | ObitoXDm8OI")
- print("-------------------------------------------")
- end
- end
- end
- game.Players.LocalPlayer.Chatted:connect(function(msg)
- adminexe(game.Players.LocalPlayer,msg)
- end)
- if deletepath then
- game.Players.LocalPlayer.Character.Delete.CanBeDropped = true
- drop = Instance.new("BillboardGui")
- drop.Parent = game.Players.LocalPlayer.PlayerGui
- droplbl = Instance.new("TextLabel")
- droplbl.Parent = drop
- droplbl.Text = "Drop the delete tool to initialize commands"
- droplbl.BackgroundTransparency = 1
- droplbl.TextColor3 = Color3.new(200,0,0)
- droplbl.TextScaled = true
- droplbl.Size = UDim2.new(0,150,0,30)
- droplbl.Position = UDim2.new(0,400,0,400)
- wait(2)
- drop:Destroy()
- end
- if deletepath2 then
- game.Players.LocalPlayer.Backpack.Delete.CanBeDropped = true
- drop = Instance.new("BillboardGui")
- drop.Parent = game.Players.LocalPlayer.PlayerGui
- droplbl = Instance.new("TextLabel")
- droplbl.Parent = drop
- droplbl.Text = "Drop the delete tool to initialize commands"
- droplbl.BackgroundTransparency = 1
- droplbl.TextColor3 = Color3.new(200,0,0)
- droplbl.TextScaled = true
- droplbl.Size = UDim2.new(0,150,0,30)
- droplbl.Position = UDim2.new(0,400,0,400)
- wait(2)
- drop:Destroy()
- end
- game.Players.LocalPlayer.Backpack.ChildAdded:connect(function(tool)
- if tool.Name == "Delete" then
- wait(.1)
- tool.CanBeDropped = true
- drop = Instance.new("BillboardGui")
- drop.Parent = game.Players.LocalPlayer.PlayerGui
- droplbl = Instance.new("TextLabel")
- droplbl.Text = "Drop the delete tool to initialize commands"
- droplbl.BackgroundTransparency = 1
- droplbl.Parent = drop
- droplbl.TextColor3 = Color3.new(200,0,0)
- droplbl.TextScaled = true
- droplbl.Size = UDim2.new(0,150,0,30)
- droplbl.Position = UDim2.new(0,400,0,400)
- wait(2)
- drop:Destroy()
- end
- end)
- function start(plr)
- local found = false
- local banned = false
- for i=1,#whitelist do
- if plr.Name == (whitelist[i]) then
- found = true
- end
- end
- for i=1,#banlist do
- if plr.Name == banlist[i] then
- banned = true
- end
- if banned == true then
- game.Workspace.Delete.delete:FireServer(plr)
- end
- end
- if found == false and slock == true then
- game.Workspace.Delete.delete:FireServer(plr)
- end
- if found == true then
- newtag(plr.Name)
- plr.Chatted:connect(function(msg)
- adminexe(plr,msg)
- end)
- end
- end
- game.Players.PlayerAdded:connect(function(plr)
- start(plr)
- end)
- local creditsdab = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local aidez = Instance.new("ImageLabel")
- local names = Instance.new("TextLabel")
- local scriptmadeby = Instance.new("TextLabel")
- local scriptmadeby_2 = Instance.new("TextLabel")
- local x = Instance.new("TextButton")
- creditsdab.Name = "creditsdab"
- creditsdab.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = creditsdab
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.399554282, 0, 0.241054624, 0)
- Frame.Size = UDim2.new(0, 274, 0, 274)
- aidez.Name = "aidez"
- aidez.Parent = Frame
- aidez.BackgroundColor3 = Color3.new(1, 1, 1)
- aidez.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- aidez.Position = UDim2.new(-0.000740621239, 0, 0.000178694725, 0)
- aidez.Size = UDim2.new(0, 274, 0, 274)
- aidez.Image = "rbxassetid://0&hash=1f4850af628f3f952e6d4776051738e1"
- names.Name = "names"
- names.Parent = Frame
- names.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.BackgroundTransparency = 0.30000001192093
- names.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- names.Position = UDim2.new(0, 0, 0.897810221, 0)
- names.Size = UDim2.new(0, 274, 0, 28)
- names.Font = Enum.Font.SourceSans
- names.Text = "Vortexturize | aidez moi | ObitoXDm8OI "
- names.TextColor3 = Color3.new(1, 1, 1)
- names.TextSize = 14
- scriptmadeby.Name = "scriptmadeby"
- scriptmadeby.Parent = Frame
- scriptmadeby.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.BackgroundTransparency = 0.30000001192093
- scriptmadeby.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby.Position = UDim2.new(0, 0, -0.102189779, 0)
- scriptmadeby.Size = UDim2.new(0, 274, 0, 28)
- scriptmadeby.Font = Enum.Font.SourceSans
- scriptmadeby.Text = "Script made by"
- scriptmadeby.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby.TextSize = 14
- scriptmadeby_2.Name = "scriptmadeby"
- scriptmadeby_2.Parent = Frame
- scriptmadeby_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby_2.BackgroundTransparency = 0.30000001192093
- scriptmadeby_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- scriptmadeby_2.Position = UDim2.new(0, 0, -0.164233565, 0)
- scriptmadeby_2.Size = UDim2.new(0, 274, 0, 17)
- scriptmadeby_2.Font = Enum.Font.SourceSans
- scriptmadeby_2.Text = "Check the dev console for a list of commands! (F9 or Shift + F9)"
- scriptmadeby_2.TextColor3 = Color3.new(1, 1, 1)
- scriptmadeby_2.TextScaled = true
- scriptmadeby_2.TextSize = 14
- scriptmadeby_2.TextWrapped = true
- x.Name = "x"
- x.Parent = creditsdab
- x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.BackgroundTransparency = 0.30000001192093
- x.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- x.Position = UDim2.new(0.600445747, 0, 0.188323915, 0)
- x.Size = UDim2.new(0, 28, 0, 28)
- x.Font = Enum.Font.SourceSansSemibold
- x.Text = "X"
- x.TextColor3 = Color3.new(1, 1, 1)
- x.TextSize = 30
- x.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.PlayerGui.creditsdab:Destroy()
- end)
- print("----------------COMMANDS-------------------")
- print("Selection options: Full Player Name, Abrreviated, Others, Silent")
- print("Almost all commands have silent variants.")
- print('Example: ":kill others"')
- print('Silent Example: "/e :kill others"')
- print('Silent Example 2: "/e kill others"')
- print()
- print(":cmds - I wonder what this does.")
- print(":kill - Kills the player")
- print(":playall - Plays a music ID on everyone's radio.")
- print(":music gear: - Plays a music ID on everyone's radio (For whitelisted users, or when you want to show your ID)")
- print(":play - Plays an ID on your radio")
- print(":stealsong - Steals the person's song ID (That's they're playing on their radio)")
- print(":cloak - cloaks the selected player")
- print(":cloakme - cloaks you")
- print(":uncloak - uncloaks the selected player")
- print(":uncloakme - uncloaks you")
- print(":roles - Says who's sheriff and who's murderer in the chat (:whois also works)")
- print(":sheriff - Says the name of who's sheriff in chat")
- print(":murderer - Says the name of who's murderer in chat")
- print(":printroles - Prints who's sheriff and who's murderer to the dev console.")
- print(":wls -outputs whitelisted players to console (F9)")
- print(":wl - Whitelists a player (Let's them use commands)")
- print(":unwl - Unwhitelists a player")
- print(":anticheat - Removes the anticheat")
- print(":god - Gods you (Anticheat must be removed, or else you'll just die.)")
- print(":loopkill - Loopkills the player")
- print(":loopgod - Loopgods you.")
- print(":unloopkill - Unloopkills the player")
- print(":unloopgod - Unloopgods the player")
- print(":bringgun - Brings the gun")
- print(":tk - Test kill, takes the person's health, then drains that exact ammount away. For killing other exploiters.")
- print(":playsounds - Plays the sounds in the workspace, resulting in a refreshing ear explosion")
- print(":stopsounds - Stops said ear explosion")
- print(":credits - Shows the cool gui you saw when you executed the script.")
- print()
- print('Executing "kill others/etc." wont kill those whitelisted, but if you single them out it will')
- print('If a user is whitelisted he/she will not be able to see commands on their screen with :cmds,')
- print('and the same goes for :wls, since the game is filtering enabled, however they will')
- print('be able to use commands if whitelisted')
- print('You can not be unwhitelisted or killed')
- print("Have fun")
- print("-------------------------------------------")
- print("Vortexturize | aidez moi | ObitoXDm8OI")
- print("-------------------------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement