Advertisement
MattRat

CommandsList

Feb 21st, 2020
305,483
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 1 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local CMDList = Instance.new("ScreenGui")
  5. local commandframe = Instance.new("Frame")
  6. local partofframe = Instance.new("Frame")
  7. local rainbowpartcmd = Instance.new("Frame")
  8. local adsfdsfas = Instance.new("TextLabel")
  9. local closecmd = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14. local TextLabel_5 = Instance.new("TextLabel")
  15. local TextLabel_6 = Instance.new("TextLabel")
  16. local TextLabel_7 = Instance.new("TextLabel")
  17. local TextLabel_8 = Instance.new("TextLabel")
  18. local TextLabel_9 = Instance.new("TextLabel")
  19. local TextLabel_10 = Instance.new("TextLabel")
  20. local TextLabel_11 = Instance.new("TextLabel")
  21. local TextLabel_12 = Instance.new("TextLabel")
  22. local TextLabel_13 = Instance.new("TextLabel")
  23. local TextLabel_14 = Instance.new("TextLabel")
  24. local TextLabel_15 = Instance.new("TextLabel")
  25. local TextLabel_16 = Instance.new("TextLabel")
  26. local TextLabel_17 = Instance.new("TextLabel")
  27. local TextLabel_18 = Instance.new("TextLabel")
  28. local TextLabel_19 = Instance.new("TextLabel")
  29. local TextLabel_20 = Instance.new("TextLabel")
  30. local TextLabel_21 = Instance.new("TextLabel")
  31. local TextLabel_22 = Instance.new("TextLabel")
  32. local TextLabel_23 = Instance.new("TextLabel")
  33. local TextLabel_24 = Instance.new("TextLabel")
  34. local TextLabel_25 = Instance.new("TextLabel")
  35. local TextLabel_26 = Instance.new("TextLabel")
  36. local TextLabel_27 = Instance.new("TextLabel")
  37. local TextLabel_28 = Instance.new("TextLabel")
  38. local TextLabel_29 = Instance.new("TextLabel")
  39. local TextLabel_30 = Instance.new("TextLabel")
  40. local TextLabel_31 = Instance.new("TextLabel")
  41. local TextLabel_32 = Instance.new("TextLabel")
  42. local TextLabel_33 = Instance.new("TextLabel")
  43. --Properties:
  44. CMDList.Name = "CMDList"
  45. CMDList.Parent = game.CoreGui
  46.  
  47. commandframe.Name = "commandframe"
  48. commandframe.Parent = CMDList
  49. commandframe.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  50. commandframe.BorderSizePixel = 2
  51. commandframe.Position = UDim2.new(-0.2, 0,0.054, 0)
  52. commandframe.Size = UDim2.new(0, 237, 0, 777)
  53. commandframe.Visible = true
  54. commandframe.Active = true
  55. commandframe.Draggable = true
  56.  
  57. partofframe.Name = "partofframe"
  58. partofframe.Parent = commandframe
  59. partofframe.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  60. partofframe.BorderSizePixel = 0
  61. partofframe.Position = UDim2.new(-0.0295358654, 0, 0, 0)
  62. partofframe.Size = UDim2.new(0, 251, 0, 23)
  63.  
  64. rainbowpartcmd.Name = "rainbowpartcmd"
  65. rainbowpartcmd.Parent = commandframe
  66. rainbowpartcmd.BackgroundColor3 = Color3.new(1, 1, 1)
  67. rainbowpartcmd.BorderSizePixel = 0
  68. rainbowpartcmd.Position = UDim2.new(-0.0295358654, 0, 0.0296010301, 0)
  69. rainbowpartcmd.Size = UDim2.new(0, 251, 0, 15)
  70.  
  71. adsfdsfas.Name = "adsfdsfas"
  72. adsfdsfas.Parent = commandframe
  73. adsfdsfas.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  74. adsfdsfas.BorderSizePixel = 0
  75. adsfdsfas.Position = UDim2.new(0.0759493634, 0, -0.0154440152, 0)
  76. adsfdsfas.Size = UDim2.new(0, 200, 0, 35)
  77. adsfdsfas.Text = "Commands List"
  78. adsfdsfas.TextColor3 = Color3.new(1, 1, 1)
  79. adsfdsfas.TextSize = 18
  80. adsfdsfas.TextWrapped = true
  81.  
  82. closecmd.Name = "closecmd"
  83. closecmd.Parent = commandframe
  84. closecmd.BackgroundColor3 = Color3.new(1, 1, 1)
  85. closecmd.BackgroundTransparency = 1
  86. closecmd.Position = UDim2.new(0.919831216, 0, 0, 0)
  87. closecmd.Size = UDim2.new(0, 26, 0, 23)
  88. closecmd.Text = "X"
  89. closecmd.TextColor3 = Color3.new(1, 1, 1)
  90. closecmd.TextScaled = true
  91. closecmd.TextSize = 14
  92. closecmd.TextWrapped = true
  93. closecmd.MouseButton1Click:connect(function()
  94. commandframe:TweenPosition(UDim2.new(-0.2, 0,0.054, 0), 'Out', 'Bounce', 1, true)
  95. end)
  96.  
  97. TextLabel.Parent = commandframe
  98. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  99. TextLabel.BackgroundTransparency = 1
  100. TextLabel.Position = UDim2.new(0.0464135036, 0, 0.0617760606, 0)
  101. TextLabel.Size = UDim2.new(0, 216, 0, 23)
  102. TextLabel.Font = Enum.Font.SourceSans
  103. TextLabel.Text = ":toolgui"
  104. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  105. TextLabel.TextSize = 20
  106. TextLabel.TextStrokeTransparency = 0
  107. TextLabel.TextWrapped = true
  108. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  109.  
  110. TextLabel_2.Parent = commandframe
  111. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  112. TextLabel_2.BackgroundTransparency = 1
  113. TextLabel_2.Position = UDim2.new(0.0464135036, 0, 0.0913770944, 0)
  114. TextLabel_2.Size = UDim2.new(0, 216, 0, 23)
  115. TextLabel_2.Font = Enum.Font.SourceSans
  116. TextLabel_2.Text = "loads in a tool gui where you can save and load your tools"
  117. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  118. TextLabel_2.TextScaled = true
  119. TextLabel_2.TextSize = 14
  120. TextLabel_2.TextWrapped = true
  121. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  122.  
  123. TextLabel_3.Parent = commandframe
  124. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  125. TextLabel_3.BackgroundTransparency = 1
  126. TextLabel_3.Position = UDim2.new(0.0464135036, 0, 0.120978117, 0)
  127. TextLabel_3.Size = UDim2.new(0, 216, 0, 23)
  128. TextLabel_3.Font = Enum.Font.SourceSans
  129. TextLabel_3.Text = ":savetools"
  130. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  131. TextLabel_3.TextSize = 20
  132. TextLabel_3.TextStrokeTransparency = 0
  133. TextLabel_3.TextWrapped = true
  134. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  135.  
  136. TextLabel_4.Parent = commandframe
  137. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  138. TextLabel_4.BackgroundTransparency = 1
  139. TextLabel_4.Position = UDim2.new(0.0464135036, 0, 0.150579154, 0)
  140. TextLabel_4.Size = UDim2.new(0, 216, 0, 23)
  141. TextLabel_4.Font = Enum.Font.SourceSans
  142. TextLabel_4.Text = "lets you save your tools so if you die they wont go away"
  143. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  144. TextLabel_4.TextScaled = true
  145. TextLabel_4.TextSize = 14
  146. TextLabel_4.TextWrapped = true
  147. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  148.  
  149. TextLabel_5.Parent = commandframe
  150. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  151. TextLabel_5.BackgroundTransparency = 1
  152. TextLabel_5.Position = UDim2.new(0.0464135036, 0, 0.180180177, 0)
  153. TextLabel_5.Size = UDim2.new(0, 216, 0, 23)
  154. TextLabel_5.Font = Enum.Font.SourceSans
  155. TextLabel_5.Text = ":loadtools"
  156. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  157. TextLabel_5.TextSize = 20
  158. TextLabel_5.TextStrokeTransparency = 0
  159. TextLabel_5.TextWrapped = true
  160. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  161.  
  162. TextLabel_6.Parent = commandframe
  163. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel_6.BackgroundTransparency = 1
  165. TextLabel_6.Position = UDim2.new(0.0464135036, 0, 0.199485198, 0)
  166. TextLabel_6.Size = UDim2.new(0, 216, 0, 23)
  167. TextLabel_6.Font = Enum.Font.SourceSans
  168. TextLabel_6.Text = "lets you load the tools that you have saved"
  169. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  170. TextLabel_6.TextScaled = true
  171. TextLabel_6.TextSize = 14
  172. TextLabel_6.TextWrapped = true
  173. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  174.  
  175. TextLabel_7.Parent = commandframe
  176. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  177. TextLabel_7.BackgroundTransparency = 1
  178. TextLabel_7.Position = UDim2.new(0.0464135036, 0, 0.22908622, 0)
  179. TextLabel_7.Size = UDim2.new(0, 216, 0, 23)
  180. TextLabel_7.Font = Enum.Font.SourceSans
  181. TextLabel_7.Text = ":antiafk"
  182. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  183. TextLabel_7.TextSize = 20
  184. TextLabel_7.TextStrokeTransparency = 0
  185. TextLabel_7.TextWrapped = true
  186. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  187.  
  188. TextLabel_8.Parent = commandframe
  189. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  190. TextLabel_8.BackgroundTransparency = 1
  191. TextLabel_8.Position = UDim2.new(0.0421940945, 0, 0.258687258, 0)
  192. TextLabel_8.Size = UDim2.new(0, 216, 0, 23)
  193. TextLabel_8.Font = Enum.Font.SourceSans
  194. TextLabel_8.Text = "lets you go afk with no risk of getting kicked out the game"
  195. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  196. TextLabel_8.TextScaled = true
  197. TextLabel_8.TextSize = 14
  198. TextLabel_8.TextWrapped = true
  199. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  200.  
  201. TextLabel_9.Parent = commandframe
  202. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  203. TextLabel_9.BackgroundTransparency = 1
  204. TextLabel_9.Position = UDim2.new(0.0464135036, 0, 0.288288295, 0)
  205. TextLabel_9.Size = UDim2.new(0, 216, 0, 23)
  206. TextLabel_9.Font = Enum.Font.SourceSans
  207. TextLabel_9.Text = ":blockhead"
  208. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  209. TextLabel_9.TextSize = 20
  210. TextLabel_9.TextStrokeTransparency = 0
  211. TextLabel_9.TextWrapped = true
  212. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  213.  
  214. TextLabel_10.Parent = commandframe
  215. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  216. TextLabel_10.BackgroundTransparency = 1
  217. TextLabel_10.Position = UDim2.new(0.0464135036, 0, 0.317889333, 0)
  218. TextLabel_10.Size = UDim2.new(0, 216, 0, 23)
  219. TextLabel_10.Font = Enum.Font.SourceSans
  220. TextLabel_10.Text = "removes the mesh on your head"
  221. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  222. TextLabel_10.TextScaled = true
  223. TextLabel_10.TextSize = 14
  224. TextLabel_10.TextWrapped = true
  225. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  226.  
  227. TextLabel_11.Parent = commandframe
  228. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  229. TextLabel_11.BackgroundTransparency = 1
  230. TextLabel_11.Position = UDim2.new(0.0421940945, 0, 0.34749037, 0)
  231. TextLabel_11.Size = UDim2.new(0, 216, 0, 23)
  232. TextLabel_11.Font = Enum.Font.SourceSans
  233. TextLabel_11.Text = ":creeper6"
  234. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  235. TextLabel_11.TextSize = 20
  236. TextLabel_11.TextStrokeTransparency = 0
  237. TextLabel_11.TextWrapped = true
  238. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  239.  
  240. TextLabel_12.Parent = commandframe
  241. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  242. TextLabel_12.BackgroundTransparency = 1
  243. TextLabel_12.Position = UDim2.new(0.0464135036, 0, 0.368082374, 0)
  244. TextLabel_12.Size = UDim2.new(0, 216, 0, 23)
  245. TextLabel_12.Font = Enum.Font.SourceSans
  246. TextLabel_12.Text = "use only when in R6 (turns you into a creeper)"
  247. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  248. TextLabel_12.TextScaled = true
  249. TextLabel_12.TextSize = 14
  250. TextLabel_12.TextWrapped = true
  251. TextLabel_12.TextXAlignment = Enum.TextXAlignment.Left
  252.  
  253. TextLabel_13.Parent = commandframe
  254. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  255. TextLabel_13.BackgroundTransparency = 1
  256. TextLabel_13.Position = UDim2.new(0.0464135036, 0, 0.396396428, 0)
  257. TextLabel_13.Size = UDim2.new(0, 216, 0, 23)
  258. TextLabel_13.Font = Enum.Font.SourceSans
  259. TextLabel_13.Text = ":creeper15"
  260. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  261. TextLabel_13.TextSize = 20
  262. TextLabel_13.TextStrokeTransparency = 0
  263. TextLabel_13.TextWrapped = true
  264. TextLabel_13.TextXAlignment = Enum.TextXAlignment.Left
  265.  
  266. TextLabel_14.Parent = commandframe
  267. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  268. TextLabel_14.BackgroundTransparency = 1
  269. TextLabel_14.Position = UDim2.new(0.0464135036, 0, 0.418275416, 0)
  270. TextLabel_14.Size = UDim2.new(0, 216, 0, 23)
  271. TextLabel_14.Font = Enum.Font.SourceSans
  272. TextLabel_14.Text = "use only when in R15 (turns you into a creeper)"
  273. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  274. TextLabel_14.TextScaled = true
  275. TextLabel_14.TextSize = 14
  276. TextLabel_14.TextWrapped = true
  277. TextLabel_14.TextXAlignment = Enum.TextXAlignment.Left
  278.  
  279. TextLabel_15.Parent = commandframe
  280. TextLabel_15.BackgroundColor3 = Color3.new(1, 1, 1)
  281. TextLabel_15.BackgroundTransparency = 1
  282. TextLabel_15.Position = UDim2.new(0.0464135036, 0, 0.44658947, 0)
  283. TextLabel_15.Size = UDim2.new(0, 216, 0, 23)
  284. TextLabel_15.Font = Enum.Font.SourceSans
  285. TextLabel_15.Text = ":shattervest"
  286. TextLabel_15.TextColor3 = Color3.new(1, 1, 1)
  287. TextLabel_15.TextSize = 20
  288. TextLabel_15.TextStrokeTransparency = 0
  289. TextLabel_15.TextWrapped = true
  290. TextLabel_15.TextXAlignment = Enum.TextXAlignment.Left
  291.  
  292. TextLabel_16.Parent = commandframe
  293. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  294. TextLabel_16.BackgroundTransparency = 1
  295. TextLabel_16.Position = UDim2.new(0.0421940945, 0, 0.476190478, 0)
  296. TextLabel_16.Size = UDim2.new(0, 216, 0, 23)
  297. TextLabel_16.Font = Enum.Font.SourceSans
  298. TextLabel_16.Text = "powerful FE admin, very good for trolling and other stuff "
  299. TextLabel_16.TextColor3 = Color3.new(1, 1, 1)
  300. TextLabel_16.TextScaled = true
  301. TextLabel_16.TextSize = 14
  302. TextLabel_16.TextWrapped = true
  303. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  304.  
  305. TextLabel_17.Parent = commandframe
  306. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  307. TextLabel_17.BackgroundTransparency = 1
  308. TextLabel_17.Position = UDim2.new(0.0421940945, 0, 0.504504502, 0)
  309. TextLabel_17.Size = UDim2.new(0, 216, 0, 23)
  310. TextLabel_17.Font = Enum.Font.SourceSans
  311. TextLabel_17.Text = ":animationgui"
  312. TextLabel_17.TextColor3 = Color3.new(1, 1, 1)
  313. TextLabel_17.TextSize = 20
  314. TextLabel_17.TextStrokeTransparency = 0
  315. TextLabel_17.TextWrapped = true
  316. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  317.  
  318. TextLabel_18.Parent = commandframe
  319. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  320. TextLabel_18.BackgroundTransparency = 1
  321. TextLabel_18.Position = UDim2.new(0.0421940945, 0, 0.534105539, 0)
  322. TextLabel_18.Size = UDim2.new(0, 216, 0, 23)
  323. TextLabel_18.Font = Enum.Font.SourceSans
  324. TextLabel_18.Text = "lets you do animation and can be seen by other players"
  325. TextLabel_18.TextColor3 = Color3.new(1, 1, 1)
  326. TextLabel_18.TextScaled = true
  327. TextLabel_18.TextSize = 14
  328. TextLabel_18.TextWrapped = true
  329. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  330.  
  331. TextLabel_19.Parent = commandframe
  332. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  333. TextLabel_19.BackgroundTransparency = 1
  334. TextLabel_19.Position = UDim2.new(0.0464135036, 0, 0.57271558, 0)
  335. TextLabel_19.Size = UDim2.new(0, 216, 0, 23)
  336. TextLabel_19.Font = Enum.Font.SourceSans
  337. TextLabel_19.Text = ":gabx"
  338. TextLabel_19.TextColor3 = Color3.new(1, 1, 1)
  339. TextLabel_19.TextSize = 20
  340. TextLabel_19.TextStrokeTransparency = 0
  341. TextLabel_19.TextWrapped = true
  342. TextLabel_19.TextXAlignment = Enum.TextXAlignment.Left
  343.  
  344. TextLabel_20.Parent = commandframe
  345. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  346. TextLabel_20.BackgroundTransparency = 1
  347. TextLabel_20.Position = UDim2.new(0.0464135036, 0, 0.593307614, 0)
  348. TextLabel_20.Size = UDim2.new(0, 216, 0, 23)
  349. TextLabel_20.Font = Enum.Font.SourceSans
  350. TextLabel_20.Text = "GUI with alot of fun and very powerful scirpts"
  351. TextLabel_20.TextColor3 = Color3.new(1, 1, 1)
  352. TextLabel_20.TextScaled = true
  353. TextLabel_20.TextSize = 14
  354. TextLabel_20.TextWrapped = true
  355. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  356.  
  357. TextLabel_21.Parent = commandframe
  358. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  359. TextLabel_21.BackgroundTransparency = 1
  360. TextLabel_21.Position = UDim2.new(0.0421940945, 0, 0.622908652, 0)
  361. TextLabel_21.Size = UDim2.new(0, 216, 0, 23)
  362. TextLabel_21.Font = Enum.Font.SourceSans
  363. TextLabel_21.Text = ":clickdel"
  364. TextLabel_21.TextColor3 = Color3.new(1, 1, 1)
  365. TextLabel_21.TextSize = 20
  366. TextLabel_21.TextStrokeTransparency = 0
  367. TextLabel_21.TextWrapped = true
  368. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  369.  
  370. TextLabel_22.Parent = commandframe
  371. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  372. TextLabel_22.BackgroundTransparency = 1
  373. TextLabel_22.Position = UDim2.new(0.0464135036, 0, 0.651222646, 0)
  374. TextLabel_22.Size = UDim2.new(0, 216, 0, 23)
  375. TextLabel_22.Font = Enum.Font.SourceSans
  376. TextLabel_22.Text = "Press Ctrl + Del and it will remove the object your mouse is pointed on"
  377. TextLabel_22.TextColor3 = Color3.new(1, 1, 1)
  378. TextLabel_22.TextScaled = true
  379. TextLabel_22.TextSize = 14
  380. TextLabel_22.TextWrapped = true
  381. TextLabel_22.TextXAlignment = Enum.TextXAlignment.Left
  382.  
  383. TextLabel_23.Parent = commandframe
  384. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  385. TextLabel_23.BackgroundTransparency = 1
  386. TextLabel_23.Position = UDim2.new(0.0464135036, 0, 0.680823684, 0)
  387. TextLabel_23.Size = UDim2.new(0, 216, 0, 23)
  388. TextLabel_23.Font = Enum.Font.SourceSans
  389. TextLabel_23.Text = ":trollinggui"
  390. TextLabel_23.TextColor3 = Color3.new(1, 1, 1)
  391. TextLabel_23.TextSize = 20
  392. TextLabel_23.TextStrokeTransparency = 0
  393. TextLabel_23.TextWrapped = true
  394. TextLabel_23.TextXAlignment = Enum.TextXAlignment.Left
  395.  
  396. TextLabel_24.Parent = commandframe
  397. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  398. TextLabel_24.BackgroundTransparency = 1
  399. TextLabel_24.Position = UDim2.new(0.0464135036, 0, 0.710424721, 0)
  400. TextLabel_24.Size = UDim2.new(0, 216, 0, 23)
  401. TextLabel_24.Font = Enum.Font.SourceSans
  402. TextLabel_24.Text = "a GUI verison of this admin scirpt"
  403. TextLabel_24.TextColor3 = Color3.new(1, 1, 1)
  404. TextLabel_24.TextScaled = true
  405. TextLabel_24.TextSize = 14
  406. TextLabel_24.TextWrapped = true
  407. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  408.  
  409. TextLabel_25.Parent = commandframe
  410. TextLabel_25.BackgroundColor3 = Color3.new(1, 1, 1)
  411. TextLabel_25.BackgroundTransparency = 1
  412. TextLabel_25.Position = UDim2.new(0.0464135036, 0, 0.740025759, 0)
  413. TextLabel_25.Size = UDim2.new(0, 216, 0, 23)
  414. TextLabel_25.Font = Enum.Font.SourceSans
  415. TextLabel_25.Text = ":infinitejump"
  416. TextLabel_25.TextColor3 = Color3.new(1, 1, 1)
  417. TextLabel_25.TextSize = 20
  418. TextLabel_25.TextStrokeTransparency = 0
  419. TextLabel_25.TextWrapped = true
  420. TextLabel_25.TextXAlignment = Enum.TextXAlignment.Left
  421.  
  422. TextLabel_26.Parent = commandframe
  423. TextLabel_26.BackgroundColor3 = Color3.new(1, 1, 1)
  424. TextLabel_26.BackgroundTransparency = 1
  425. TextLabel_26.Position = UDim2.new(0.0464135036, 0, 0.769626796, 0)
  426. TextLabel_26.Size = UDim2.new(0, 216, 0, 23)
  427. TextLabel_26.Font = Enum.Font.SourceSans
  428. TextLabel_26.Text = "allows you to jump an infinite amount of times"
  429. TextLabel_26.TextColor3 = Color3.new(1, 1, 1)
  430. TextLabel_26.TextScaled = true
  431. TextLabel_26.TextSize = 14
  432. TextLabel_26.TextWrapped = true
  433. TextLabel_26.TextXAlignment = Enum.TextXAlignment.Left
  434.  
  435. TextLabel_27.Parent = commandframe
  436. TextLabel_27.BackgroundColor3 = Color3.new(1, 1, 1)
  437. TextLabel_27.BackgroundTransparency = 1
  438. TextLabel_27.Position = UDim2.new(0.0464135036, 0, 0.799227834, 0)
  439. TextLabel_27.Size = UDim2.new(0, 216, 0, 23)
  440. TextLabel_27.Font = Enum.Font.SourceSans
  441. TextLabel_27.Text = ":opfianlity"
  442. TextLabel_27.TextColor3 = Color3.new(1, 1, 1)
  443. TextLabel_27.TextSize = 20
  444. TextLabel_27.TextStrokeTransparency = 0
  445. TextLabel_27.TextWrapped = true
  446. TextLabel_27.TextXAlignment = Enum.TextXAlignment.Left
  447.  
  448. TextLabel_28.Parent = commandframe
  449. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  450. TextLabel_28.BackgroundTransparency = 1
  451. TextLabel_28.Position = UDim2.new(0.0464135036, 0, 0.827541888, 0)
  452. TextLabel_28.Size = UDim2.new(0, 216, 0, 23)
  453. TextLabel_28.Font = Enum.Font.SourceSans
  454. TextLabel_28.Text = "Overpowered Filtering Enabled GUI"
  455. TextLabel_28.TextColor3 = Color3.new(1, 1, 1)
  456. TextLabel_28.TextScaled = true
  457. TextLabel_28.TextSize = 14
  458. TextLabel_28.TextWrapped = true
  459. TextLabel_28.TextXAlignment = Enum.TextXAlignment.Left
  460.  
  461. TextLabel_29.Parent = commandframe
  462. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  463. TextLabel_29.BackgroundTransparency = 1
  464. TextLabel_29.Position = UDim2.new(0.0421940945, 0, 0.857142866, 0)
  465. TextLabel_29.Size = UDim2.new(0, 216, 0, 23)
  466. TextLabel_29.Font = Enum.Font.SourceSans
  467. TextLabel_29.Text = ":aimbot1"
  468. TextLabel_29.TextColor3 = Color3.new(1, 1, 1)
  469. TextLabel_29.TextSize = 20
  470. TextLabel_29.TextStrokeTransparency = 0
  471. TextLabel_29.TextWrapped = true
  472. TextLabel_29.TextXAlignment = Enum.TextXAlignment.Left
  473.  
  474. TextLabel_30.Parent = commandframe
  475. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  476. TextLabel_30.BackgroundTransparency = 1
  477. TextLabel_30.Position = UDim2.new(0.0464135036, 0, 0.88545692, 0)
  478. TextLabel_30.Size = UDim2.new(0, 216, 0, 23)
  479. TextLabel_30.Font = Enum.Font.SourceSans
  480. TextLabel_30.Text = "Loads an Aimbot (Ctrl) to lock onto players"
  481. TextLabel_30.TextColor3 = Color3.new(1, 1, 1)
  482. TextLabel_30.TextScaled = true
  483. TextLabel_30.TextSize = 14
  484. TextLabel_30.TextWrapped = true
  485. TextLabel_30.TextXAlignment = Enum.TextXAlignment.Left
  486.  
  487. TextLabel_31.Parent = commandframe
  488. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  489. TextLabel_31.BackgroundTransparency = 1
  490. TextLabel_31.Position = UDim2.new(0.0464135036, 0, 0.915057898, 0)
  491. TextLabel_31.Size = UDim2.new(0, 216, 0, 23)
  492. TextLabel_31.Font = Enum.Font.SourceSans
  493. TextLabel_31.Text = ":aimbot2"
  494. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  495. TextLabel_31.TextSize = 20
  496. TextLabel_31.TextStrokeTransparency = 0
  497. TextLabel_31.TextWrapped = true
  498. TextLabel_31.TextXAlignment = Enum.TextXAlignment.Left
  499.  
  500. TextLabel_32.Parent = commandframe
  501. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  502. TextLabel_32.BackgroundTransparency = 1
  503. TextLabel_32.Position = UDim2.new(0.0464135036, 0, 0.944658995, 0)
  504. TextLabel_32.Size = UDim2.new(0, 216, 0, 23)
  505. TextLabel_32.Font = Enum.Font.SourceSans
  506. TextLabel_32.Text = "Loads an Aimbot (H) to lock onto players"
  507. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  508. TextLabel_32.TextScaled = true
  509. TextLabel_32.TextSize = 14
  510. TextLabel_32.TextWrapped = true
  511. TextLabel_32.TextXAlignment = Enum.TextXAlignment.Left
  512.  
  513. TextLabel_33.Parent = commandframe
  514. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  515. TextLabel_33.BackgroundTransparency = 1
  516. TextLabel_33.Position = UDim2.new(0.0421940945, 0, 0.974259973, 0)
  517. TextLabel_33.Size = UDim2.new(0, 216, 0, 23)
  518. TextLabel_33.Font = Enum.Font.SourceSans
  519. TextLabel_33.Text = ":aimbotgui"
  520. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  521. TextLabel_33.TextSize = 20
  522. TextLabel_33.TextStrokeTransparency = 0
  523. TextLabel_33.TextWrapped = true
  524. TextLabel_33.TextXAlignment = Enum.TextXAlignment.Left
  525. -- Scripts:
  526.  
  527. commandframe:TweenPosition(UDim2.new(0.008, 0,0.054, 0), 'In', 'Bounce', 1, true)
  528.  
  529.  
  530. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  531.  
  532. counter = 0
  533.  
  534. while wait(0.1)do
  535. rainbowpartcmd.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  536.  
  537.  
  538. counter = counter + 0.01
  539. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement