Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. -- Pretty Useless but, I was bored so here you go - Royal
  2.  
  3. local CMDHelp = Instance.new("ScreenGui")
  4. local CMDFrame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local Leave = Instance.new("TextButton")
  8.  
  9. -- Dont mess with this stuff.. Kthx.. This GUI is completely pointless so.. lawl..
  10.  
  11. -- If you see this shout out to IcyJake for helping with the Executor on my MystV3 GUI :>
  12.  
  13.  
  14. CMDHelp.Name = "CMD Help"
  15. CMDHelp.Parent = game.StarterGui
  16.  
  17. CMDFrame.Name = "CMD Frame"
  18. CMDFrame.Parent = CMDHelp
  19. CMDFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  20. CMDFrame.BackgroundTransparency = 1
  21. CMDFrame.Position = UDim2.new(0, 1079, 0, 316)
  22. CMDFrame.Size = UDim2.new(0, 175, 0, 49)
  23.  
  24. ImageLabel.Parent = CMDFrame
  25. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  26. ImageLabel.BackgroundTransparency = 0.5
  27. ImageLabel.Position = UDim2.new(0, -1058, 0, -315)
  28. ImageLabel.Size = UDim2.new(0, 1317, 0, 485)
  29. ImageLabel.Image = "rbxassetid://712715946"
  30. ImageLabel.ImageTransparency = 0.30000001192093
  31.  
  32. TextLabel.Parent = CMDFrame
  33. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  34. TextLabel.BackgroundTransparency = 1
  35. TextLabel.Position = UDim2.new(0, -1089, 0, -292)
  36. TextLabel.Size = UDim2.new(0, 1318, 0, 481)
  37. TextLabel.Font = Enum.Font.SciFi
  38. TextLabel.FontSize = Enum.FontSize.Size14
  39. TextLabel.Text = "BASIC SCRIPTING - \n\nKill: game.Worksace.YourName.Humanoid.Health = 0\n\nKick: game.Workspace.YourName:Remove()\n\nInfinite Health: game.Workspace.YourName.Humanoid.MaxHealth = math.huge\n\nKick all: p= game.Players:GetChildren() \nfor i= 1, #p do \np[i]:remove() \nend\n\nKill all: p= game.Players:GetChildren()\nfor i = 1,#p do\np[i].Character.Humanoid.\nMaxHealth = 0\n\nNo tools all: p= game.Players:GetChildren()\nfor i = 1,#p do\no = p[i].Backpack:GetChildren()\nfor i = 1, #o do\no[i]:remove()\nend \nend\n\nTime: game.Lighting.TimeOfDay = \"00:00:00\"\n\nFace remove: game.Workspace.YourName.Head.Face:remove() \n\nInvisible Torso: game.Workspace.YourName.Humanoid.Torso.Transparency = 1\n\nWalkspeed: game.Workspace.YourName.Humanoid.Walkspeed = 50\n\nInvisible all: c= game.Players:GetChildren() \nfor i= 1, #c do \np= c[i].Character:GetChildren() \nfor i= 1, #p do \nif p[i].className == \"Part\" then\np[i].Transparency = 1\nend\nend\nend\n\nGhost all: c= game.Players:GetChildren() \nfor i= 1, #c do \np= c[i].Character:GetChildren() \nfor i= 1, #p do \nif p[i].className == \"Part\" then\np[i].Transparency = 0.5\nend\nend\nend\n\nVisible all: c= game.Players:GetChildren() \nfor i= 1, #c do \np= c[i].Character:GetChildren() \nfor i= 1, #p do \nif p[i].className == \"Part\" then\np[i].Transparency = 0\nend\nend\nend\n\nFreeze all: p= game.Players:GetChildren() \nfor i= 1, #p do \nif p[i]~= \"YourName\" then \np[i].Character.Torso.Anchored = true \nend \nend\n\nThaw all: p= game.Players:GetChildren() \nfor i= 1, #p do \nif p[i]~= \"YourName\" then \np[i].Character.Torso.Anchored = false \nend \nend\n\nFreeze: game.Workspace.YourName.Torso.Anchored = true\n\nThaw: game.Workspace.YourName.Torso.Anchored = false\n\nNo life all: p= game.Players:GetChildren() \nfor i= 1, #p do \nif p[i]~= \"YourName\" then \np[i].Character.Humanoid:Remove()\nend\nend\nend\n\nNo life: game.Workspace.YourName.Humanoid:remove()\n\nDelete base: p= game.Workspace:GetChildren() \nfor i= 1, #p do \nif p[i].className == \"Part\" then \nif p[i].Name ~= \"YourName\" then \np[i]:remove() \nend \nend \nend \n\nServer shutdown: game.Workspace.Parent:remove()\nend\n\nExplosion: Instance.new(\"Explosion\").Parent = game.Workspace.YourName.Torso\n\nFire: Instance.new(\"Fire\").Parent = game.Workspace.YourName.Torso\n\nSparkles: Instance.new(\"Sparkles\").Parent = game.Workspace.YourName.Torso \n\nSmoke: Instance.new(\"Smoke\").Parent = game.Workspace.YourName.Torso\n\nMessage: local m = Instance.new(\"Message\")\nm.Parent=game.Workspace\nm.Text = \"Its filthy frank motha fuckassss its filthy frank BITCH! -Royal :>\nwait(3)\nm:Remove()\n\nGiant Charater: L = game.Players.YourName.Character \nL.Torso.Size = Vector3.new(100,100,100) \nL.Head.Size = Vector3.new(50,50,50) \nL.Head.Mesh:remove()\n\nTeleport All To 1000 Studs High: p = game.Players:GetChildren() \nfor i = 1,#p do \np[i].Character.Torso.CFrame = CFrame.new(math.random(1,30),10000,math.random(1,30)) \nend\n\nInvisible Head: game.Workspace.YourName.Head.Transparency = 1\n\nInvisible Head All: c = game.Players:GetChildren() \nfor i = 1, #c do \nc[i].Character.Head.Transparency = 1\n\nGenocide: while true do \np= game.Players:GetChildren() \nfor i= 1, #p do \np[i].Character.Torso.Neck:remove() \nwait (0.1) \nend \nend\n\nMind Control: game.Players.YourName.Character = game.Players. .Character\n\nOrb: x = game:GetService(\"InsertService\"):LoadAsset(41098024) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.YourName.Character.Head.Position) \n\nInsert: x = game:GetService(\"InsertService\"):LoadAsset(21001552) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.YourName.Character.Head.Position) \n\nJetpack: x = game:GetService(\"InsertService\"):LoadAsset() x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.YourName.Character.Head.Position) \n\nAdmin Brick: x = game:GetService(\"InsertService\"):LoadAsset(57845331) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.YourName.Character.Head.Position) \n\nPokeball: x = game:GetService(\"InsertService\"):LoadAsset(28224824) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.YourName.Character.Head.Position) \n\nEyeball: x = game:GetService(\"InsertService\"):LoadAsset(30103114) x.Parent = game.Workspace x:makeJoints() x:moveTo(game.Players.Lollypop647.Character.Head.Position)"
  40. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. Leave.Name = "Leave"
  45. Leave.Parent = CMDFrame
  46. Leave.BackgroundColor3 = Color3.new(1, 0, 0)
  47. Leave.Position = UDim2.new(0, 17, 0, -293)
  48. Leave.Size = UDim2.new(0, 141, 0, 36)
  49. Leave.Font = Enum.Font.SciFi
  50. Leave.FontSize = Enum.FontSize.Size14
  51. Leave.Text = "Leave CMD Help"
  52. Leave.TextColor3 = Color3.new(1, 1, 1)
  53. Leave.TextScaled = true
  54. Leave.TextSize = 14
  55. Leave.TextWrapped = true
  56.  
  57. Leave.MouseButton1Down:connect(function()
  58. game.CoreGui.CMDHelp:Destroy()
  59. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement