Advertisement
JkleoMDS

Cmdom Admin Script (BY ME)

Feb 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. local Cmdom = Instance.new("ScreenGui")
  2. local thegui = Instance.new("Frame")
  3. local CmdomCmdPart = Instance.new("TextLabel")
  4. local Enter = Instance.new("TextBox")
  5. local Commands = Instance.new("TextLabel")
  6. Cmdom.Name = "Cmdom"
  7. Cmdom.Parent = game.Players.LocalPlayer.PlayerGui
  8. thegui.Name = "the gui."
  9. thegui.Parent = Cmdom
  10. thegui.BackgroundColor3 = Color3.new(0, 1, 0)
  11. thegui.Position = UDim2.new(0, 817, 0, 64)
  12. thegui.Size = UDim2.new(0, 205, 0, 107)
  13. CmdomCmdPart.Name = "CmdomCmdPart"
  14. CmdomCmdPart.Parent = thegui
  15. CmdomCmdPart.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  16. CmdomCmdPart.Size = UDim2.new(0, 206, 0, 28)
  17. CmdomCmdPart.Font = Enum.Font.SourceSans
  18. CmdomCmdPart.Text = "Cmdom's CmdBar"
  19. CmdomCmdPart.TextSize = 14
  20. Enter.Name = "Enter"
  21. Enter.Parent = thegui
  22. Enter.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Enter.Position = UDim2.new(0, 0, 0, 36)
  24. Enter.Size = UDim2.new(0, 205, 0, 21)
  25. Enter.Font = Enum.Font.SourceSans
  26. Enter.Text = "Enter Command Here"
  27. Enter.TextSize = 14
  28. Commands.Name = "Commands"
  29. Commands.Parent = thegui
  30. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Commands.Position = UDim2.new(0, -796, 0, -44)
  32. Commands.Size = UDim2.new(0, 462, 0, 151)
  33. Commands.Font = Enum.Font.SourceSans
  34. Commands.Text = "Commands:Fly. Van. FF. Kill. Shrek. Donkey. AddDummy. Clone. Smurf. Gear Loadstring."
  35. Commands.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement