Advertisement
Guest User

Phoenix Admin

a guest
Oct 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. local Player = game:GetService("Players")
  2. local Prefix = "!"
  3. local speednum = {"50, 75, 100, 150, 200"}
  4.  
  5.  
  6. game:GetService("StarterGui"):SetCore("SendNotification", {
  7. Title = "Pheonix Admin";
  8. Text = "Prefix !" ;
  9. })
  10.  
  11. game:GetService("StarterGui"):SetCore("SendNotification", {
  12. Title = "Type !cmds";
  13. Text = "For commands";
  14. })
  15.  
  16.  
  17.  
  18. Player.LocalPlayer.Chatted:connect(function(cmd)
  19. if cmd:match(Prefix .. "re")then
  20. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  21. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  22. l.Parent = game.Players.LocalPlayer.Character
  23. l.Name = "Humanoid"
  24. wait()
  25. game.Players.LocalPlayer.Character["1"]:Destroy()
  26. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  27. game.Players.LocalPlayer.Character.Animate.Disabled = true
  28. wait()
  29. game.Players.LocalPlayer.Character.Animate.Disabled = false
  30. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  31. wait()
  32. Location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  33. wait()
  34. local prt = Instance.new("Model", workspace);
  35. Instance.new("Part", prt).Name="Torso";
  36. Instance.new("Part", prt).Name="Head";
  37. Instance.new("Humanoid", prt).Name="Humanoid";
  38. game.Players.LocalPlayer.Character=prt
  39. wait(6)
  40. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Location
  41. end
  42. end)
  43.  
  44.  
  45. prefixlen = string.len(Prefix)
  46. Player.LocalPlayer.Chatted:connect(function(cht)
  47. if cht:match(Prefix.."speed")then
  48. Player.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber((cht:sub(prefixlen + 6)))
  49. end
  50. end)
  51.  
  52. Player.LocalPlayer.Chatted:connect(function(cmd)
  53. if cmd:match(Prefix .. "unspeed")then
  54. Player.LocalPlayer.Character.Humanoid.WalkSpeed = 17
  55. end
  56. end)
  57.  
  58.  
  59. prefixlen = string.len(Prefix)
  60. Player.LocalPlayer.Chatted:connect(function(cht)
  61. if cht:match(Prefix.."jump")then
  62. Player.LocalPlayer.Character.Humanoid.JumpPower = tonumber((cht:sub(prefixlen + 6)))
  63. end
  64. end)
  65.  
  66.  
  67. Player.LocalPlayer.Chatted:connect(function(cmd)
  68. if cmd:match(Prefix.."unjp")then
  69. Player.LocalPlayer.Character.Humanoid.JumpPower = 50
  70. end
  71. end)
  72.  
  73.  
  74.  
  75.  
  76. Player.LocalPlayer.Chatted:connect(function(cmd)
  77. if cmd:match(Prefix.."noclip")then
  78. noclip = true
  79. G = game
  80. char = G:GetService("Players").LocalPlayer.Character
  81. repeat
  82. if noclip then
  83. for _,v in pairs(char:children()) do
  84. pcall(function()
  85. if v:IsA("Part") then v.CanCollide = false
  86. elseif v:IsA("MeshPart") then v.CanCollide = false
  87. elseif v:IsA("Model") then v.CanCollide = false
  88. end
  89. end)
  90. end
  91. else
  92. for _,v in pairs(char:children()) do
  93. pcall(function()
  94. if v:IsA("Part") then v.CanCollide = true
  95. elseif v:IsA("MeshPart") then v.CanCollide = true
  96. elseif v:IsA("Model") then v.CanCollide = true
  97. end
  98. end)
  99. end
  100. end
  101. G:service("RunService").Stepped:wait()
  102. until char.Humanoid.Health == 0
  103. end
  104. end)
  105.  
  106.  
  107. Player.LocalPlayer.Chatted:connect(function(cmd)
  108. if cmd:match(Prefix.."clip")then
  109. noclip = false
  110. G = game
  111. char = G:GetService("Players").LocalPlayer.Character
  112. repeat
  113. if noclip then
  114. for _,v in pairs(char:children()) do
  115. pcall(function()
  116. if v:IsA("Part") then v.CanCollide = false
  117. elseif v:IsA("MeshPart") then v.CanCollide = false
  118. elseif v:IsA("Model") then v.CanCollide = false
  119. end
  120. end)
  121. end
  122. else
  123. for _,v in pairs(char:children()) do
  124. pcall(function()
  125. if v:IsA("Part") then v.CanCollide = true
  126. elseif v:IsA("MeshPart") then v.CanCollide = true
  127. elseif v:IsA("Model") then v.CanCollide = true
  128. end
  129. end)
  130. end
  131. end
  132. G:service("RunService").Stepped:wait()
  133. until char.Humanoid.Health == 0
  134. end
  135. end)
  136.  
  137.  
  138. Player.LocalPlayer.Chatted:connect(function(cmd)
  139. if cmd:match(Prefix.."creeper")then
  140. game.Players.LocalPlayer.Character["Left Arm"]:Remove()
  141. game.Players.LocalPlayer.Character["Right Arm"]:Remove()
  142. if game.Players.LocalPlayer.Character.CharacterMesh then
  143. game.Players.LocalPlayer.Character.CharacterMesh:Destroy()
  144. else
  145. end
  146. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  147. if game.Players.LocalPlayer.Character.Shirt then
  148. game.Players.LocalPlayer.Character.Shirt:Destroy()
  149. else
  150. end
  151. if game.Players.LocalPlayer.Character.Pants then
  152. game.Players.LocalPlayer.Character.Pants:Destroy()
  153. else
  154. end
  155. if game.Players.LocalPlayer.Character["Shirt Graphic"] then
  156. game.Players.LocalPlayer.Character["Shirt Graphic"]:Destroy()
  157. else
  158. end
  159. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  160. end
  161. end)
  162.  
  163.  
  164. Player.LocalPlayer.Chatted:connect(function(cmd)
  165. if cmd:match(Prefix.."invis")then
  166. local player = game.Players.LocalPlayer
  167. position = player.Character.HumanoidRootPart.Position
  168. wait(0.2)
  169. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  170. wait(0.2)
  171. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  172. wait(0.2)
  173. player.Character.HumanoidRootPart:Destroy()
  174. humanoidrootpart.Parent = player.Character
  175. player.Character:MoveTo(position)
  176. wait()
  177. -- Remove this if you want to see yourself (others still won't see you)
  178. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  179. game.Players.LocalPlayer.Character.Head.Transparency = 1
  180. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  181. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  182. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  183. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  184. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  185. game.Players.LocalPlayer.Character.Head.face:Remove()
  186. end
  187. end)
  188.  
  189. Player.LocalPlayer.Chatted:connect(function(cmd)
  190. if cmd:match(Prefix.."cmds")then
  191. local ScreenGui = Instance.new("ScreenGui")
  192. local CMDFrame = Instance.new("Frame")
  193. local Title = Instance.new("TextLabel")
  194. local CloseButton = Instance.new("TextButton")
  195. local ScrollingFrame = Instance.new("ScrollingFrame")
  196. local Resapwn = Instance.new("TextLabel")
  197. local WakSpeed = Instance.new("TextLabel")
  198. local CMDS = Instance.new("TextLabel")
  199. local JumpPower = Instance.new("TextLabel")
  200.  
  201. ScreenGui.Parent = game.CoreGui
  202.  
  203. CMDFrame.Name = "CMDFrame"
  204. CMDFrame.Parent = ScreenGui
  205. CMDFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  206. CMDFrame.Position = UDim2.new(0.290229887, 0, 0.230118439, 0)
  207. CMDFrame.Size = UDim2.new(0, 142, 0, 160)
  208.  
  209. Title.Name = "Title"
  210. Title.Parent = CMDFrame
  211. Title.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  212. Title.Position = UDim2.new(-2.14912518e-07, 0, 0, 0)
  213. Title.Size = UDim2.new(0, 129, 0, 18)
  214. Title.Font = Enum.Font.SourceSansItalic
  215. Title.Text = "Pheonix Admin"
  216. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  217. Title.TextScaled = true
  218. Title.TextSize = 14
  219. Title.TextWrapped = true
  220.  
  221. CloseButton.Name = "CloseButton"
  222. CloseButton.Parent = CMDFrame
  223. CloseButton.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  224. CloseButton.BorderColor3 = Color3.new(0, 0, 0)
  225. CloseButton.Position = UDim2.new(0.859154701, 0, 0, 0)
  226. CloseButton.Size = UDim2.new(0, 20, 0, 19)
  227. CloseButton.Font = Enum.Font.Cartoon
  228. CloseButton.Text = "X"
  229. CloseButton.TextColor3 = Color3.new(1, 0, 0)
  230. CloseButton.TextScaled = true
  231. CloseButton.TextSize = 14
  232. CloseButton.TextWrapped = true
  233. CloseButton.MouseButton1Down:connect(function()
  234. CMDFrame.Visible = false
  235. end)
  236.  
  237. ScrollingFrame.Parent = CMDFrame
  238. ScrollingFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  239. ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
  240. ScrollingFrame.Position = UDim2.new(0.00704225339, 0, 0.118517302, 0)
  241. ScrollingFrame.Size = UDim2.new(0, 141, 0, 141)
  242.  
  243. Resapwn.Name = "Resapwn"
  244. Resapwn.Parent = ScrollingFrame
  245. Resapwn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  246. Resapwn.BorderColor3 = Color3.new(0, 0, 0)
  247. Resapwn.BorderSizePixel = 0
  248. Resapwn.Position = UDim2.new(0.00554381125, 0, 0.237500012, 0)
  249. Resapwn.Size = UDim2.new(0, 93, 0, 16)
  250. Resapwn.Font = Enum.Font.SourceSans
  251. Resapwn.Text = "re (Respawn)"
  252. Resapwn.TextColor3 = Color3.new(0.333333, 1, 1)
  253. Resapwn.TextScaled = true
  254. Resapwn.TextSize = 14
  255. Resapwn.TextWrapped = true
  256.  
  257. WakSpeed.Name = "WakSpeed"
  258. WakSpeed.Parent = ScrollingFrame
  259. WakSpeed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  260. WakSpeed.BorderColor3 = Color3.new(0, 0, 0)
  261. WakSpeed.BorderSizePixel = 0
  262. WakSpeed.Position = UDim2.new(-0.00154838827, 0, 0.165625006, 0)
  263. WakSpeed.Size = UDim2.new(0, 93, 0, 16)
  264. WakSpeed.Font = Enum.Font.SourceSans
  265. WakSpeed.Text = "speed (Value)"
  266. WakSpeed.TextColor3 = Color3.new(0.333333, 1, 1)
  267. WakSpeed.TextScaled = true
  268. WakSpeed.TextSize = 14
  269. WakSpeed.TextWrapped = true
  270.  
  271. CMDS.Name = "CMDS"
  272. CMDS.Parent = ScrollingFrame
  273. CMDS.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  274. CMDS.BorderColor3 = Color3.new(0, 0, 0)
  275. CMDS.BorderSizePixel = 0
  276. CMDS.Position = UDim2.new(-0.00154838827, 0, 0.0218750201, 0)
  277. CMDS.Size = UDim2.new(0, 93, 0, 16)
  278. CMDS.Font = Enum.Font.SourceSans
  279. CMDS.Text = "cmds (DUH)"
  280. CMDS.TextColor3 = Color3.new(0.333333, 1, 1)
  281. CMDS.TextScaled = true
  282. CMDS.TextSize = 14
  283. CMDS.TextWrapped = true
  284.  
  285. JumpPower.Name = "JumpPower"
  286. JumpPower.Parent = ScrollingFrame
  287. JumpPower.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  288. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  289. JumpPower.BorderSizePixel = 0
  290. JumpPower.Position = UDim2.new(0.00554381032, 0, 0.096874997, 0)
  291. JumpPower.Size = UDim2.new(0, 93, 0, 16)
  292. JumpPower.Font = Enum.Font.SourceSans
  293. JumpPower.Text = "jump (Value)"
  294. JumpPower.TextColor3 = Color3.new(0.333333, 1, 1)
  295. JumpPower.TextScaled = true
  296. JumpPower.TextSize = 14
  297. JumpPower.TextWrapped = true
  298.  
  299. end
  300. end)
  301.  
  302. Player.LocalPlayer.Chatted:connect(function(cmd)
  303. if cmd:match(Prefix.."")then
  304.  
  305. end
  306. end)
  307.  
  308. Player.LocalPlayer.Chatted:connect(function(cmd)
  309. if cmd:match(Prefix.."")then
  310.  
  311. end
  312. end)
  313.  
  314. Player.LocalPlayer.Chatted:connect(function(cmd)
  315. if cmd:match(Prefix.."")then
  316.  
  317. end
  318. end)
  319.  
  320.  
  321. game.Players.LocalPlayer.Chatted:connect(function(msg)
  322. if msg:sub(1,5) == "!tof " then
  323. local tof = msg:sub(5, #msg)
  324. local tof2 = math.random(1,2)
  325. if tof2 == 1 then
  326. wait(.2)
  327. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("True", "All")
  328. else
  329. if tof2 == 2 then
  330. wait(.2)
  331. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("False", "All")
  332. end
  333. end
  334. end
  335. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement