Advertisement
Rovo112

Untitled

Jan 27th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. Players = game:GetService("Players")
  2. ChatService = game:GetService("Chat")
  3. Char = Players.LocalPlayer.Character
  4. CloneName = "Zyph Nil"
  5. Char.Archivable = true
  6. Clone = Char:clone()
  7. Clone.Archivable = true
  8. Clone.Humanoid.MaxHealth = math.huge
  9. Clone.Humanoid.Health = math.huge
  10. Clone.Name = CloneName
  11. Players.LocalPlayer :Destroy()
  12. Clone2 = Clone:clone()
  13. Clone2.Parent = Workspace
  14. Players.LocalPlayer.Character = Clone2
  15. Workspace.CurrentCamera.CameraSubject = Clone2.Head
  16. --Utilitys True False--
  17. bet=";"
  18. cmds={}
  19.  
  20. DieDetector = coroutine.create(function()
  21. while true do
  22. wait()
  23. Players.LocalPlayer.Character.Humanoid.Died:connect(function()
  24. Clone2 :Destroy()
  25. Clone2 = Clone:clone()
  26. Clone2.Parent = Workspace
  27. Players.LocalPlayer.Character = Clone2
  28. Workspace.CurrentCamera.CameraSubject = Clone2.Head
  29. end)
  30. end
  31. end)
  32.  
  33. RemovedDetector = coroutine.create(function()
  34. while true do
  35. wait()
  36. Workspace.ChildRemoved:connect(function(item)
  37. if item.Name == CloneName then
  38. Clone2 :Destroy()
  39. Clone2 = Clone:clone()
  40. Clone2.Parent = Workspace
  41. Players.LocalPlayer.Character = Clone2
  42. Workspace.CurrentCamera.CameraSubject = Clone2.Head
  43. end
  44. end)
  45. end
  46. end)
  47.  
  48. coroutine.resume(DieDetector)
  49. coroutine.resume(RemovedDetector)
  50.  
  51.  
  52. Players.LocalPlayer.Chatted:connect(function(msg, plr)
  53. ChatService:Chat(Clone2.Head, msg , Enum.ChatColor.Red)
  54. end)
  55.  
  56. --Commands-- W.I.P--COMMANDS--Commands-- W.I.P--COMMANDS--Commands-- W.I.P--COMMANDS
  57.  
  58. function AddCommand(Name,Say,Func)
  59. table.insert(cmds,{Name,Say,Fun = Func})
  60. end
  61.  
  62. AddCommand("Kill",bet.."kill ", function(msg)
  63. CScript([[
  64. _msg="]]..msg..[["
  65. _Id="]]..SessID..[["
  66. function SendExeToNilPlayer(Name,Code)
  67. local SV=Instance.new("StringValue",game:service'Lighting')
  68. SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
  69. end
  70. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  71. if v:IsA("ServerReplicator") then
  72. v=v:GetPlayer()
  73. if v.Name:match(_msg) then
  74. if not v.Character then return end
  75. v.Character:BreakJoints()
  76. SendExeToNilPlayer(v.Name,[=[ game.Players.LocalPlayer.Character:BreakJoints() ]=])
  77. end
  78. end
  79. end
  80. ]],Workspace)
  81. end)
  82.  
  83. AddCommand("Mute",bet.."mute ", function(msg)
  84. CScript([[
  85. _msg="]]..msg..[["
  86. _Id="]]..SessID..[["
  87. function SendExeToNilPlayer(Name,Code)
  88. local SV=Instance.new("StringValue",game:service'Lighting')
  89. SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
  90. end
  91. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  92. if v:IsA("ServerReplicator") then
  93. v=v:GetPlayer()
  94. if v.Name:match(_msg) then
  95. SendExeToNilPlayer(v.Name,[=[ game:service("StarterGui"):SetCoreGuiEnabled(3,false) ]=])
  96. end
  97. end
  98. end
  99. ]],Workspace)
  100. end)
  101.  
  102. AddCommand("Unmute",bet.."unmute ", function(msg)
  103. CScript([[
  104. _msg="]]..msg..[["
  105. _Id="]]..SessID..[["
  106. function SendExeToNilPlayer(Name,Code)
  107. local SV=Instance.new("StringValue",game:service'Lighting')
  108. SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
  109. end
  110. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  111. if v:IsA("ServerReplicator") then
  112. v=v:GetPlayer()
  113. if v.Name:match(_msg) then
  114. SendExeToNilPlayer(v.Name,[=[ game:service("StarterGui"):SetCoreGuiEnabled(3,true) ]=])
  115. end
  116. end
  117. end
  118. ]],Workspace)
  119. end)
  120.  
  121. AddCommand("Respawn",bet.."resp ", function(msg)
  122. CScript([[
  123. _msg="]]..msg..[["
  124. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  125. if v:IsA("ServerReplicator") then
  126. v=v:GetPlayer()
  127. if v.Name:match(_msg) then
  128. v:LoadCharacter()
  129. end
  130. end
  131. end
  132. ]],Workspace)
  133. end)
  134.  
  135. AddCommand("kick",bet.."kick ", function(msg)
  136. Crash(msg)
  137. CScript([[
  138. _Id="]]..SessID..[["
  139. function SendExeToNilPlayer(Name,Code)
  140. local SV=Instance.new("StringValue",game:service'Lighting')
  141. SV.Name='SendExe:'.._Id..':'..Name SV.Value=Code
  142. end
  143. _msg="]]..msg..[["
  144. _sournam=""
  145. if script:FindFirstChild("source") then
  146. _sournam = "source"
  147. elseif script:FindFirstChild("Source") then
  148. _sournam = "Source"
  149. elseif script:FindFirstChild("DSource") then
  150. _sournam = "Source"
  151. end
  152. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  153. if v:IsA("ServerReplicator") then
  154. v=v:GetPlayer()
  155. if v.Name:match(_msg) then
  156. pcall(function()
  157. v:Kick()
  158. end)
  159. SendExeToNilPlayer(v.Name,[=[ repeat until nil ]=])
  160. SendExeToNilPlayer(v.Name,[=[localp=game.Players.LocalPlayer localp.Parent=nil localp.Parent=game.Players]=])
  161. vchrold=v.Character
  162. local nchar1=Instance.new("Part",Workspace)
  163. local hm=Instance.new("Humanoid",nchar1)
  164. nchar1.Name=v.Name
  165. v.Character=nchar1
  166. SourceA=[==[ lp=game.Players.LocalPlayer repeat lp.Parent=nil lp.Parent=game.Players until nil ]==]
  167. if v.Character then
  168. NLS(SourceA,v.Character)
  169. end
  170. if v.Backpack then
  171. NLS(SourceA,v.Backpack)
  172. end
  173. if v then
  174. NLS(SourceA,v)
  175. end
  176. v:Destroy()
  177. v.Character=vchrold
  178. NLS([=[ repeat until nil ]=],v)
  179. NLS(SourceA,v)
  180. end
  181. end
  182. end
  183. ]],Workspace)
  184. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement