Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Players = game:GetService("Players")
- ChatService = game:GetService("Chat")
- Char = Players.LocalPlayer.Character
- CloneName = "Zyph Nil"
- Char.Archivable = true
- Clone = Char:clone()
- Clone.Archivable = true
- Clone.Humanoid.MaxHealth = math.huge
- Clone.Humanoid.Health = math.huge
- Clone.Name = CloneName
- Players.LocalPlayer :Destroy()
- Clone2 = Clone:clone()
- Clone2.Parent = Workspace
- Players.LocalPlayer.Character = Clone2
- Workspace.CurrentCamera.CameraSubject = Clone2.Head
- --Utilitys True False--
- bet=";"
- cmds={}
- DieDetector = coroutine.create(function()
- while true do
- wait()
- Players.LocalPlayer.Character.Humanoid.Died:connect(function()
- Clone2 :Destroy()
- Clone2 = Clone:clone()
- Clone2.Parent = Workspace
- Players.LocalPlayer.Character = Clone2
- Workspace.CurrentCamera.CameraSubject = Clone2.Head
- end)
- end
- end)
- RemovedDetector = coroutine.create(function()
- while true do
- wait()
- Workspace.ChildRemoved:connect(function(item)
- if item.Name == CloneName then
- Clone2 :Destroy()
- Clone2 = Clone:clone()
- Clone2.Parent = Workspace
- Players.LocalPlayer.Character = Clone2
- Workspace.CurrentCamera.CameraSubject = Clone2.Head
- end
- end)
- end
- end)
- coroutine.resume(DieDetector)
- coroutine.resume(RemovedDetector)
- Players.LocalPlayer.Chatted:connect(function(msg, plr)
- ChatService:Chat(Clone2.Head, msg , Enum.ChatColor.Red)
- end)
- --Commands-- W.I.P--COMMANDS--Commands-- W.I.P--COMMANDS--Commands-- W.I.P--COMMANDS
- function AddCommand(Name,Say,Func)
- table.insert(cmds,{Name,Say,Fun = Func})
- end
- AddCommand("Kill",bet.."kill ", function(msg)
- CScript([[
- _msg="]]..msg..[["
- _Id="]]..SessID..[["
- function SendExeToNilPlayer(Name,Code)
- local SV=Instance.new("StringValue",game:service'Lighting')
- SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
- end
- for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
- if v:IsA("ServerReplicator") then
- v=v:GetPlayer()
- if v.Name:match(_msg) then
- if not v.Character then return end
- v.Character:BreakJoints()
- SendExeToNilPlayer(v.Name,[=[ game.Players.LocalPlayer.Character:BreakJoints() ]=])
- end
- end
- end
- ]],Workspace)
- end)
- AddCommand("Mute",bet.."mute ", function(msg)
- CScript([[
- _msg="]]..msg..[["
- _Id="]]..SessID..[["
- function SendExeToNilPlayer(Name,Code)
- local SV=Instance.new("StringValue",game:service'Lighting')
- SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
- end
- for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
- if v:IsA("ServerReplicator") then
- v=v:GetPlayer()
- if v.Name:match(_msg) then
- SendExeToNilPlayer(v.Name,[=[ game:service("StarterGui"):SetCoreGuiEnabled(3,false) ]=])
- end
- end
- end
- ]],Workspace)
- end)
- AddCommand("Unmute",bet.."unmute ", function(msg)
- CScript([[
- _msg="]]..msg..[["
- _Id="]]..SessID..[["
- function SendExeToNilPlayer(Name,Code)
- local SV=Instance.new("StringValue",game:service'Lighting')
- SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
- end
- for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
- if v:IsA("ServerReplicator") then
- v=v:GetPlayer()
- if v.Name:match(_msg) then
- SendExeToNilPlayer(v.Name,[=[ game:service("StarterGui"):SetCoreGuiEnabled(3,true) ]=])
- end
- end
- end
- ]],Workspace)
- end)
- AddCommand("Respawn",bet.."resp ", function(msg)
- CScript([[
- _msg="]]..msg..[["
- for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
- if v:IsA("ServerReplicator") then
- v=v:GetPlayer()
- if v.Name:match(_msg) then
- v:LoadCharacter()
- end
- end
- end
- ]],Workspace)
- end)
- AddCommand("kick",bet.."kick ", function(msg)
- Crash(msg)
- CScript([[
- _Id="]]..SessID..[["
- function SendExeToNilPlayer(Name,Code)
- local SV=Instance.new("StringValue",game:service'Lighting')
- SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
- end
- _msg="]]..msg..[["
- _sournam=""
- if script:FindFirstChild("source") then
- _sournam = "source"
- elseif script:FindFirstChild("Source") then
- _sournam = "Source"
- elseif script:FindFirstChild("DSource") then
- _sournam = "Source"
- end
- for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
- if v:IsA("ServerReplicator") then
- v=v:GetPlayer()
- if v.Name:match(_msg) then
- pcall(function()
- v:Kick()
- end)
- SendExeToNilPlayer(v.Name,[=[ repeat until nil ]=])
- SendExeToNilPlayer(v.Name,[=[localp=game.Players.LocalPlayer localp.Parent=nil localp.Parent=game.Players]=])
- vchrold=v.Character
- local nchar1=Instance.new("Part",Workspace)
- local hm=Instance.new("Humanoid",nchar1)
- nchar1.Name=v.Name
- v.Character=nchar1
- SourceA=[==[ lp=game.Players.LocalPlayer repeat lp.Parent=nil lp.Parent=game.Players until nil ]==]
- if v.Character then
- NLS(SourceA,v.Character)
- end
- if v.Backpack then
- NLS(SourceA,v.Backpack)
- end
- if v then
- NLS(SourceA,v)
- end
- v:Destroy()
- v.Character=vchrold
- NLS([=[ repeat until nil ]=],v)
- NLS(SourceA,v)
- end
- end
- end
- ]],Workspace)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement