Advertisement
Vunqz

Cmds

Nov 15th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. -- Cmds Gui For PrisonLife script.. So basically this doesn't benifit you in any way.
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Label = Instance.new("TextLabel")
  5. local ScrollingFrame = Instance.new("ScrollingFrame")
  6. local RevizAdmin = Instance.new("TextLabel")
  7. local TfJumppower = Instance.new("TextLabel")
  8. local TpYard = Instance.new("TextLabel")
  9. local UnJumpower = Instance.new("TextLabel")
  10. local TpNexus = Instance.new("TextLabel")
  11. local CrimBaseTp = Instance.new("TextLabel")
  12. local ModdedShotgun = Instance.new("TextLabel")
  13. local FastWalker = Instance.new("TextLabel")
  14. local ModdedM9 = Instance.new("TextLabel")
  15. local TpGuards = Instance.new("TextLabel")
  16. local TaserBypass = Instance.new("TextLabel")
  17. local ClrWalkspeed = Instance.new("TextLabel")
  18. local AllGuns = Instance.new("TextLabel")
  19. local Btools = Instance.new("TextLabel")
  20. local Cmds = Instance.new("TextLabel")
  21. local note = Instance.new("Frame")
  22. local TextLabel = Instance.new("TextLabel")
  23. local Close = Instance.new("TextButton")
  24. --Properties:
  25. ScreenGui.Parent = game.Workspace
  26.  
  27. Frame.Parent = ScreenGui
  28. Frame.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  29. Frame.BorderColor3 = Color3.new(0, 0, 0)
  30. Frame.BorderSizePixel = 2
  31. Frame.Position = UDim2.new(0.30725345, 0, 0.175078869, 0)
  32. Frame.Size = UDim2.new(0, 285, 0, 280)
  33.  
  34. Label.Name = "Label"
  35. Label.Parent = Frame
  36. Label.BackgroundColor3 = Color3.new(0.772549, 0.772549, 0.772549)
  37. Label.BorderColor3 = Color3.new(0, 0, 0)
  38. Label.BorderSizePixel = 2
  39. Label.Size = UDim2.new(0, 285, 0, 37)
  40. Label.Font = Enum.Font.SourceSans
  41. Label.Text = "Commands"
  42. Label.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  43. Label.TextScaled = true
  44. Label.TextSize = 14
  45. Label.TextStrokeTransparency = 0
  46. Label.TextWrapped = true
  47.  
  48. ScrollingFrame.Parent = Frame
  49. ScrollingFrame.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  50. ScrollingFrame.Position = UDim2.new(0.0289256312, 0, 0.18928571, 0)
  51. ScrollingFrame.Size = UDim2.new(0, 270, 0, 217)
  52. ScrollingFrame.CanvasPosition = Vector2.new(0, 343)
  53.  
  54. RevizAdmin.Name = "RevizAdmin"
  55. RevizAdmin.Parent = ScrollingFrame
  56. RevizAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  57. RevizAdmin.BackgroundTransparency = 0.94999998807907
  58. RevizAdmin.Position = UDim2.new(0.0623755567, 0, 0.513026536, 0)
  59. RevizAdmin.Size = UDim2.new(0, 236, 0, 22)
  60. RevizAdmin.Font = Enum.Font.SourceSans
  61. RevizAdmin.Text = ".RevizAdmin"
  62. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  63. RevizAdmin.TextScaled = true
  64. RevizAdmin.TextSize = 14
  65. RevizAdmin.TextStrokeTransparency = 0
  66. RevizAdmin.TextWrapped = true
  67.  
  68. TfJumppower.Name = "TfJumppower"
  69. TfJumppower.Parent = ScrollingFrame
  70. TfJumppower.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TfJumppower.BackgroundTransparency = 0.94999998807907
  72. TfJumppower.Position = UDim2.new(0.0623755567, 0, 0.380883664, 0)
  73. TfJumppower.Size = UDim2.new(0, 236, 0, 22)
  74. TfJumppower.Font = Enum.Font.SourceSans
  75. TfJumppower.Text = ".TfJumpower"
  76. TfJumppower.TextColor3 = Color3.new(1, 1, 1)
  77. TfJumppower.TextScaled = true
  78. TfJumppower.TextSize = 14
  79. TfJumppower.TextStrokeTransparency = 0
  80. TfJumppower.TextWrapped = true
  81.  
  82. TpYard.Name = "TpYard"
  83. TpYard.Parent = ScrollingFrame
  84. TpYard.BackgroundColor3 = Color3.new(1, 1, 1)
  85. TpYard.BackgroundTransparency = 0.94999998807907
  86. TpYard.Position = UDim2.new(0.0586718544, 0, 0.316597939, 0)
  87. TpYard.Size = UDim2.new(0, 236, 0, 22)
  88. TpYard.Font = Enum.Font.SourceSans
  89. TpYard.Text = ".TpYard"
  90. TpYard.TextColor3 = Color3.new(1, 1, 1)
  91. TpYard.TextScaled = true
  92. TpYard.TextSize = 14
  93. TpYard.TextStrokeTransparency = 0
  94. TpYard.TextWrapped = true
  95.  
  96. UnJumpower.Name = "UnJumpower"
  97. UnJumpower.Parent = ScrollingFrame
  98. UnJumpower.BackgroundColor3 = Color3.new(1, 1, 1)
  99. UnJumpower.BackgroundTransparency = 0.94999998807907
  100. UnJumpower.Position = UDim2.new(0.0586718544, 0, 0.44874081, 0)
  101. UnJumpower.Size = UDim2.new(0, 236, 0, 22)
  102. UnJumpower.Font = Enum.Font.SourceSans
  103. UnJumpower.Text = ".ClrJumpower"
  104. UnJumpower.TextColor3 = Color3.new(1, 1, 1)
  105. UnJumpower.TextScaled = true
  106. UnJumpower.TextSize = 14
  107. UnJumpower.TextStrokeTransparency = 0
  108. UnJumpower.TextWrapped = true
  109.  
  110. TpNexus.Name = "TpNexus"
  111. TpNexus.Parent = ScrollingFrame
  112. TpNexus.BackgroundColor3 = Color3.new(1, 1, 1)
  113. TpNexus.BackgroundTransparency = 0.94999998807907
  114. TpNexus.Position = UDim2.new(0.0586718544, 0, 0.793383777, 0)
  115. TpNexus.Size = UDim2.new(0, 236, 0, 22)
  116. TpNexus.Font = Enum.Font.SourceSans
  117. TpNexus.Text = ".TpNexus"
  118. TpNexus.TextColor3 = Color3.new(1, 1, 1)
  119. TpNexus.TextScaled = true
  120. TpNexus.TextSize = 14
  121. TpNexus.TextStrokeTransparency = 0
  122. TpNexus.TextWrapped = true
  123.  
  124. CrimBaseTp.Name = "CrimBaseTp"
  125. CrimBaseTp.Parent = ScrollingFrame
  126. CrimBaseTp.BackgroundColor3 = Color3.new(1, 1, 1)
  127. CrimBaseTp.BackgroundTransparency = 0.94999998807907
  128. CrimBaseTp.Position = UDim2.new(0.0623755567, 0, 0.645169437, 0)
  129. CrimBaseTp.Size = UDim2.new(0, 236, 0, 22)
  130. CrimBaseTp.Font = Enum.Font.SourceSans
  131. CrimBaseTp.Text = ".TpCrimBase"
  132. CrimBaseTp.TextColor3 = Color3.new(1, 1, 1)
  133. CrimBaseTp.TextScaled = true
  134. CrimBaseTp.TextSize = 14
  135. CrimBaseTp.TextStrokeTransparency = 0
  136. CrimBaseTp.TextWrapped = true
  137.  
  138. ModdedShotgun.Name = "ModdedShotgun"
  139. ModdedShotgun.Parent = ScrollingFrame
  140. ModdedShotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  141. ModdedShotgun.BackgroundTransparency = 0.94999998807907
  142. ModdedShotgun.Position = UDim2.new(0.0623755567, 0, 0.579097986, 0)
  143. ModdedShotgun.Size = UDim2.new(0, 236, 0, 22)
  144. ModdedShotgun.Font = Enum.Font.SourceSans
  145. ModdedShotgun.Text = ".ModdedShotgun"
  146. ModdedShotgun.TextColor3 = Color3.new(1, 1, 1)
  147. ModdedShotgun.TextScaled = true
  148. ModdedShotgun.TextSize = 14
  149. ModdedShotgun.TextStrokeTransparency = 0
  150. ModdedShotgun.TextWrapped = true
  151.  
  152. FastWalker.Name = "FastWalker"
  153. FastWalker.Parent = ScrollingFrame
  154. FastWalker.BackgroundColor3 = Color3.new(1, 1, 1)
  155. FastWalker.BackgroundTransparency = 0.94999998807907
  156. FastWalker.Position = UDim2.new(0.0586718544, 0, 0.1344551, 0)
  157. FastWalker.Size = UDim2.new(0, 236, 0, 22)
  158. FastWalker.Font = Enum.Font.SourceSans
  159. FastWalker.Text = ".FastWalker"
  160. FastWalker.TextColor3 = Color3.new(1, 1, 1)
  161. FastWalker.TextScaled = true
  162. FastWalker.TextSize = 14
  163. FastWalker.TextStrokeTransparency = 0
  164. FastWalker.TextWrapped = true
  165.  
  166. ModdedM9.Name = "ModdedM9"
  167. ModdedM9.Parent = ScrollingFrame
  168. ModdedM9.BackgroundColor3 = Color3.new(1, 1, 1)
  169. ModdedM9.BackgroundTransparency = 0.94999998807907
  170. ModdedM9.Position = UDim2.new(0.0623755567, 0, 0.077312246, 0)
  171. ModdedM9.Size = UDim2.new(0, 236, 0, 22)
  172. ModdedM9.Font = Enum.Font.SourceSans
  173. ModdedM9.Text = ".ModdedM9"
  174. ModdedM9.TextColor3 = Color3.new(1, 1, 1)
  175. ModdedM9.TextScaled = true
  176. ModdedM9.TextSize = 14
  177. ModdedM9.TextStrokeTransparency = 0
  178. ModdedM9.TextWrapped = true
  179.  
  180. TpGuards.Name = "TpGuards"
  181. TpGuards.Parent = ScrollingFrame
  182. TpGuards.BackgroundColor3 = Color3.new(1, 1, 1)
  183. TpGuards.BackgroundTransparency = 0.94999998807907
  184. TpGuards.Position = UDim2.new(0.0586718544, 0, 0.252312243, 0)
  185. TpGuards.Size = UDim2.new(0, 236, 0, 22)
  186. TpGuards.Font = Enum.Font.SourceSans
  187. TpGuards.Text = ".TpGuardsRoom"
  188. TpGuards.TextColor3 = Color3.new(1, 1, 1)
  189. TpGuards.TextScaled = true
  190. TpGuards.TextSize = 14
  191. TpGuards.TextStrokeTransparency = 0
  192. TpGuards.TextWrapped = true
  193.  
  194. TaserBypass.Name = "TaserBypass"
  195. TaserBypass.Parent = ScrollingFrame
  196. TaserBypass.BackgroundColor3 = Color3.new(1, 1, 1)
  197. TaserBypass.BackgroundTransparency = 0.94999998807907
  198. TaserBypass.Position = UDim2.new(0.0586718544, 0, 0.718383729, 0)
  199. TaserBypass.Size = UDim2.new(0, 236, 0, 22)
  200. TaserBypass.Font = Enum.Font.SourceSans
  201. TaserBypass.Text = ".TaserBypass"
  202. TaserBypass.TextColor3 = Color3.new(1, 1, 1)
  203. TaserBypass.TextScaled = true
  204. TaserBypass.TextSize = 14
  205. TaserBypass.TextStrokeTransparency = 0
  206. TaserBypass.TextWrapped = true
  207.  
  208. ClrWalkspeed.Name = "ClrWalkspeed"
  209. ClrWalkspeed.Parent = ScrollingFrame
  210. ClrWalkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  211. ClrWalkspeed.BackgroundTransparency = 0.94999998807907
  212. ClrWalkspeed.Position = UDim2.new(0.0586718544, 0, 0.193383664, 0)
  213. ClrWalkspeed.Size = UDim2.new(0, 236, 0, 22)
  214. ClrWalkspeed.Font = Enum.Font.SourceSans
  215. ClrWalkspeed.Text = ".ClrWalkspeed"
  216. ClrWalkspeed.TextColor3 = Color3.new(1, 1, 1)
  217. ClrWalkspeed.TextScaled = true
  218. ClrWalkspeed.TextSize = 14
  219. ClrWalkspeed.TextStrokeTransparency = 0
  220. ClrWalkspeed.TextWrapped = true
  221.  
  222. AllGuns.Name = "AllGuns"
  223. AllGuns.Parent = ScrollingFrame
  224. AllGuns.BackgroundColor3 = Color3.new(1, 1, 1)
  225. AllGuns.BackgroundTransparency = 0.94999998807907
  226. AllGuns.Position = UDim2.new(0.0623755567, 0, 0.0201693904, 0)
  227. AllGuns.Size = UDim2.new(0, 236, 0, 22)
  228. AllGuns.Font = Enum.Font.SourceSans
  229. AllGuns.Text = ".AllGuns"
  230. AllGuns.TextColor3 = Color3.new(1, 1, 1)
  231. AllGuns.TextScaled = true
  232. AllGuns.TextSize = 14
  233. AllGuns.TextStrokeTransparency = 0
  234. AllGuns.TextWrapped = true
  235.  
  236. Btools.Name = "Btools"
  237. Btools.Parent = ScrollingFrame
  238. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  239. Btools.BackgroundTransparency = 0.94999998807907
  240. Btools.Position = UDim2.new(0.0623755567, 0, 0.864812374, 0)
  241. Btools.Size = UDim2.new(0, 236, 0, 22)
  242. Btools.Font = Enum.Font.SourceSans
  243. Btools.Text = ".QuickBtools"
  244. Btools.TextColor3 = Color3.new(1, 1, 1)
  245. Btools.TextScaled = true
  246. Btools.TextSize = 14
  247. Btools.TextStrokeTransparency = 0
  248. Btools.TextWrapped = true
  249.  
  250. Cmds.Name = "Cmds"
  251. Cmds.Parent = ScrollingFrame
  252. Cmds.BackgroundColor3 = Color3.new(1, 1, 1)
  253. Cmds.BackgroundTransparency = 0.94999998807907
  254. Cmds.Position = UDim2.new(0.0586718544, 0, 0.930883825, 0)
  255. Cmds.Size = UDim2.new(0, 236, 0, 22)
  256. Cmds.Font = Enum.Font.SourceSans
  257. Cmds.Text = ".Cmds (Duh)"
  258. Cmds.TextColor3 = Color3.new(1, 1, 1)
  259. Cmds.TextScaled = true
  260. Cmds.TextSize = 14
  261. Cmds.TextStrokeTransparency = 0
  262. Cmds.TextWrapped = true
  263.  
  264. note.Name = "note"
  265. note.Parent = Frame
  266. note.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  267. note.BorderColor3 = Color3.new(0, 0, 0)
  268. note.BorderSizePixel = 2
  269. note.Position = UDim2.new(-1.07079224e-07, 0, 1.04285717, 0)
  270. note.Size = UDim2.new(0, 285, 0, 41)
  271.  
  272. TextLabel.Parent = note
  273. TextLabel.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  274. TextLabel.Size = UDim2.new(0, 285, 0, 41)
  275. TextLabel.Font = Enum.Font.SourceSans
  276. TextLabel.Text = "This is not clickable, you must say the commands in-game."
  277. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  278. TextLabel.TextScaled = true
  279. TextLabel.TextSize = 14
  280. TextLabel.TextStrokeTransparency = 0
  281. TextLabel.TextWrapped = true
  282.  
  283. Close.Name = "Close"
  284. Close.Parent = Frame
  285. Close.BackgroundColor3 = Color3.new(0.839216, 0, 0)
  286. Close.BorderColor3 = Color3.new(0, 0, 0)
  287. Close.BorderSizePixel = 2
  288. Close.Position = UDim2.new(1.04210532, 0, 0, 0)
  289. Close.Size = UDim2.new(0, 47, 0, 37)
  290. Close.Font = Enum.Font.Fantasy
  291. Close.Text = "Close"
  292. Close.TextColor3 = Color3.new(1, 1, 1)
  293. Close.TextScaled = true
  294. Close.TextSize = 14
  295. Close.TextStrokeTransparency = 0
  296. Close.TextWrapped = true
  297. Close.MouseButton1Down:connect(function()
  298. Frame.Visible = false
  299. end)
  300. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement