Advertisement
MindOfPlayer

cmds

Jul 19th, 2020 (edited)
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.56 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local cmds = Instance.new("ScreenGui")
  7. local topmain = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local line = Instance.new("TextLabel")
  10. local close = Instance.new("TextButton")
  11. local min = Instance.new("TextButton")
  12. local max = Instance.new("TextButton")
  13. local main = Instance.new("Frame")
  14. local ScrollingFrame = Instance.new("ScrollingFrame")
  15. local TextLabel = Instance.new("TextLabel")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local TextLabel_3 = Instance.new("TextLabel")
  18. local TextLabel_4 = Instance.new("TextLabel")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local TextLabel_6 = Instance.new("TextLabel")
  21. local TextLabel_7 = Instance.new("TextLabel")
  22. local TextLabel_8 = Instance.new("TextLabel")
  23. local TextLabel_9 = Instance.new("TextLabel")
  24. local TextLabel_10 = Instance.new("TextLabel")
  25. local TextLabel_11 = Instance.new("TextLabel")
  26. local TextLabel_12 = Instance.new("TextLabel")
  27. local TextLabel_13 = Instance.new("TextLabel")
  28. local TextLabel_14 = Instance.new("TextLabel")
  29. local TextLabel_15 = Instance.new("TextLabel")
  30. local TextLabel_16 = Instance.new("TextLabel")
  31. local TextLabel_17 = Instance.new("TextLabel")
  32. local TextLabel_18 = Instance.new("TextLabel")
  33. local TextLabel_19 = Instance.new("TextLabel")
  34. local TextLabel_20 = Instance.new("TextLabel")
  35. local TextLabel_21 = Instance.new("TextLabel")
  36. local TextLabel_22 = Instance.new("TextLabel")
  37. local TextLabel_23 = Instance.new("TextLabel")
  38. local TextLabel_24 = Instance.new("TextLabel")
  39.  
  40. --Properties:
  41.  
  42. cmds.Name = "cmds"
  43. cmds.Parent = game.CoreGui
  44.  
  45. topmain.Name = "topmain"
  46. topmain.Parent = cmds
  47. topmain.Active = true
  48. topmain.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  49. topmain.BorderColor3 = Color3.fromRGB(27, 42, 53)
  50. topmain.BorderSizePixel = 0
  51. topmain.Position = UDim2.new(0.134560883, 0, 0.172222227, 0)
  52. topmain.Size = UDim2.new(0, 200, 0, 20)
  53. topmain.Draggable = true
  54.  
  55. title.Name = "title"
  56. title.Parent = topmain
  57. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. title.BackgroundTransparency = 1.000
  59. title.Position = UDim2.new(-0.0549999997, 0, 0, 0)
  60. title.Size = UDim2.new(0, 74, 0, 23)
  61. title.Font = Enum.Font.SourceSans
  62. title.Text = "Cmds"
  63. title.TextColor3 = Color3.fromRGB(255, 85, 0)
  64. title.TextScaled = true
  65. title.TextSize = 14.000
  66. title.TextWrapped = true
  67.  
  68. line.Name = "line"
  69. line.Parent = topmain
  70. line.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  71. line.BorderColor3 = Color3.fromRGB(255, 85, 0)
  72. line.BorderSizePixel = 0
  73. line.Position = UDim2.new(0, 0, 1, 0)
  74. line.Size = UDim2.new(0, 200, 0, 1)
  75. line.Font = Enum.Font.SourceSans
  76. line.Text = ""
  77. line.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. line.TextSize = 14.000
  79.  
  80. close.Name = "close"
  81. close.Parent = topmain
  82. close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. close.BackgroundTransparency = 1.000
  84. close.Position = UDim2.new(0.892903626, 0, -0.0374999754, 0)
  85. close.Size = UDim2.new(0, 20, 0, 20)
  86. close.Font = Enum.Font.SourceSans
  87. close.Text = "X"
  88. close.TextColor3 = Color3.fromRGB(255, 85, 0)
  89. close.TextScaled = true
  90. close.TextSize = 14.000
  91. close.TextWrapped = true
  92. close.MouseButton1Down:connect(function()
  93. topmain.Visible = false
  94. main.Visible = false
  95. game.CoreGui.cmds:destroy()
  96. end)
  97.  
  98. min.Name = "min"
  99. min.Parent = topmain
  100. min.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. min.BackgroundTransparency = 1.000
  102. min.Position = UDim2.new(0.788739204, 0, -0.0500000007, 0)
  103. min.Size = UDim2.new(0, 20, 0, 20)
  104. min.Font = Enum.Font.SourceSans
  105. min.Text = "-"
  106. min.TextColor3 = Color3.fromRGB(255, 85, 0)
  107. min.TextScaled = true
  108. min.TextSize = 14.000
  109. min.TextWrapped = true
  110. min.MouseButton1Down:connect(function()
  111. min.Visible = false
  112. max.Visible = true
  113. main.Visible = false
  114. end)
  115.  
  116. max.Name = "max"
  117. max.Parent = topmain
  118. max.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. max.BackgroundTransparency = 1.000
  120. max.Position = UDim2.new(0.788999975, 0, -0.0500000007, 0)
  121. max.Size = UDim2.new(0, 20, 0, 20)
  122. max.Visible = false
  123. max.Font = Enum.Font.SourceSans
  124. max.Text = "+"
  125. max.TextColor3 = Color3.fromRGB(255, 85, 0)
  126. max.TextScaled = true
  127. max.TextSize = 14.000
  128. max.TextWrapped = true
  129. max.MouseButton1Down:connect(function()
  130. min.Visible = true
  131. max.Visible = false
  132. main.Visible =true
  133. end)
  134. main.Name = "main"
  135. main.Parent = topmain
  136. main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  137. main.BorderColor3 = Color3.fromRGB(25, 25, 25)
  138. main.BorderSizePixel = 0
  139. main.Position = UDim2.new(0, 0, 1.04722214, 0)
  140. main.Size = UDim2.new(0, 200, 0, 149)
  141.  
  142. ScrollingFrame.Parent = main
  143. ScrollingFrame.Active = true
  144. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  145. ScrollingFrame.BorderSizePixel = 0
  146. ScrollingFrame.Position = UDim2.new(0.00499999989, 0, 0.0134228468, 0)
  147. ScrollingFrame.Size = UDim2.new(0, 198, 0, 149)
  148. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
  149. ScrollingFrame.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  150.  
  151. TextLabel.Parent = ScrollingFrame
  152. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. TextLabel.BackgroundTransparency = 1.000
  154. TextLabel.Position = UDim2.new(0, 0, 0.064429529, 0)
  155. TextLabel.Size = UDim2.new(0, 200, 0, 25)
  156. TextLabel.Font = Enum.Font.SourceSans
  157. TextLabel.Text = "Keycard / key"
  158. TextLabel.TextColor3 = Color3.fromRGB(255, 85, 0)
  159. TextLabel.TextScaled = true
  160. TextLabel.TextSize = 14.000
  161. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  162. TextLabel.TextWrapped = true
  163.  
  164. TextLabel_2.Parent = ScrollingFrame
  165. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. TextLabel_2.BackgroundTransparency = 1.000
  167. TextLabel_2.Position = UDim2.new(0, 0, 0.0979865715, 0)
  168. TextLabel_2.Size = UDim2.new(0, 200, 0, 25)
  169. TextLabel_2.Font = Enum.Font.SourceSans
  170. TextLabel_2.Text = "Guns"
  171. TextLabel_2.TextColor3 = Color3.fromRGB(255, 85, 0)
  172. TextLabel_2.TextScaled = true
  173. TextLabel_2.TextSize = 14.000
  174. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  175. TextLabel_2.TextWrapped = true
  176.  
  177. TextLabel_3.Parent = ScrollingFrame
  178. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. TextLabel_3.BackgroundTransparency = 1.000
  180. TextLabel_3.Position = UDim2.new(0, 0, 0.131543607, 0)
  181. TextLabel_3.Size = UDim2.new(0, 200, 0, 25)
  182. TextLabel_3.Font = Enum.Font.SourceSans
  183. TextLabel_3.Text = "Kill all / Ko"
  184. TextLabel_3.TextColor3 = Color3.fromRGB(255, 85, 0)
  185. TextLabel_3.TextScaled = true
  186. TextLabel_3.TextSize = 14.000
  187. TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  188. TextLabel_3.TextWrapped = true
  189.  
  190. TextLabel_4.Parent = ScrollingFrame
  191. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  192. TextLabel_4.BackgroundTransparency = 1.000
  193. TextLabel_4.Position = UDim2.new(-0.00499999896, 0, 0.196060389, 0)
  194. TextLabel_4.Size = UDim2.new(0, 200, 0, 25)
  195. TextLabel_4.Font = Enum.Font.SourceSans
  196. TextLabel_4.Text = "AutoRespawn / Are"
  197. TextLabel_4.TextColor3 = Color3.fromRGB(255, 85, 0)
  198. TextLabel_4.TextScaled = true
  199. TextLabel_4.TextSize = 14.000
  200. TextLabel_4.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  201. TextLabel_4.TextWrapped = true
  202.  
  203. TextLabel_5.Parent = ScrollingFrame
  204. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  205. TextLabel_5.BackgroundTransparency = 1.000
  206. TextLabel_5.Position = UDim2.new(-0.00499999896, 0, 0.163758397, 0)
  207. TextLabel_5.Size = UDim2.new(0, 200, 0, 25)
  208. TextLabel_5.Font = Enum.Font.SourceSans
  209. TextLabel_5.Text = "UnAutoRespawn"
  210. TextLabel_5.TextColor3 = Color3.fromRGB(255, 85, 0)
  211. TextLabel_5.TextScaled = true
  212. TextLabel_5.TextSize = 14.000
  213. TextLabel_5.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  214. TextLabel_5.TextWrapped = true
  215.  
  216. TextLabel_6.Parent = ScrollingFrame
  217. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. TextLabel_6.BackgroundTransparency = 1.000
  219. TextLabel_6.Position = UDim2.new(-0.00499999896, 0, 0.229530215, 0)
  220. TextLabel_6.Size = UDim2.new(0, 200, 0, 25)
  221. TextLabel_6.Font = Enum.Font.SourceSans
  222. TextLabel_6.Text = "mod / rf"
  223. TextLabel_6.TextColor3 = Color3.fromRGB(255, 85, 0)
  224. TextLabel_6.TextScaled = true
  225. TextLabel_6.TextSize = 14.000
  226. TextLabel_6.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  227. TextLabel_6.TextWrapped = true
  228.  
  229. TextLabel_7.Parent = ScrollingFrame
  230. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  231. TextLabel_7.BackgroundTransparency = 1.000
  232. TextLabel_7.Position = UDim2.new(-0.00499999896, 0, 0.263087243, 0)
  233. TextLabel_7.Size = UDim2.new(0, 200, 0, 25)
  234. TextLabel_7.Font = Enum.Font.SourceSans
  235. TextLabel_7.Text = "1punch"
  236. TextLabel_7.TextColor3 = Color3.fromRGB(255, 85, 0)
  237. TextLabel_7.TextScaled = true
  238. TextLabel_7.TextSize = 14.000
  239. TextLabel_7.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  240. TextLabel_7.TextWrapped = true
  241.  
  242. TextLabel_8.Parent = ScrollingFrame
  243. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  244. TextLabel_8.BackgroundTransparency = 1.000
  245. TextLabel_8.Position = UDim2.new(-0.00499999896, 0, 0.29664427, 0)
  246. TextLabel_8.Size = UDim2.new(0, 200, 0, 25)
  247. TextLabel_8.Font = Enum.Font.SourceSans
  248. TextLabel_8.Text = "inmate / ti"
  249. TextLabel_8.TextColor3 = Color3.fromRGB(255, 85, 0)
  250. TextLabel_8.TextScaled = true
  251. TextLabel_8.TextSize = 14.000
  252. TextLabel_8.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  253. TextLabel_8.TextWrapped = true
  254.  
  255. TextLabel_9.Parent = ScrollingFrame
  256. TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  257. TextLabel_9.BackgroundTransparency = 1.000
  258. TextLabel_9.Position = UDim2.new(0, 0, 0.330201328, 0)
  259. TextLabel_9.Size = UDim2.new(0, 200, 0, 25)
  260. TextLabel_9.Font = Enum.Font.SourceSans
  261. TextLabel_9.Text = "guard / tg"
  262. TextLabel_9.TextColor3 = Color3.fromRGB(255, 85, 0)
  263. TextLabel_9.TextScaled = true
  264. TextLabel_9.TextSize = 14.000
  265. TextLabel_9.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  266. TextLabel_9.TextWrapped = true
  267.  
  268. TextLabel_10.Parent = ScrollingFrame
  269. TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  270. TextLabel_10.BackgroundTransparency = 1.000
  271. TextLabel_10.Position = UDim2.new(-0.00499999896, 0, 0.362416089, 0)
  272. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  273. TextLabel_10.Font = Enum.Font.SourceSans
  274. TextLabel_10.Text = "crim / tc"
  275. TextLabel_10.TextColor3 = Color3.fromRGB(255, 85, 0)
  276. TextLabel_10.TextScaled = true
  277. TextLabel_10.TextSize = 14.000
  278. TextLabel_10.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  279. TextLabel_10.TextWrapped = true
  280.  
  281. TextLabel_11.Parent = ScrollingFrame
  282. TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  283. TextLabel_11.BackgroundTransparency = 1.000
  284. TextLabel_11.Position = UDim2.new(-0.00499999896, 0, 0.395973146, 0)
  285. TextLabel_11.Size = UDim2.new(0, 200, 0, 25)
  286. TextLabel_11.Font = Enum.Font.SourceSans
  287. TextLabel_11.Text = "neutral / n"
  288. TextLabel_11.TextColor3 = Color3.fromRGB(255, 85, 0)
  289. TextLabel_11.TextScaled = true
  290. TextLabel_11.TextSize = 14.000
  291. TextLabel_11.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  292. TextLabel_11.TextWrapped = true
  293.  
  294. TextLabel_12.Parent = ScrollingFrame
  295. TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  296. TextLabel_12.BackgroundTransparency = 1.000
  297. TextLabel_12.Position = UDim2.new(-0.00499999896, 0, 0.429530203, 0)
  298. TextLabel_12.Size = UDim2.new(0, 200, 0, 25)
  299. TextLabel_12.Font = Enum.Font.SourceSans
  300. TextLabel_12.Text = "fcar/ vfly -- x to use"
  301. TextLabel_12.TextColor3 = Color3.fromRGB(255, 85, 0)
  302. TextLabel_12.TextScaled = true
  303. TextLabel_12.TextSize = 14.000
  304. TextLabel_12.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  305. TextLabel_12.TextWrapped = true
  306.  
  307. TextLabel_13.Parent = ScrollingFrame
  308. TextLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  309. TextLabel_13.BackgroundTransparency = 1.000
  310. TextLabel_13.Position = UDim2.new(0, 0, 0.463087261, 0)
  311. TextLabel_13.Size = UDim2.new(0, 200, 0, 25)
  312. TextLabel_13.Font = Enum.Font.SourceSans
  313. TextLabel_13.Text = "Car --G to use"
  314. TextLabel_13.TextColor3 = Color3.fromRGB(255, 85, 0)
  315. TextLabel_13.TextScaled = true
  316. TextLabel_13.TextSize = 14.000
  317. TextLabel_13.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  318. TextLabel_13.TextWrapped = true
  319.  
  320. TextLabel_14.Parent = ScrollingFrame
  321. TextLabel_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. TextLabel_14.BackgroundTransparency = 1.000
  323. TextLabel_14.Position = UDim2.new(0, 0, 0.496644318, 0)
  324. TextLabel_14.Size = UDim2.new(0, 200, 0, 25)
  325. TextLabel_14.Font = Enum.Font.SourceSans
  326. TextLabel_14.Text = "Spider--n to use"
  327. TextLabel_14.TextColor3 = Color3.fromRGB(255, 85, 0)
  328. TextLabel_14.TextScaled = true
  329. TextLabel_14.TextSize = 14.000
  330. TextLabel_14.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  331. TextLabel_14.TextWrapped = true
  332.  
  333. TextLabel_15.Parent = ScrollingFrame
  334. TextLabel_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  335. TextLabel_15.BackgroundTransparency = 1.000
  336. TextLabel_15.Position = UDim2.new(-0.00500000268, 0, 0.530201375, 0)
  337. TextLabel_15.Size = UDim2.new(0, 200, 0, 25)
  338. TextLabel_15.Font = Enum.Font.SourceSans
  339. TextLabel_15.Text = "fly -- e to use"
  340. TextLabel_15.TextColor3 = Color3.fromRGB(255, 85, 0)
  341. TextLabel_15.TextScaled = true
  342. TextLabel_15.TextSize = 14.000
  343. TextLabel_15.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  344. TextLabel_15.TextWrapped = true
  345.  
  346. TextLabel_16.Parent = ScrollingFrame
  347. TextLabel_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  348. TextLabel_16.BackgroundTransparency = 1.000
  349. TextLabel_16.Position = UDim2.new(0, 0, -0.0026845634, 0)
  350. TextLabel_16.Size = UDim2.new(0, 200, 0, 25)
  351. TextLabel_16.Font = Enum.Font.SourceSans
  352. TextLabel_16.Text = "Prefix"
  353. TextLabel_16.TextColor3 = Color3.fromRGB(255, 85, 0)
  354. TextLabel_16.TextScaled = true
  355. TextLabel_16.TextSize = 14.000
  356. TextLabel_16.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  357. TextLabel_16.TextWrapped = true
  358.  
  359. TextLabel_17.Parent = ScrollingFrame
  360. TextLabel_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. TextLabel_17.BackgroundTransparency = 1.000
  362. TextLabel_17.Position = UDim2.new(0, 0, 0.0308724791, 0)
  363. TextLabel_17.Size = UDim2.new(0, 200, 0, 25)
  364. TextLabel_17.Font = Enum.Font.SourceSans
  365. TextLabel_17.Text = "Kill"
  366. TextLabel_17.TextColor3 = Color3.fromRGB(255, 85, 0)
  367. TextLabel_17.TextScaled = true
  368. TextLabel_17.TextSize = 14.000
  369. TextLabel_17.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  370. TextLabel_17.TextWrapped = true
  371.  
  372. TextLabel_18.Parent = ScrollingFrame
  373. TextLabel_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  374. TextLabel_18.BackgroundTransparency = 1.000
  375. TextLabel_18.Position = UDim2.new(-0.00500000268, 0, 0.563758433, 0)
  376. TextLabel_18.Size = UDim2.new(0, 200, 0, 25)
  377. TextLabel_18.Font = Enum.Font.SourceSans
  378. TextLabel_18.Text = "tp / to"
  379. TextLabel_18.TextColor3 = Color3.fromRGB(255, 85, 0)
  380. TextLabel_18.TextScaled = true
  381. TextLabel_18.TextSize = 14.000
  382. TextLabel_18.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  383. TextLabel_18.TextWrapped = true
  384.  
  385. TextLabel_19.Parent = ScrollingFrame
  386. TextLabel_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. TextLabel_19.BackgroundTransparency = 1.000
  388. TextLabel_19.Position = UDim2.new(-0.00500000268, 0, 0.598657787, 0)
  389. TextLabel_19.Size = UDim2.new(0, 200, 0, 25)
  390. TextLabel_19.Font = Enum.Font.SourceSans
  391. TextLabel_19.Text = "Rejoin / Rj"
  392. TextLabel_19.TextColor3 = Color3.fromRGB(255, 85, 0)
  393. TextLabel_19.TextScaled = true
  394. TextLabel_19.TextSize = 14.000
  395. TextLabel_19.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  396. TextLabel_19.TextWrapped = true
  397.  
  398. TextLabel_20.Parent = ScrollingFrame
  399. TextLabel_20.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  400. TextLabel_20.BackgroundTransparency = 1.000
  401. TextLabel_20.Position = UDim2.new(-0.00500000268, 0, 0.632214844, 0)
  402. TextLabel_20.Size = UDim2.new(0, 200, 0, 25)
  403. TextLabel_20.Font = Enum.Font.SourceSans
  404. TextLabel_20.Text = "Reset / Re"
  405. TextLabel_20.TextColor3 = Color3.fromRGB(255, 85, 0)
  406. TextLabel_20.TextScaled = true
  407. TextLabel_20.TextSize = 14.000
  408. TextLabel_20.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  409. TextLabel_20.TextWrapped = true
  410.  
  411. TextLabel_21.Parent = ScrollingFrame
  412. TextLabel_21.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  413. TextLabel_21.BackgroundTransparency = 1.000
  414. TextLabel_21.Position = UDim2.new(-0.00500000268, 0, 0.665771902, 0)
  415. TextLabel_21.Size = UDim2.new(0, 200, 0, 25)
  416. TextLabel_21.Font = Enum.Font.SourceSans
  417. TextLabel_21.Text = "NoClip"
  418. TextLabel_21.TextColor3 = Color3.fromRGB(255, 85, 0)
  419. TextLabel_21.TextScaled = true
  420. TextLabel_21.TextSize = 14.000
  421. TextLabel_21.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  422. TextLabel_21.TextWrapped = true
  423.  
  424. TextLabel_22.Parent = ScrollingFrame
  425. TextLabel_22.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  426. TextLabel_22.BackgroundTransparency = 1.000
  427. TextLabel_22.Position = UDim2.new(-0.00500000268, 0, 0.699328959, 0)
  428. TextLabel_22.Size = UDim2.new(0, 200, 0, 25)
  429. TextLabel_22.Font = Enum.Font.SourceSans
  430. TextLabel_22.Text = "Clip"
  431. TextLabel_22.TextColor3 = Color3.fromRGB(255, 85, 0)
  432. TextLabel_22.TextScaled = true
  433. TextLabel_22.TextSize = 14.000
  434. TextLabel_22.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  435. TextLabel_22.TextWrapped = true
  436.  
  437. TextLabel_23.Parent = ScrollingFrame
  438. TextLabel_23.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  439. TextLabel_23.BackgroundTransparency = 1.000
  440. TextLabel_23.Position = UDim2.new(-0.00500000268, 0, 0.732886016, 0)
  441. TextLabel_23.Size = UDim2.new(0, 200, 0, 25)
  442. TextLabel_23.Font = Enum.Font.SourceSans
  443. TextLabel_23.Text = "Admin"
  444. TextLabel_23.TextColor3 = Color3.fromRGB(255, 85, 0)
  445. TextLabel_23.TextScaled = true
  446. TextLabel_23.TextSize = 14.000
  447. TextLabel_23.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  448. TextLabel_23.TextWrapped = true
  449.  
  450. TextLabel_24.Parent = ScrollingFrame
  451. TextLabel_24.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  452. TextLabel_24.BackgroundTransparency = 1.000
  453. TextLabel_24.Position = UDim2.new(-0.00500000268, 0, 0.766443074, 0)
  454. TextLabel_24.Size = UDim2.new(0, 200, 0, 25)
  455. TextLabel_24.Font = Enum.Font.SourceSans
  456. TextLabel_24.Text = "UnAdmin"
  457. TextLabel_24.TextColor3 = Color3.fromRGB(255, 85, 0)
  458. TextLabel_24.TextScaled = true
  459. TextLabel_24.TextSize = 14.000
  460. TextLabel_24.TextStrokeColor3 = Color3.fromRGB(255, 85, 0)
  461. TextLabel_24.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement