ARY106_7

سكربت كوماندو

Jul 6th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.93 KB | None | 0 0
  1. -- // GUI TO LUA \\ --
  2.  
  3. -- // INSTANCES: 265 | SCRIPTS: 7 | MODULES: 0 \\ --
  4.  
  5.  
  6.  
  7. local UI = {}
  8.  
  9. -- // StarterGui.CommanderX \\ --
  10. UI["1"] = Instance.new("ScreenGui", game:GetService("CoreGui"))
  11. UI["1"]["Name"] = [[CommanderX]]
  12. UI["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling
  13. UI["1"]["SafeAreaCompatibility"] = Enum.SafeAreaCompatibility.FullscreenExtension
  14. UI["1"]["ScreenInsets"] = Enum.ScreenInsets.None
  15.  
  16. -- // StarterGui.CommanderX.Frame \\ --
  17. UI["2"] = Instance.new("Frame", UI["1"])
  18. UI["2"]["ZIndex"] = 0
  19. UI["2"]["BorderSizePixel"] = 0
  20. UI["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  21. UI["2"]["Size"] = UDim2.new(1, 0, 1, 0)
  22. UI["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  23. UI["2"]["BackgroundTransparency"] = 1
  24.  
  25. -- // StarterGui.CommanderX.Frame.Main \\ --
  26. UI["3"] = Instance.new("Frame", UI["2"])
  27. UI["3"]["BorderSizePixel"] = 0
  28. UI["3"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  29. UI["3"]["Size"] = UDim2.new(1, 0, 1, 0)
  30. UI["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  31. UI["3"]["Name"] = [[Main]]
  32. UI["3"]["BackgroundTransparency"] = 0.4
  33.  
  34. -- // StarterGui.CommanderX.Frame.Main.Page1 \\ --
  35. UI["4"] = Instance.new("Frame", UI["3"])
  36. UI["4"]["Visible"] = false
  37. UI["4"]["BorderSizePixel"] = 0
  38. UI["4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  39. UI["4"]["Size"] = UDim2.new(1.198, 0, 0.719, 0)
  40. UI["4"]["Position"] = UDim2.new(-0.10022, 0, 0.10025, 0)
  41. UI["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  42. UI["4"]["Name"] = [[Page1]]
  43. UI["4"]["BackgroundTransparency"] = 1
  44.  
  45. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage \\ --
  46. UI["5"] = Instance.new("Frame", UI["4"])
  47. UI["5"]["BorderSizePixel"] = 0
  48. UI["5"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  49. UI["5"]["Size"] = UDim2.new(0.60239, 0, 0.998, 0)
  50. UI["5"]["Position"] = UDim2.new(0.29121, 0, 0.03607, 0)
  51. UI["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  52. UI["5"]["Name"] = [[ExecutorPage]]
  53.  
  54. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.nothing \\ --
  55. UI["6"] = Instance.new("Frame", UI["5"])
  56. UI["6"]["BorderSizePixel"] = 0
  57. UI["6"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  58. UI["6"]["Size"] = UDim2.new(1, 0, 0.09036, 0)
  59. UI["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  60. UI["6"]["Name"] = [[nothing]]
  61.  
  62. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.nothing.nothing \\ --
  63. UI["7"] = Instance.new("Frame", UI["6"])
  64. UI["7"]["BorderSizePixel"] = 0
  65. UI["7"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  66. UI["7"]["Size"] = UDim2.new(1, 0, 0.11111, 0)
  67. UI["7"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  68. UI["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  69. UI["7"]["Name"] = [[nothing]]
  70.  
  71. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.nothing.TextLabel \\ --
  72. UI["8"] = Instance.new("TextLabel", UI["6"])
  73. UI["8"]["TextWrapped"] = true
  74. UI["8"]["BorderSizePixel"] = 0
  75. UI["8"]["TextScaled"] = true
  76. UI["8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  77. UI["8"]["TextSize"] = 40
  78. UI["8"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  79. UI["8"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  80. UI["8"]["BackgroundTransparency"] = 1
  81. UI["8"]["RichText"] = true
  82. UI["8"]["Size"] = UDim2.new(1, 0, 1, 0)
  83. UI["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  84. UI["8"]["Text"] = [[Executor Page]]
  85.  
  86. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.nothing.TextLabel.UITextSizeConstraint \\ --
  87. UI["9"] = Instance.new("UITextSizeConstraint", UI["8"])
  88. UI["9"]["MaxTextSize"] = 40
  89.  
  90. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons \\ --
  91. UI["a"] = Instance.new("Folder", UI["5"])
  92. UI["a"]["Name"] = [[Buttons]]
  93.  
  94. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard \\ --
  95. UI["b"] = Instance.new("Frame", UI["a"])
  96. UI["b"]["BorderSizePixel"] = 0
  97. UI["b"]["BackgroundColor3"] = Color3.fromRGB(104, 77, 255)
  98. UI["b"]["Size"] = UDim2.new(0.1798, 0, 0.1004, 0)
  99. UI["b"]["Position"] = UDim2.new(0.01003, 0, 0.87349, 0)
  100. UI["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  101. UI["b"]["Name"] = [[Clipboard]]
  102.  
  103. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.UICorner \\ --
  104. UI["c"] = Instance.new("UICorner", UI["b"])
  105.  
  106.  
  107. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.Buttons \\ --
  108. UI["d"] = Instance.new("Frame", UI["b"])
  109. UI["d"]["BorderSizePixel"] = 0
  110. UI["d"]["BackgroundColor3"] = Color3.fromRGB(11, 109, 201)
  111. UI["d"]["Size"] = UDim2.new(0.23973, 0, 0.7, 0)
  112. UI["d"]["Position"] = UDim2.new(0.04726, 0, 0.15, 0)
  113. UI["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  114. UI["d"]["Name"] = [[Buttons]]
  115. UI["d"]["BackgroundTransparency"] = 1
  116.  
  117. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.Buttons.UICorner \\ --
  118. UI["e"] = Instance.new("UICorner", UI["d"])
  119.  
  120.  
  121. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.Buttons.ImageButton \\ --
  122. UI["f"] = Instance.new("ImageButton", UI["d"])
  123. UI["f"]["BorderSizePixel"] = 0
  124. UI["f"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  125. UI["f"]["Image"] = [[rbxassetid://13986752155]]
  126. UI["f"]["Size"] = UDim2.new(0.85714, 0, 0.85714, 0)
  127. UI["f"]["BackgroundTransparency"] = 1
  128. UI["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  129. UI["f"]["Position"] = UDim2.new(0.125, 0, 0.06786, 0)
  130.  
  131. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.Buttons.ImageButton.UICorner \\ --
  132. UI["10"] = Instance.new("UICorner", UI["f"])
  133.  
  134.  
  135. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.UIGradient \\ --
  136. UI["11"] = Instance.new("UIGradient", UI["b"])
  137. UI["11"]["Rotation"] = 150
  138. UI["11"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 122, 169)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255))}
  139.  
  140. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.TextLabel \\ --
  141. UI["12"] = Instance.new("TextLabel", UI["b"])
  142. UI["12"]["TextWrapped"] = true
  143. UI["12"]["BorderSizePixel"] = 0
  144. UI["12"]["TextScaled"] = true
  145. UI["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  146. UI["12"]["TextSize"] = 40
  147. UI["12"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  148. UI["12"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  149. UI["12"]["BackgroundTransparency"] = 1
  150. UI["12"]["RichText"] = true
  151. UI["12"]["Size"] = UDim2.new(0.76096, 0, 1, 0)
  152. UI["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  153. UI["12"]["Text"] = [[Clipboard]]
  154. UI["12"]["Position"] = UDim2.new(0.23904, 0, 0, 0)
  155.  
  156. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.TextLabel.UITextSizeConstraint \\ --
  157. UI["13"] = Instance.new("UITextSizeConstraint", UI["12"])
  158. UI["13"]["MaxTextSize"] = 40
  159.  
  160. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear \\ --
  161. UI["14"] = Instance.new("Frame", UI["a"])
  162. UI["14"]["BorderSizePixel"] = 0
  163. UI["14"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  164. UI["14"]["Size"] = UDim2.new(0.06158, 0, 0.1004, 0)
  165. UI["14"]["Position"] = UDim2.new(0.845, 0, 0.88153, 0)
  166. UI["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  167. UI["14"]["Name"] = [[Clear]]
  168.  
  169. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear.Buttons \\ --
  170. UI["15"] = Instance.new("Frame", UI["14"])
  171. UI["15"]["BorderSizePixel"] = 0
  172. UI["15"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  173. UI["15"]["Size"] = UDim2.new(0.7, 0, 0.7, 0)
  174. UI["15"]["Position"] = UDim2.new(0.15, 0, 0.15, 0)
  175. UI["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  176. UI["15"]["Name"] = [[Buttons]]
  177.  
  178. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear.Buttons.UICorner \\ --
  179. UI["16"] = Instance.new("UICorner", UI["15"])
  180.  
  181.  
  182. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear.Buttons.ImageButton \\ --
  183. UI["17"] = Instance.new("ImageButton", UI["15"])
  184. UI["17"]["BorderSizePixel"] = 0
  185. UI["17"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  186. UI["17"]["Image"] = [[rbxassetid://13626122323]]
  187. UI["17"]["Size"] = UDim2.new(0.85714, 0, 0.85714, 0)
  188. UI["17"]["BackgroundTransparency"] = 1
  189. UI["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  190. UI["17"]["Position"] = UDim2.new(0.06786, 0, 0.06786, 0)
  191.  
  192. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear.Buttons.ImageButton.UICorner \\ --
  193. UI["18"] = Instance.new("UICorner", UI["17"])
  194.  
  195.  
  196. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clear.UICorner \\ --
  197. UI["19"] = Instance.new("UICorner", UI["14"])
  198.  
  199.  
  200. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy \\ --
  201. UI["1a"] = Instance.new("Frame", UI["a"])
  202. UI["1a"]["Visible"] = false
  203. UI["1a"]["BorderSizePixel"] = 0
  204. UI["1a"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  205. UI["1a"]["Size"] = UDim2.new(0.06158, 0, 0.1004, 0)
  206. UI["1a"]["Position"] = UDim2.new(0.76745, 0, 0.88153, 0)
  207. UI["1a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  208. UI["1a"]["Name"] = [[Copy]]
  209.  
  210. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy.Buttons \\ --
  211. UI["1b"] = Instance.new("Frame", UI["1a"])
  212. UI["1b"]["BorderSizePixel"] = 0
  213. UI["1b"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  214. UI["1b"]["Size"] = UDim2.new(0.7, 0, 0.7, 0)
  215. UI["1b"]["Position"] = UDim2.new(0.15, 0, 0.15, 0)
  216. UI["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  217. UI["1b"]["Name"] = [[Buttons]]
  218.  
  219. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy.Buttons.UICorner \\ --
  220. UI["1c"] = Instance.new("UICorner", UI["1b"])
  221.  
  222.  
  223. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy.Buttons.ImageButton \\ --
  224. UI["1d"] = Instance.new("ImageButton", UI["1b"])
  225. UI["1d"]["BorderSizePixel"] = 0
  226. UI["1d"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  227. UI["1d"]["Image"] = [[rbxassetid://15115294454]]
  228. UI["1d"]["Size"] = UDim2.new(0.85714, 0, 0.85714, 0)
  229. UI["1d"]["BackgroundTransparency"] = 1
  230. UI["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  231. UI["1d"]["Position"] = UDim2.new(0.06786, 0, 0.06786, 0)
  232.  
  233. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy.Buttons.ImageButton.UICorner \\ --
  234. UI["1e"] = Instance.new("UICorner", UI["1d"])
  235.  
  236.  
  237. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Copy.UICorner \\ --
  238. UI["1f"] = Instance.new("UICorner", UI["1a"])
  239.  
  240.  
  241. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute \\ --
  242. UI["20"] = Instance.new("Frame", UI["a"])
  243. UI["20"]["BorderSizePixel"] = 0
  244. UI["20"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  245. UI["20"]["Size"] = UDim2.new(0.06158, 0, 0.1004, 0)
  246. UI["20"]["Position"] = UDim2.new(0.92259, 0, 0.88153, 0)
  247. UI["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  248. UI["20"]["Name"] = [[Execute]]
  249.  
  250. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute.Buttons \\ --
  251. UI["21"] = Instance.new("Frame", UI["20"])
  252. UI["21"]["BorderSizePixel"] = 0
  253. UI["21"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  254. UI["21"]["Size"] = UDim2.new(0.7, 0, 0.7, 0)
  255. UI["21"]["Position"] = UDim2.new(0.15, 0, 0.15, 0)
  256. UI["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  257. UI["21"]["Name"] = [[Buttons]]
  258.  
  259. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute.Buttons.UICorner \\ --
  260. UI["22"] = Instance.new("UICorner", UI["21"])
  261.  
  262.  
  263. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute.Buttons.ImageButton \\ --
  264. UI["23"] = Instance.new("ImageButton", UI["21"])
  265. UI["23"]["BorderSizePixel"] = 0
  266. UI["23"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  267. UI["23"]["Image"] = [[rbxassetid://13625975635]]
  268. UI["23"]["Size"] = UDim2.new(0.85714, 0, 0.85714, 0)
  269. UI["23"]["BackgroundTransparency"] = 1
  270. UI["23"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  271. UI["23"]["Position"] = UDim2.new(0.06786, 0, 0.06786, 0)
  272.  
  273. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute.Buttons.ImageButton.UICorner \\ --
  274. UI["24"] = Instance.new("UICorner", UI["23"])
  275.  
  276.  
  277. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Execute.UICorner \\ --
  278. UI["25"] = Instance.new("UICorner", UI["20"])
  279.  
  280.  
  281. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder \\ --
  282. UI["26"] = Instance.new("Folder", UI["5"])
  283.  
  284.  
  285. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox \\ --
  286. UI["27"] = Instance.new("Frame", UI["26"])
  287. UI["27"]["BorderSizePixel"] = 0
  288. UI["27"]["BackgroundColor3"] = Color3.fromRGB(18, 17, 18)
  289. UI["27"]["Size"] = UDim2.new(0.99288, 0, 0.7589, 0)
  290. UI["27"]["Position"] = UDim2.new(0.00712, 0, 0.09853, 0)
  291. UI["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  292. UI["27"]["Name"] = [[txtbox]]
  293. UI["27"]["BackgroundTransparency"] = 1
  294.  
  295. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame \\ --
  296. UI["28"] = Instance.new("ScrollingFrame", UI["27"])
  297. UI["28"]["CanvasSize"] = UDim2.new(0, 0, 0, 15)
  298. UI["28"]["ElasticBehavior"] = Enum.ElasticBehavior.Always
  299. UI["28"]["TopImage"] = [[rbxassetid://148970562]]
  300. UI["28"]["MidImage"] = [[rbxassetid://148970562]]
  301. UI["28"]["VerticalScrollBarInset"] = Enum.ScrollBarInset.Always
  302. UI["28"]["BackgroundColor3"] = Color3.fromRGB(33, 32, 33)
  303. UI["28"]["Name"] = [[EditorFrame]]
  304. UI["28"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always
  305. UI["28"]["BottomImage"] = [[rbxassetid://148970562]]
  306. UI["28"]["Size"] = UDim2.new(0.99667, 0, 0.9738, 0)
  307. UI["28"]["ScrollBarImageColor3"] = Color3.fromRGB(63, 62, 63)
  308. UI["28"]["Position"] = UDim2.new(0.00333, 0, 0.0262, 0)
  309. UI["28"]["BorderColor3"] = Color3.fromRGB(63, 63, 63)
  310. UI["28"]["ScrollBarThickness"] = 15
  311. UI["28"]["BackgroundTransparency"] = 1
  312.  
  313. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source \\ --
  314. UI["29"] = Instance.new("TextBox", UI["28"])
  315. UI["29"]["CursorPosition"] = -1
  316. UI["29"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  317. UI["29"]["PlaceholderColor3"] = Color3.fromRGB(206, 206, 206)
  318. UI["29"]["ZIndex"] = 3
  319. UI["29"]["TextXAlignment"] = Enum.TextXAlignment.Left
  320. UI["29"]["TextWrapped"] = true
  321. UI["29"]["TextSize"] = 15
  322. UI["29"]["Name"] = [[Source]]
  323. UI["29"]["TextYAlignment"] = Enum.TextYAlignment.Top
  324. UI["29"]["TextScaled"] = true
  325. UI["29"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  326. UI["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  327. UI["29"]["MultiLine"] = true
  328. UI["29"]["ClearTextOnFocus"] = false
  329. UI["29"]["ClipsDescendants"] = true
  330. UI["29"]["PlaceholderText"] = [[Commander X Punk Team Better Then > ALL Executors]]
  331. UI["29"]["Size"] = UDim2.new(0.694, 0, 2, 0)
  332. UI["29"]["Position"] = UDim2.new(0.10945, 0, 0, 0)
  333. UI["29"]["Text"] = [[]]
  334. UI["29"]["BackgroundTransparency"] = 1
  335.  
  336. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Comments_ \\ --
  337. UI["2a"] = Instance.new("TextLabel", UI["29"])
  338. UI["2a"]["ZIndex"] = 5
  339. UI["2a"]["TextXAlignment"] = Enum.TextXAlignment.Left
  340. UI["2a"]["TextYAlignment"] = Enum.TextYAlignment.Top
  341. UI["2a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  342. UI["2a"]["TextSize"] = 15
  343. UI["2a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  344. UI["2a"]["TextColor3"] = Color3.fromRGB(61, 202, 61)
  345. UI["2a"]["BackgroundTransparency"] = 1
  346. UI["2a"]["Size"] = UDim2.new(1, 0, 1, 0)
  347. UI["2a"]["Text"] = [[]]
  348. UI["2a"]["Name"] = [[Comments_]]
  349.  
  350. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Globals_ \\ --
  351. UI["2b"] = Instance.new("TextLabel", UI["29"])
  352. UI["2b"]["ZIndex"] = 5
  353. UI["2b"]["TextXAlignment"] = Enum.TextXAlignment.Left
  354. UI["2b"]["TextYAlignment"] = Enum.TextYAlignment.Top
  355. UI["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  356. UI["2b"]["TextSize"] = 15
  357. UI["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  358. UI["2b"]["TextColor3"] = Color3.fromRGB(134, 216, 249)
  359. UI["2b"]["BackgroundTransparency"] = 1
  360. UI["2b"]["Size"] = UDim2.new(1, 0, 1, 0)
  361. UI["2b"]["Text"] = [[]]
  362. UI["2b"]["Name"] = [[Globals_]]
  363.  
  364. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Keywords_ \\ --
  365. UI["2c"] = Instance.new("TextLabel", UI["29"])
  366. UI["2c"]["ZIndex"] = 5
  367. UI["2c"]["TextXAlignment"] = Enum.TextXAlignment.Left
  368. UI["2c"]["TextYAlignment"] = Enum.TextYAlignment.Top
  369. UI["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  370. UI["2c"]["TextSize"] = 15
  371. UI["2c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  372. UI["2c"]["TextColor3"] = Color3.fromRGB(250, 111, 126)
  373. UI["2c"]["BackgroundTransparency"] = 1
  374. UI["2c"]["Size"] = UDim2.new(1, 0, 1, 0)
  375. UI["2c"]["Text"] = [[]]
  376. UI["2c"]["Name"] = [[Keywords_]]
  377.  
  378. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.RemoteHighlight_ \\ --
  379. UI["2d"] = Instance.new("TextLabel", UI["29"])
  380. UI["2d"]["ZIndex"] = 5
  381. UI["2d"]["TextXAlignment"] = Enum.TextXAlignment.Left
  382. UI["2d"]["TextYAlignment"] = Enum.TextYAlignment.Top
  383. UI["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  384. UI["2d"]["TextSize"] = 15
  385. UI["2d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  386. UI["2d"]["TextColor3"] = Color3.fromRGB(0, 146, 255)
  387. UI["2d"]["BackgroundTransparency"] = 1
  388. UI["2d"]["Size"] = UDim2.new(1, 0, 1, 0)
  389. UI["2d"]["Text"] = [[]]
  390. UI["2d"]["Name"] = [[RemoteHighlight_]]
  391.  
  392. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Strings_ \\ --
  393. UI["2e"] = Instance.new("TextLabel", UI["29"])
  394. UI["2e"]["ZIndex"] = 5
  395. UI["2e"]["TextXAlignment"] = Enum.TextXAlignment.Left
  396. UI["2e"]["TextYAlignment"] = Enum.TextYAlignment.Top
  397. UI["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  398. UI["2e"]["TextSize"] = 15
  399. UI["2e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  400. UI["2e"]["TextColor3"] = Color3.fromRGB(175, 243, 151)
  401. UI["2e"]["BackgroundTransparency"] = 1
  402. UI["2e"]["Size"] = UDim2.new(1, 0, 1, 0)
  403. UI["2e"]["Text"] = [[]]
  404. UI["2e"]["Name"] = [[Strings_]]
  405.  
  406. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Tokens_ \\ --
  407. UI["2f"] = Instance.new("TextLabel", UI["29"])
  408. UI["2f"]["ZIndex"] = 5
  409. UI["2f"]["TextXAlignment"] = Enum.TextXAlignment.Left
  410. UI["2f"]["TextYAlignment"] = Enum.TextYAlignment.Top
  411. UI["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  412. UI["2f"]["TextSize"] = 15
  413. UI["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  414. UI["2f"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  415. UI["2f"]["BackgroundTransparency"] = 1
  416. UI["2f"]["Size"] = UDim2.new(1, 0, 1, 0)
  417. UI["2f"]["Text"] = [[]]
  418. UI["2f"]["Name"] = [[Tokens_]]
  419.  
  420. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.Numbers_ \\ --
  421. UI["30"] = Instance.new("TextLabel", UI["29"])
  422. UI["30"]["ZIndex"] = 4
  423. UI["30"]["TextXAlignment"] = Enum.TextXAlignment.Left
  424. UI["30"]["TextYAlignment"] = Enum.TextYAlignment.Top
  425. UI["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  426. UI["30"]["TextSize"] = 15
  427. UI["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  428. UI["30"]["TextColor3"] = Color3.fromRGB(255, 200, 0)
  429. UI["30"]["BackgroundTransparency"] = 1
  430. UI["30"]["Size"] = UDim2.new(1, 0, 1, 0)
  431. UI["30"]["Text"] = [[]]
  432. UI["30"]["Name"] = [[Numbers_]]
  433.  
  434. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.Source.UITextSizeConstraint \\ --
  435. UI["31"] = Instance.new("UITextSizeConstraint", UI["29"])
  436. UI["31"]["MaxTextSize"] = 15
  437.  
  438. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.TextLabel \\ --
  439. UI["32"] = Instance.new("TextLabel", UI["28"])
  440. UI["32"]["TextWrapped"] = true
  441. UI["32"]["BorderSizePixel"] = 0
  442. UI["32"]["TextYAlignment"] = Enum.TextYAlignment.Top
  443. UI["32"]["TextScaled"] = true
  444. UI["32"]["BackgroundColor3"] = Color3.fromRGB(33, 32, 33)
  445. UI["32"]["TextSize"] = 15
  446. UI["32"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  447. UI["32"]["TextColor3"] = Color3.fromRGB(159, 157, 159)
  448. UI["32"]["BackgroundTransparency"] = 1
  449. UI["32"]["Size"] = UDim2.new(0.102, 0, 2, 0)
  450. UI["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  451. UI["32"]["Text"] = [[1]]
  452. UI["32"]["Position"] = UDim2.new(0.00065, 0, 0, 0)
  453.  
  454. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.TextLabel.UITextSizeConstraint \\ --
  455. UI["33"] = Instance.new("UITextSizeConstraint", UI["32"])
  456. UI["33"]["MaxTextSize"] = 15
  457.  
  458. -- // StarterGui.CommanderX.Frame.Main.Page1.ExecutorPage.Folder.txtbox.EditorFrame.UICorner \\ --
  459. UI["34"] = Instance.new("UICorner", UI["28"])
  460.  
  461.  
  462. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub \\ --
  463. UI["35"] = Instance.new("Frame", UI["4"])
  464. UI["35"]["BorderSizePixel"] = 0
  465. UI["35"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  466. UI["35"]["Size"] = UDim2.new(0.18148, 0, 0.998, 0)
  467. UI["35"]["Position"] = UDim2.new(0.10343, 0, 0.03607, 0)
  468. UI["35"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  469. UI["35"]["Name"] = [[ScriptHub]]
  470.  
  471. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.nothing \\ --
  472. UI["36"] = Instance.new("Frame", UI["35"])
  473. UI["36"]["BorderSizePixel"] = 0
  474. UI["36"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  475. UI["36"]["Size"] = UDim2.new(1, 0, 0.09036, 0)
  476. UI["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  477. UI["36"]["Name"] = [[nothing]]
  478.  
  479. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.nothing.Frame \\ --
  480. UI["37"] = Instance.new("Frame", UI["36"])
  481. UI["37"]["BorderSizePixel"] = 0
  482. UI["37"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  483. UI["37"]["Size"] = UDim2.new(1, 0, 0.11111, 0)
  484. UI["37"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  485. UI["37"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  486.  
  487. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.nothing.TextLabel \\ --
  488. UI["38"] = Instance.new("TextLabel", UI["36"])
  489. UI["38"]["TextWrapped"] = true
  490. UI["38"]["BorderSizePixel"] = 0
  491. UI["38"]["TextScaled"] = true
  492. UI["38"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  493. UI["38"]["TextSize"] = 40
  494. UI["38"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  495. UI["38"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  496. UI["38"]["BackgroundTransparency"] = 1
  497. UI["38"]["RichText"] = true
  498. UI["38"]["Size"] = UDim2.new(1, 0, 1, 0)
  499. UI["38"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  500. UI["38"]["Text"] = [[Scripts Page]]
  501.  
  502. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.nothing.TextLabel.UITextSizeConstraint \\ --
  503. UI["39"] = Instance.new("UITextSizeConstraint", UI["38"])
  504. UI["39"]["MaxTextSize"] = 40
  505.  
  506. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame \\ --
  507. UI["3a"] = Instance.new("ScrollingFrame", UI["35"])
  508. UI["3a"]["Active"] = true
  509. UI["3a"]["BorderSizePixel"] = 0
  510. UI["3a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  511. UI["3a"]["Size"] = UDim2.new(1, 0, 0.60843, 0)
  512. UI["3a"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0)
  513. UI["3a"]["Position"] = UDim2.new(0, 0, 0.09839, 0)
  514. UI["3a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  515. UI["3a"]["ScrollBarThickness"] = 2
  516. UI["3a"]["BackgroundTransparency"] = 1
  517.  
  518. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.UIListLayout \\ --
  519. UI["3b"] = Instance.new("UIListLayout", UI["3a"])
  520. UI["3b"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center
  521. UI["3b"]["Padding"] = UDim.new(0, 5)
  522. UI["3b"]["SortOrder"] = Enum.SortOrder.LayoutOrder
  523.  
  524. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder \\ --
  525. UI["3c"] = Instance.new("Folder", UI["3a"])
  526.  
  527.  
  528. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing \\ --
  529. UI["3d"] = Instance.new("Frame", UI["3c"])
  530. UI["3d"]["Visible"] = false
  531. UI["3d"]["BorderSizePixel"] = 0
  532. UI["3d"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  533. UI["3d"]["Size"] = UDim2.new(0.87755, 0, 0, 45)
  534. UI["3d"]["Position"] = UDim2.new(0, 0, 0.0274, 0)
  535. UI["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  536. UI["3d"]["Name"] = [[nothing]]
  537.  
  538. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing.TextLabel \\ --
  539. UI["3e"] = Instance.new("TextLabel", UI["3d"])
  540. UI["3e"]["BorderSizePixel"] = 0
  541. UI["3e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  542. UI["3e"]["TextSize"] = 30
  543. UI["3e"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  544. UI["3e"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  545. UI["3e"]["BackgroundTransparency"] = 1
  546. UI["3e"]["RichText"] = true
  547. UI["3e"]["Size"] = UDim2.new(0.67882, 0, 1, 0)
  548. UI["3e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  549. UI["3e"]["Text"] = [[fly.lua]]
  550. UI["3e"]["Position"] = UDim2.new(0.04592, 0, 0, 0)
  551.  
  552. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing.Buttons \\ --
  553. UI["3f"] = Instance.new("Frame", UI["3d"])
  554. UI["3f"]["BorderSizePixel"] = 0
  555. UI["3f"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  556. UI["3f"]["Size"] = UDim2.new(0, 35, 0, 35)
  557. UI["3f"]["Position"] = UDim2.new(0.76563, 0, 0.10556, 0)
  558. UI["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  559. UI["3f"]["Name"] = [[Buttons]]
  560.  
  561. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing.Buttons.UICorner \\ --
  562. UI["40"] = Instance.new("UICorner", UI["3f"])
  563.  
  564.  
  565. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing.Buttons.ImageButton \\ --
  566. UI["41"] = Instance.new("ImageButton", UI["3f"])
  567. UI["41"]["BorderSizePixel"] = 0
  568. UI["41"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  569. UI["41"]["Image"] = [[rbxassetid://13625975635]]
  570. UI["41"]["Size"] = UDim2.new(0, 30, 0, 30)
  571. UI["41"]["BackgroundTransparency"] = 1
  572. UI["41"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  573. UI["41"]["Position"] = UDim2.new(0.06786, 0, 0.06786, 0)
  574.  
  575. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.ScrollingFrame.Folder.nothing.Buttons.ImageButton.UICorner \\ --
  576. UI["42"] = Instance.new("UICorner", UI["41"])
  577.  
  578.  
  579. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute \\ --
  580. UI["43"] = Instance.new("Frame", UI["35"])
  581. UI["43"]["BorderSizePixel"] = 0
  582. UI["43"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  583. UI["43"]["Size"] = UDim2.new(0.28061, 0, 0.13294, 0)
  584. UI["43"]["Position"] = UDim2.new(0.36537, 0, 0.8575, 0)
  585. UI["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  586. UI["43"]["Name"] = [[Execute]]
  587.  
  588. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute.UICorner \\ --
  589. UI["44"] = Instance.new("UICorner", UI["43"])
  590.  
  591.  
  592. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute.Buttons \\ --
  593. UI["45"] = Instance.new("Frame", UI["43"])
  594. UI["45"]["BorderSizePixel"] = 0
  595. UI["45"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  596. UI["45"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  597. UI["45"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  598. UI["45"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  599. UI["45"]["Name"] = [[Buttons]]
  600.  
  601. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute.Buttons.UICorner \\ --
  602. UI["46"] = Instance.new("UICorner", UI["45"])
  603.  
  604.  
  605. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute.Buttons.ImageButton \\ --
  606. UI["47"] = Instance.new("ImageButton", UI["45"])
  607. UI["47"]["BorderSizePixel"] = 0
  608. UI["47"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  609. UI["47"]["Image"] = [[rbxassetid://15255968730]]
  610. UI["47"]["Size"] = UDim2.new(0.75, 0, 0.75, 0)
  611. UI["47"]["BackgroundTransparency"] = 1
  612. UI["47"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  613. UI["47"]["Position"] = UDim2.new(0.125, 0, 0.125, 0)
  614.  
  615. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.Execute.Buttons.ImageButton.UICorner \\ --
  616. UI["48"] = Instance.new("UICorner", UI["47"])
  617.  
  618.  
  619. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.NM \\ --
  620. UI["49"] = Instance.new("TextBox", UI["35"])
  621. UI["49"]["CursorPosition"] = -1
  622. UI["49"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  623. UI["49"]["BorderSizePixel"] = 0
  624. UI["49"]["TextWrapped"] = true
  625. UI["49"]["TextSize"] = 14
  626. UI["49"]["Name"] = [[NM]]
  627. UI["49"]["TextScaled"] = true
  628. UI["49"]["BackgroundColor3"] = Color3.fromRGB(23, 23, 23)
  629. UI["49"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  630. UI["49"]["PlaceholderText"] = [[Script Name Here]]
  631. UI["49"]["Size"] = UDim2.new(0.64796, 0, 0.06024, 0)
  632. UI["49"]["Position"] = UDim2.new(0.1736, 0, 0.70216, 0)
  633. UI["49"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  634. UI["49"]["Text"] = [[]]
  635.  
  636. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.NM.UITextSizeConstraint \\ --
  637. UI["4a"] = Instance.new("UITextSizeConstraint", UI["49"])
  638. UI["4a"]["MaxTextSize"] = 14
  639.  
  640. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.SC \\ --
  641. UI["4b"] = Instance.new("TextBox", UI["35"])
  642. UI["4b"]["CursorPosition"] = -1
  643. UI["4b"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  644. UI["4b"]["BorderSizePixel"] = 0
  645. UI["4b"]["TextWrapped"] = true
  646. UI["4b"]["TextSize"] = 14
  647. UI["4b"]["Name"] = [[SC]]
  648. UI["4b"]["TextScaled"] = true
  649. UI["4b"]["BackgroundColor3"] = Color3.fromRGB(23, 23, 23)
  650. UI["4b"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  651. UI["4b"]["PlaceholderText"] = [[Script Here]]
  652. UI["4b"]["Size"] = UDim2.new(0.64796, 0, 0.06024, 0)
  653. UI["4b"]["Position"] = UDim2.new(0.1736, 0, 0.7763, 0)
  654. UI["4b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  655. UI["4b"]["Text"] = [[]]
  656.  
  657. -- // StarterGui.CommanderX.Frame.Main.Page1.ScriptHub.SC.UITextSizeConstraint \\ --
  658. UI["4c"] = Instance.new("UITextSizeConstraint", UI["4b"])
  659. UI["4c"]["MaxTextSize"] = 14
  660.  
  661. -- // StarterGui.CommanderX.Frame.Main.icon \\ --
  662. UI["4d"] = Instance.new("Frame", UI["3"])
  663. UI["4d"]["BorderSizePixel"] = 0
  664. UI["4d"]["BackgroundColor3"] = Color3.fromRGB(23, 23, 23)
  665. UI["4d"]["Size"] = UDim2.new(0.04643, 0, 0.06266, 0)
  666. UI["4d"]["Position"] = UDim2.new(0.47685, 0, 0.01629, 0)
  667. UI["4d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  668. UI["4d"]["Name"] = [[icon]]
  669. UI["4d"]["BackgroundTransparency"] = 1
  670.  
  671. -- // StarterGui.CommanderX.Frame.Main.icon.TextLabel \\ --
  672. UI["4e"] = Instance.new("TextLabel", UI["4d"])
  673. UI["4e"]["TextWrapped"] = true
  674. UI["4e"]["BorderSizePixel"] = 0
  675. UI["4e"]["TextScaled"] = true
  676. UI["4e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  677. UI["4e"]["TextSize"] = 40
  678. UI["4e"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  679. UI["4e"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  680. UI["4e"]["BackgroundTransparency"] = 1
  681. UI["4e"]["RichText"] = true
  682. UI["4e"]["Size"] = UDim2.new(21.51777, 0, 1.33006, 0)
  683. UI["4e"]["Visible"] = false
  684. UI["4e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  685. UI["4e"]["Text"] = [[Commander X Punk Team]]
  686. UI["4e"]["Position"] = UDim2.new(-10.59308, 0, -0.25997, 0)
  687.  
  688. -- // StarterGui.CommanderX.Frame.Main.icon.TextLabel.UITextSizeConstraint \\ --
  689. UI["4f"] = Instance.new("UITextSizeConstraint", UI["4e"])
  690. UI["4f"]["MaxTextSize"] = 40
  691.  
  692. -- // StarterGui.CommanderX.Frame.Main.Page0 \\ --
  693. UI["50"] = Instance.new("Frame", UI["3"])
  694. UI["50"]["BorderSizePixel"] = 0
  695. UI["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  696. UI["50"]["Size"] = UDim2.new(1, 0, 0.625, 0)
  697. UI["50"]["Position"] = UDim2.new(-0.00071, 0, 0.16416, 0)
  698. UI["50"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  699. UI["50"]["Name"] = [[Page0]]
  700. UI["50"]["BackgroundTransparency"] = 1
  701.  
  702. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage \\ --
  703. UI["51"] = Instance.new("Frame", UI["50"])
  704. UI["51"]["BorderSizePixel"] = 0
  705. UI["51"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  706. UI["51"]["Size"] = UDim2.new(0.37671, 0, 0.97595, 0)
  707. UI["51"]["Position"] = UDim2.new(0.32198, 0, 0.03026, 0)
  708. UI["51"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  709. UI["51"]["Name"] = [[ExecutorPage]]
  710.  
  711. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing \\ --
  712. UI["52"] = Instance.new("Frame", UI["51"])
  713. UI["52"]["BorderSizePixel"] = 0
  714. UI["52"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  715. UI["52"]["Size"] = UDim2.new(0.84158, 0, 0.20955, 0)
  716. UI["52"]["Position"] = UDim2.new(0.07795, 0, 0.74117, 0)
  717. UI["52"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  718. UI["52"]["Name"] = [[nothing]]
  719.  
  720. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.Frame \\ --
  721. UI["53"] = Instance.new("Frame", UI["52"])
  722. UI["53"]["BorderSizePixel"] = 0
  723. UI["53"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  724. UI["53"]["Size"] = UDim2.new(1, 0, 0.06024, 0)
  725. UI["53"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  726. UI["53"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  727.  
  728. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel \\ --
  729. UI["54"] = Instance.new("TextLabel", UI["52"])
  730. UI["54"]["TextWrapped"] = true
  731. UI["54"]["BorderSizePixel"] = 0
  732. UI["54"]["TextXAlignment"] = Enum.TextXAlignment.Left
  733. UI["54"]["TextScaled"] = true
  734. UI["54"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  735. UI["54"]["TextSize"] = 35
  736. UI["54"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  737. UI["54"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  738. UI["54"]["BackgroundTransparency"] = 1
  739. UI["54"]["RichText"] = true
  740. UI["54"]["Size"] = UDim2.new(0.72305, 0, 0.80161, 0)
  741. UI["54"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  742. UI["54"]["Text"] = [[TMR Mida
  743. Role: Cubix Owner + partner]]
  744. UI["54"]["Position"] = UDim2.new(0.26016, 0, 0.0755, 0)
  745.  
  746. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel.UITextSizeConstraint \\ --
  747. UI["55"] = Instance.new("UITextSizeConstraint", UI["54"])
  748. UI["55"]["MaxTextSize"] = 35
  749.  
  750. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel \\ --
  751. UI["56"] = Instance.new("ImageLabel", UI["52"])
  752. UI["56"]["BorderSizePixel"] = 0
  753. UI["56"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  754. UI["56"]["Image"] = [[rbxassetid://17641844787]]
  755. UI["56"]["Size"] = UDim2.new(0.21641, 0, 0.75904, 0)
  756. UI["56"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  757. UI["56"]["BackgroundTransparency"] = 1
  758. UI["56"]["Position"] = UDim2.new(0.01355, 0, 0.12048, 0)
  759.  
  760. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UICorner \\ --
  761. UI["57"] = Instance.new("UICorner", UI["56"])
  762.  
  763.  
  764. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UIStroke \\ --
  765. UI["58"] = Instance.new("UIStroke", UI["56"])
  766. UI["58"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  767. UI["58"]["Thickness"] = 5
  768. UI["58"]["Color"] = Color3.fromRGB(24, 24, 24)
  769.  
  770. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing \\ --
  771. UI["59"] = Instance.new("Frame", UI["51"])
  772. UI["59"]["BorderSizePixel"] = 0
  773. UI["59"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  774. UI["59"]["Size"] = UDim2.new(0.84158, 0, 0.20955, 0)
  775. UI["59"]["Position"] = UDim2.new(0.07795, 0, 0.50385, 0)
  776. UI["59"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  777. UI["59"]["Name"] = [[nothing]]
  778.  
  779. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.Frame \\ --
  780. UI["5a"] = Instance.new("Frame", UI["59"])
  781. UI["5a"]["BorderSizePixel"] = 0
  782. UI["5a"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  783. UI["5a"]["Size"] = UDim2.new(1, 0, 0.06024, 0)
  784. UI["5a"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  785. UI["5a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  786.  
  787. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel \\ --
  788. UI["5b"] = Instance.new("TextLabel", UI["59"])
  789. UI["5b"]["TextWrapped"] = true
  790. UI["5b"]["BorderSizePixel"] = 0
  791. UI["5b"]["TextXAlignment"] = Enum.TextXAlignment.Left
  792. UI["5b"]["TextScaled"] = true
  793. UI["5b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  794. UI["5b"]["TextSize"] = 35
  795. UI["5b"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  796. UI["5b"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  797. UI["5b"]["BackgroundTransparency"] = 1
  798. UI["5b"]["RichText"] = true
  799. UI["5b"]["Size"] = UDim2.new(0.72305, 0, 0.80161, 0)
  800. UI["5b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  801. UI["5b"]["Text"] = [[Silent Caliber
  802. Role: Punk TEAM Owner]]
  803. UI["5b"]["Position"] = UDim2.new(0.26016, 0, 0.0755, 0)
  804.  
  805. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel.UITextSizeConstraint \\ --
  806. UI["5c"] = Instance.new("UITextSizeConstraint", UI["5b"])
  807. UI["5c"]["MaxTextSize"] = 35
  808.  
  809. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel \\ --
  810. UI["5d"] = Instance.new("ImageLabel", UI["59"])
  811. UI["5d"]["BorderSizePixel"] = 0
  812. UI["5d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  813. UI["5d"]["Image"] = [[rbxassetid://17641865763]]
  814. UI["5d"]["Size"] = UDim2.new(0.21641, 0, 0.75904, 0)
  815. UI["5d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  816. UI["5d"]["BackgroundTransparency"] = 1
  817. UI["5d"]["Position"] = UDim2.new(0.01355, 0, 0.12048, 0)
  818.  
  819. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UICorner \\ --
  820. UI["5e"] = Instance.new("UICorner", UI["5d"])
  821.  
  822.  
  823. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UIStroke \\ --
  824. UI["5f"] = Instance.new("UIStroke", UI["5d"])
  825. UI["5f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  826. UI["5f"]["Thickness"] = 5
  827. UI["5f"]["Color"] = Color3.fromRGB(24, 24, 24)
  828.  
  829. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing \\ --
  830. UI["60"] = Instance.new("Frame", UI["51"])
  831. UI["60"]["BorderSizePixel"] = 0
  832. UI["60"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  833. UI["60"]["Size"] = UDim2.new(0.84158, 0, 0.20955, 0)
  834. UI["60"]["Position"] = UDim2.new(0.07795, 0, 0.26149, 0)
  835. UI["60"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  836. UI["60"]["Name"] = [[nothing]]
  837.  
  838. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.Frame \\ --
  839. UI["61"] = Instance.new("Frame", UI["60"])
  840. UI["61"]["BorderSizePixel"] = 0
  841. UI["61"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  842. UI["61"]["Size"] = UDim2.new(1, 0, 0.06024, 0)
  843. UI["61"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  844. UI["61"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  845.  
  846. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel \\ --
  847. UI["62"] = Instance.new("TextLabel", UI["60"])
  848. UI["62"]["TextWrapped"] = true
  849. UI["62"]["BorderSizePixel"] = 0
  850. UI["62"]["TextXAlignment"] = Enum.TextXAlignment.Left
  851. UI["62"]["TextScaled"] = true
  852. UI["62"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  853. UI["62"]["TextSize"] = 35
  854. UI["62"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  855. UI["62"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  856. UI["62"]["BackgroundTransparency"] = 1
  857. UI["62"]["RichText"] = true
  858. UI["62"]["Size"] = UDim2.new(0.72305, 0, 0.80161, 0)
  859. UI["62"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  860. UI["62"]["Text"] = [[nop
  861. Role: Powered by Nop]]
  862. UI["62"]["Position"] = UDim2.new(0.26016, 0, 0.0755, 0)
  863.  
  864. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel.UITextSizeConstraint \\ --
  865. UI["63"] = Instance.new("UITextSizeConstraint", UI["62"])
  866. UI["63"]["MaxTextSize"] = 35
  867.  
  868. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel \\ --
  869. UI["64"] = Instance.new("ImageLabel", UI["60"])
  870. UI["64"]["BorderSizePixel"] = 0
  871. UI["64"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  872. UI["64"]["Image"] = [[rbxassetid://17641851096]]
  873. UI["64"]["Size"] = UDim2.new(0.21641, 0, 0.75904, 0)
  874. UI["64"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  875. UI["64"]["BackgroundTransparency"] = 1
  876. UI["64"]["Position"] = UDim2.new(0.01355, 0, 0.12048, 0)
  877.  
  878. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UICorner \\ --
  879. UI["65"] = Instance.new("UICorner", UI["64"])
  880.  
  881.  
  882. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UIStroke \\ --
  883. UI["66"] = Instance.new("UIStroke", UI["64"])
  884. UI["66"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  885. UI["66"]["Thickness"] = 5
  886. UI["66"]["Color"] = Color3.fromRGB(24, 24, 24)
  887.  
  888. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing \\ --
  889. UI["67"] = Instance.new("Frame", UI["51"])
  890. UI["67"]["BorderSizePixel"] = 0
  891. UI["67"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  892. UI["67"]["Size"] = UDim2.new(0.84158, 0, 0.20955, 0)
  893. UI["67"]["Position"] = UDim2.new(0.07795, 0, 0.02669, 0)
  894. UI["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  895. UI["67"]["Name"] = [[nothing]]
  896.  
  897. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.Frame \\ --
  898. UI["68"] = Instance.new("Frame", UI["67"])
  899. UI["68"]["BorderSizePixel"] = 0
  900. UI["68"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  901. UI["68"]["Size"] = UDim2.new(1, 0, 0.06024, 0)
  902. UI["68"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  903. UI["68"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  904.  
  905. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel \\ --
  906. UI["69"] = Instance.new("TextLabel", UI["67"])
  907. UI["69"]["TextWrapped"] = true
  908. UI["69"]["BorderSizePixel"] = 0
  909. UI["69"]["TextXAlignment"] = Enum.TextXAlignment.Left
  910. UI["69"]["TextScaled"] = true
  911. UI["69"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  912. UI["69"]["TextSize"] = 35
  913. UI["69"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  914. UI["69"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  915. UI["69"]["BackgroundTransparency"] = 1
  916. UI["69"]["RichText"] = true
  917. UI["69"]["Size"] = UDim2.new(0.72305, 0, 0.80161, 0)
  918. UI["69"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  919. UI["69"]["Text"] = [[AnyaDEV
  920. Role: Commander X Owner + UI Desinger]]
  921. UI["69"]["Position"] = UDim2.new(0.26016, 0, 0.0755, 0)
  922.  
  923. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel.UITextSizeConstraint \\ --
  924. UI["6a"] = Instance.new("UITextSizeConstraint", UI["69"])
  925. UI["6a"]["MaxTextSize"] = 35
  926.  
  927. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel \\ --
  928. UI["6b"] = Instance.new("ImageLabel", UI["67"])
  929. UI["6b"]["BorderSizePixel"] = 0
  930. UI["6b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  931. UI["6b"]["Image"] = [[rbxassetid://17641813892]]
  932. UI["6b"]["Size"] = UDim2.new(0.21641, 0, 0.75904, 0)
  933. UI["6b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  934. UI["6b"]["BackgroundTransparency"] = 1
  935. UI["6b"]["Position"] = UDim2.new(0.01355, 0, 0.12048, 0)
  936.  
  937. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UICorner \\ --
  938. UI["6c"] = Instance.new("UICorner", UI["6b"])
  939.  
  940.  
  941. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.nothing.ImageLabel.UIStroke \\ --
  942. UI["6d"] = Instance.new("UIStroke", UI["6b"])
  943. UI["6d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  944. UI["6d"]["Thickness"] = 5
  945. UI["6d"]["Color"] = Color3.fromRGB(24, 24, 24)
  946.  
  947. -- // StarterGui.CommanderX.Frame.Main.Page0.ExecutorPage.UIAspectRatioConstraint \\ --
  948. UI["6e"] = Instance.new("UIAspectRatioConstraint", UI["51"])
  949. UI["6e"]["AspectRatio"] = 1.09373
  950.  
  951. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud \\ --
  952. UI["6f"] = Instance.new("Frame", UI["50"])
  953. UI["6f"]["BorderSizePixel"] = 0
  954. UI["6f"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  955. UI["6f"]["Size"] = UDim2.new(0.37671, 0, 0.08417, 0)
  956. UI["6f"]["Position"] = UDim2.new(0.32198, 0, -0.06607, 0)
  957. UI["6f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  958. UI["6f"]["Name"] = [[Cloud]]
  959.  
  960. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud.nothing \\ --
  961. UI["70"] = Instance.new("Frame", UI["6f"])
  962. UI["70"]["BorderSizePixel"] = 0
  963. UI["70"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  964. UI["70"]["Size"] = UDim2.new(1, 0, 1.07143, 0)
  965. UI["70"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  966. UI["70"]["Name"] = [[nothing]]
  967.  
  968. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud.nothing.Frame \\ --
  969. UI["71"] = Instance.new("Frame", UI["70"])
  970. UI["71"]["BorderSizePixel"] = 0
  971. UI["71"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  972. UI["71"]["Size"] = UDim2.new(1, 0, 0.11111, 0)
  973. UI["71"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  974. UI["71"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  975.  
  976. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud.nothing.TextLabel \\ --
  977. UI["72"] = Instance.new("TextLabel", UI["70"])
  978. UI["72"]["TextWrapped"] = true
  979. UI["72"]["BorderSizePixel"] = 0
  980. UI["72"]["TextScaled"] = true
  981. UI["72"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  982. UI["72"]["TextSize"] = 40
  983. UI["72"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  984. UI["72"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  985. UI["72"]["BackgroundTransparency"] = 1
  986. UI["72"]["RichText"] = true
  987. UI["72"]["Size"] = UDim2.new(1, 0, 1, 0)
  988. UI["72"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  989. UI["72"]["Text"] = [[Home Page]]
  990.  
  991. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud.nothing.TextLabel.UITextSizeConstraint \\ --
  992. UI["73"] = Instance.new("UITextSizeConstraint", UI["72"])
  993. UI["73"]["MaxTextSize"] = 40
  994.  
  995. -- // StarterGui.CommanderX.Frame.Main.Page0.Cloud.UIAspectRatioConstraint \\ --
  996. UI["74"] = Instance.new("UIAspectRatioConstraint", UI["6f"])
  997. UI["74"]["AspectRatio"] = 12.68178
  998.  
  999. -- // StarterGui.CommanderX.Frame.Main.LocalScript \\ --
  1000. UI["75"] = Instance.new("LocalScript", UI["3"])
  1001.  
  1002.  
  1003. -- // StarterGui.CommanderX.Frame.Main.Page3 \\ --
  1004. UI["76"] = Instance.new("Frame", UI["3"])
  1005. UI["76"]["Visible"] = false
  1006. UI["76"]["BorderSizePixel"] = 0
  1007. UI["76"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1008. UI["76"]["Size"] = UDim2.new(1.198, 0, 0.719, 0)
  1009. UI["76"]["Position"] = UDim2.new(-0.1, 0, 0.127, 0)
  1010. UI["76"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1011. UI["76"]["Name"] = [[Page3]]
  1012. UI["76"]["BackgroundTransparency"] = 1
  1013.  
  1014. -- // StarterGui.CommanderX.Frame.Main.Page3.ExecutorPage \\ --
  1015. UI["77"] = Instance.new("Frame", UI["76"])
  1016. UI["77"]["BorderSizePixel"] = 0
  1017. UI["77"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1018. UI["77"]["Size"] = UDim2.new(0.60239, 0, 0.88978, 0)
  1019. UI["77"]["Position"] = UDim2.new(0.19825, 0, 0.10634, 0)
  1020. UI["77"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1021. UI["77"]["Name"] = [[ExecutorPage]]
  1022.  
  1023. -- // StarterGui.CommanderX.Frame.Main.Page3.Cloud \\ --
  1024. UI["78"] = Instance.new("Frame", UI["76"])
  1025. UI["78"]["BorderSizePixel"] = 0
  1026. UI["78"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1027. UI["78"]["Size"] = UDim2.new(0.60239, 0, 0.08417, 0)
  1028. UI["78"]["Position"] = UDim2.new(0.19825, 0, 0.00801, 0)
  1029. UI["78"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1030. UI["78"]["Name"] = [[Cloud]]
  1031.  
  1032. -- // StarterGui.CommanderX.Frame.Main.Page3.Cloud.nothing \\ --
  1033. UI["79"] = Instance.new("Frame", UI["78"])
  1034. UI["79"]["BorderSizePixel"] = 0
  1035. UI["79"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1036. UI["79"]["Size"] = UDim2.new(1, 0, 1.07143, 0)
  1037. UI["79"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1038. UI["79"]["Name"] = [[nothing]]
  1039.  
  1040. -- // StarterGui.CommanderX.Frame.Main.Page3.Cloud.nothing.Frame \\ --
  1041. UI["7a"] = Instance.new("Frame", UI["79"])
  1042. UI["7a"]["BorderSizePixel"] = 0
  1043. UI["7a"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  1044. UI["7a"]["Size"] = UDim2.new(1, 0, 0.11111, 0)
  1045. UI["7a"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  1046. UI["7a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1047.  
  1048. -- // StarterGui.CommanderX.Frame.Main.Page3.Cloud.nothing.TextLabel \\ --
  1049. UI["7b"] = Instance.new("TextLabel", UI["79"])
  1050. UI["7b"]["TextWrapped"] = true
  1051. UI["7b"]["BorderSizePixel"] = 0
  1052. UI["7b"]["TextScaled"] = true
  1053. UI["7b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1054. UI["7b"]["TextSize"] = 40
  1055. UI["7b"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1056. UI["7b"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1057. UI["7b"]["BackgroundTransparency"] = 1
  1058. UI["7b"]["RichText"] = true
  1059. UI["7b"]["Size"] = UDim2.new(1, 0, 1, 0)
  1060. UI["7b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1061. UI["7b"]["Text"] = [[Console soon]]
  1062.  
  1063. -- // StarterGui.CommanderX.Frame.Main.Page3.Cloud.nothing.TextLabel.UITextSizeConstraint \\ --
  1064. UI["7c"] = Instance.new("UITextSizeConstraint", UI["7b"])
  1065. UI["7c"]["MaxTextSize"] = 40
  1066.  
  1067. -- // StarterGui.CommanderX.Frame.Main.Page4 \\ --
  1068. UI["7d"] = Instance.new("Frame", UI["3"])
  1069. UI["7d"]["Visible"] = false
  1070. UI["7d"]["BorderSizePixel"] = 0
  1071. UI["7d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1072. UI["7d"]["Size"] = UDim2.new(1.19793, 0, 0.7188, 0)
  1073. UI["7d"]["Position"] = UDim2.new(-0.09951, 0, 0.1272, 0)
  1074. UI["7d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1075. UI["7d"]["Name"] = [[Page4]]
  1076. UI["7d"]["BackgroundTransparency"] = 1
  1077.  
  1078. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage \\ --
  1079. UI["7e"] = Instance.new("Frame", UI["7d"])
  1080. UI["7e"]["BorderSizePixel"] = 0
  1081. UI["7e"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1082. UI["7e"]["Size"] = UDim2.new(0.60239, 0, 0.89792, 0)
  1083. UI["7e"]["Position"] = UDim2.new(0.19825, 0, 0.0982, 0)
  1084. UI["7e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1085. UI["7e"]["Name"] = [[ExecutorPage]]
  1086.  
  1087. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue \\ --
  1088. UI["7f"] = Instance.new("Frame", UI["7e"])
  1089. UI["7f"]["BorderSizePixel"] = 0
  1090. UI["7f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1091. UI["7f"]["Size"] = UDim2.new(0.38209, 0, 0.14302, 0)
  1092. UI["7f"]["Position"] = UDim2.new(0.01537, 0, 0.05437, 0)
  1093. UI["7f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1094. UI["7f"]["Name"] = [[fpsValue]]
  1095. UI["7f"]["BackgroundTransparency"] = 1
  1096.  
  1097. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS \\ --
  1098. UI["80"] = Instance.new("Frame", UI["7f"])
  1099. UI["80"]["BorderSizePixel"] = 0
  1100. UI["80"]["BackgroundColor3"] = Color3.fromRGB(151, 134, 154)
  1101. UI["80"]["AnchorPoint"] = Vector2.new(0.5, 1)
  1102. UI["80"]["Size"] = UDim2.new(0.97383, 0, 0.06667, 0)
  1103. UI["80"]["Position"] = UDim2.new(0.50288, 0, 0.61667, 0)
  1104. UI["80"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1105. UI["80"]["Name"] = [[FPS]]
  1106.  
  1107. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.corner \\ --
  1108. UI["81"] = Instance.new("UICorner", UI["80"])
  1109. UI["81"]["Name"] = [[corner]]
  1110. UI["81"]["CornerRadius"] = UDim.new(1, 0)
  1111.  
  1112. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.indicator \\ --
  1113. UI["82"] = Instance.new("Frame", UI["80"])
  1114. UI["82"]["BorderSizePixel"] = 0
  1115. UI["82"]["BackgroundColor3"] = Color3.fromRGB(126, 38, 208)
  1116. UI["82"]["AnchorPoint"] = Vector2.new(0, 0.5)
  1117. UI["82"]["Size"] = UDim2.new(0.01703, 0, 0.5, 0)
  1118. UI["82"]["Position"] = UDim2.new(0, 0, 0.5, 0)
  1119. UI["82"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1120. UI["82"]["Name"] = [[indicator]]
  1121.  
  1122. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.indicator.corner \\ --
  1123. UI["83"] = Instance.new("UICorner", UI["82"])
  1124. UI["83"]["Name"] = [[corner]]
  1125. UI["83"]["CornerRadius"] = UDim.new(1, 0)
  1126.  
  1127. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.indicator.dot \\ --
  1128. UI["84"] = Instance.new("Frame", UI["82"])
  1129. UI["84"]["BorderSizePixel"] = 0
  1130. UI["84"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43)
  1131. UI["84"]["AnchorPoint"] = Vector2.new(0.5, 0.5)
  1132. UI["84"]["Size"] = UDim2.new(0, 15, 0, 15)
  1133. UI["84"]["Position"] = UDim2.new(1, 0, 0.5, 0)
  1134. UI["84"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1135. UI["84"]["Name"] = [[dot]]
  1136.  
  1137. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.indicator.dot.corner \\ --
  1138. UI["85"] = Instance.new("UICorner", UI["84"])
  1139. UI["85"]["Name"] = [[corner]]
  1140. UI["85"]["CornerRadius"] = UDim.new(1, 0)
  1141.  
  1142. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.LocalScript \\ --
  1143. UI["86"] = Instance.new("LocalScript", UI["80"])
  1144.  
  1145.  
  1146. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPSValue \\ --
  1147. UI["87"] = Instance.new("TextLabel", UI["7f"])
  1148. UI["87"]["TextWrapped"] = true
  1149. UI["87"]["BorderSizePixel"] = 0
  1150. UI["87"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1151. UI["87"]["TextScaled"] = true
  1152. UI["87"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1153. UI["87"]["TextSize"] = 16
  1154. UI["87"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1155. UI["87"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1156. UI["87"]["BackgroundTransparency"] = 1
  1157. UI["87"]["Size"] = UDim2.new(0.0927, 0, 0.36667, 0)
  1158. UI["87"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1159. UI["87"]["Text"] = [[0]]
  1160. UI["87"]["Name"] = [[FPSValue]]
  1161. UI["87"]["Position"] = UDim2.new(0.9128, 0, -0.01667, 0)
  1162.  
  1163. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPSValue.UITextSizeConstraint \\ --
  1164. UI["88"] = Instance.new("UITextSizeConstraint", UI["87"])
  1165. UI["88"]["MaxTextSize"] = 16
  1166.  
  1167. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text \\ --
  1168. UI["89"] = Instance.new("TextLabel", UI["7f"])
  1169. UI["89"]["TextWrapped"] = true
  1170. UI["89"]["BorderSizePixel"] = 0
  1171. UI["89"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1172. UI["89"]["TextScaled"] = true
  1173. UI["89"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1174. UI["89"]["TextSize"] = 16
  1175. UI["89"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1176. UI["89"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1177. UI["89"]["BackgroundTransparency"] = 1
  1178. UI["89"]["Size"] = UDim2.new(0.38468, 0, 0.6, 0)
  1179. UI["89"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1180. UI["89"]["Text"] = [[Jump Power]]
  1181. UI["89"]["Name"] = [[jp]]
  1182. UI["89"]["Position"] = UDim2.new(0.011, 0, 2.1, 0)
  1183.  
  1184. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text.UITextSizeConstraint \\ --
  1185. UI["8a"] = Instance.new("UITextSizeConstraint", UI["89"])
  1186. UI["8a"]["MaxTextSize"] = 16
  1187.  
  1188. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump \\ --
  1189. UI["8b"] = Instance.new("Frame", UI["7f"])
  1190. UI["8b"]["BorderSizePixel"] = 0
  1191. UI["8b"]["BackgroundColor3"] = Color3.fromRGB(151, 134, 154)
  1192. UI["8b"]["AnchorPoint"] = Vector2.new(0.5, 1)
  1193. UI["8b"]["Size"] = UDim2.new(0.97383, 0, 0.06667, 0)
  1194. UI["8b"]["Position"] = UDim2.new(0.50838, 0, 2.85, 0)
  1195. UI["8b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1196. UI["8b"]["Name"] = [[Jump]]
  1197.  
  1198. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump.corner \\ --
  1199. UI["8c"] = Instance.new("UICorner", UI["8b"])
  1200. UI["8c"]["Name"] = [[corner]]
  1201. UI["8c"]["CornerRadius"] = UDim.new(1, 0)
  1202.  
  1203. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump.indicator \\ --
  1204. UI["8d"] = Instance.new("Frame", UI["8b"])
  1205. UI["8d"]["BorderSizePixel"] = 0
  1206. UI["8d"]["BackgroundColor3"] = Color3.fromRGB(126, 38, 208)
  1207. UI["8d"]["AnchorPoint"] = Vector2.new(0, 0.5)
  1208. UI["8d"]["Size"] = UDim2.new(0.01703, 0, 0.5, 0)
  1209. UI["8d"]["Position"] = UDim2.new(0, 0, 0.5, 0)
  1210. UI["8d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1211. UI["8d"]["Name"] = [[indicator]]
  1212.  
  1213. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump.indicator.corner \\ --
  1214. UI["8e"] = Instance.new("UICorner", UI["8d"])
  1215. UI["8e"]["Name"] = [[corner]]
  1216. UI["8e"]["CornerRadius"] = UDim.new(1, 0)
  1217.  
  1218. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump.indicator.dot \\ --
  1219. UI["8f"] = Instance.new("Frame", UI["8d"])
  1220. UI["8f"]["BorderSizePixel"] = 0
  1221. UI["8f"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43)
  1222. UI["8f"]["AnchorPoint"] = Vector2.new(0.5, 0.5)
  1223. UI["8f"]["Size"] = UDim2.new(0, 15, 0, 15)
  1224. UI["8f"]["Position"] = UDim2.new(1, 0, 0.5, 0)
  1225. UI["8f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1226. UI["8f"]["Name"] = [[dot]]
  1227.  
  1228. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Jump.indicator.dot.corner \\ --
  1229. UI["90"] = Instance.new("UICorner", UI["8f"])
  1230. UI["90"]["Name"] = [[corner]]
  1231. UI["90"]["CornerRadius"] = UDim.new(1, 0)
  1232.  
  1233. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.jumpvalue \\ --
  1234. UI["91"] = Instance.new("TextLabel", UI["7f"])
  1235. UI["91"]["TextWrapped"] = true
  1236. UI["91"]["BorderSizePixel"] = 0
  1237. UI["91"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1238. UI["91"]["TextScaled"] = true
  1239. UI["91"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1240. UI["91"]["TextSize"] = 16
  1241. UI["91"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1242. UI["91"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1243. UI["91"]["BackgroundTransparency"] = 1
  1244. UI["91"]["Size"] = UDim2.new(0.0927, 0, 0.36667, 0)
  1245. UI["91"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1246. UI["91"]["Text"] = [[100]]
  1247. UI["91"]["Name"] = [[jumpvalue]]
  1248. UI["91"]["Position"] = UDim2.new(0.9183, 0, 2.21667, 0)
  1249.  
  1250. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.jumpvalue.UITextSizeConstraint \\ --
  1251. UI["92"] = Instance.new("UITextSizeConstraint", UI["91"])
  1252. UI["92"]["MaxTextSize"] = 16
  1253.  
  1254. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text \\ --
  1255. UI["93"] = Instance.new("TextLabel", UI["7f"])
  1256. UI["93"]["TextWrapped"] = true
  1257. UI["93"]["BorderSizePixel"] = 0
  1258. UI["93"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1259. UI["93"]["TextScaled"] = true
  1260. UI["93"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1261. UI["93"]["TextSize"] = 16
  1262. UI["93"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1263. UI["93"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1264. UI["93"]["BackgroundTransparency"] = 1
  1265. UI["93"]["Size"] = UDim2.new(0.31925, 0, 0.6, 0)
  1266. UI["93"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1267. UI["93"]["Text"] = [[SpeedHack]]
  1268. UI["93"]["Name"] = [[sh]]
  1269. UI["93"]["Position"] = UDim2.new(0.011, 0, 3.41667, 0)
  1270.  
  1271. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text.UITextSizeConstraint \\ --
  1272. UI["94"] = Instance.new("UITextSizeConstraint", UI["93"])
  1273. UI["94"]["MaxTextSize"] = 16
  1274.  
  1275. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed \\ --
  1276. UI["95"] = Instance.new("Frame", UI["7f"])
  1277. UI["95"]["BorderSizePixel"] = 0
  1278. UI["95"]["BackgroundColor3"] = Color3.fromRGB(151, 134, 154)
  1279. UI["95"]["AnchorPoint"] = Vector2.new(0.5, 1)
  1280. UI["95"]["Size"] = UDim2.new(0.97383, 0, 0.06667, 0)
  1281. UI["95"]["Position"] = UDim2.new(0.50838, 0, 4.16667, 0)
  1282. UI["95"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1283. UI["95"]["Name"] = [[Speed]]
  1284.  
  1285. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed.corner \\ --
  1286. UI["96"] = Instance.new("UICorner", UI["95"])
  1287. UI["96"]["Name"] = [[corner]]
  1288. UI["96"]["CornerRadius"] = UDim.new(1, 0)
  1289.  
  1290. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed.indicator \\ --
  1291. UI["97"] = Instance.new("Frame", UI["95"])
  1292. UI["97"]["BorderSizePixel"] = 0
  1293. UI["97"]["BackgroundColor3"] = Color3.fromRGB(126, 38, 208)
  1294. UI["97"]["AnchorPoint"] = Vector2.new(0, 0.5)
  1295. UI["97"]["Size"] = UDim2.new(0.01703, 0, 0.5, 0)
  1296. UI["97"]["Position"] = UDim2.new(0, 0, 0.5, 0)
  1297. UI["97"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1298. UI["97"]["Name"] = [[indicator]]
  1299.  
  1300. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed.indicator.corner \\ --
  1301. UI["98"] = Instance.new("UICorner", UI["97"])
  1302. UI["98"]["Name"] = [[corner]]
  1303. UI["98"]["CornerRadius"] = UDim.new(1, 0)
  1304.  
  1305. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed.indicator.dot \\ --
  1306. UI["99"] = Instance.new("Frame", UI["97"])
  1307. UI["99"]["BorderSizePixel"] = 0
  1308. UI["99"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43)
  1309. UI["99"]["AnchorPoint"] = Vector2.new(0.5, 0.5)
  1310. UI["99"]["Size"] = UDim2.new(0, 15, 0, 15)
  1311. UI["99"]["Position"] = UDim2.new(1, 0, 0.5, 0)
  1312. UI["99"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1313. UI["99"]["Name"] = [[dot]]
  1314.  
  1315. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.Speed.indicator.dot.corner \\ --
  1316. UI["9a"] = Instance.new("UICorner", UI["99"])
  1317. UI["9a"]["Name"] = [[corner]]
  1318. UI["9a"]["CornerRadius"] = UDim.new(1, 0)
  1319.  
  1320. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.speedvalue \\ --
  1321. UI["9b"] = Instance.new("TextLabel", UI["7f"])
  1322. UI["9b"]["TextWrapped"] = true
  1323. UI["9b"]["BorderSizePixel"] = 0
  1324. UI["9b"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1325. UI["9b"]["TextScaled"] = true
  1326. UI["9b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1327. UI["9b"]["TextSize"] = 16
  1328. UI["9b"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1329. UI["9b"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1330. UI["9b"]["BackgroundTransparency"] = 1
  1331. UI["9b"]["Size"] = UDim2.new(0.0927, 0, 0.36667, 0)
  1332. UI["9b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1333. UI["9b"]["Text"] = [[100]]
  1334. UI["9b"]["Name"] = [[speedvalue]]
  1335. UI["9b"]["Position"] = UDim2.new(0.9183, 0, 3.53333, 0)
  1336.  
  1337. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.speedvalue.UITextSizeConstraint \\ --
  1338. UI["9c"] = Instance.new("UITextSizeConstraint", UI["9b"])
  1339. UI["9c"]["MaxTextSize"] = 16
  1340.  
  1341. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text \\ --
  1342. UI["9d"] = Instance.new("TextLabel", UI["7f"])
  1343. UI["9d"]["TextWrapped"] = true
  1344. UI["9d"]["BorderSizePixel"] = 0
  1345. UI["9d"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1346. UI["9d"]["TextScaled"] = true
  1347. UI["9d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1348. UI["9d"]["TextSize"] = 16
  1349. UI["9d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Medium, Enum.FontStyle.Normal)
  1350. UI["9d"]["TextColor3"] = Color3.fromRGB(151, 134, 154)
  1351. UI["9d"]["BackgroundTransparency"] = 1
  1352. UI["9d"]["Size"] = UDim2.new(0.25216, 0, 0.6, 0)
  1353. UI["9d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1354. UI["9d"]["Text"] = [[FPS Value]]
  1355. UI["9d"]["Name"] = [[fps]]
  1356. UI["9d"]["Position"] = UDim2.new(0.0055, 0, -0.13333, 0)
  1357.  
  1358. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.text.UITextSizeConstraint \\ --
  1359. UI["9e"] = Instance.new("UITextSizeConstraint", UI["9d"])
  1360. UI["9e"]["MaxTextSize"] = 16
  1361.  
  1362. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server \\ --
  1363. UI["9f"] = Instance.new("TextButton", UI["7e"])
  1364. UI["9f"]["TextWrapped"] = true
  1365. UI["9f"]["BorderSizePixel"] = 0
  1366. UI["9f"]["TextSize"] = 25
  1367. UI["9f"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1368. UI["9f"]["TextScaled"] = true
  1369. UI["9f"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43)
  1370. UI["9f"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1371. UI["9f"]["Size"] = UDim2.new(0.10933, 0, 0.0924, 0)
  1372. UI["9f"]["Name"] = [[hop server]]
  1373. UI["9f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1374. UI["9f"]["Text"] = [[hop server]]
  1375. UI["9f"]["Position"] = UDim2.new(0.19506, 0, 0.87084, 0)
  1376.  
  1377. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server.UICorner \\ --
  1378. UI["a0"] = Instance.new("UICorner", UI["9f"])
  1379. UI["a0"]["CornerRadius"] = UDim.new(0, 5)
  1380.  
  1381. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server.UIStroke \\ --
  1382. UI["a1"] = Instance.new("UIStroke", UI["9f"])
  1383. UI["a1"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  1384. UI["a1"]["Color"] = Color3.fromRGB(26, 16, 35)
  1385.  
  1386. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server.UITextSizeConstraint \\ --
  1387. UI["a2"] = Instance.new("UITextSizeConstraint", UI["9f"])
  1388. UI["a2"]["MaxTextSize"] = 25
  1389.  
  1390. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server.LocalScript \\ --
  1391. UI["a3"] = Instance.new("LocalScript", UI["9f"])
  1392.  
  1393.  
  1394. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj \\ --
  1395. UI["a4"] = Instance.new("TextButton", UI["7e"])
  1396. UI["a4"]["TextWrapped"] = true
  1397. UI["a4"]["BorderSizePixel"] = 0
  1398. UI["a4"]["TextSize"] = 25
  1399. UI["a4"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1400. UI["a4"]["TextScaled"] = true
  1401. UI["a4"]["BackgroundColor3"] = Color3.fromRGB(43, 43, 43)
  1402. UI["a4"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1403. UI["a4"]["Size"] = UDim2.new(0.10933, 0, 0.0924, 0)
  1404. UI["a4"]["Name"] = [[rj]]
  1405. UI["a4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1406. UI["a4"]["Text"] = [[Rejoin]]
  1407. UI["a4"]["Position"] = UDim2.new(0.19506, 0, 0.75881, 0)
  1408.  
  1409. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj.UICorner \\ --
  1410. UI["a5"] = Instance.new("UICorner", UI["a4"])
  1411. UI["a5"]["CornerRadius"] = UDim.new(0, 5)
  1412.  
  1413. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj.UIStroke \\ --
  1414. UI["a6"] = Instance.new("UIStroke", UI["a4"])
  1415. UI["a6"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  1416. UI["a6"]["Color"] = Color3.fromRGB(26, 16, 35)
  1417.  
  1418. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj.UITextSizeConstraint \\ --
  1419. UI["a7"] = Instance.new("UITextSizeConstraint", UI["a4"])
  1420. UI["a7"]["MaxTextSize"] = 25
  1421.  
  1422. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj.LocalScript \\ --
  1423. UI["a8"] = Instance.new("LocalScript", UI["a4"])
  1424.  
  1425.  
  1426. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages \\ --
  1427. UI["a9"] = Instance.new("ScrollingFrame", UI["7e"])
  1428. UI["a9"]["Active"] = true
  1429. UI["a9"]["BorderSizePixel"] = 0
  1430. UI["a9"]["CanvasSize"] = UDim2.new(0, 0, 5, 0)
  1431. UI["a9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1432. UI["a9"]["Name"] = [[Languages]]
  1433. UI["a9"]["Size"] = UDim2.new(0.591, 0, 0.846, 0)
  1434. UI["a9"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0)
  1435. UI["a9"]["Position"] = UDim2.new(0.397, 0, 0.035, 0)
  1436. UI["a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1437. UI["a9"]["BackgroundTransparency"] = 1
  1438.  
  1439. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.LocalScript \\ --
  1440. UI["aa"] = Instance.new("LocalScript", UI["a9"])
  1441.  
  1442.  
  1443. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone \\ --
  1444. UI["ab"] = Instance.new("Folder", UI["a9"])
  1445. UI["ab"]["Name"] = [[ButtonClone]]
  1446.  
  1447. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language \\ --
  1448. UI["ac"] = Instance.new("TextButton", UI["ab"])
  1449. UI["ac"]["TextWrapped"] = true
  1450. UI["ac"]["BorderSizePixel"] = 0
  1451. UI["ac"]["TextSize"] = 25
  1452. UI["ac"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1453. UI["ac"]["TextScaled"] = true
  1454. UI["ac"]["BackgroundColor3"] = Color3.fromRGB(9, 6, 12)
  1455. UI["ac"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1456. UI["ac"]["Size"] = UDim2.new(0.10933, 0, 0.0924, 0)
  1457. UI["ac"]["Name"] = [[Language]]
  1458. UI["ac"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1459. UI["ac"]["Text"] = [[Language]]
  1460. UI["ac"]["Visible"] = false
  1461. UI["ac"]["Position"] = UDim2.new(0.19506, 0, 0.75881, 0)
  1462.  
  1463. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language.UICorner \\ --
  1464. UI["ad"] = Instance.new("UICorner", UI["ac"])
  1465. UI["ad"]["CornerRadius"] = UDim.new(0, 3)
  1466.  
  1467. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language.UIStroke \\ --
  1468. UI["ae"] = Instance.new("UIStroke", UI["ac"])
  1469. UI["ae"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  1470. UI["ae"]["Color"] = Color3.fromRGB(26, 16, 35)
  1471.  
  1472. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language.UITextSizeConstraint \\ --
  1473. UI["af"] = Instance.new("UITextSizeConstraint", UI["ac"])
  1474. UI["af"]["MaxTextSize"] = 25
  1475.  
  1476. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language.LocalScript \\ --
  1477. UI["b0"] = Instance.new("LocalScript", UI["ac"])
  1478.  
  1479.  
  1480. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.UIGridLayout \\ --
  1481. UI["b1"] = Instance.new("UIGridLayout", UI["a9"])
  1482. UI["b1"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center
  1483. UI["b1"]["CellSize"] = UDim2.new(0.9, 0, 0.03, 0)
  1484. UI["b1"]["FillDirectionMaxCells"] = 5
  1485. UI["b1"]["SortOrder"] = Enum.SortOrder.LayoutOrder
  1486.  
  1487. -- // StarterGui.CommanderX.Frame.Main.Page4.Cloud \\ --
  1488. UI["b2"] = Instance.new("Frame", UI["7d"])
  1489. UI["b2"]["BorderSizePixel"] = 0
  1490. UI["b2"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1491. UI["b2"]["Size"] = UDim2.new(0.60239, 0, 0.08417, 0)
  1492. UI["b2"]["Position"] = UDim2.new(0.19825, 0, 0.01402, 0)
  1493. UI["b2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1494. UI["b2"]["Name"] = [[Cloud]]
  1495.  
  1496. -- // StarterGui.CommanderX.Frame.Main.Page4.Cloud.nothing \\ --
  1497. UI["b3"] = Instance.new("Frame", UI["b2"])
  1498. UI["b3"]["BorderSizePixel"] = 0
  1499. UI["b3"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1500. UI["b3"]["Size"] = UDim2.new(1, 0, 1.07143, 0)
  1501. UI["b3"]["Position"] = UDim2.new(-0, 0, 0, 0)
  1502. UI["b3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1503. UI["b3"]["Name"] = [[nothing]]
  1504.  
  1505. -- // StarterGui.CommanderX.Frame.Main.Page4.Cloud.nothing.Frame \\ --
  1506. UI["b4"] = Instance.new("Frame", UI["b3"])
  1507. UI["b4"]["BorderSizePixel"] = 0
  1508. UI["b4"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  1509. UI["b4"]["Size"] = UDim2.new(1, 0, 0.1111, 0)
  1510. UI["b4"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  1511. UI["b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1512.  
  1513. -- // StarterGui.CommanderX.Frame.Main.Page4.Cloud.nothing.TextLabel \\ --
  1514. UI["b5"] = Instance.new("TextLabel", UI["b3"])
  1515. UI["b5"]["TextWrapped"] = true
  1516. UI["b5"]["BorderSizePixel"] = 0
  1517. UI["b5"]["TextScaled"] = true
  1518. UI["b5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1519. UI["b5"]["TextSize"] = 40
  1520. UI["b5"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1521. UI["b5"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1522. UI["b5"]["BackgroundTransparency"] = 1
  1523. UI["b5"]["RichText"] = true
  1524. UI["b5"]["Size"] = UDim2.new(0.99223, 0, 1, 0)
  1525. UI["b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1526. UI["b5"]["Text"] = [[Settings]]
  1527. UI["b5"]["Position"] = UDim2.new(0.00777, 0, 0, 0)
  1528.  
  1529. -- // StarterGui.CommanderX.Frame.Main.Page4.Cloud.nothing.TextLabel.UITextSizeConstraint \\ --
  1530. UI["b6"] = Instance.new("UITextSizeConstraint", UI["b5"])
  1531. UI["b6"]["MaxTextSize"] = 40
  1532.  
  1533. -- // StarterGui.CommanderX.Frame.Main.Page2 \\ --
  1534. UI["b7"] = Instance.new("Frame", UI["3"])
  1535. UI["b7"]["Visible"] = false
  1536. UI["b7"]["BorderSizePixel"] = 0
  1537. UI["b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1538. UI["b7"]["Size"] = UDim2.new(1.198, 0, 0.719, 0)
  1539. UI["b7"]["Position"] = UDim2.new(-0.1, 0, 0.127, 0)
  1540. UI["b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1541. UI["b7"]["Name"] = [[Page2]]
  1542. UI["b7"]["BackgroundTransparency"] = 1
  1543.  
  1544. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage \\ --
  1545. UI["b8"] = Instance.new("Frame", UI["b7"])
  1546. UI["b8"]["BorderSizePixel"] = 0
  1547. UI["b8"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1548. UI["b8"]["Size"] = UDim2.new(0.60239, 0, 0.88978, 0)
  1549. UI["b8"]["Position"] = UDim2.new(0.19825, 0, 0.10634, 0)
  1550. UI["b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1551. UI["b8"]["Name"] = [[ExecutorPage]]
  1552.  
  1553. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage \\ --
  1554. UI["b9"] = Instance.new("ScrollingFrame", UI["b8"])
  1555. UI["b9"]["Active"] = true
  1556. UI["b9"]["BorderSizePixel"] = 0
  1557. UI["b9"]["BackgroundColor3"] = Color3.fromRGB(17, 17, 18)
  1558. UI["b9"]["Name"] = [[SearchPage]]
  1559. UI["b9"]["Size"] = UDim2.new(0.97642, 0, 0.97819, 0)
  1560. UI["b9"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0)
  1561. UI["b9"]["Position"] = UDim2.new(0.01441, 0, 0.01976, 0)
  1562. UI["b9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1563. UI["b9"]["BackgroundTransparency"] = 1
  1564.  
  1565. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN \\ --
  1566. UI["ba"] = Instance.new("Frame", UI["b9"])
  1567. UI["ba"]["BorderSizePixel"] = 0
  1568. UI["ba"]["BackgroundColor3"] = Color3.fromRGB(17, 17, 18)
  1569. UI["ba"]["Size"] = UDim2.new(1, 0, 1, 0)
  1570. UI["ba"]["Position"] = UDim2.new(0.02214, 0, 0.01913, 0)
  1571. UI["ba"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1572. UI["ba"]["Name"] = [[mAIN]]
  1573. UI["ba"]["BackgroundTransparency"] = 1
  1574.  
  1575. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.UIGridLayout \\ --
  1576. UI["bb"] = Instance.new("UIGridLayout", UI["ba"])
  1577. UI["bb"]["CellSize"] = UDim2.new(0.271, 0, 0.286, 0)
  1578. UI["bb"]["SortOrder"] = Enum.SortOrder.LayoutOrder
  1579. UI["bb"]["CellPadding"] = UDim2.new(0, 18, 0, 10)
  1580.  
  1581. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder \\ --
  1582. UI["bc"] = Instance.new("Folder", UI["ba"])
  1583.  
  1584.  
  1585. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui \\ --
  1586. UI["bd"] = Instance.new("Frame", UI["bc"])
  1587. UI["bd"]["Visible"] = false
  1588. UI["bd"]["BorderSizePixel"] = 0
  1589. UI["bd"]["BackgroundColor3"] = Color3.fromRGB(41, 41, 41)
  1590. UI["bd"]["Size"] = UDim2.new(0.27121, 0, 0.28558, 0)
  1591. UI["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1592. UI["bd"]["Name"] = [[ui]]
  1593.  
  1594. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.UICorner \\ --
  1595. UI["be"] = Instance.new("UICorner", UI["bd"])
  1596. UI["be"]["CornerRadius"] = UDim.new(0, 6)
  1597.  
  1598. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.ImageLabel \\ --
  1599. UI["bf"] = Instance.new("ImageLabel", UI["bd"])
  1600. UI["bf"]["BorderSizePixel"] = 0
  1601. UI["bf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1602. UI["bf"]["Image"] = [[rbxassetid://17751780537]]
  1603. UI["bf"]["Size"] = UDim2.new(1, 0, 0.63962, 0)
  1604. UI["bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1605. UI["bf"]["BackgroundTransparency"] = 1
  1606. UI["bf"]["Position"] = UDim2.new(0, 0, -0, 0)
  1607.  
  1608. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel \\ --
  1609. UI["c1"] = Instance.new("TextLabel", UI["bd"])
  1610. UI["c1"]["TextWrapped"] = true
  1611. UI["c1"]["BorderSizePixel"] = 0
  1612. UI["c1"]["TextScaled"] = true
  1613. UI["c1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1614. UI["c1"]["TextSize"] = 25
  1615. UI["c1"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  1616. UI["c1"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1617. UI["c1"]["BackgroundTransparency"] = 1
  1618. UI["c1"]["Size"] = UDim2.new(0.32, 0, 0.07692, 0)
  1619. UI["c1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1620. UI["c1"]["Text"] = [[views: ???]]
  1621. UI["c1"]["Position"] = UDim2.new(0.0518, 0, 0.86874, 0)
  1622.  
  1623. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel.UITextSizeConstraint \\ --
  1624. UI["c2"] = Instance.new("UITextSizeConstraint", UI["c1"])
  1625. UI["c2"]["MaxTextSize"] = 25
  1626.  
  1627. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel.UIAspectRatioConstraint \\ --
  1628. UI["c3"] = Instance.new("UIAspectRatioConstraint", UI["c1"])
  1629. UI["c3"]["AspectRatio"] = 4
  1630.  
  1631. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel \\ --
  1632. UI["c4"] = Instance.new("TextLabel", UI["bd"])
  1633. UI["c4"]["TextWrapped"] = true
  1634. UI["c4"]["BorderSizePixel"] = 0
  1635. UI["c4"]["TextScaled"] = true
  1636. UI["c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1637. UI["c4"]["TextSize"] = 25
  1638. UI["c4"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  1639. UI["c4"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1640. UI["c4"]["BackgroundTransparency"] = 1
  1641. UI["c4"]["Size"] = UDim2.new(0.528, 0, 0.07692, 0)
  1642. UI["c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1643. UI["c4"]["Text"] = [[Created: ??/??/????]]
  1644. UI["c4"]["Position"] = UDim2.new(0.0278, 0, 0.79182, 0)
  1645.  
  1646. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel.UITextSizeConstraint \\ --
  1647. UI["c5"] = Instance.new("UITextSizeConstraint", UI["c4"])
  1648. UI["c5"]["MaxTextSize"] = 25
  1649.  
  1650. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.TextLabel.UIAspectRatioConstraint \\ --
  1651. UI["c6"] = Instance.new("UIAspectRatioConstraint", UI["c4"])
  1652. UI["c6"]["AspectRatio"] = 6.6
  1653.  
  1654. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.scriptname \\ --
  1655. UI["c7"] = Instance.new("TextLabel", UI["bd"])
  1656. UI["c7"]["TextWrapped"] = true
  1657. UI["c7"]["BorderSizePixel"] = 0
  1658. UI["c7"]["TextXAlignment"] = Enum.TextXAlignment.Left
  1659. UI["c7"]["TextScaled"] = true
  1660. UI["c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1661. UI["c7"]["TextSize"] = 25
  1662. UI["c7"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  1663. UI["c7"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1664. UI["c7"]["BackgroundTransparency"] = 1
  1665. UI["c7"]["Size"] = UDim2.new(0.872, 0, 0.07692, 0)
  1666. UI["c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1667. UI["c7"]["Text"] = [[Anya BETTER]]
  1668. UI["c7"]["Name"] = [[scriptname]]
  1669. UI["c7"]["Position"] = UDim2.new(0.109, 0, 0.715, 0)
  1670.  
  1671. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.scriptname.UITextSizeConstraint \\ --
  1672. UI["c8"] = Instance.new("UITextSizeConstraint", UI["c7"])
  1673. UI["c8"]["MaxTextSize"] = 25
  1674.  
  1675. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.scriptname.UIAspectRatioConstraint \\ --
  1676. UI["c9"] = Instance.new("UIAspectRatioConstraint", UI["c7"])
  1677. UI["c9"]["AspectRatio"] = 10.9
  1678.  
  1679. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.UIStroke \\ --
  1680. UI["ca"] = Instance.new("UIStroke", UI["bd"])
  1681. UI["ca"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  1682. UI["ca"]["Color"] = Color3.fromRGB(119, 119, 119)
  1683.  
  1684. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.Universal \\ --
  1685. UI["cb"] = Instance.new("TextLabel", UI["bd"])
  1686. UI["cb"]["TextWrapped"] = true
  1687. UI["cb"]["BorderSizePixel"] = 0
  1688. UI["cb"]["TextScaled"] = true
  1689. UI["cb"]["BackgroundColor3"] = Color3.fromRGB(255, 40, 137)
  1690. UI["cb"]["TextSize"] = 20
  1691. UI["cb"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  1692. UI["cb"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1693. UI["cb"]["Size"] = UDim2.new(0.256, 0, 0.11538, 0)
  1694. UI["cb"]["Visible"] = false
  1695. UI["cb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1696. UI["cb"]["Text"] = [[Anya UI]]
  1697. UI["cb"]["Name"] = [[Universal]]
  1698. UI["cb"]["Position"] = UDim2.new(0.69, 0, 0.055, 0)
  1699.  
  1700. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.Universal.UICorner \\ --
  1701. UI["cc"] = Instance.new("UICorner", UI["cb"])
  1702. UI["cc"]["CornerRadius"] = UDim.new(0, 5)
  1703.  
  1704. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.Universal.UIStroke \\ --
  1705. UI["cd"] = Instance.new("UIStroke", UI["cb"])
  1706. UI["cd"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border
  1707. UI["cd"]["Color"] = Color3.fromRGB(73, 73, 73)
  1708.  
  1709. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.Universal.UIAspectRatioConstraint \\ --
  1710. UI["ce"] = Instance.new("UIAspectRatioConstraint", UI["cb"])
  1711. UI["ce"]["AspectRatio"] = 2.13333
  1712.  
  1713. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.Universal.UITextSizeConstraint \\ --
  1714. UI["cf"] = Instance.new("UITextSizeConstraint", UI["cb"])
  1715. UI["cf"]["MaxTextSize"] = 20
  1716.  
  1717. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.load \\ --
  1718. UI["d0"] = Instance.new("Frame", UI["bd"])
  1719. UI["d0"]["BorderSizePixel"] = 0
  1720. UI["d0"]["BackgroundColor3"] = Color3.fromRGB(22, 22, 22)
  1721. UI["d0"]["Size"] = UDim2.new(0.152, 0, 0.14615, 0)
  1722. UI["d0"]["Position"] = UDim2.new(0.81432, 0, 0.83447, 0)
  1723. UI["d0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1724. UI["d0"]["Name"] = [[load]]
  1725.  
  1726. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.load.UICorner \\ --
  1727. UI["d1"] = Instance.new("UICorner", UI["d0"])
  1728. UI["d1"]["CornerRadius"] = UDim.new(0.34, 0)
  1729.  
  1730. -- // StarterGui.CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui.load.ImageButton \\ --
  1731. UI["d2"] = Instance.new("ImageButton", UI["d0"])
  1732. UI["d2"]["BorderSizePixel"] = 0
  1733. UI["d2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1734. UI["d2"]["ImageColor3"] = Color3.fromRGB(153, 153, 153)
  1735. UI["d2"]["Image"] = [[rbxassetid://15115194626]]
  1736. UI["d2"]["Size"] = UDim2.new(1.171, 0, 1.211, 0)
  1737. UI["d2"]["BackgroundTransparency"] = 1
  1738. UI["d2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1739. UI["d2"]["Position"] = UDim2.new(-0.056, 0, -0.105, 0)
  1740.  
  1741. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud \\ --
  1742. UI["d3"] = Instance.new("Frame", UI["b7"])
  1743. UI["d3"]["BorderSizePixel"] = 0
  1744. UI["d3"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1745. UI["d3"]["Size"] = UDim2.new(0.60239, 0, 0.08417, 0)
  1746. UI["d3"]["Position"] = UDim2.new(0.19825, 0, 0.02196, 0)
  1747. UI["d3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1748. UI["d3"]["Name"] = [[Cloud]]
  1749.  
  1750. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.nothing \\ --
  1751. UI["d4"] = Instance.new("Frame", UI["d3"])
  1752. UI["d4"]["BorderSizePixel"] = 0
  1753. UI["d4"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1754. UI["d4"]["Size"] = UDim2.new(1.00117, 0, 1.07143, 0)
  1755. UI["d4"]["Position"] = UDim2.new(-0.00117, 0, -0.02381, 0)
  1756. UI["d4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1757. UI["d4"]["Name"] = [[nothing]]
  1758.  
  1759. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.nothing.Frame \\ --
  1760. UI["d5"] = Instance.new("Frame", UI["d4"])
  1761. UI["d5"]["BorderSizePixel"] = 0
  1762. UI["d5"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  1763. UI["d5"]["Size"] = UDim2.new(1, 0, 0.11111, 0)
  1764. UI["d5"]["Position"] = UDim2.new(0, 0, 0.97925, 0)
  1765. UI["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1766.  
  1767. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.nothing.TextLabel \\ --
  1768. UI["d6"] = Instance.new("TextLabel", UI["d4"])
  1769. UI["d6"]["TextWrapped"] = true
  1770. UI["d6"]["BorderSizePixel"] = 0
  1771. UI["d6"]["TextScaled"] = true
  1772. UI["d6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255)
  1773. UI["d6"]["TextSize"] = 40
  1774. UI["d6"]["FontFace"] = Font.new([[rbxassetid://12187377099]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1775. UI["d6"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1776. UI["d6"]["BackgroundTransparency"] = 1
  1777. UI["d6"]["RichText"] = true
  1778. UI["d6"]["Size"] = UDim2.new(0.6298, 0, 1, 0)
  1779. UI["d6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1780. UI["d6"]["Text"] = [[Scripts Page]]
  1781. UI["d6"]["Position"] = UDim2.new(0.18704, 0, 0, 0)
  1782.  
  1783. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.nothing.TextLabel.UITextSizeConstraint \\ --
  1784. UI["d7"] = Instance.new("UITextSizeConstraint", UI["d6"])
  1785. UI["d7"]["MaxTextSize"] = 40
  1786.  
  1787. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute \\ --
  1788. UI["d8"] = Instance.new("Frame", UI["d3"])
  1789. UI["d8"]["BorderSizePixel"] = 0
  1790. UI["d8"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1791. UI["d8"]["Size"] = UDim2.new(0.0455, 0, 1, 0)
  1792. UI["d8"]["Position"] = UDim2.new(0.14618, 0, 0, 0)
  1793. UI["d8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1794. UI["d8"]["Name"] = [[Execute]]
  1795. UI["d8"]["BackgroundTransparency"] = 1
  1796.  
  1797. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.UICorner \\ --
  1798. UI["d9"] = Instance.new("UICorner", UI["d8"])
  1799.  
  1800.  
  1801. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons \\ --
  1802. UI["da"] = Instance.new("Frame", UI["d8"])
  1803. UI["da"]["BorderSizePixel"] = 0
  1804. UI["da"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1805. UI["da"]["Size"] = UDim2.new(0.92429, 0, 0.78571, 0)
  1806. UI["da"]["Position"] = UDim2.new(17.66113, 0, 0.11296, 0)
  1807. UI["da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1808. UI["da"]["Name"] = [[Buttons]]
  1809.  
  1810. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons.UICorner \\ --
  1811. UI["db"] = Instance.new("UICorner", UI["da"])
  1812.  
  1813.  
  1814. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons.ImageButton \\ --
  1815. UI["dc"] = Instance.new("ImageButton", UI["da"])
  1816. UI["dc"]["BorderSizePixel"] = 0
  1817. UI["dc"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1818. UI["dc"]["Image"] = [[rbxassetid://15255978303]]
  1819. UI["dc"]["Size"] = UDim2.new(0.58824, 0, 0.60606, 0)
  1820. UI["dc"]["BackgroundTransparency"] = 1
  1821. UI["dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1822. UI["dc"]["Position"] = UDim2.new(0.18382, 0, 0.18561, 0)
  1823.  
  1824. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons.ImageButton.UICorner \\ --
  1825. UI["dd"] = Instance.new("UICorner", UI["dc"])
  1826.  
  1827.  
  1828. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons.ImageButton.LocalScript \\ --
  1829. UI["de"] = Instance.new("LocalScript", UI["dc"])
  1830.  
  1831.  
  1832. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.TextBox \\ --
  1833. UI["df"] = Instance.new("TextBox", UI["d3"])
  1834. UI["df"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  1835. UI["df"]["BorderSizePixel"] = 0
  1836. UI["df"]["TextWrapped"] = true
  1837. UI["df"]["TextSize"] = 14
  1838. UI["df"]["TextScaled"] = true
  1839. UI["df"]["BackgroundColor3"] = Color3.fromRGB(23, 23, 23)
  1840. UI["df"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal)
  1841. UI["df"]["PlaceholderText"] = [[Search Here]]
  1842. UI["df"]["Size"] = UDim2.new(0.12972, 0, 0.78571, 0)
  1843. UI["df"]["Position"] = UDim2.new(0.80987, 0, 0.11296, 0)
  1844. UI["df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1845. UI["df"]["Text"] = [[]]
  1846.  
  1847. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.TextBox.UITextSizeConstraint \\ --
  1848. UI["e0"] = Instance.new("UITextSizeConstraint", UI["df"])
  1849. UI["e0"]["MaxTextSize"] = 14
  1850.  
  1851. -- // StarterGui.CommanderX.Frame.Frame \\ --
  1852. UI["e1"] = Instance.new("Frame", UI["2"])
  1853. UI["e1"]["BorderSizePixel"] = 0
  1854. UI["e1"]["BackgroundColor3"] = Color3.fromRGB(23, 19, 29)
  1855. UI["e1"]["Size"] = UDim2.new(0.0384, 0, 0.0533, 0)
  1856. UI["e1"]["Position"] = UDim2.new(0.948, 0, 0.157, 0)
  1857. UI["e1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1858.  
  1859. -- // StarterGui.CommanderX.Frame.Frame.UICorner \\ --
  1860. UI["e2"] = Instance.new("UICorner", UI["e1"])
  1861. UI["e2"]["CornerRadius"] = UDim.new(0.3, 0)
  1862.  
  1863. -- // StarterGui.CommanderX.Frame.Frame.ImageButton \\ --
  1864. UI["e3"] = Instance.new("ImageButton", UI["e1"])
  1865. UI["e3"]["BorderSizePixel"] = 0
  1866. UI["e3"]["BackgroundColor3"] = Color3.fromRGB(23, 19, 29)
  1867. UI["e3"]["Image"] = [[rbxassetid://17565907013]]
  1868. UI["e3"]["Size"] = UDim2.new(1.05157, 0, 1.178, 0)
  1869. UI["e3"]["BackgroundTransparency"] = 1
  1870. UI["e3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1871. UI["e3"]["Position"] = UDim2.new(-0.04946, 0, -0.089, 0)
  1872.  
  1873. -- // StarterGui.CommanderX.Frame.Frame.ImageButton.UIAspectRatioConstraint \\ --
  1874. UI["e4"] = Instance.new("UIAspectRatioConstraint", UI["e3"])
  1875. UI["e4"]["AspectRatio"] = 0.86806
  1876.  
  1877. -- // StarterGui.CommanderX.Frame.Frame.UIAspectRatioConstraint \\ --
  1878. UI["e5"] = Instance.new("UIAspectRatioConstraint", UI["e1"])
  1879. UI["e5"]["AspectRatio"] = 0.97242
  1880.  
  1881. -- // StarterGui.CommanderX.Frame.Down \\ --
  1882. UI["e6"] = Instance.new("Frame", UI["2"])
  1883. UI["e6"]["ZIndex"] = 9
  1884. UI["e6"]["BorderSizePixel"] = 0
  1885. UI["e6"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 32)
  1886. UI["e6"]["Size"] = UDim2.new(1, 0, 0.11156, 0)
  1887. UI["e6"]["Position"] = UDim2.new(0, 0, 0.88731, 0)
  1888. UI["e6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1889. UI["e6"]["Name"] = [[Down]]
  1890.  
  1891. -- // StarterGui.CommanderX.Frame.Down.Frame \\ --
  1892. UI["e7"] = Instance.new("Frame", UI["e6"])
  1893. UI["e7"]["BorderSizePixel"] = 0
  1894. UI["e7"]["BackgroundColor3"] = Color3.fromRGB(28, 28, 28)
  1895. UI["e7"]["Size"] = UDim2.new(1, 0, 0.07042, 0)
  1896. UI["e7"]["Position"] = UDim2.new(-0.00093, 0, -0.00666, 0)
  1897. UI["e7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1898.  
  1899. -- // StarterGui.CommanderX.Frame.Down.Settings \\ --
  1900. UI["e8"] = Instance.new("Frame", UI["e6"])
  1901. UI["e8"]["BorderSizePixel"] = 0
  1902. UI["e8"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1903. UI["e8"]["Size"] = UDim2.new(0.05093, 0, 0.77465, 0)
  1904. UI["e8"]["Position"] = UDim2.new(0.94111, 0, 0.10601, 0)
  1905. UI["e8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1906. UI["e8"]["Name"] = [[Settings]]
  1907.  
  1908. -- // StarterGui.CommanderX.Frame.Down.Settings.UICorner \\ --
  1909. UI["e9"] = Instance.new("UICorner", UI["e8"])
  1910.  
  1911.  
  1912. -- // StarterGui.CommanderX.Frame.Down.Settings.Buttons \\ --
  1913. UI["ea"] = Instance.new("Frame", UI["e8"])
  1914. UI["ea"]["BorderSizePixel"] = 0
  1915. UI["ea"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1916. UI["ea"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  1917. UI["ea"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  1918. UI["ea"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1919. UI["ea"]["Name"] = [[Buttons]]
  1920.  
  1921. -- // StarterGui.CommanderX.Frame.Down.Settings.Buttons.UICorner \\ --
  1922. UI["eb"] = Instance.new("UICorner", UI["ea"])
  1923.  
  1924.  
  1925. -- // StarterGui.CommanderX.Frame.Down.Settings.Buttons.ImageButton \\ --
  1926. UI["ec"] = Instance.new("ImageButton", UI["ea"])
  1927. UI["ec"]["BorderSizePixel"] = 0
  1928. UI["ec"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1929. UI["ec"]["Image"] = [[rbxassetid://13403501059]]
  1930. UI["ec"]["Size"] = UDim2.new(0.875, 0, 0.875, 0)
  1931. UI["ec"]["BackgroundTransparency"] = 1
  1932. UI["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1933. UI["ec"]["Position"] = UDim2.new(0.05, 0, 0.05, 0)
  1934.  
  1935. -- // StarterGui.CommanderX.Frame.Down.Settings.Buttons.ImageButton.UICorner \\ --
  1936. UI["ed"] = Instance.new("UICorner", UI["ec"])
  1937.  
  1938.  
  1939. -- // StarterGui.CommanderX.Frame.Down.Home \\ --
  1940. UI["ee"] = Instance.new("Frame", UI["e6"])
  1941. UI["ee"]["BorderSizePixel"] = 0
  1942. UI["ee"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1943. UI["ee"]["Size"] = UDim2.new(0.05093, 0, 0.77465, 0)
  1944. UI["ee"]["Position"] = UDim2.new(0.00963, 0, 0.10601, 0)
  1945. UI["ee"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1946. UI["ee"]["Name"] = [[Home]]
  1947.  
  1948. -- // StarterGui.CommanderX.Frame.Down.Home.UICorner \\ --
  1949. UI["ef"] = Instance.new("UICorner", UI["ee"])
  1950.  
  1951.  
  1952. -- // StarterGui.CommanderX.Frame.Down.Home.Buttons \\ --
  1953. UI["f0"] = Instance.new("Frame", UI["ee"])
  1954. UI["f0"]["BorderSizePixel"] = 0
  1955. UI["f0"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1956. UI["f0"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  1957. UI["f0"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  1958. UI["f0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1959. UI["f0"]["Name"] = [[Buttons]]
  1960.  
  1961. -- // StarterGui.CommanderX.Frame.Down.Home.Buttons.UICorner \\ --
  1962. UI["f1"] = Instance.new("UICorner", UI["f0"])
  1963.  
  1964.  
  1965. -- // StarterGui.CommanderX.Frame.Down.Home.Buttons.ImageButton \\ --
  1966. UI["f2"] = Instance.new("ImageButton", UI["f0"])
  1967. UI["f2"]["BorderSizePixel"] = 0
  1968. UI["f2"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  1969. UI["f2"]["Image"] = [[rbxassetid://13587639638]]
  1970. UI["f2"]["Size"] = UDim2.new(0.875, 0, 0.875, 0)
  1971. UI["f2"]["BackgroundTransparency"] = 1
  1972. UI["f2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1973. UI["f2"]["Position"] = UDim2.new(0.05, 0, 0.05, 0)
  1974.  
  1975. -- // StarterGui.CommanderX.Frame.Down.Home.Buttons.ImageButton.UICorner \\ --
  1976. UI["f3"] = Instance.new("UICorner", UI["f2"])
  1977.  
  1978.  
  1979. -- // StarterGui.CommanderX.Frame.Down.Folder \\ --
  1980. UI["f4"] = Instance.new("Folder", UI["e6"])
  1981.  
  1982.  
  1983. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor \\ --
  1984. UI["f5"] = Instance.new("Frame", UI["f4"])
  1985. UI["f5"]["BorderSizePixel"] = 0
  1986. UI["f5"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  1987. UI["f5"]["Size"] = UDim2.new(0.05093, 0, 0.77465, 0)
  1988. UI["f5"]["Position"] = UDim2.new(0.39398, 0, 0.11268, 0)
  1989. UI["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  1990. UI["f5"]["Name"] = [[Executor]]
  1991.  
  1992. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor.UICorner \\ --
  1993. UI["f6"] = Instance.new("UICorner", UI["f5"])
  1994.  
  1995.  
  1996. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor.Buttons \\ --
  1997. UI["f7"] = Instance.new("Frame", UI["f5"])
  1998. UI["f7"]["BorderSizePixel"] = 0
  1999. UI["f7"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2000. UI["f7"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  2001. UI["f7"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  2002. UI["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2003. UI["f7"]["Name"] = [[Buttons]]
  2004.  
  2005. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor.Buttons.UICorner \\ --
  2006. UI["f8"] = Instance.new("UICorner", UI["f7"])
  2007.  
  2008.  
  2009. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor.Buttons.ImageButton \\ --
  2010. UI["f9"] = Instance.new("ImageButton", UI["f7"])
  2011. UI["f9"]["BorderSizePixel"] = 0
  2012. UI["f9"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2013. UI["f9"]["Image"] = [[rbxassetid://13587561191]]
  2014. UI["f9"]["Size"] = UDim2.new(1, 0, 1, 0)
  2015. UI["f9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2016.  
  2017. -- // StarterGui.CommanderX.Frame.Down.Folder.Executor.Buttons.ImageButton.UICorner \\ --
  2018. UI["fa"] = Instance.new("UICorner", UI["f9"])
  2019.  
  2020.  
  2021. -- // StarterGui.CommanderX.Frame.Down.Folder.UIListLayout \\ --
  2022. UI["fb"] = Instance.new("UIListLayout", UI["f4"])
  2023. UI["fb"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center
  2024. UI["fb"]["Padding"] = UDim.new(0, 20)
  2025. UI["fb"]["VerticalAlignment"] = Enum.VerticalAlignment.Center
  2026. UI["fb"]["SortOrder"] = Enum.SortOrder.LayoutOrder
  2027. UI["fb"]["FillDirection"] = Enum.FillDirection.Horizontal
  2028.  
  2029. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud \\ --
  2030. UI["fc"] = Instance.new("Frame", UI["f4"])
  2031. UI["fc"]["BorderSizePixel"] = 0
  2032. UI["fc"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  2033. UI["fc"]["Size"] = UDim2.new(0.05093, 0, 0.77465, 0)
  2034. UI["fc"]["Position"] = UDim2.new(0.46343, 0, 0.11268, 0)
  2035. UI["fc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2036. UI["fc"]["Name"] = [[Cloud]]
  2037.  
  2038. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud.UICorner \\ --
  2039. UI["fd"] = Instance.new("UICorner", UI["fc"])
  2040.  
  2041.  
  2042. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud.Buttons \\ --
  2043. UI["fe"] = Instance.new("Frame", UI["fc"])
  2044. UI["fe"]["BorderSizePixel"] = 0
  2045. UI["fe"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2046. UI["fe"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  2047. UI["fe"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  2048. UI["fe"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2049. UI["fe"]["Name"] = [[Buttons]]
  2050.  
  2051. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud.Buttons.UICorner \\ --
  2052. UI["ff"] = Instance.new("UICorner", UI["fe"])
  2053.  
  2054.  
  2055. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud.Buttons.ImageButton \\ --
  2056. UI["100"] = Instance.new("ImageButton", UI["fe"])
  2057. UI["100"]["BorderSizePixel"] = 0
  2058. UI["100"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2059. UI["100"]["Image"] = [[rbxassetid://13588228646]]
  2060. UI["100"]["Size"] = UDim2.new(0.875, 0, 0.875, 0)
  2061. UI["100"]["BackgroundTransparency"] = 1
  2062. UI["100"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2063. UI["100"]["Position"] = UDim2.new(0.05, 0, 0.05, 0)
  2064.  
  2065. -- // StarterGui.CommanderX.Frame.Down.Folder.Cloud.Buttons.ImageButton.UICorner \\ --
  2066. UI["101"] = Instance.new("UICorner", UI["100"])
  2067.  
  2068.  
  2069. -- // StarterGui.CommanderX.Frame.Down.Folder.Console \\ --
  2070. UI["102"] = Instance.new("Frame", UI["f4"])
  2071. UI["102"]["BorderSizePixel"] = 0
  2072. UI["102"]["BackgroundColor3"] = Color3.fromRGB(37, 37, 37)
  2073. UI["102"]["Size"] = UDim2.new(0.05093, 0, 0.77465, 0)
  2074. UI["102"]["Position"] = UDim2.new(0.53287, 0, 0.11268, 0)
  2075. UI["102"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2076. UI["102"]["Name"] = [[Console]]
  2077.  
  2078. -- // StarterGui.CommanderX.Frame.Down.Folder.Console.UICorner \\ --
  2079. UI["103"] = Instance.new("UICorner", UI["102"])
  2080.  
  2081.  
  2082. -- // StarterGui.CommanderX.Frame.Down.Folder.Console.Buttons \\ --
  2083. UI["104"] = Instance.new("Frame", UI["102"])
  2084. UI["104"]["BorderSizePixel"] = 0
  2085. UI["104"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2086. UI["104"]["Size"] = UDim2.new(0.72727, 0, 0.72727, 0)
  2087. UI["104"]["Position"] = UDim2.new(0.13636, 0, 0.13636, 0)
  2088. UI["104"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2089. UI["104"]["Name"] = [[Buttons]]
  2090.  
  2091. -- // StarterGui.CommanderX.Frame.Down.Folder.Console.Buttons.UICorner \\ --
  2092. UI["105"] = Instance.new("UICorner", UI["104"])
  2093.  
  2094.  
  2095. -- // StarterGui.CommanderX.Frame.Down.Folder.Console.Buttons.ImageButton \\ --
  2096. UI["106"] = Instance.new("ImageButton", UI["104"])
  2097. UI["106"]["BorderSizePixel"] = 0
  2098. UI["106"]["BackgroundColor3"] = Color3.fromRGB(42, 42, 42)
  2099. UI["106"]["Image"] = [[rbxassetid://15761117362]]
  2100. UI["106"]["Size"] = UDim2.new(0.75, 0, 0.75, 0)
  2101. UI["106"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2102. UI["106"]["Position"] = UDim2.new(0.125, 0, 0.125, 0)
  2103.  
  2104. -- // StarterGui.CommanderX.Frame.Down.Folder.Console.Buttons.ImageButton.UICorner \\ --
  2105. UI["107"] = Instance.new("UICorner", UI["106"])
  2106.  
  2107.  
  2108. -- // StarterGui.CommanderX.Frame.Down.TextButton \\ --
  2109. UI["108"] = Instance.new("TextButton", UI["e6"])
  2110. UI["108"]["TextWrapped"] = true
  2111. UI["108"]["BorderSizePixel"] = 0
  2112. UI["108"]["TextSize"] = 14
  2113. UI["108"]["TextColor3"] = Color3.fromRGB(255, 255, 255)
  2114. UI["108"]["TextScaled"] = true
  2115. UI["108"]["BackgroundColor3"] = Color3.fromRGB(29, 29, 29)
  2116. UI["108"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal)
  2117. UI["108"]["Size"] = UDim2.new(0.06389, 0, 0.38028, 0)
  2118. UI["108"]["BorderColor3"] = Color3.fromRGB(0, 0, 0)
  2119. UI["108"]["Text"] = [[Hide]]
  2120. UI["108"]["Visible"] = false
  2121. UI["108"]["Position"] = UDim2.new(0.93463, 0, -0.38028, 0)
  2122.  
  2123. -- // StarterGui.CommanderX.Frame.Down.TextButton.UITextSizeConstraint \\ --
  2124. UI["109"] = Instance.new("UITextSizeConstraint", UI["108"])
  2125. UI["109"]["MaxTextSize"] = 14
  2126.  
  2127. -- // StarterGui.CommanderX.Frame.Main.LocalScript \\ --
  2128. local function SCRIPT_75()
  2129. local script = UI["75"]
  2130. --for i,v in pairs(script.Parent.Parent:GetDescendants()) do
  2131. -- if v:IsA("TextButton") or v:IsA("TextLabel") then
  2132. -- v.FontFace = Font.fromId(12187377099)
  2133. --end
  2134. --end
  2135.  
  2136. --makefolder("CommanderX")
  2137.  
  2138. local show = script.Parent.Parent.Frame.ImageButton
  2139. local frames = script.Parent
  2140. local down = script.Parent.Parent.Down
  2141. --ui settings
  2142. frames.Position = UDim2.new(0, 0,-1, 0)
  2143. down.Position = UDim2.new(0, 0,-2, 0)
  2144. show.Parent.Position = UDim2.new(0.948, 0,0.157, 0)
  2145. --script.Parent.Parent.Enabled = true
  2146.  
  2147. wait(3)
  2148.  
  2149. --fix ui config do not deleted
  2150. local b0 = down.Home.Buttons.ImageButton
  2151. local b1 = down.Folder.Executor.Buttons.ImageButton
  2152. local b2 = down.Folder.Cloud.Buttons.ImageButton
  2153. local b3 = down.Folder.Console.Buttons.ImageButton
  2154. local b4 = down.Settings.Buttons.ImageButton
  2155. local b5 = down.TextButton
  2156.  
  2157. local f0 = frames.Page0
  2158. local f1 = frames.Page1
  2159. local f2= frames.Page1.ScriptHub
  2160. local f3 = frames.Page2
  2161. local f4 = frames.Page3
  2162. local f5 = frames.Page4
  2163.  
  2164. local TweenService = game:GetService("TweenService")
  2165.  
  2166. -- Tween info: Duration of 0.5 seconds with 'Quad' easing style
  2167. local tweenInfo = TweenInfo.new(0.5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  2168.  
  2169. -- Helper function to create tweens for background transparency
  2170. local function createTween(element, transparency)
  2171. return TweenService:Create(element, tweenInfo, {BackgroundTransparency = transparency})
  2172. end
  2173.  
  2174. b0.MouseButton1Click:Connect(function()
  2175. createTween(b0.Parent, 0):Play()
  2176. createTween(b1.Parent, 1):Play()
  2177. createTween(b1.Parent, 1):Play()
  2178. createTween(b3.Parent, 1):Play()
  2179. createTween(b4.Parent, 1):Play()
  2180.  
  2181. f0.Visible = true
  2182. f1.Visible = false
  2183. f3.Visible = false
  2184. f4.Visible = false
  2185. f5.Visible = false
  2186. end)
  2187.  
  2188. b1.MouseButton1Click:Connect(function()
  2189. createTween(b0.Parent, 1):Play()
  2190. createTween(b1.Parent, 0):Play()
  2191. createTween(b1.Parent, 1):Play()
  2192. createTween(b3.Parent, 1):Play()
  2193. createTween(b4.Parent, 1):Play()
  2194.  
  2195. f0.Visible = false
  2196. f1.Visible = true
  2197. f3.Visible = false
  2198. f4.Visible = false
  2199. f5.Visible = false
  2200.  
  2201. end)
  2202.  
  2203. b2.MouseButton1Click:Connect(function()
  2204. createTween(b0.Parent, 1):Play()
  2205. createTween(b1.Parent, 1):Play()
  2206. createTween(b2.Parent, 0):Play()
  2207. createTween(b3.Parent, 1):Play()
  2208. createTween(b4.Parent, 1):Play()
  2209.  
  2210. f0.Visible = false
  2211. f1.Visible = false
  2212. f3.Visible = true
  2213. f4.Visible = false
  2214. f5.Visible = false
  2215.  
  2216. end)
  2217.  
  2218. b3.MouseButton1Click:Connect(function()
  2219. createTween(b0.Parent, 1):Play()
  2220. createTween(b1.Parent, 1):Play()
  2221. createTween(b2.Parent, 1):Play()
  2222. createTween(b3.Parent, 0):Play()
  2223. createTween(b4.Parent, 1):Play()
  2224.  
  2225. f0.Visible = false
  2226. f1.Visible = false
  2227. f3.Visible = false
  2228. f4.Visible = true
  2229. f5.Visible = false
  2230. end)
  2231.  
  2232. b4.MouseButton1Click:Connect(function()
  2233. createTween(b0.Parent, 1):Play()
  2234. createTween(b1.Parent, 1):Play()
  2235. createTween(b2.Parent, 1):Play()
  2236. createTween(b3.Parent, 1):Play()
  2237. createTween(b4.Parent, 0):Play()
  2238.  
  2239. f0.Visible = false
  2240. f1.Visible = false
  2241. f3.Visible = false
  2242. f4.Visible = false
  2243. f5.Visible = true
  2244. end)
  2245.  
  2246. b5.MouseButton1Click:Connect(function()
  2247. -- hide frames = 0.226, 0,2, 0
  2248. -- hide down = 0.999, 0,-0.076, 0
  2249. -- show button = 0.433, 0,0.069, 0
  2250. game.TweenService:Create(down, TweenInfo.new(1), {Position = UDim2.new(0, 0,1, 0)}):Play()
  2251. game.TweenService:Create(frames, TweenInfo.new(1), {Position = UDim2.new(0, 0,-2, 0)}):Play()
  2252. game.TweenService:Create(show.Parent, TweenInfo.new(1), {Position = UDim2.new(0.948, 0,0.157, 0)}):Play()
  2253. b5.Visible = false
  2254. end)
  2255. show.MouseButton1Click:Connect(function()
  2256. -- show frames = 0.226, 0,0.25, 0
  2257. -- show down = 0.911, 0,-0.076, 0
  2258. -- hide show = 0.433, 0,-2, 0
  2259. b5.Visible = true
  2260. game.TweenService:Create(down, TweenInfo.new(1), {Position = UDim2.new(0, 0, 0.887, 0)}):Play()
  2261. game.TweenService:Create(frames, TweenInfo.new(1), {Position = UDim2.new(0, 0,0, 0)}):Play()
  2262. game.TweenService:Create(show.Parent, TweenInfo.new(1), {Position = UDim2.new(2, 0,0.157, 0)}):Play()
  2263. end)
  2264. --end
  2265. --buttons + frames done
  2266.  
  2267. --f1 scripts
  2268.  
  2269. --home scripts done
  2270.  
  2271. --executor scripts
  2272. local scriptBox = f1.ExecutorPage.Folder.txtbox.EditorFrame.Source
  2273. local execute = f1.ExecutorPage.Buttons.Execute.Buttons.ImageButton
  2274. local clear = f1.ExecutorPage.Buttons.Clear.Buttons.ImageButton
  2275. local copy = f1.ExecutorPage.Buttons.Copy.Buttons.ImageButton
  2276. local clip = f1.ExecutorPage.Buttons.Clipboard.Buttons.ImageButton
  2277.  
  2278. execute.MouseButton1Click:Connect(function()
  2279. loadstring(scriptBox.Text)()
  2280. end)
  2281.  
  2282. clear.MouseButton1Click:Connect(function()
  2283. scriptBox.Text = ""
  2284. end)
  2285.  
  2286. copy.MouseButton1Click:Connect(function(plr)
  2287. setclipboard(scriptBox.Text)
  2288. end)
  2289.  
  2290. clip.MouseButton1Click:Connect(function()
  2291. local clipboardText = getclipboard()
  2292. if clipboardText then
  2293. local success, result = pcall(loadstring(clipboardText))
  2294. if not success then
  2295. print("Error executing clipboard content: " .. result)
  2296. end
  2297. end
  2298. end)
  2299. --executor DONE
  2300.  
  2301. local lua_keywords = {
  2302. "and", "break", "do", "else", "elseif", "end", "false", "for",
  2303. "function", "goto", "if", "in", "local", "nil", "not", "or",
  2304. "repeat", "return", "then", "true", "until", "while",
  2305. "assert", "collectgarbage", "coroutine", "debug",
  2306. "dofile", "error", "getfenv", "getmetatable", "ipairs",
  2307. "load", "loadfile", "loadstring", "next", "pairs", "pcall",
  2308. "print", "rawequal", "rawget", "rawset", "select",
  2309. "setfenv", "setmetatable", "tonumber", "tostring",
  2310. "type", "xpcall"
  2311. }
  2312.  
  2313.  
  2314. local global_env = {
  2315. -- Roblox Services
  2316. "game", "workspace", "Players", "StarterGui", "ReplicatedStorage",
  2317. "ReplicatedFirst", "StarterPack", "StarterCharacterScripts",
  2318. "Lighting", "SoundService", "PathfindingService", "UserInputService",
  2319. "RunService", "TweenService", "Debris", "HttpService",
  2320. "LocalizationService", "Teams", "Camera", "GuiService",
  2321. "CoreGui", "PhysicsService", "VRService", "AnalyticsService",
  2322. "TeleportService", "MessagingService", "CollectionService",
  2323. "Terrain", "TestService", "VirtualInputManager",
  2324. -- Common Data Types
  2325. "Vector3", "Vector2", "UDim2", "CFrame", "Color3",
  2326. "BrickColor", "Enum", "TweenInfo", "Ray", "Animation",
  2327. "AnimationTrack", "Keyframe", "Motor6D", "BasePart",
  2328. "Instance", "BindableEvent", "BindableFunction",
  2329. -- Object Types
  2330. "Player", "Humanoid", "Model", "Part", "Script",
  2331. "ModuleScript", "ImageLabel", "ImageButton", "ScrollingFrame",
  2332. "TextLabel", "TextButton", "TextBox", "SurfaceGui",
  2333. "UIListLayout", "UIGridLayout", "UICorner", "UISizeConstraint",
  2334. "Sound", "VideoFrame", "SpecialMesh", "MeshPart",
  2335. "SpawnLocation", "Accessory", "Hat", "Mesh", "SurfaceAppearance",
  2336. "ProximityPrompt", "CameraMode", "CameraType",
  2337. -- Constraint Types
  2338. "HingeConstraint", "WeldConstraint", "BallSocketConstraint",
  2339. "SliderConstraint", "CylindricalConstraint", "TorqueConstraint",
  2340. -- Value Types
  2341. "StringValue", "NumberValue", "IntValue", "BoolValue",
  2342. "ObjectValue", "Vector3Value", "Color3Value",
  2343. -- GUI Components
  2344. "Frame", "ScreenGui", "BillboardGui", "TextButton",
  2345. "ScrollingFrame", "ViewportFrame", "Viewport",
  2346. -- Additional Services
  2347. "BadgeService", "PluginService", "ContentProvider",
  2348. "User", "RemoteEvent", "RemoteFunction", "DockWidgetPluginGui",
  2349. "PluginToolbar", "PluginAction", "ToolbarButton"
  2350. }
  2351.  
  2352. local exeframe = f1
  2353. local Source = scriptBox
  2354. local Lines = f1.ExecutorPage.Folder.txtbox.EditorFrame.TextLabel
  2355. local src = Source
  2356. local lin = Lines
  2357.  
  2358.  
  2359. local TextService = game:GetService("TextService")
  2360. local RunService = game:GetService("RunService")
  2361.  
  2362. local Highlight = function(string, keywords)
  2363. local K = {}
  2364. local S = string
  2365. local Token =
  2366. {
  2367. ["="] = true,
  2368. ["."] = true,
  2369. [","] = true,
  2370. ["("] = true,
  2371. [")"] = true,
  2372. ["["] = true,
  2373. ["]"] = true,
  2374. ["{"] = true,
  2375. ["}"] = true,
  2376. [":"] = true,
  2377. ["*"] = true,
  2378. ["/"] = true,
  2379. ["+"] = true,
  2380. ["-"] = true,
  2381. ["--"] = true,
  2382. ["[["] = true,
  2383. ["]]"] = true,
  2384. ["%"] = true,
  2385. [";"] = true,
  2386. ["~"] = true
  2387. }
  2388. for i, v in pairs(keywords) do
  2389. K[v] = true
  2390. end
  2391. S = S:gsub(".", function(c)
  2392. if Token[c] ~= nil then
  2393. return "\32"
  2394. else
  2395. return c
  2396. end
  2397. end)
  2398. S = S:gsub("%S+", function(c)
  2399. if K[c] ~= nil then
  2400. return c
  2401. else
  2402. return (" "):rep(#c)
  2403. end
  2404. end)
  2405.  
  2406. return S
  2407. end
  2408.  
  2409. local strings = function(string)
  2410. local highlight = ""
  2411. local quote = false
  2412. string:gsub(".", function(c)
  2413. if quote == false and c == "\"" then
  2414. quote = true
  2415. elseif quote == true and c == "\"" then
  2416. quote = false
  2417. end
  2418. if quote == false and c == "\"" then
  2419. highlight = highlight .. "\""
  2420. elseif c == "\n" then
  2421. highlight = highlight .. "\n"
  2422. elseif c == "\t" then
  2423. highlight = highlight .. "\t"
  2424. elseif quote == true then
  2425. highlight = highlight .. c
  2426. elseif quote == false then
  2427. highlight = highlight .. "\32"
  2428. end
  2429. end)
  2430.  
  2431. return highlight
  2432. end
  2433.  
  2434. local comments = function(string)
  2435. local ret = ""
  2436. string:gsub("[^\r\n]+", function(c)
  2437. local comm = false
  2438. local i = 0
  2439. c:gsub(".", function(n)
  2440. i = i + 1
  2441. if c:sub(i, i + 1) == "--" then
  2442. comm = true
  2443. end
  2444. if comm == true then
  2445. ret = ret .. n
  2446. else
  2447. ret = ret .. "\32"
  2448. end
  2449. end)
  2450. ret = ret
  2451. end)
  2452.  
  2453. return ret
  2454. end
  2455.  
  2456. local numbers = function(string)
  2457. local A = ""
  2458. string:gsub(".", function(c)
  2459. if tonumber(c) ~= nil then
  2460. A = A .. c
  2461. elseif c == "\n" then
  2462. A = A .. "\n"
  2463. elseif c == "\t" then
  2464. A = A .. "\t"
  2465. else
  2466. A = A .. "\32"
  2467. end
  2468. end)
  2469.  
  2470. return A
  2471. end
  2472.  
  2473. local highlight_source = function(type)
  2474. if type == "Text" then
  2475. src.Text = Source.Text:gsub("\13", "")
  2476. src.Text = Source.Text:gsub("\t", "")
  2477. local s = src.Text
  2478. src.Keywords_.Text = Highlight(s, lua_keywords)
  2479. src.Globals_.Text = Highlight(s, global_env)
  2480. src.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  2481. src.Numbers_.Text = numbers(s)
  2482. src.Strings_.Text = strings(s)
  2483. end
  2484. end
  2485.  
  2486. highlight_source("Text")
  2487. src.Changed:Connect(highlight_source)
  2488. local exeframe = f1
  2489.  
  2490. local frame = exeframe.ExecutorPage.Folder.txtbox.EditorFrame
  2491. local textbox = frame.Source
  2492.  
  2493.  
  2494. local scrollingFrame = exeframe.ExecutorPage.Folder.txtbox.EditorFrame
  2495. local thresholdX = 1000
  2496. local thresholdY = 500
  2497.  
  2498. local function checkScreenSize()
  2499. local frameSize = scrollingFrame.AbsoluteSize
  2500.  
  2501. if frameSize.X < thresholdX and frameSize.Y < thresholdY then
  2502. print("Screen is smaller than thresholds. Reducing text size.")
  2503.  
  2504. for _, descendant in ipairs(scrollingFrame:GetDescendants()) do
  2505. if descendant:IsA("TextLabel") or descendant:IsA("TextBox") then
  2506. descendant.TextSize = 10
  2507. end
  2508. end
  2509. else
  2510. print("Screen is larger than thresholds.")
  2511. print("Screen Size:", frameSize.X, "x", frameSize.Y)
  2512. end
  2513. end
  2514.  
  2515. checkScreenSize()
  2516.  
  2517. scrollingFrame:GetPropertyChangedSignal("AbsoluteSize"):Connect(checkScreenSize)
  2518.  
  2519.  
  2520. local function updateScrollFrameSize()
  2521. frame.CanvasSize = UDim2.new(0, 0, 0, textbox.TextBounds.Y)
  2522. end
  2523.  
  2524. textbox:GetPropertyChangedSignal("Text"):Connect(updateScrollFrameSize)
  2525. updateScrollFrameSize()
  2526.  
  2527. print("bugs founded (0)!")
  2528.  
  2529. for i,v in pairs(exeframe.ExecutorPage.Folder.txtbox.EditorFrame:GetDescendants()) do
  2530. if v:IsA("TextBox") or v:IsA("TextLabel") then
  2531. v.FontFace = Font.new("rbxasset://fonts/families/Inconsolata.json")
  2532. end
  2533. end
  2534.  
  2535. --scripthub scripts
  2536. local btn = f2.Execute.Buttons.ImageButton
  2537.  
  2538. local function AddScript(name, source)
  2539. writefile("/CommanderX/" .. name, source)
  2540.  
  2541. local parent = f2.ScrollingFrame.Folder
  2542. local hub = parent.nothing
  2543. local newhub = hub:Clone()
  2544.  
  2545. local scriptname = newhub.TextLabel
  2546. local execbutton = newhub.Buttons.ImageButton
  2547. --local delbutton = newhub.x
  2548. --local copybutton = newhub.c
  2549.  
  2550. newhub.Parent = parent
  2551. scriptname.Text = name
  2552. newhub.Visible = true
  2553. execbutton.MouseButton1Click:Connect(function()
  2554. loadstring(source)()
  2555. end)
  2556. --copybutton.MouseButton1Click:Connect(function()
  2557. -- setclipboard(source)
  2558. --end)
  2559. --delbutton.MouseButton1Click:Connect(function()
  2560. -- newhub:Destroy()
  2561. -- delfile("CommanderX/"..name)
  2562. --end)
  2563. end
  2564.  
  2565. btn.MouseButton1Click:Connect(function()
  2566. AddScript(f2.NM.Text, f2.SC.Text, false)
  2567. f2.SC.Text = ""
  2568. f2.NM.Text = ""
  2569. end)
  2570.  
  2571. for _, file in ipairs(listfiles("/CommanderX")) do
  2572. AddScript(file:sub(22, #file), readfile(file), true)
  2573. end
  2574. end
  2575. task.spawn(SCRIPT_75)
  2576. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.FPS.LocalScript \\ --
  2577. local function SCRIPT_86()
  2578. local script = UI["86"]
  2579. local function makeCX(params)
  2580. local bar = params.bar
  2581. local valueTextLabel = params.value
  2582. local limit = params.limit or 100
  2583. local starter = params.started or 0
  2584. local valueToChange = params.func
  2585.  
  2586. local indicator = bar:FindFirstChild("indicator")
  2587. local dot = indicator:FindFirstChild("dot")
  2588. local userInputService = game:GetService("UserInputService")
  2589. local dragging = false
  2590. local printCooldown = false
  2591.  
  2592. local hitbox = Instance.new("Frame")
  2593. hitbox.Size = UDim2.new(0, 60, 0, 60)
  2594. hitbox.Position = UDim2.new(0.5, -30, 0.5, -30)
  2595. hitbox.BackgroundTransparency = 1
  2596. hitbox.Parent = dot
  2597.  
  2598. local function updateDotPosition(value)
  2599. local barWidth = bar.AbsoluteSize.X
  2600. if barWidth == 0 then
  2601. --warn("Bar has zero width, check its size or layout.")
  2602. return
  2603. end
  2604.  
  2605. value = value or tonumber(valueTextLabel.Text)
  2606. if value == nil then
  2607. --warn("Failed to convert valueTextLabel to number.")
  2608. return
  2609. end
  2610.  
  2611. local normalizedValue = math.clamp(value / limit, 0, 1)
  2612. local dotPosition = barWidth * normalizedValue
  2613.  
  2614. dot.Position = UDim2.new(0, dotPosition, 0.5, 0)
  2615. indicator.Size = UDim2.new(normalizedValue, 0, 1, 0)
  2616. end
  2617.  
  2618. local function onInputBegan(input, gameProcessed)
  2619. if gameProcessed then return end
  2620. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2621. dragging = true
  2622. local barWidth = bar.AbsoluteSize.X
  2623. local newX = input.Position.X - bar.AbsolutePosition.X
  2624. newX = math.clamp(newX, 0, barWidth)
  2625.  
  2626. dot.Position = UDim2.new(0, newX, 0.5, 0)
  2627.  
  2628. local normalizedValue = newX / barWidth
  2629. indicator.Size = UDim2.new(normalizedValue, 0, 1, 0)
  2630.  
  2631. valueTextLabel.Text = tostring(math.floor(normalizedValue * limit))
  2632. end
  2633. end
  2634.  
  2635. local function onInputChanged(input)
  2636. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) and dragging then
  2637. local barWidth = bar.AbsoluteSize.X
  2638. local newX = input.Position.X - bar.AbsolutePosition.X
  2639. newX = math.clamp(newX, 0, barWidth)
  2640.  
  2641. dot.Position = UDim2.new(0, newX, 0.5, 0)
  2642.  
  2643. local normalizedValue = newX / barWidth
  2644. indicator.Size = UDim2.new(normalizedValue, 0, 1, 0)
  2645.  
  2646. valueTextLabel.Text = tostring(math.floor(normalizedValue * limit))
  2647. end
  2648. end
  2649.  
  2650. local function onInputEnded(input)
  2651. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  2652. dragging = false
  2653. if not printCooldown then
  2654. printCooldown = true
  2655. wait(1) -- Wait for 1 second
  2656. local newValue = tonumber(valueTextLabel.Text)
  2657. valueToChange(newValue)
  2658. printCooldown = false
  2659. end
  2660. end
  2661. end
  2662.  
  2663. bar.InputBegan:Connect(onInputBegan)
  2664. bar.InputChanged:Connect(onInputChanged)
  2665. userInputService.InputEnded:Connect(onInputEnded)
  2666. hitbox.InputBegan:Connect(onInputBegan)
  2667. hitbox.InputChanged:Connect(onInputChanged)
  2668.  
  2669. -- Set initial value
  2670. valueTextLabel.Text = tostring(starter)
  2671. updateDotPosition(starter)
  2672. end
  2673.  
  2674. makeCX({
  2675. bar = script.Parent.Parent.Speed,
  2676. value = script.Parent.Parent.speedvalue,
  2677. limit = 250,
  2678. started = 16,
  2679. func = function(newValue)
  2680. local player = game.Players.LocalPlayer
  2681. if player.Character and player.Character:FindFirstChildOfClass("Humanoid") then
  2682. player.Character.Humanoid.WalkSpeed = newValue
  2683. end
  2684. end
  2685. })
  2686.  
  2687. makeCX({
  2688. bar = script.Parent.Parent.Jump,
  2689. value = script.Parent.Parent.jumpvalue,
  2690. limit = 500,
  2691. started = 50,
  2692. func = function(jumpVL)
  2693. local player = game.Players.LocalPlayer
  2694. if player.Character and player.Character:FindFirstChildOfClass("Humanoid") then
  2695. player.Character.Humanoid.JumpPower = jumpVL
  2696. player.Character.Humanoid.JumpHeight = jumpVL * 0.3
  2697. end
  2698. end
  2699. })
  2700.  
  2701. makeCX({
  2702. bar = script.Parent.Parent.FPS,
  2703. value = script.Parent.Parent.FPSValue,
  2704. limit = 999,
  2705. started = 60,
  2706. func = function(NewFps)
  2707. -- setfpscap(NewFps)
  2708. end
  2709. })
  2710.  
  2711. end
  2712. task.spawn(SCRIPT_86)
  2713. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.hop server.LocalScript \\ --
  2714. local function SCRIPT_a3()
  2715. local script = UI["a3"]
  2716. script.Parent.MouseButton1Click:Connect(function()
  2717. local Player = game.Players.LocalPlayer
  2718. local API = "https://games.roblox.com/v1/games/"
  2719. local PlaceID = game.PlaceId
  2720. local function ListServers(cursor)
  2721. return game:GetService("HttpService"):JSONDecode(game:HttpGet(API..PlaceID.."/servers/Public?sortOrder=Asc&limit=100" .. ((cursor and "&cursor="..cursor) or "")))
  2722. end
  2723. local Server, Next
  2724. repeat task.wait()
  2725. local Servers = ListServers(Next)
  2726. Server = Servers.data[1] Next = Servers.nextPageCursor
  2727. until Server game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, Server.id, Player)
  2728. end)
  2729.  
  2730. end
  2731. task.spawn(SCRIPT_a3)
  2732. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.rj.LocalScript \\ --
  2733. local function SCRIPT_a8()
  2734. local script = UI["a8"]
  2735. script.Parent.MouseButton1Click:Connect(function()
  2736. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  2737. end)
  2738.  
  2739. end
  2740. task.spawn(SCRIPT_a8)
  2741. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.LocalScript \\ --
  2742. local function SCRIPT_aa()
  2743. local script = UI["aa"]
  2744. local translations = {
  2745. ["English"] = {
  2746. ["Executor Page"] = "Executor Page",
  2747. ["Clipboard"] = "Clipboard",
  2748. ["Scripts Page"] = "Scripts Page",
  2749. ["Commander X Punk Team"] = "Commander X Punk Team",
  2750. ["AnyaDEV"] = "AnyaDEV",
  2751. ["nop"] = "nop",
  2752. ["Silent Caliber"] = "Silent Caliber",
  2753. ["TMR Mida"] = "TMR Mida",
  2754. ["Home Page"] = "Home Page",
  2755. ["Console soon"] = "Console soon",
  2756. ["Jump Power"] = "Jump Power",
  2757. ["SpeedHack"] = "SpeedHack",
  2758. ["FPS Value"] = "FPS Value",
  2759. ["hop server"] = "hop server",
  2760. ["Rejoin"] = "Rejoin",
  2761. ["Settings"] = "Settings",
  2762. ["ScriptName"] = "ScriptName",
  2763. ["Cloud"] = "Cloud",
  2764. ["Hide"] = "Hide"
  2765. },
  2766. ["Spanish"] = {
  2767. ["Executor Page"] = "Página del Ejecutor",
  2768. ["Clipboard"] = "Portapapeles",
  2769. ["Scripts Page"] = "Página de Scripts",
  2770. ["Commander X Punk Team"] = "Equipo Punk de Commander X",
  2771. ["AnyaDEV"] = "AnyaDEV",
  2772. ["nop"] = "nop",
  2773. ["Silent Caliber"] = "Calibre Silencioso",
  2774. ["TMR Mida"] = "TMR Mida",
  2775. ["Home Page"] = "Página de Inicio",
  2776. ["Console soon"] = "Consola Pronto",
  2777. ["Jump Power"] = "Potencia de Salto",
  2778. ["SpeedHack"] = "SpeedHack",
  2779. ["FPS Value"] = "Valor de FPS",
  2780. ["hop server"] = "Saltar a Servidor",
  2781. ["Rejoin"] = "Reunirse",
  2782. ["Settings"] = "Ajustes",
  2783. ["ScriptName"] = "Nombre del Script",
  2784. ["Cloud"] = "Nube",
  2785. ["Hide"] = "Ocultar"
  2786. },
  2787. ["French"] = {
  2788. ["Executor Page"] = "Page de l'exécuteur",
  2789. ["Clipboard"] = "Presse-papiers",
  2790. ["Scripts Page"] = "Page des scripts",
  2791. ["Commander X Punk Team"] = "Équipe punk de Commander X",
  2792. ["AnyaDEV"] = "AnyaDEV",
  2793. ["nop"] = "nop",
  2794. ["Silent Caliber"] = "Calibre silencieux",
  2795. ["TMR Mida"] = "TMR Mida",
  2796. ["Home Page"] = "Page d'accueil",
  2797. ["Console soon"] = "Console bientôt",
  2798. ["Jump Power"] = "Puissance de saut",
  2799. ["SpeedHack"] = "SpeedHack",
  2800. ["FPS Value"] = "Valeur FPS",
  2801. ["hop server"] = "Serveur de saut",
  2802. ["Rejoin"] = "Rejoindre",
  2803. ["Settings"] = "Paramètres",
  2804. ["ScriptName"] = "Nom du script",
  2805. ["Cloud"] = "Nuage",
  2806. ["Hide"] = "Cacher"
  2807. },
  2808. ["German"] = {
  2809. ["Executor Page"] = "Ausführerseite",
  2810. ["Clipboard"] = "Zwischenablage",
  2811. ["Scripts Page"] = "Skriptseite",
  2812. ["Commander X Punk Team"] = "Kommandant X Punk Team",
  2813. ["AnyaDEV"] = "AnyaDEV",
  2814. ["nop"] = "nop",
  2815. ["Silent Caliber"] = "Stilles Kaliber",
  2816. ["TMR Mida"] = "TMR Mida",
  2817. ["Home Page"] = "Startseite",
  2818. ["Console soon"] = "Bald Konsole",
  2819. ["Jump Power"] = "Sprungkraft",
  2820. ["SpeedHack"] = "Geschwindigkeitshack",
  2821. ["FPS Value"] = "FPS-Wert",
  2822. ["hop server"] = "Server überspringen",
  2823. ["Rejoin"] = "Wieder beitreten",
  2824. ["Settings"] = "Einstellungen",
  2825. ["ScriptName"] = "Skriptname",
  2826. ["Cloud"] = "Wolke",
  2827. ["Hide"] = "Verstecken"
  2828. },
  2829. ["Italian"] = {
  2830. ["Executor Page"] = "Pagina dell'Esecutore",
  2831. ["Clipboard"] = "Appunti",
  2832. ["Scripts Page"] = "Pagina degli script",
  2833. ["Commander X Punk Team"] = "Squadra Punk di Commander X",
  2834. ["AnyaDEV"] = "AnyaDEV",
  2835. ["nop"] = "nop",
  2836. ["Silent Caliber"] = "Calibro Silenzioso",
  2837. ["TMR Mida"] = "TMR Mida",
  2838. ["Home Page"] = "Pagina Principale",
  2839. ["Console soon"] = "Console Presto",
  2840. ["Jump Power"] = "Potenza di Salto",
  2841. ["SpeedHack"] = "SpeedHack",
  2842. ["FPS Value"] = "Valore FPS",
  2843. ["hop server"] = "Salta Server",
  2844. ["Rejoin"] = "Riunisciti",
  2845. ["Settings"] = "Impostazioni",
  2846. ["ScriptName"] = "Nome dello Script",
  2847. ["Cloud"] = "Cloud",
  2848. ["Hide"] = "Nascondere"
  2849. },
  2850. ["Portuguese"] = {
  2851. ["Executor Page"] = "Página do Executor",
  2852. ["Clipboard"] = "Área de transferência",
  2853. ["Scripts Page"] = "Página de Scripts",
  2854. ["Commander X Punk Team"] = "Equipe Punk do Comandante X",
  2855. ["AnyaDEV"] = "AnyaDEV",
  2856. ["nop"] = "nop",
  2857. ["Silent Caliber"] = "Calibre Silencioso",
  2858. ["TMR Mida"] = "TMR Mida",
  2859. ["Home Page"] = "Página Inicial",
  2860. ["Console soon"] = "Console em Breve",
  2861. ["Jump Power"] = "Potência de Salto",
  2862. ["SpeedHack"] = "SpeedHack",
  2863. ["FPS Value"] = "Valor de FPS",
  2864. ["hop server"] = "Saltar para Servidor",
  2865. ["Rejoin"] = "Reentrar",
  2866. ["Settings"] = "Configurações",
  2867. ["ScriptName"] = "Nome do Script",
  2868. ["Cloud"] = "Nuvem",
  2869. ["Hide"] = "Ocultar"
  2870. },
  2871. ["Chinese"] = {
  2872. ["Executor Page"] = "执行器页面",
  2873. ["Clipboard"] = "剪贴板",
  2874. ["Scripts Page"] = "脚本页面",
  2875. ["Commander X Punk Team"] = "指挥官X庞克团队",
  2876. ["AnyaDEV"] = "AnyaDEV",
  2877. ["nop"] = "nop",
  2878. ["Silent Caliber"] = "静音口径",
  2879. ["TMR Mida"] = "TMR Mida",
  2880. ["Home Page"] = "主页",
  2881. ["Console soon"] = "即将推出控制台",
  2882. ["Jump Power"] = "跳跃力量",
  2883. ["SpeedHack"] = "速度提升",
  2884. ["FPS Value"] = "帧数",
  2885. ["hop server"] = "跳转服务器",
  2886. ["Rejoin"] = "重新加入",
  2887. ["Settings"] = "设置",
  2888. ["ScriptName"] = "脚本名称",
  2889. ["Cloud"] = "云",
  2890. ["Hide"] = "隐藏"
  2891. },
  2892. ["Russian"] = {
  2893. ["Executor Page"] = "Страница исполнителя",
  2894. ["Clipboard"] = "Буфер обмена",
  2895. ["Scripts Page"] = "Страница сценариев",
  2896. ["Commander X Punk Team"] = "Командир X Панк Тим",
  2897. ["AnyaDEV"] = "AnyaDEV",
  2898. ["nop"] = "nop",
  2899. ["Silent Caliber"] = "Тихий калибр",
  2900. ["TMR Mida"] = "TMR Mida",
  2901. ["Home Page"] = "Главная страница",
  2902. ["Console soon"] = "Скоро консоль",
  2903. ["Jump Power"] = "Сила прыжка",
  2904. ["SpeedHack"] = "SpeedHack",
  2905. ["FPS Value"] = "Значение FPS",
  2906. ["hop server"] = "Переход на сервер",
  2907. ["Rejoin"] = "Повторное присоединение",
  2908. ["Settings"] = "Настройки",
  2909. ["ScriptName"] = "Имя сценария",
  2910. ["Cloud"] = "Облако",
  2911. ["Hide"] = "Скрыть"
  2912. },
  2913. ["Japanese"] = {
  2914. ["Executor Page"] = "実行者ページ",
  2915. ["Clipboard"] = "クリップボード",
  2916. ["Scripts Page"] = "スクリプトページ",
  2917. ["Commander X Punk Team"] = "コマンダーXパンクチーム",
  2918. ["AnyaDEV"] = "AnyaDEV",
  2919. ["nop"] = "nop",
  2920. ["Silent Caliber"] = "サイレントキャリバー",
  2921. ["TMR Mida"] = "TMR Mida",
  2922. ["Home Page"] = "ホームページ",
  2923. ["Console soon"] = "コンソール近日公開",
  2924. ["Jump Power"] = "ジャンプ力",
  2925. ["SpeedHack"] = "スピードハック",
  2926. ["FPS Value"] = "FPS値",
  2927. ["hop server"] = "サーバーホップ",
  2928. ["Rejoin"] = "再参加",
  2929. ["Settings"] = "設定",
  2930. ["ScriptName"] = "スクリプト名",
  2931. ["Cloud"] = "クラウド",
  2932. ["Hide"] = "非表示"
  2933. },
  2934. ["Korean"] = {
  2935. ["Executor Page"] = "실행자 페이지",
  2936. ["Clipboard"] = "클립 보드",
  2937. ["Scripts Page"] = "스크립트 페이지",
  2938. ["Commander X Punk Team"] = "커맨더 X 펑크 팀",
  2939. ["AnyaDEV"] = "AnyaDEV",
  2940. ["nop"] = "nop",
  2941. ["Silent Caliber"] = "침묵하는 탄경",
  2942. ["TMR Mida"] = "TMR Mida",
  2943. ["Home Page"] = "홈 페이지",
  2944. ["Console soon"] = "곧 콘솔",
  2945. ["Jump Power"] = "점프 파워",
  2946. ["SpeedHack"] = "스피드 해킹",
  2947. ["FPS Value"] = "FPS 값",
  2948. ["hop server"] = "서버 변경",
  2949. ["Rejoin"] = "재가입",
  2950. ["Settings"] = "설정",
  2951. ["ScriptName"] = "스크립트 이름",
  2952. ["Cloud"] = "클라우드",
  2953. ["Hide"] = "숨기기"
  2954. },
  2955. ["Arabic"] = {
  2956. ["Executor Page"] = "صفحة المنفذ",
  2957. ["Clipboard"] = "الحافظة",
  2958. ["Scripts Page"] = "صفحة النصوص البرمجية",
  2959. ["Commander X Punk Team"] = "فريق البانك كوماندر اكس",
  2960. ["AnyaDEV"] = "AnyaDEV",
  2961. ["nop"] = "nop",
  2962. ["Silent Caliber"] = "عيار صامت",
  2963. ["TMR Mida"] = "TMR Mida",
  2964. ["Home Page"] = "الصفحة الرئيسية",
  2965. ["Console soon"] = "الوحدة النمطية قريباً",
  2966. ["Jump Power"] = "قوة القفز",
  2967. ["SpeedHack"] = "تسريع السرعة",
  2968. ["FPS Value"] = "قيمة FPS",
  2969. ["hop server"] = "التبديل إلى الخادم",
  2970. ["Rejoin"] = "إعادة الانضمام",
  2971. ["Settings"] = "الإعدادات",
  2972. ["ScriptName"] = "اسم النص",
  2973. ["Cloud"] = "سحابة",
  2974. ["Hide"] = "إخفاء"
  2975. },
  2976. ["Hindi"] = {
  2977. ["Executor Page"] = "कार्यकर्ता पृष्ठ",
  2978. ["Clipboard"] = "क्लिपबोर्ड",
  2979. ["Scripts Page"] = "स्क्रिप्ट पृष्ठ",
  2980. ["Commander X Punk Team"] = "कमांडर एक्स पंक टीम",
  2981. ["AnyaDEV"] = "AnyaDEV",
  2982. ["nop"] = "nop",
  2983. ["Silent Caliber"] = "शांत कैलिबर",
  2984. ["TMR Mida"] = "TMR Mida",
  2985. ["Home Page"] = "होम पेज",
  2986. ["Console soon"] = "जल्द ही कन्सोल",
  2987. ["Jump Power"] = "उछलने की ताकत",
  2988. ["SpeedHack"] = "स्पीडहैक",
  2989. ["FPS Value"] = "FPS मूल्य",
  2990. ["hop server"] = "सर्वर पर कूदें",
  2991. ["Rejoin"] = "पुनः शामिल हों",
  2992. ["Settings"] = "सेटिंग्स",
  2993. ["ScriptName"] = "स्क्रिप्ट का नाम",
  2994. ["Cloud"] = "बादल",
  2995. ["Hide"] = "छिपाएं"
  2996. },
  2997. ["Dutch"] = {
  2998. ["Executor Page"] = "Uitvoerderpagina",
  2999. ["Clipboard"] = "Klembord",
  3000. ["Scripts Page"] = "Scripts Pagina",
  3001. ["Commander X Punk Team"] = "Commandant X Punk Team",
  3002. ["AnyaDEV"] = "AnyaDEV",
  3003. ["nop"] = "nop",
  3004. ["Silent Caliber"] = "Stille Kaliber",
  3005. ["TMR Mida"] = "TMR Mida",
  3006. ["Home Page"] = "Startpagina",
  3007. ["Console soon"] = "Console binnenkort",
  3008. ["Jump Power"] = "Springkracht",
  3009. ["SpeedHack"] = "Snelheidshack",
  3010. ["FPS Value"] = "FPS Waarde",
  3011. ["hop server"] = "Server overslaan",
  3012. ["Rejoin"] = "Opnieuw lid worden",
  3013. ["Settings"] = "Instellingen",
  3014. ["ScriptName"] = "Scriptnaam",
  3015. ["Cloud"] = "Wolk",
  3016. ["Hide"] = "Verbergen"
  3017. },
  3018. ["Swedish"] = {
  3019. ["Executor Page"] = "Utförarsida",
  3020. ["Clipboard"] = "Urklipp",
  3021. ["Scripts Page"] = "Skriptsida",
  3022. ["Commander X Punk Team"] = "Kommandör X Punkteam",
  3023. ["AnyaDEV"] = "AnyaDEV",
  3024. ["nop"] = "nop",
  3025. ["Silent Caliber"] = "Tyst kaliber",
  3026. ["TMR Mida"] = "TMR Mida",
  3027. ["Home Page"] = "Hemsida",
  3028. ["Console soon"] = "Konsol snart",
  3029. ["Jump Power"] = "Hoppkraft",
  3030. ["SpeedHack"] = "Hastighetshack",
  3031. ["FPS Value"] = "FPS Värde",
  3032. ["hop server"] = "Hoppa till server",
  3033. ["Rejoin"] = "Gå med igen",
  3034. ["Settings"] = "Inställningar",
  3035. ["ScriptName"] = "Skriptnamn",
  3036. ["Cloud"] = "Moln",
  3037. ["Hide"] = "Dölj"
  3038. },
  3039. ["Turkish"] = {
  3040. ["Executor Page"] = "Yürütücü Sayfası",
  3041. ["Clipboard"] = "Pano",
  3042. ["Scripts Page"] = "Komut Dosyası Sayfası",
  3043. ["Commander X Punk Team"] = "Komutan X Punk Takımı",
  3044. ["AnyaDEV"] = "AnyaDEV",
  3045. ["nop"] = "nop",
  3046. ["Silent Caliber"] = "Sessiz Kalibre",
  3047. ["TMR Mida"] = "TMR Mida",
  3048. ["Home Page"] = "Ana Sayfa",
  3049. ["Console soon"] = "Yakında Konsol",
  3050. ["Jump Power"] = "Zıplama Gücü",
  3051. ["SpeedHack"] = "Hız Hilesi",
  3052. ["FPS Value"] = "FPS Değeri",
  3053. ["hop server"] = "Sunucuya Atlama",
  3054. ["Rejoin"] = "Yeniden Katıl",
  3055. ["Settings"] = "Ayarlar",
  3056. ["ScriptName"] = "Komut Dosyası Adı",
  3057. ["Cloud"] = "Bulut",
  3058. ["Hide"] = "Gizle"
  3059. },
  3060.  
  3061. }
  3062.  
  3063. local paths = {
  3064. ["Executor Page"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page1.ExecutorPage.nothing.TextLabel,
  3065. ["Clipboard"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page1.ExecutorPage.Buttons.Clipboard.TextLabel,
  3066. ["Scripts Page"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page1.ScriptHub.nothing.TextLabel,
  3067. ["Home Page"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page0.Cloud.nothing.TextLabel,
  3068. ["Console soon"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page3.Cloud.nothing.TextLabel,
  3069. ["Jump Power"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.jp,
  3070. ["SpeedHack"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.sh,
  3071. ["hop server"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage["hop server"],
  3072. ["Rejoin"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage.rj,
  3073. ["FPS Value"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage.fpsValue.fps,
  3074. ["Settings"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.Cloud.nothing.TextLabel,
  3075. ["Cloud"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page2.ExecutorPage.SearchPage.mAIN.Folder.ui,
  3076. ["Hide"] = game:GetService("CoreGui").CommanderX.Frame.Down.TextButton,
  3077. ["Commander X Punk Team"] = game:GetService("CoreGui").CommanderX.Frame.Main.icon.TextLabel,
  3078. ["TMR Mida Role: Cubix Owner + partner"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel,
  3079. ["Silent Caliber Role: Punk TEAM Owner"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel,
  3080. ["nop Role: Powered by Nop"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel,
  3081. ["AnyaDEV Role: Commander X Owner + UI Designer"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page0.ExecutorPage.nothing.TextLabel,
  3082. ["Language"] = game:GetService("CoreGui").CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language,
  3083. }
  3084.  
  3085. local function updateText(language)
  3086. local translation = translations[language]
  3087. if translation then
  3088. for term, path in pairs(paths) do
  3089. local newText = translation[term]
  3090. if newText then
  3091. -- Update the text of the object at the specified path
  3092. path.Text = newText
  3093. end
  3094. end
  3095. else
  3096. print("Translation not found for language: " .. language)
  3097. end
  3098. end
  3099.  
  3100. -- Create buttons for each language
  3101. for language, _ in pairs(translations) do
  3102. local buttonClone = script.Parent.ButtonClone.Language:Clone()
  3103. buttonClone.Name = language
  3104. buttonClone.Text = language
  3105. buttonClone.Parent = script.Parent
  3106. buttonClone.Visible = true
  3107.  
  3108. -- Add click event handler to each button
  3109. buttonClone.MouseButton1Click:Connect(function()
  3110. updateText(language)
  3111. end)
  3112. end
  3113.  
  3114. end
  3115. task.spawn(SCRIPT_aa)
  3116. -- // StarterGui.CommanderX.Frame.Main.Page4.ExecutorPage.Languages.ButtonClone.Language.LocalScript \\ --
  3117. local function SCRIPT_b0()
  3118. local script = UI["b0"]
  3119. script.Parent.MouseButton1Click:Connect(function()
  3120. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  3121. end)
  3122.  
  3123. end
  3124. task.spawn(SCRIPT_b0)
  3125. -- // StarterGui.CommanderX.Frame.Main.Page2.Cloud.Execute.Buttons.ImageButton.LocalScript \\ --
  3126. local function SCRIPT_de()
  3127. local script = UI["de"]
  3128. local btn = script.Parent
  3129.  
  3130. local function AddTab(imageId, scriptname, source)
  3131. local scriptFrame = script.Parent.Parent.Parent.Parent.Parent.ExecutorPage.SearchPage.mAIN
  3132. local newList99 = scriptFrame.Folder.ui:Clone()
  3133. local newList = newList99:Clone()
  3134.  
  3135. local execute = newList.load.ImageButton
  3136. local scname = newList.scriptname
  3137. local img = newList.ImageLabel
  3138.  
  3139. newList.Name = scriptname
  3140. newList.Parent = scriptFrame
  3141. newList.Visible = true
  3142.  
  3143. img.Image = "rbxassetid://" .. imageId
  3144.  
  3145. scname.Text = scriptname
  3146.  
  3147. execute.MouseButton1Click:Connect(function()
  3148. loadstring(source)()
  3149. end)
  3150. end
  3151.  
  3152. btn.MouseButton1Click:Connect(function()
  3153. for _, child in ipairs(script.Parent.Parent.Parent.Parent.Parent.ExecutorPage.SearchPage.mAIN:GetChildren()) do
  3154. if child:IsA("Frame") then
  3155. child:Destroy()
  3156. end
  3157. end
  3158.  
  3159. local KeyWordSearch = script.Parent.Parent.Parent.Parent.TextBox.Text
  3160. local url = "https://scriptblox.com/api/script/search?q="..string.gsub(KeyWordSearch, " ", "%%20")
  3161. local response = game:HttpGetAsync(url)
  3162. local http = game:GetService("HttpService")
  3163. local decoded = http:JSONDecode(response)
  3164. for _, scriptData in pairs(decoded.result.scripts) do
  3165. if scriptData.scriptType == "free" and not scriptData.isPatched then
  3166. if scriptData.isUniversal then
  3167. wait(0.3)
  3168. AddTab(17565907013, scriptData.title, scriptData.script)
  3169. else
  3170. wait(0.3)
  3171. AddTab("https://assetgame.roblox.com/Game/Tools/ThumbnailAsset.ashx?aid="..script.game.gameId.."&fmt=png&wd=420&ht=420", scriptData.title, scriptData.script)
  3172. end
  3173. end
  3174. end
  3175. end)
  3176.  
  3177. end
  3178. task.spawn(SCRIPT_de)
  3179.  
  3180. return UI["1"], require;
Add Comment
Please, Sign In to add comment