Advertisement
ShackShack

PATCH'S TRASH ADMIN: COMMAND GUI

Jan 25th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. -- THE COMMAND GUI: PATCH'S TRASH ADMIN
  2. local patchtrashadmincommandgui = Instance.new("ScreenGui")
  3. local ScrollingFrame = Instance.new("ScrollingFrame")
  4. local title = Instance.new("TextLabel")
  5. local trollinggui = Instance.new("TextLabel")
  6. local admin = Instance.new("TextLabel")
  7. local fexgui = Instance.new("TextLabel")
  8. local hex = Instance.new("TextLabel")
  9. local cmds = Instance.new("TextLabel")
  10. local exit = Instance.new("TextButton")
  11. local ultraadmin = Instance.new("TextLabel")
  12. local END_STOP = Instance.new("TextLabel")
  13.  
  14. function randomString()
  15. local length = math.random(10,20)
  16. local array = {}
  17. for i = 1, length do
  18. array[i] = string.char(math.random(32, 126))
  19. end
  20. return table.concat(array)
  21. end
  22.  
  23. patchtrashadmincommandgui.Name = randomString()
  24. patchtrashadmincommandgui.Parent = game:GetService("CoreGui")
  25. patchtrashadmincommandgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. ScrollingFrame.Parent = patchtrashadmincommandgui
  28. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(27, 42, 53)
  29. ScrollingFrame.Position = UDim2.new(0.396, 0, 0.131, 0)
  30. ScrollingFrame.Size = UDim2.new(0, 228, 0, 298)
  31.  
  32. title.Name = "title"
  33. title.Parent = ScrollingFrame
  34. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  35. title.BackgroundTransparency = 1.000
  36. title.BorderSizePixel = 0
  37. title.Position = UDim2.new(0.0482456125, 0, 0, 0)
  38. title.Size = UDim2.new(0, 196, 0, 39)
  39. title.Font = Enum.Font.SourceSansSemibold
  40. title.Text = "the epic command list"
  41. title.TextColor3 = Color3.fromRGB(85, 170, 255)
  42. title.TextScaled = true
  43. title.TextSize = 14.000
  44. title.TextWrapped = true
  45.  
  46. trollinggui.Name = "trollinggui"
  47. trollinggui.Parent = ScrollingFrame
  48. trollinggui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. trollinggui.BackgroundTransparency = 1.000
  50. trollinggui.BorderSizePixel = 0
  51. trollinggui.Position = UDim2.new(0.0482456125, 0, 0.0369334072, 0)
  52. trollinggui.Size = UDim2.new(0, 112, 0, 28)
  53. trollinggui.Font = Enum.Font.SourceSansSemibold
  54. trollinggui.Text = ":trollinggui"
  55. trollinggui.TextColor3 = Color3.fromRGB(85, 85, 255)
  56. trollinggui.TextSize = 20.000
  57. trollinggui.TextWrapped = true
  58. trollinggui.TextXAlignment = Enum.TextXAlignment.Left
  59.  
  60. admin.Name = "admin"
  61. admin.Parent = ScrollingFrame
  62. admin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. admin.BackgroundTransparency = 1.000
  64. admin.BorderSizePixel = 0
  65. admin.Position = UDim2.new(0.0482456125, 0, 0.0634988695, 0)
  66. admin.Size = UDim2.new(0, 112, 0, 28)
  67. admin.Font = Enum.Font.SourceSansSemibold
  68. admin.Text = ":admin"
  69. admin.TextColor3 = Color3.fromRGB(85, 85, 255)
  70. admin.TextSize = 20.000
  71. admin.TextWrapped = true
  72. admin.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. fexgui.Name = "fexgui"
  75. fexgui.Parent = ScrollingFrame
  76. fexgui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. fexgui.BackgroundTransparency = 1.000
  78. fexgui.BorderSizePixel = 0
  79. fexgui.Position = UDim2.new(0.0482456125, 0, 0.0900643319, 0)
  80. fexgui.Size = UDim2.new(0, 112, 0, 28)
  81. fexgui.Font = Enum.Font.SourceSansSemibold
  82. fexgui.Text = ":fexgui"
  83. fexgui.TextColor3 = Color3.fromRGB(85, 85, 255)
  84. fexgui.TextSize = 20.000
  85. fexgui.TextWrapped = true
  86. fexgui.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. hex.Name = "hex"
  89. hex.Parent = ScrollingFrame
  90. hex.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. hex.BackgroundTransparency = 1.000
  92. hex.BorderSizePixel = 0
  93. hex.Position = UDim2.new(0.0482456125, 0, 0.116629794, 0)
  94. hex.Size = UDim2.new(0, 112, 0, 28)
  95. hex.Font = Enum.Font.SourceSansSemibold
  96. hex.Text = ":hex"
  97. hex.TextColor3 = Color3.fromRGB(85, 85, 255)
  98. hex.TextSize = 20.000
  99. hex.TextWrapped = true
  100. hex.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. cmds.Name = "cmds"
  103. cmds.Parent = ScrollingFrame
  104. cmds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. cmds.BackgroundTransparency = 1.000
  106. cmds.BorderSizePixel = 0
  107. cmds.Position = UDim2.new(0.0482456125, 0, 0.143195257, 0)
  108. cmds.Size = UDim2.new(0, 112, 0, 28)
  109. cmds.Font = Enum.Font.SourceSansSemibold
  110. cmds.Text = ":cmds"
  111. cmds.TextColor3 = Color3.fromRGB(85, 85, 255)
  112. cmds.TextSize = 20.000
  113. cmds.TextWrapped = true
  114. cmds.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. exit.Name = "exit"
  117. exit.Parent = ScrollingFrame
  118. exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. exit.BackgroundTransparency = 1.000
  120. exit.BorderSizePixel = 0
  121. exit.Position = UDim2.new(0.723684192, 0, 0.036944598, 0)
  122. exit.Size = UDim2.new(0, 35, 0, 50)
  123. exit.Font = Enum.Font.GothamSemibold
  124. exit.Text = "exit the cmds gui"
  125. exit.TextColor3 = Color3.fromRGB(255, 0, 0)
  126. exit.TextScaled = true
  127. exit.TextSize = 14.000
  128. exit.TextWrapped = true
  129.  
  130. ultraadmin.Name = "ultraadmin"
  131. ultraadmin.Parent = ScrollingFrame
  132. ultraadmin.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. ultraadmin.BackgroundTransparency = 1.000
  134. ultraadmin.BorderSizePixel = 0
  135. ultraadmin.Position = UDim2.new(0.0482456125, 0, 0.169760719, 0)
  136. ultraadmin.Size = UDim2.new(0, 112, 0, 28)
  137. ultraadmin.Font = Enum.Font.SourceSansSemibold
  138. ultraadmin.Text = ":ultraadmin"
  139. ultraadmin.TextColor3 = Color3.fromRGB(85, 85, 255)
  140. ultraadmin.TextSize = 20.000
  141. ultraadmin.TextWrapped = true
  142. ultraadmin.TextXAlignment = Enum.TextXAlignment.Left
  143.  
  144. END_STOP.Name = "END_STOP"
  145. END_STOP.Parent = ScrollingFrame
  146. END_STOP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  147. END_STOP.BackgroundTransparency = 1.000
  148. END_STOP.BorderSizePixel = 0
  149. END_STOP.Position = UDim2.new(0.232456133, 0, 0.209608912, 0)
  150. END_STOP.Size = UDim2.new(0, 112, 0, 28)
  151. END_STOP.Font = Enum.Font.SourceSansSemibold
  152. END_STOP.Text = "ALL COMMANDS MUST START WITH /e"
  153. END_STOP.TextColor3 = Color3.fromRGB(85, 170, 0)
  154. END_STOP.TextScaled = true
  155. END_STOP.TextSize = 20.000
  156. END_STOP.TextWrapped = true
  157.  
  158. exit.MouseButton1Click:Connect(function()
  159. patchtrashadmincommandgui:Destroy()
  160. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement