SekkayGod

Atomic-Internal-UI [v2]

Feb 23rd, 2024 (edited)
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.09 KB | None | 0 0
  1. -- Instances: 157 | Scripts: 18 | Modules: 0
  2. local G2L = {};
  3.  
  4. -- StarterGui.internalUI
  5. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  6. G2L["1"]["IgnoreGuiInset"] = true;
  7. G2L["1"]["DisplayOrder"] = 6;
  8. G2L["1"]["AutoLocalize"] = false;
  9. G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  10. G2L["1"]["Name"] = [[internalUI]];
  11. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  12. G2L["1"]["ResetOnSpawn"] = false;
  13.  
  14. -- StarterGui.internalUI.TopBar
  15. G2L["2"] = Instance.new("Frame", G2L["1"]);
  16. G2L["2"]["ZIndex"] = 2;
  17. G2L["2"]["BorderSizePixel"] = 0;
  18. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  19. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  20. G2L["2"]["Size"] = UDim2.new(0.6207951307296753, 0, 0.07644306123256683, 0);
  21. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  22. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.17800311744213104, 0);
  23. G2L["2"]["Name"] = [[TopBar]];
  24.  
  25. -- StarterGui.internalUI.TopBar.Header
  26. G2L["3"] = Instance.new("TextLabel", G2L["2"]);
  27. G2L["3"]["TextWrapped"] = true;
  28. G2L["3"]["ZIndex"] = 4;
  29. G2L["3"]["BorderSizePixel"] = 0;
  30. G2L["3"]["TextScaled"] = true;
  31. G2L["3"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  32. G2L["3"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  33. G2L["3"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal);
  34. G2L["3"]["TextSize"] = 63;
  35. G2L["3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  36. G2L["3"]["Size"] = UDim2.new(1, 0, 1, 0);
  37. G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  38. G2L["3"]["Text"] = [[ATOMIC]];
  39. G2L["3"]["Name"] = [[Header]];
  40.  
  41. -- StarterGui.internalUI.TopBar.Header.UICorner
  42. G2L["4"] = Instance.new("UICorner", G2L["3"]);
  43.  
  44.  
  45. -- StarterGui.internalUI.TopBar.Header.UIPadding
  46. G2L["5"] = Instance.new("UIPadding", G2L["3"]);
  47. G2L["5"]["PaddingLeft"] = UDim.new(0, 16);
  48.  
  49. -- StarterGui.internalUI.TopBar.Header.UITextSizeConstraint
  50. G2L["6"] = Instance.new("UITextSizeConstraint", G2L["3"]);
  51. G2L["6"]["MaxTextSize"] = 63;
  52.  
  53. -- StarterGui.internalUI.TopBar.UICorner
  54. G2L["7"] = Instance.new("UICorner", G2L["2"]);
  55.  
  56.  
  57. -- StarterGui.internalUI.TopBar.Frame
  58. G2L["8"] = Instance.new("Frame", G2L["2"]);
  59. G2L["8"]["ZIndex"] = 3;
  60. G2L["8"]["BorderSizePixel"] = 0;
  61. G2L["8"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  62. G2L["8"]["Size"] = UDim2.new(0.9999999403953552, 0, 0.16326528787612915, 0);
  63. G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  64. G2L["8"]["Position"] = UDim2.new(0, 0, 0.8367347121238708, 0);
  65.  
  66. -- StarterGui.internalUI.TopBar.Close
  67. G2L["9"] = Instance.new("ImageButton", G2L["2"]);
  68. G2L["9"]["ZIndex"] = 5;
  69. G2L["9"]["BorderSizePixel"] = 0;
  70. G2L["9"]["AutoButtonColor"] = false;
  71. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  72. G2L["9"]["Size"] = UDim2.new(0.06034482270479202, 0, 0.9999999403953552, 0);
  73. G2L["9"]["Name"] = [[Close]];
  74. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  75. G2L["9"]["Position"] = UDim2.new(0.9396551847457886, 0, 0, 0);
  76.  
  77. -- StarterGui.internalUI.TopBar.Close.ImageLabel
  78. G2L["a"] = Instance.new("ImageLabel", G2L["9"]);
  79. G2L["a"]["BorderSizePixel"] = 0;
  80. G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  81. G2L["a"]["ImageColor3"] = Color3.fromRGB(176, 176, 176);
  82. G2L["a"]["Image"] = [[rbxassetid://7072720961]];
  83. G2L["a"]["Size"] = UDim2.new(0.3877550959587097, 0, 0.3877550959587097, 0);
  84. G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  85. G2L["a"]["BackgroundTransparency"] = 1;
  86. G2L["a"]["Position"] = UDim2.new(0.30612245202064514, 0, 0.30612245202064514, 0);
  87.  
  88. -- StarterGui.internalUI.TopBar.Close.UICorner
  89. G2L["b"] = Instance.new("UICorner", G2L["9"]);
  90.  
  91.  
  92. -- StarterGui.internalUI.TopBar.Close.LocalScript
  93. G2L["c"] = Instance.new("LocalScript", G2L["9"]);
  94.  
  95.  
  96. -- StarterGui.internalUI.TopBar.Minimize
  97. G2L["d"] = Instance.new("ImageButton", G2L["2"]);
  98. G2L["d"]["ZIndex"] = 5;
  99. G2L["d"]["BorderSizePixel"] = 0;
  100. G2L["d"]["AutoButtonColor"] = false;
  101. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  102. G2L["d"]["Size"] = UDim2.new(0.06034482270479202, 0, 0.9999999403953552, 0);
  103. G2L["d"]["Name"] = [[Minimize]];
  104. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  105. G2L["d"]["Position"] = UDim2.new(0.8793103694915771, 0, 0, 0);
  106.  
  107. -- StarterGui.internalUI.TopBar.Minimize.ImageLabel
  108. G2L["e"] = Instance.new("ImageLabel", G2L["d"]);
  109. G2L["e"]["BorderSizePixel"] = 0;
  110. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  111. G2L["e"]["ImageColor3"] = Color3.fromRGB(176, 176, 176);
  112. G2L["e"]["Image"] = [[rbxassetid://7072719125]];
  113. G2L["e"]["Size"] = UDim2.new(0.3877550959587097, 0, 0.3877550959587097, 0);
  114. G2L["e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  115. G2L["e"]["BackgroundTransparency"] = 1;
  116. G2L["e"]["Position"] = UDim2.new(0.30612245202064514, 0, 0.30612245202064514, 0);
  117.  
  118. -- StarterGui.internalUI.TopBar.Minimize.UICorner
  119. G2L["f"] = Instance.new("UICorner", G2L["d"]);
  120.  
  121.  
  122. -- StarterGui.internalUI.TopBar.Minimize.LocalScript
  123. G2L["10"] = Instance.new("LocalScript", G2L["d"]);
  124.  
  125.  
  126. -- StarterGui.internalUI.TopBar.MainFrame
  127. G2L["11"] = Instance.new("Frame", G2L["2"]);
  128. G2L["11"]["BorderSizePixel"] = 0;
  129. G2L["11"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  130. G2L["11"]["Size"] = UDim2.new(0.9999999403953552, 0, 9.428570747375488, 0);
  131. G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  132. G2L["11"]["Position"] = UDim2.new(-0.00003014174581039697, 0, 0.01639665849506855, 0);
  133. G2L["11"]["Name"] = [[MainFrame]];
  134.  
  135. -- StarterGui.internalUI.TopBar.MainFrame.UICorner
  136. G2L["12"] = Instance.new("UICorner", G2L["11"]);
  137.  
  138.  
  139. -- StarterGui.internalUI.TopBar.MainFrame.Frame
  140. G2L["13"] = Instance.new("Frame", G2L["11"]);
  141. G2L["13"]["BorderSizePixel"] = 0;
  142. G2L["13"]["BackgroundColor3"] = Color3.fromRGB(190, 190, 190);
  143. G2L["13"]["BackgroundTransparency"] = 1;
  144. G2L["13"]["Size"] = UDim2.new(0.06403940916061401, 0, 0.8419913649559021, 0);
  145. G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  146. G2L["13"]["Position"] = UDim2.new(0, 0, 0.1190476194024086, 0);
  147.  
  148. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs
  149. G2L["14"] = Instance.new("Frame", G2L["13"]);
  150. G2L["14"]["BorderSizePixel"] = 0;
  151. G2L["14"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  152. G2L["14"]["Size"] = UDim2.new(0.9615384340286255, 0, 1.015424132347107, 0);
  153. G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  154. G2L["14"]["Position"] = UDim2.new(0.02943405695259571, 0, 1.5690271482071694e-07, 0);
  155. G2L["14"]["Name"] = [[Tabs]];
  156.  
  157. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Main
  158. G2L["15"] = Instance.new("ImageButton", G2L["14"]);
  159. G2L["15"]["BorderSizePixel"] = 0;
  160. G2L["15"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  161. G2L["15"]["Size"] = UDim2.new(0.8600000143051147, 0, 0.07341772317886353, 0);
  162. G2L["15"]["Name"] = [[Main]];
  163. G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  164. G2L["15"]["Position"] = UDim2.new(1.5258788721439487e-07, 0, 0, 0);
  165. G2L["15"]["BackgroundTransparency"] = 0.9990000128746033;
  166.  
  167. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Main.ImageLabel
  168. G2L["16"] = Instance.new("ImageLabel", G2L["15"]);
  169. G2L["16"]["BorderSizePixel"] = 0;
  170. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  171. G2L["16"]["ImageColor3"] = Color3.fromRGB(86, 86, 255);
  172. G2L["16"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  173. G2L["16"]["Image"] = [[rbxassetid://7072717475]];
  174. G2L["16"]["Size"] = UDim2.new(0.6744186282157898, 0, 1, 0);
  175. G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  176. G2L["16"]["BackgroundTransparency"] = 1;
  177. G2L["16"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  178.  
  179. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Main.LocalScript
  180. G2L["17"] = Instance.new("LocalScript", G2L["15"]);
  181.  
  182.  
  183. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Cloud
  184. G2L["18"] = Instance.new("ImageButton", G2L["14"]);
  185. G2L["18"]["BorderSizePixel"] = 0;
  186. G2L["18"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  187. G2L["18"]["Size"] = UDim2.new(0.8600000143051147, 0, 0.07341772317886353, 0);
  188. G2L["18"]["Name"] = [[Cloud]];
  189. G2L["18"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  190. G2L["18"]["Visible"] = false;
  191. G2L["18"]["Position"] = UDim2.new(0, 0, 0.20253165066242218, 0);
  192. G2L["18"]["BackgroundTransparency"] = 0.9990000128746033;
  193.  
  194. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Cloud.ImageLabel
  195. G2L["19"] = Instance.new("ImageLabel", G2L["18"]);
  196. G2L["19"]["BorderSizePixel"] = 0;
  197. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  198. G2L["19"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  199. G2L["19"]["Image"] = [[rbxassetid://7072707488]];
  200. G2L["19"]["Size"] = UDim2.new(0.6744186282157898, 0, 1, 0);
  201. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  202. G2L["19"]["BackgroundTransparency"] = 1;
  203. G2L["19"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  204.  
  205. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Cloud.LocalScript
  206. G2L["1a"] = Instance.new("LocalScript", G2L["18"]);
  207.  
  208.  
  209. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Coder
  210. G2L["1b"] = Instance.new("ImageButton", G2L["14"]);
  211. G2L["1b"]["BorderSizePixel"] = 0;
  212. G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  213. G2L["1b"]["Size"] = UDim2.new(0.8600000143051147, 0, 0.07341772317886353, 0);
  214. G2L["1b"]["Name"] = [[Coder]];
  215. G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  216. G2L["1b"]["Position"] = UDim2.new(0, 0, 0.10000000149011612, 0);
  217. G2L["1b"]["BackgroundTransparency"] = 0.9990000128746033;
  218.  
  219. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Coder.ImageLabel
  220. G2L["1c"] = Instance.new("ImageLabel", G2L["1b"]);
  221. G2L["1c"]["BorderSizePixel"] = 0;
  222. G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  223. G2L["1c"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  224. G2L["1c"]["Image"] = [[rbxassetid://7072707514]];
  225. G2L["1c"]["Size"] = UDim2.new(0.6744186282157898, 0, 1, 0);
  226. G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  227. G2L["1c"]["BackgroundTransparency"] = 1;
  228. G2L["1c"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  229.  
  230. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Coder.LocalScript
  231. G2L["1d"] = Instance.new("LocalScript", G2L["1b"]);
  232.  
  233.  
  234. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Script
  235. G2L["1e"] = Instance.new("ImageButton", G2L["14"]);
  236. G2L["1e"]["BorderSizePixel"] = 0;
  237. G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  238. G2L["1e"]["Size"] = UDim2.new(0.8600000143051147, 0, 0.07341772317886353, 0);
  239. G2L["1e"]["Name"] = [[Script]];
  240. G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  241. G2L["1e"]["Position"] = UDim2.new(0, 0, 0.20000000298023224, 0);
  242. G2L["1e"]["BackgroundTransparency"] = 0.9990000128746033;
  243.  
  244. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Script.ImageLabel
  245. G2L["1f"] = Instance.new("ImageLabel", G2L["1e"]);
  246. G2L["1f"]["BorderSizePixel"] = 0;
  247. G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  248. G2L["1f"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  249. G2L["1f"]["Image"] = [[rbxassetid://7072716417]];
  250. G2L["1f"]["Size"] = UDim2.new(0.6744186282157898, 0, 1, 0);
  251. G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  252. G2L["1f"]["BackgroundTransparency"] = 1;
  253. G2L["1f"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  254.  
  255. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Script.LocalScript
  256. G2L["20"] = Instance.new("LocalScript", G2L["1e"]);
  257.  
  258.  
  259. -- StarterGui.internalUI.TopBar.MainFrame.Frame.LocalScript
  260. G2L["21"] = Instance.new("LocalScript", G2L["13"]);
  261.  
  262.  
  263. -- StarterGui.internalUI.TopBar.MainFrame.Main
  264. G2L["22"] = Instance.new("Frame", G2L["11"]);
  265. G2L["22"]["BorderSizePixel"] = 0;
  266. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  267. G2L["22"]["BackgroundTransparency"] = 0.6499999761581421;
  268. G2L["22"]["Size"] = UDim2.new(0.935960590839386, 0, 0.8939393758773804, 0);
  269. G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  270. G2L["22"]["Position"] = UDim2.new(0.06403940916061401, 0, 0.10606060922145844, 0);
  271. G2L["22"]["Name"] = [[Main]];
  272.  
  273. -- StarterGui.internalUI.TopBar.MainFrame.Main.UICorner
  274. G2L["23"] = Instance.new("UICorner", G2L["22"]);
  275.  
  276.  
  277. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame
  278. G2L["24"] = Instance.new("Frame", G2L["22"]);
  279. G2L["24"]["BorderSizePixel"] = 0;
  280. G2L["24"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  281. G2L["24"]["Size"] = UDim2.new(0.9657894968986511, 0, 0.22760289907455444, 0);
  282. G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  283. G2L["24"]["Position"] = UDim2.new(0.014044912531971931, 0, 0.024213075637817383, 0);
  284.  
  285. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UICorner
  286. G2L["25"] = Instance.new("UICorner", G2L["24"]);
  287.  
  288.  
  289. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User
  290. G2L["26"] = Instance.new("Frame", G2L["24"]);
  291. G2L["26"]["BorderSizePixel"] = 0;
  292. G2L["26"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  293. G2L["26"]["Size"] = UDim2.new(0.09536784887313843, 0, 0.7446808218955994, 0);
  294. G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  295. G2L["26"]["Position"] = UDim2.new(0.01587301678955555, 0, 0.12765957415103912, 0);
  296. G2L["26"]["Name"] = [[User]];
  297.  
  298. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User.UICorner
  299. G2L["27"] = Instance.new("UICorner", G2L["26"]);
  300. G2L["27"]["CornerRadius"] = UDim.new(1, 0);
  301.  
  302. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User.UIStroke
  303. G2L["28"] = Instance.new("UIStroke", G2L["26"]);
  304. G2L["28"]["Color"] = Color3.fromRGB(86, 86, 255);
  305. G2L["28"]["Thickness"] = 2;
  306.  
  307. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User.ImageLabel
  308. G2L["29"] = Instance.new("ImageLabel", G2L["26"]);
  309. G2L["29"]["BorderSizePixel"] = 0;
  310. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  311. G2L["29"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  312. G2L["29"]["Size"] = UDim2.new(0.8571428656578064, 0, 0.8571428656578064, 0);
  313. G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  314. G2L["29"]["BackgroundTransparency"] = 1;
  315. G2L["29"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  316.  
  317. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User.ImageLabel.LocalScript
  318. G2L["2a"] = Instance.new("LocalScript", G2L["29"]);
  319.  
  320.  
  321. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel
  322. G2L["2b"] = Instance.new("TextLabel", G2L["24"]);
  323. G2L["2b"]["TextWrapped"] = true;
  324. G2L["2b"]["BorderSizePixel"] = 0;
  325. G2L["2b"]["TextScaled"] = true;
  326. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  327. G2L["2b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  328. G2L["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal);
  329. G2L["2b"]["TextSize"] = 20;
  330. G2L["2b"]["TextColor3"] = Color3.fromRGB(86, 86, 255);
  331. G2L["2b"]["Size"] = UDim2.new(0.18256130814552307, 0, 0.3297872245311737, 0);
  332. G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  333. G2L["2b"]["Text"] = [[john pizza]];
  334. G2L["2b"]["BackgroundTransparency"] = 1;
  335. G2L["2b"]["Position"] = UDim2.new(0.13275612890720367, 0, 0.26595744490623474, 0);
  336.  
  337. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.LocalScript
  338. G2L["2c"] = Instance.new("LocalScript", G2L["2b"]);
  339.  
  340.  
  341. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.UITextSizeConstraint
  342. G2L["2d"] = Instance.new("UITextSizeConstraint", G2L["2b"]);
  343. G2L["2d"]["MaxTextSize"] = 20;
  344.  
  345. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UIStroke
  346. G2L["2e"] = Instance.new("UIStroke", G2L["24"]);
  347. G2L["2e"]["Color"] = Color3.fromRGB(86, 86, 255);
  348. G2L["2e"]["Thickness"] = 2;
  349.  
  350. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel
  351. G2L["2f"] = Instance.new("TextLabel", G2L["24"]);
  352. G2L["2f"]["TextWrapped"] = true;
  353. G2L["2f"]["BorderSizePixel"] = 0;
  354. G2L["2f"]["TextScaled"] = true;
  355. G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  356. G2L["2f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  357. G2L["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal);
  358. G2L["2f"]["TextSize"] = 14;
  359. G2L["2f"]["TextColor3"] = Color3.fromRGB(86, 86, 255);
  360. G2L["2f"]["Size"] = UDim2.new(0.18256130814552307, 0, 0.3297872245311737, 0);
  361. G2L["2f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  362. G2L["2f"]["Text"] = [[@shafto00]];
  363. G2L["2f"]["BackgroundTransparency"] = 1;
  364. G2L["2f"]["Position"] = UDim2.new(0.13275612890720367, 0, 0.4893617033958435, 0);
  365.  
  366. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.LocalScript
  367. G2L["30"] = Instance.new("LocalScript", G2L["2f"]);
  368.  
  369.  
  370. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.UITextSizeConstraint
  371. G2L["31"] = Instance.new("UITextSizeConstraint", G2L["2f"]);
  372. G2L["31"]["MaxTextSize"] = 14;
  373.  
  374. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame
  375. G2L["32"] = Instance.new("Frame", G2L["22"]);
  376. G2L["32"]["BorderSizePixel"] = 0;
  377. G2L["32"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  378. G2L["32"]["Size"] = UDim2.new(0.40000006556510925, 0, 0.658595621585846, 0);
  379. G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  380. G2L["32"]["Position"] = UDim2.new(0.014044912531971931, 0, 0.2978208363056183, 0);
  381.  
  382. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UICorner
  383. G2L["33"] = Instance.new("UICorner", G2L["32"]);
  384.  
  385.  
  386. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UIStroke
  387. G2L["34"] = Instance.new("UIStroke", G2L["32"]);
  388. G2L["34"]["Color"] = Color3.fromRGB(86, 86, 255);
  389. G2L["34"]["Thickness"] = 2;
  390.  
  391. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.ScrollingFrame
  392. G2L["35"] = Instance.new("ScrollingFrame", G2L["32"]);
  393. G2L["35"]["Active"] = true;
  394. G2L["35"]["BorderSizePixel"] = 0;
  395. G2L["35"]["TopImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  396. G2L["35"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  397. G2L["35"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  398. G2L["35"]["BackgroundTransparency"] = 1;
  399. G2L["35"]["Size"] = UDim2.new(0.972752034664154, 0, 0.9375, 0);
  400. G2L["35"]["ScrollBarImageColor3"] = Color3.fromRGB(40, 40, 109);
  401. G2L["35"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  402. G2L["35"]["ScrollBarThickness"] = 3;
  403. G2L["35"]["Position"] = UDim2.new(0.015873048454523087, 0, 0.029411764815449715, 0);
  404. G2L["35"]["BottomImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  405.  
  406. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.ScrollingFrame.TextBox
  407. G2L["36"] = Instance.new("TextBox", G2L["35"]);
  408. G2L["36"]["BorderSizePixel"] = 0;
  409. G2L["36"]["TextEditable"] = false;
  410. G2L["36"]["TextSize"] = 16;
  411. G2L["36"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  412. G2L["36"]["TextWrapped"] = true;
  413. G2L["36"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  414. G2L["36"]["TextScaled"] = true;
  415. G2L["36"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  416. G2L["36"]["TextColor3"] = Color3.fromRGB(86, 86, 255);
  417. G2L["36"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.SemiBold, Enum.FontStyle.Normal);
  418. G2L["36"]["MultiLine"] = true;
  419. G2L["36"]["Size"] = UDim2.new(0, 703, 0, 252);
  420. G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  421. G2L["36"]["Text"] = [[[2/23/2024] - Released]];
  422. G2L["36"]["Position"] = UDim2.new(0.000014874113730911631, 0, 0, 0);
  423. G2L["36"]["ClearTextOnFocus"] = false;
  424.  
  425. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.ScrollingFrame.TextBox.UITextSizeConstraint
  426. G2L["37"] = Instance.new("UITextSizeConstraint", G2L["36"]);
  427. G2L["37"]["MaxTextSize"] = 16;
  428.  
  429. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame
  430. G2L["38"] = Instance.new("Frame", G2L["22"]);
  431. G2L["38"]["BorderSizePixel"] = 0;
  432. G2L["38"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  433. G2L["38"]["Size"] = UDim2.new(0.538618803024292, 0, 0.658595621585846, 0);
  434. G2L["38"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  435. G2L["38"]["Position"] = UDim2.new(0.44167640805244446, 0, 0.2978208363056183, 0);
  436.  
  437. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UICorner
  438. G2L["39"] = Instance.new("UICorner", G2L["38"]);
  439.  
  440.  
  441. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.UIStroke
  442. G2L["3a"] = Instance.new("UIStroke", G2L["38"]);
  443. G2L["3a"]["Color"] = Color3.fromRGB(86, 86, 255);
  444. G2L["3a"]["Thickness"] = 2;
  445.  
  446. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame
  447. G2L["3b"] = Instance.new("Frame", G2L["38"]);
  448. G2L["3b"]["BorderSizePixel"] = 0;
  449. G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  450. G2L["3b"]["Size"] = UDim2.new(0.9527292847633362, 0, 0.9558823704719543, 0);
  451. G2L["3b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  452. G2L["3b"]["Position"] = UDim2.new(0.021986059844493866, 0, 0.007352941203862429, 0);
  453.  
  454. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Frame
  455. G2L["3c"] = Instance.new("Frame", G2L["3b"]);
  456. G2L["3c"]["BorderSizePixel"] = 0;
  457. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  458. G2L["3c"]["BackgroundTransparency"] = 1;
  459. G2L["3c"]["Size"] = UDim2.new(1, 0, 0.13846154510974884, 0);
  460. G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  461.  
  462. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Frame.TextLabel
  463. G2L["3d"] = Instance.new("TextLabel", G2L["3c"]);
  464. G2L["3d"]["TextWrapped"] = true;
  465. G2L["3d"]["BorderSizePixel"] = 0;
  466. G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  467. G2L["3d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  468. G2L["3d"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Heavy, Enum.FontStyle.Normal);
  469. G2L["3d"]["TextSize"] = 19;
  470. G2L["3d"]["TextColor3"] = Color3.fromRGB(86, 86, 255);
  471. G2L["3d"]["Size"] = UDim2.new(0.5051282048225403, 0, 1, 0);
  472. G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  473. G2L["3d"]["Text"] = [[Settings]];
  474. G2L["3d"]["BackgroundTransparency"] = 1;
  475.  
  476. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.UIListLayout
  477. G2L["3e"] = Instance.new("UIListLayout", G2L["3b"]);
  478. G2L["3e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  479.  
  480. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Editor
  481. G2L["3f"] = Instance.new("TextButton", G2L["3b"]);
  482. G2L["3f"]["TextWrapped"] = true;
  483. G2L["3f"]["BorderSizePixel"] = 0;
  484. G2L["3f"]["AutoButtonColor"] = false;
  485. G2L["3f"]["TextScaled"] = true;
  486. G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 255);
  487. G2L["3f"]["TextSize"] = 19;
  488. G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  489. G2L["3f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  490. G2L["3f"]["Size"] = UDim2.new(0.26180219650268555, 0, 0.14975187182426453, 0);
  491. G2L["3f"]["Name"] = [[Editor]];
  492. G2L["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  493. G2L["3f"]["Text"] = [[Text Wrap]];
  494. G2L["3f"]["Position"] = UDim2.new(-1.5650040552372957e-07, 0, 0.13846154510974884, 0);
  495.  
  496. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Editor.UICorner
  497. G2L["40"] = Instance.new("UICorner", G2L["3f"]);
  498. G2L["40"]["CornerRadius"] = UDim.new(0, 7);
  499.  
  500. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Editor.UIStroke
  501. G2L["41"] = Instance.new("UIStroke", G2L["3f"]);
  502. G2L["41"]["Color"] = Color3.fromRGB(86, 86, 255);
  503. G2L["41"]["Thickness"] = 0;
  504. G2L["41"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  505.  
  506. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.Editor.UITextSizeConstraint
  507. G2L["42"] = Instance.new("UITextSizeConstraint", G2L["3f"]);
  508. G2L["42"]["MaxTextSize"] = 19;
  509.  
  510. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.LocalScript
  511. G2L["43"] = Instance.new("LocalScript", G2L["3b"]);
  512.  
  513.  
  514. -- StarterGui.internalUI.TopBar.MainFrame.Coder
  515. G2L["44"] = Instance.new("Frame", G2L["11"]);
  516. G2L["44"]["BorderSizePixel"] = 0;
  517. G2L["44"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  518. G2L["44"]["BackgroundTransparency"] = 0.6499999761581421;
  519. G2L["44"]["Size"] = UDim2.new(0.935960590839386, 0, 0.8939393758773804, 0);
  520. G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  521. G2L["44"]["Position"] = UDim2.new(0.06403940916061401, 0, 0.10606060922145844, 0);
  522. G2L["44"]["Visible"] = false;
  523. G2L["44"]["Name"] = [[Coder]];
  524.  
  525. -- StarterGui.internalUI.TopBar.MainFrame.Coder.UICorner
  526. G2L["45"] = Instance.new("UICorner", G2L["44"]);
  527.  
  528.  
  529. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel
  530. G2L["46"] = Instance.new("ImageLabel", G2L["44"]);
  531. G2L["46"]["ZIndex"] = 10;
  532. G2L["46"]["BorderSizePixel"] = 0;
  533. G2L["46"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  534. G2L["46"]["ImageColor3"] = Color3.fromRGB(68, 68, 68);
  535. G2L["46"]["Size"] = UDim2.new(0.8434210419654846, 0, 0.7675544619560242, 0);
  536. G2L["46"]["Position"] = UDim2.new(8.030941955894377e-08, 0, 0.014527847059071064, 0);
  537.  
  538. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.security
  539. G2L["47"] = Instance.new("TextLabel", G2L["46"]);
  540. G2L["47"]["TextWrapped"] = true;
  541. G2L["47"]["ZIndex"] = 100;
  542. G2L["47"]["TextScaled"] = true;
  543. G2L["47"]["BackgroundColor3"] = Color3.fromRGB(62, 62, 62);
  544. G2L["47"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  545. G2L["47"]["TextSize"] = 14;
  546. G2L["47"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  547. G2L["47"]["Size"] = UDim2.new(0.8611544370651245, 0, 0.7833623886108398, 0);
  548. G2L["47"]["Name"] = [[security]];
  549. G2L["47"]["Visible"] = false;
  550.  
  551. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.security.UITextSizeConstraint
  552. G2L["48"] = Instance.new("UITextSizeConstraint", G2L["47"]);
  553. G2L["48"]["MaxTextSize"] = 14;
  554.  
  555. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame
  556. G2L["49"] = Instance.new("ScrollingFrame", G2L["46"]);
  557. G2L["49"]["Active"] = true;
  558. G2L["49"]["ZIndex"] = 100;
  559. G2L["49"]["BorderSizePixel"] = 0;
  560. G2L["49"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  561. G2L["49"]["BackgroundColor3"] = Color3.fromRGB(139, 139, 139);
  562. G2L["49"]["ScrollingEnabled"] = false;
  563. G2L["49"]["AutomaticCanvasSize"] = Enum.AutomaticSize.XY;
  564. G2L["49"]["BackgroundTransparency"] = 1;
  565. G2L["49"]["Size"] = UDim2.new(1, 0, 0.9442855715751648, 0);
  566. G2L["49"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  567. G2L["49"]["ScrollBarThickness"] = 0;
  568. G2L["49"]["Name"] = [[EditorFrame]];
  569.  
  570. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source
  571. G2L["4a"] = Instance.new("TextBox", G2L["49"]);
  572. G2L["4a"]["PlaceholderColor3"] = Color3.fromRGB(183, 183, 183);
  573. G2L["4a"]["ZIndex"] = 100;
  574. G2L["4a"]["TextSize"] = 15;
  575. G2L["4a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  576. G2L["4a"]["TextWrapped"] = true;
  577. G2L["4a"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  578. G2L["4a"]["TextScaled"] = true;
  579. G2L["4a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  580. G2L["4a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  581. G2L["4a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  582. G2L["4a"]["MultiLine"] = true;
  583. G2L["4a"]["BackgroundTransparency"] = 1;
  584. G2L["4a"]["Size"] = UDim2.new(0.9625585079193115, 0, 100.00080871582031, 0);
  585. G2L["4a"]["Text"] = [[print("test")]];
  586. G2L["4a"]["Position"] = UDim2.new(0.03588143363595009, 0, -0.006804117001593113, 0);
  587. G2L["4a"]["Name"] = [[Source]];
  588. G2L["4a"]["ClearTextOnFocus"] = false;
  589.  
  590. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Comments_
  591. G2L["4b"] = Instance.new("TextLabel", G2L["4a"]);
  592. G2L["4b"]["TextWrapped"] = true;
  593. G2L["4b"]["ZIndex"] = 100;
  594. G2L["4b"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  595. G2L["4b"]["TextScaled"] = true;
  596. G2L["4b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  597. G2L["4b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  598. G2L["4b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  599. G2L["4b"]["TextSize"] = 15;
  600. G2L["4b"]["TextColor3"] = Color3.fromRGB(60, 201, 60);
  601. G2L["4b"]["Size"] = UDim2.new(1, 0, 1, 0);
  602. G2L["4b"]["Text"] = [[]];
  603. G2L["4b"]["Name"] = [[Comments_]];
  604. G2L["4b"]["BackgroundTransparency"] = 1;
  605.  
  606. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Comments_.UITextSizeConstraint
  607. G2L["4c"] = Instance.new("UITextSizeConstraint", G2L["4b"]);
  608. G2L["4c"]["MaxTextSize"] = 15;
  609.  
  610. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Globals_
  611. G2L["4d"] = Instance.new("TextLabel", G2L["4a"]);
  612. G2L["4d"]["TextWrapped"] = true;
  613. G2L["4d"]["ZIndex"] = 100;
  614. G2L["4d"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  615. G2L["4d"]["TextScaled"] = true;
  616. G2L["4d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  617. G2L["4d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  618. G2L["4d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  619. G2L["4d"]["TextSize"] = 15;
  620. G2L["4d"]["TextColor3"] = Color3.fromRGB(133, 215, 248);
  621. G2L["4d"]["Size"] = UDim2.new(1, 0, 1, 0);
  622. G2L["4d"]["Text"] = [[]];
  623. G2L["4d"]["Name"] = [[Globals_]];
  624. G2L["4d"]["BackgroundTransparency"] = 1;
  625.  
  626. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Globals_.UITextSizeConstraint
  627. G2L["4e"] = Instance.new("UITextSizeConstraint", G2L["4d"]);
  628. G2L["4e"]["MaxTextSize"] = 15;
  629.  
  630. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Keywords_
  631. G2L["4f"] = Instance.new("TextLabel", G2L["4a"]);
  632. G2L["4f"]["TextWrapped"] = true;
  633. G2L["4f"]["ZIndex"] = 100;
  634. G2L["4f"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  635. G2L["4f"]["TextScaled"] = true;
  636. G2L["4f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  637. G2L["4f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  638. G2L["4f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  639. G2L["4f"]["TextSize"] = 15;
  640. G2L["4f"]["TextColor3"] = Color3.fromRGB(249, 110, 125);
  641. G2L["4f"]["Size"] = UDim2.new(1, 0, 1, 0);
  642. G2L["4f"]["Text"] = [[]];
  643. G2L["4f"]["Name"] = [[Keywords_]];
  644. G2L["4f"]["BackgroundTransparency"] = 1;
  645.  
  646. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Keywords_.UITextSizeConstraint
  647. G2L["50"] = Instance.new("UITextSizeConstraint", G2L["4f"]);
  648. G2L["50"]["MaxTextSize"] = 15;
  649.  
  650. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.RemoteHighlight_
  651. G2L["51"] = Instance.new("TextLabel", G2L["4a"]);
  652. G2L["51"]["TextWrapped"] = true;
  653. G2L["51"]["ZIndex"] = 100;
  654. G2L["51"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  655. G2L["51"]["TextScaled"] = true;
  656. G2L["51"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  657. G2L["51"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  658. G2L["51"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  659. G2L["51"]["TextSize"] = 15;
  660. G2L["51"]["TextColor3"] = Color3.fromRGB(0, 145, 255);
  661. G2L["51"]["Size"] = UDim2.new(1, 0, 1, 0);
  662. G2L["51"]["Text"] = [[]];
  663. G2L["51"]["Name"] = [[RemoteHighlight_]];
  664. G2L["51"]["BackgroundTransparency"] = 1;
  665.  
  666. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.RemoteHighlight_.UITextSizeConstraint
  667. G2L["52"] = Instance.new("UITextSizeConstraint", G2L["51"]);
  668. G2L["52"]["MaxTextSize"] = 15;
  669.  
  670. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Strings_
  671. G2L["53"] = Instance.new("TextLabel", G2L["4a"]);
  672. G2L["53"]["TextWrapped"] = true;
  673. G2L["53"]["ZIndex"] = 100;
  674. G2L["53"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  675. G2L["53"]["TextScaled"] = true;
  676. G2L["53"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  677. G2L["53"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  678. G2L["53"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  679. G2L["53"]["TextSize"] = 15;
  680. G2L["53"]["TextColor3"] = Color3.fromRGB(174, 242, 150);
  681. G2L["53"]["Size"] = UDim2.new(1, 0, 1, 0);
  682. G2L["53"]["Text"] = [[]];
  683. G2L["53"]["Name"] = [[Strings_]];
  684. G2L["53"]["BackgroundTransparency"] = 1;
  685.  
  686. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Strings_.UITextSizeConstraint
  687. G2L["54"] = Instance.new("UITextSizeConstraint", G2L["53"]);
  688. G2L["54"]["MaxTextSize"] = 15;
  689.  
  690. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Tokens_
  691. G2L["55"] = Instance.new("TextLabel", G2L["4a"]);
  692. G2L["55"]["TextWrapped"] = true;
  693. G2L["55"]["ZIndex"] = 100;
  694. G2L["55"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  695. G2L["55"]["TextScaled"] = true;
  696. G2L["55"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  697. G2L["55"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  698. G2L["55"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  699. G2L["55"]["TextSize"] = 15;
  700. G2L["55"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  701. G2L["55"]["Size"] = UDim2.new(1, 0, 1, 0);
  702. G2L["55"]["Text"] = [[]];
  703. G2L["55"]["Name"] = [[Tokens_]];
  704. G2L["55"]["BackgroundTransparency"] = 1;
  705.  
  706. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Tokens_.UITextSizeConstraint
  707. G2L["56"] = Instance.new("UITextSizeConstraint", G2L["55"]);
  708. G2L["56"]["MaxTextSize"] = 15;
  709.  
  710. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Numbers_
  711. G2L["57"] = Instance.new("TextLabel", G2L["4a"]);
  712. G2L["57"]["TextWrapped"] = true;
  713. G2L["57"]["ZIndex"] = 100;
  714. G2L["57"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  715. G2L["57"]["TextScaled"] = true;
  716. G2L["57"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  717. G2L["57"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  718. G2L["57"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  719. G2L["57"]["TextSize"] = 15;
  720. G2L["57"]["TextColor3"] = Color3.fromRGB(255, 199, 0);
  721. G2L["57"]["Size"] = UDim2.new(1, 0, 1, 0);
  722. G2L["57"]["Text"] = [[]];
  723. G2L["57"]["Name"] = [[Numbers_]];
  724. G2L["57"]["BackgroundTransparency"] = 1;
  725.  
  726. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.Numbers_.UITextSizeConstraint
  727. G2L["58"] = Instance.new("UITextSizeConstraint", G2L["57"]);
  728. G2L["58"]["MaxTextSize"] = 15;
  729.  
  730. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Source.UITextSizeConstraint
  731. G2L["59"] = Instance.new("UITextSizeConstraint", G2L["4a"]);
  732. G2L["59"]["MaxTextSize"] = 15;
  733.  
  734. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.LocalScript
  735. G2L["5a"] = Instance.new("LocalScript", G2L["49"]);
  736.  
  737.  
  738. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Lines
  739. G2L["5b"] = Instance.new("TextLabel", G2L["49"]);
  740. G2L["5b"]["TextWrapped"] = true;
  741. G2L["5b"]["ZIndex"] = 100;
  742. G2L["5b"]["BorderSizePixel"] = 0;
  743. G2L["5b"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  744. G2L["5b"]["TextScaled"] = true;
  745. G2L["5b"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  746. G2L["5b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Inconsolata.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  747. G2L["5b"]["TextSize"] = 15;
  748. G2L["5b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  749. G2L["5b"]["Size"] = UDim2.new(-0.009419062174856663, 30, 9, 0);
  750. G2L["5b"]["Text"] = [[1]];
  751. G2L["5b"]["Name"] = [[Lines]];
  752. G2L["5b"]["BackgroundTransparency"] = 1;
  753. G2L["5b"]["Position"] = UDim2.new(0, 0, 0.003000000026077032, 0);
  754.  
  755. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.Lines.UITextSizeConstraint
  756. G2L["5c"] = Instance.new("UITextSizeConstraint", G2L["5b"]);
  757. G2L["5c"]["MaxTextSize"] = 15;
  758.  
  759. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.UICorner
  760. G2L["5d"] = Instance.new("UICorner", G2L["46"]);
  761. G2L["5d"]["CornerRadius"] = UDim.new(0, 7);
  762.  
  763. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.UIPadding
  764. G2L["5e"] = Instance.new("UIPadding", G2L["46"]);
  765. G2L["5e"]["PaddingTop"] = UDim.new(0, 6);
  766.  
  767. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.UIStroke
  768. G2L["5f"] = Instance.new("UIStroke", G2L["46"]);
  769. G2L["5f"]["Color"] = Color3.fromRGB(32, 32, 86);
  770. G2L["5f"]["Thickness"] = 2;
  771.  
  772. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame
  773. G2L["60"] = Instance.new("Frame", G2L["44"]);
  774. G2L["60"]["BorderSizePixel"] = 0;
  775. G2L["60"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  776. G2L["60"]["Size"] = UDim2.new(0.1315789520740509, 0, 0.24213075637817383, 0);
  777. G2L["60"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  778. G2L["60"]["Position"] = UDim2.new(0.8578947186470032, 0, 0.014527845196425915, 0);
  779.  
  780. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.UICorner
  781. G2L["61"] = Instance.new("UICorner", G2L["60"]);
  782.  
  783.  
  784. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.up
  785. G2L["62"] = Instance.new("ImageButton", G2L["60"]);
  786. G2L["62"]["BorderSizePixel"] = 0;
  787. G2L["62"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  788. G2L["62"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  789. G2L["62"]["Name"] = [[up]];
  790. G2L["62"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  791. G2L["62"]["BackgroundTransparency"] = 1;
  792.  
  793. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.up.ImageLabel
  794. G2L["63"] = Instance.new("ImageLabel", G2L["62"]);
  795. G2L["63"]["BorderSizePixel"] = 0;
  796. G2L["63"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  797. G2L["63"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  798. G2L["63"]["Image"] = [[rbxassetid://7072706796]];
  799. G2L["63"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  800. G2L["63"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  801. G2L["63"]["BackgroundTransparency"] = 1;
  802. G2L["63"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  803.  
  804. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.up.ConeHandleAdornment
  805. G2L["64"] = Instance.new("ConeHandleAdornment", G2L["62"]);
  806.  
  807.  
  808. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.right
  809. G2L["65"] = Instance.new("ImageButton", G2L["60"]);
  810. G2L["65"]["BorderSizePixel"] = 0;
  811. G2L["65"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  812. G2L["65"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  813. G2L["65"]["Name"] = [[right]];
  814. G2L["65"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  815. G2L["65"]["Position"] = UDim2.new(0, 0, 0.5, 0);
  816. G2L["65"]["BackgroundTransparency"] = 1;
  817.  
  818. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.right.ImageLabel
  819. G2L["66"] = Instance.new("ImageLabel", G2L["65"]);
  820. G2L["66"]["BorderSizePixel"] = 0;
  821. G2L["66"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  822. G2L["66"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  823. G2L["66"]["Image"] = [[rbxassetid://7072706745]];
  824. G2L["66"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  825. G2L["66"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  826. G2L["66"]["BackgroundTransparency"] = 1;
  827. G2L["66"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  828.  
  829. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.down
  830. G2L["67"] = Instance.new("ImageButton", G2L["60"]);
  831. G2L["67"]["BorderSizePixel"] = 0;
  832. G2L["67"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  833. G2L["67"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  834. G2L["67"]["Name"] = [[down]];
  835. G2L["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  836. G2L["67"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  837. G2L["67"]["BackgroundTransparency"] = 1;
  838.  
  839. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.down.ImageLabel
  840. G2L["68"] = Instance.new("ImageLabel", G2L["67"]);
  841. G2L["68"]["BorderSizePixel"] = 0;
  842. G2L["68"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  843. G2L["68"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  844. G2L["68"]["Image"] = [[rbxassetid://7072706663]];
  845. G2L["68"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  846. G2L["68"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  847. G2L["68"]["BackgroundTransparency"] = 1;
  848. G2L["68"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  849.  
  850. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.left
  851. G2L["69"] = Instance.new("ImageButton", G2L["60"]);
  852. G2L["69"]["BorderSizePixel"] = 0;
  853. G2L["69"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  854. G2L["69"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  855. G2L["69"]["Name"] = [[left]];
  856. G2L["69"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  857. G2L["69"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  858. G2L["69"]["BackgroundTransparency"] = 1;
  859.  
  860. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.left.ImageLabel
  861. G2L["6a"] = Instance.new("ImageLabel", G2L["69"]);
  862. G2L["6a"]["BorderSizePixel"] = 0;
  863. G2L["6a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  864. G2L["6a"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  865. G2L["6a"]["Image"] = [[rbxassetid://7072706703]];
  866. G2L["6a"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  867. G2L["6a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  868. G2L["6a"]["BackgroundTransparency"] = 1;
  869. G2L["6a"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  870.  
  871. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.LocalScript
  872. G2L["6b"] = Instance.new("LocalScript", G2L["60"]);
  873.  
  874.  
  875. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame
  876. G2L["6c"] = Instance.new("Frame", G2L["44"]);
  877. G2L["6c"]["BorderSizePixel"] = 0;
  878. G2L["6c"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  879. G2L["6c"]["Size"] = UDim2.new(0.8447368144989014, 0, 0.1501210629940033, 0);
  880. G2L["6c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  881. G2L["6c"]["Position"] = UDim2.new(-0.0013157895300537348, 0, 0.8184019327163696, 0);
  882.  
  883. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.UICorner
  884. G2L["6d"] = Instance.new("UICorner", G2L["6c"]);
  885. G2L["6d"]["CornerRadius"] = UDim.new(0, 7);
  886.  
  887. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Run
  888. G2L["6e"] = Instance.new("TextButton", G2L["6c"]);
  889. G2L["6e"]["TextWrapped"] = true;
  890. G2L["6e"]["BorderSizePixel"] = 0;
  891. G2L["6e"]["AutoButtonColor"] = false;
  892. G2L["6e"]["TextScaled"] = true;
  893. G2L["6e"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  894. G2L["6e"]["TextSize"] = 19;
  895. G2L["6e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  896. G2L["6e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  897. G2L["6e"]["Size"] = UDim2.new(0.14641743898391724, 0, 0.6612903475761414, 0);
  898. G2L["6e"]["Name"] = [[Run]];
  899. G2L["6e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  900. G2L["6e"]["Text"] = [[Run]];
  901. G2L["6e"]["Position"] = UDim2.new(0, 0, 0.14516128599643707, 0);
  902.  
  903. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Run.UICorner
  904. G2L["6f"] = Instance.new("UICorner", G2L["6e"]);
  905. G2L["6f"]["CornerRadius"] = UDim.new(0, 7);
  906.  
  907. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Run.UITextSizeConstraint
  908. G2L["70"] = Instance.new("UITextSizeConstraint", G2L["6e"]);
  909. G2L["70"]["MaxTextSize"] = 19;
  910.  
  911. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Clear
  912. G2L["71"] = Instance.new("TextButton", G2L["6c"]);
  913. G2L["71"]["TextWrapped"] = true;
  914. G2L["71"]["BorderSizePixel"] = 0;
  915. G2L["71"]["AutoButtonColor"] = false;
  916. G2L["71"]["TextScaled"] = true;
  917. G2L["71"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  918. G2L["71"]["TextSize"] = 19;
  919. G2L["71"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  920. G2L["71"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  921. G2L["71"]["Size"] = UDim2.new(0.14641743898391724, 0, 0.6612903475761414, 0);
  922. G2L["71"]["Name"] = [[Clear]];
  923. G2L["71"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  924. G2L["71"]["Text"] = [[Clear]];
  925. G2L["71"]["Position"] = UDim2.new(0.16199377179145813, 0, 0.14516128599643707, 0);
  926.  
  927. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Clear.UICorner
  928. G2L["72"] = Instance.new("UICorner", G2L["71"]);
  929. G2L["72"]["CornerRadius"] = UDim.new(0, 7);
  930.  
  931. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Clear.UITextSizeConstraint
  932. G2L["73"] = Instance.new("UITextSizeConstraint", G2L["71"]);
  933. G2L["73"]["MaxTextSize"] = 19;
  934.  
  935. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Copy
  936. G2L["74"] = Instance.new("TextButton", G2L["6c"]);
  937. G2L["74"]["TextWrapped"] = true;
  938. G2L["74"]["BorderSizePixel"] = 0;
  939. G2L["74"]["AutoButtonColor"] = false;
  940. G2L["74"]["TextScaled"] = true;
  941. G2L["74"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  942. G2L["74"]["TextSize"] = 19;
  943. G2L["74"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  944. G2L["74"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  945. G2L["74"]["Size"] = UDim2.new(0.14641743898391724, 0, 0.6612903475761414, 0);
  946. G2L["74"]["Name"] = [[Copy]];
  947. G2L["74"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  948. G2L["74"]["Text"] = [[Copy]];
  949. G2L["74"]["Position"] = UDim2.new(0.3208722770214081, 0, 0.16129031777381897, 0);
  950.  
  951. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Copy.UICorner
  952. G2L["75"] = Instance.new("UICorner", G2L["74"]);
  953. G2L["75"]["CornerRadius"] = UDim.new(0, 7);
  954.  
  955. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Copy.UITextSizeConstraint
  956. G2L["76"] = Instance.new("UITextSizeConstraint", G2L["74"]);
  957. G2L["76"]["MaxTextSize"] = 19;
  958.  
  959. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Auto
  960. G2L["77"] = Instance.new("TextButton", G2L["6c"]);
  961. G2L["77"]["TextWrapped"] = true;
  962. G2L["77"]["BorderSizePixel"] = 0;
  963. G2L["77"]["AutoButtonColor"] = false;
  964. G2L["77"]["TextScaled"] = true;
  965. G2L["77"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  966. G2L["77"]["TextSize"] = 19;
  967. G2L["77"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  968. G2L["77"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  969. G2L["77"]["Size"] = UDim2.new(0.14641743898391724, 0, 0.6612903475761414, 0);
  970. G2L["77"]["Name"] = [[Auto]];
  971. G2L["77"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  972. G2L["77"]["Text"] = [[Auto]];
  973. G2L["77"]["Position"] = UDim2.new(0.8535825610160828, 0, 0.14516128599643707, 0);
  974.  
  975. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Auto.UICorner
  976. G2L["78"] = Instance.new("UICorner", G2L["77"]);
  977. G2L["78"]["CornerRadius"] = UDim.new(0, 7);
  978.  
  979. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Auto.UIStroke
  980. G2L["79"] = Instance.new("UIStroke", G2L["77"]);
  981. G2L["79"]["Color"] = Color3.fromRGB(32, 32, 86);
  982. G2L["79"]["Thickness"] = 2;
  983. G2L["79"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  984.  
  985. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.Auto.UITextSizeConstraint
  986. G2L["7a"] = Instance.new("UITextSizeConstraint", G2L["77"]);
  987. G2L["7a"]["MaxTextSize"] = 19;
  988.  
  989. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.TextBox
  990. G2L["7b"] = Instance.new("TextBox", G2L["6c"]);
  991. G2L["7b"]["BorderSizePixel"] = 0;
  992. G2L["7b"]["TextSize"] = 19;
  993. G2L["7b"]["TextWrapped"] = true;
  994. G2L["7b"]["TextScaled"] = true;
  995. G2L["7b"]["BackgroundColor3"] = Color3.fromRGB(32, 32, 86);
  996. G2L["7b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  997. G2L["7b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  998. G2L["7b"]["ShowNativeInput"] = false;
  999. G2L["7b"]["Size"] = UDim2.new(0.14641743898391724, 0, 0.6612903475761414, 0);
  1000. G2L["7b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1001. G2L["7b"]["Text"] = [[0.1]];
  1002. G2L["7b"]["Position"] = UDim2.new(0.6853582262992859, 0, 0.14516128599643707, 0);
  1003.  
  1004. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.TextBox.UICorner
  1005. G2L["7c"] = Instance.new("UICorner", G2L["7b"]);
  1006. G2L["7c"]["CornerRadius"] = UDim.new(0, 7);
  1007.  
  1008. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.TextBox.UITextSizeConstraint
  1009. G2L["7d"] = Instance.new("UITextSizeConstraint", G2L["7b"]);
  1010. G2L["7d"]["MaxTextSize"] = 19;
  1011.  
  1012. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.LocalScript
  1013. G2L["7e"] = Instance.new("LocalScript", G2L["6c"]);
  1014.  
  1015.  
  1016. -- StarterGui.internalUI.TopBar.MainFrame.Cloud
  1017. G2L["7f"] = Instance.new("Frame", G2L["11"]);
  1018. G2L["7f"]["BorderSizePixel"] = 0;
  1019. G2L["7f"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  1020. G2L["7f"]["BackgroundTransparency"] = 0.6499999761581421;
  1021. G2L["7f"]["Size"] = UDim2.new(0.935960590839386, 0, 0.8939393758773804, 0);
  1022. G2L["7f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1023. G2L["7f"]["Position"] = UDim2.new(0.06403940916061401, 0, 0.10606060922145844, 0);
  1024. G2L["7f"]["Visible"] = false;
  1025. G2L["7f"]["Name"] = [[Cloud]];
  1026.  
  1027. -- StarterGui.internalUI.TopBar.MainFrame.Cloud.UICorner
  1028. G2L["80"] = Instance.new("UICorner", G2L["7f"]);
  1029.  
  1030.  
  1031. -- StarterGui.internalUI.TopBar.MainFrame.Script
  1032. G2L["81"] = Instance.new("Frame", G2L["11"]);
  1033. G2L["81"]["BorderSizePixel"] = 0;
  1034. G2L["81"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  1035. G2L["81"]["BackgroundTransparency"] = 0.6499999761581421;
  1036. G2L["81"]["Size"] = UDim2.new(0.935960590839386, 0, 0.8939393758773804, 0);
  1037. G2L["81"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1038. G2L["81"]["Position"] = UDim2.new(0.06403940916061401, 0, 0.10606060922145844, 0);
  1039. G2L["81"]["Visible"] = false;
  1040. G2L["81"]["Name"] = [[Script]];
  1041.  
  1042. -- StarterGui.internalUI.TopBar.MainFrame.Script.UICorner
  1043. G2L["82"] = Instance.new("UICorner", G2L["81"]);
  1044.  
  1045.  
  1046. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame
  1047. G2L["83"] = Instance.new("Frame", G2L["81"]);
  1048. G2L["83"]["BorderSizePixel"] = 0;
  1049. G2L["83"]["BackgroundColor3"] = Color3.fromRGB(16, 16, 16);
  1050. G2L["83"]["Size"] = UDim2.new(1, 0, 1, 0);
  1051. G2L["83"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1052.  
  1053. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.UICorner
  1054. G2L["84"] = Instance.new("UICorner", G2L["83"]);
  1055.  
  1056.  
  1057. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.UIPadding
  1058. G2L["85"] = Instance.new("UIPadding", G2L["83"]);
  1059. G2L["85"]["PaddingTop"] = UDim.new(0, 10);
  1060.  
  1061. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.UIGridLayout
  1062. G2L["86"] = Instance.new("UIGridLayout", G2L["83"]);
  1063. G2L["86"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1064. G2L["86"]["CellSize"] = UDim2.new(0.17599999904632568, 0, 0.09399999678134918, 0);
  1065. G2L["86"]["CellPadding"] = UDim2.new(0, 10, 0, 10);
  1066.  
  1067. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield
  1068. G2L["87"] = Instance.new("TextButton", G2L["83"]);
  1069. G2L["87"]["TextWrapped"] = true;
  1070. G2L["87"]["BorderSizePixel"] = 0;
  1071. G2L["87"]["AutoButtonColor"] = false;
  1072. G2L["87"]["TextScaled"] = true;
  1073. G2L["87"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 255);
  1074. G2L["87"]["TextSize"] = 19;
  1075. G2L["87"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1076. G2L["87"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1077. G2L["87"]["Size"] = UDim2.new(0.17617562413215637, 0, 0.09402455389499664, 0);
  1078. G2L["87"]["Name"] = [[InfiniteYield]];
  1079. G2L["87"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1080. G2L["87"]["Text"] = [[Infinite Yield]];
  1081. G2L["87"]["Position"] = UDim2.new(4.214702542526538e-08, 0, 0.13846156001091003, 0);
  1082.  
  1083. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield.UICorner
  1084. G2L["88"] = Instance.new("UICorner", G2L["87"]);
  1085. G2L["88"]["CornerRadius"] = UDim.new(0, 7);
  1086.  
  1087. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield.UIStroke
  1088. G2L["89"] = Instance.new("UIStroke", G2L["87"]);
  1089. G2L["89"]["Color"] = Color3.fromRGB(86, 86, 255);
  1090. G2L["89"]["Thickness"] = 0;
  1091. G2L["89"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1092.  
  1093. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield.UITextSizeConstraint
  1094. G2L["8a"] = Instance.new("UITextSizeConstraint", G2L["87"]);
  1095. G2L["8a"]["MaxTextSize"] = 19;
  1096.  
  1097. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield.LocalScript
  1098. G2L["8b"] = Instance.new("LocalScript", G2L["87"]);
  1099.  
  1100.  
  1101. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop
  1102. G2L["8c"] = Instance.new("TextButton", G2L["83"]);
  1103. G2L["8c"]["TextWrapped"] = true;
  1104. G2L["8c"]["BorderSizePixel"] = 0;
  1105. G2L["8c"]["AutoButtonColor"] = false;
  1106. G2L["8c"]["TextScaled"] = true;
  1107. G2L["8c"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 255);
  1108. G2L["8c"]["TextSize"] = 19;
  1109. G2L["8c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1110. G2L["8c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1111. G2L["8c"]["Size"] = UDim2.new(0.17617562413215637, 0, 0.09402455389499664, 0);
  1112. G2L["8c"]["Name"] = [[TimeStop]];
  1113. G2L["8c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1114. G2L["8c"]["Text"] = [[Time Stop]];
  1115. G2L["8c"]["Position"] = UDim2.new(4.214702542526538e-08, 0, 0.13846156001091003, 0);
  1116.  
  1117. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UICorner
  1118. G2L["8d"] = Instance.new("UICorner", G2L["8c"]);
  1119. G2L["8d"]["CornerRadius"] = UDim.new(0, 7);
  1120.  
  1121. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UIStroke
  1122. G2L["8e"] = Instance.new("UIStroke", G2L["8c"]);
  1123. G2L["8e"]["Color"] = Color3.fromRGB(86, 86, 255);
  1124. G2L["8e"]["Thickness"] = 0;
  1125. G2L["8e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1126.  
  1127. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UITextSizeConstraint
  1128. G2L["8f"] = Instance.new("UITextSizeConstraint", G2L["8c"]);
  1129. G2L["8f"]["MaxTextSize"] = 19;
  1130.  
  1131. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.LocalScript
  1132. G2L["90"] = Instance.new("LocalScript", G2L["8c"]);
  1133.  
  1134. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.RemoteSpy
  1135. G2L["gh"] = Instance.new("TextButton", G2L["83"]);
  1136. G2L["gh"]["TextWrapped"] = true;
  1137. G2L["gh"]["BorderSizePixel"] = 0;
  1138. G2L["gh"]["AutoButtonColor"] = false;
  1139. G2L["gh"]["TextScaled"] = true;
  1140. G2L["gh"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 255);
  1141. G2L["gh"]["TextSize"] = 19;
  1142. G2L["gh"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1143. G2L["gh"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1144. G2L["gh"]["Size"] = UDim2.new(0.17617562413215637, 0, 0.09402455389499664, 0);
  1145. G2L["gh"]["Name"] = [[RemoteSpy]];
  1146. G2L["gh"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1147. G2L["gh"]["Text"] = [[RemoteSpy]];
  1148. G2L["gh"]["Position"] = UDim2.new(4.214702542526538e-08, 0, 0.13846156001091003, 0);
  1149.  
  1150. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UICorner
  1151. G2L["gh"] = Instance.new("UICorner", G2L["8c"]);
  1152. G2L["gh"]["CornerRadius"] = UDim.new(0, 7);
  1153.  
  1154. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UIStroke
  1155. G2L["gh"] = Instance.new("UIStroke", G2L["8c"]);
  1156. G2L["gh"]["Color"] = Color3.fromRGB(86, 86, 255);
  1157. G2L["gh"]["Thickness"] = 0;
  1158. G2L["gh"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1159.  
  1160. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.UITextSizeConstraint
  1161. G2L["gh"] = Instance.new("UITextSizeConstraint", G2L["8c"]);
  1162. G2L["gh"]["MaxTextSize"] = 19;
  1163.  
  1164. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.LocalScript
  1165. G2L["ao"] = Instance.new("LocalScript", G2L["gh"]);
  1166.  
  1167. -- StarterGui.internalUI.TopBar.Dragify
  1168. G2L["91"] = Instance.new("LocalScript", G2L["2"]);
  1169. G2L["91"]["Name"] = [[Dragify]];
  1170.  
  1171. -- StarterGui.internalUI.TopBar.Wrap
  1172. G2L["92"] = Instance.new("BoolValue", G2L["2"]);
  1173. G2L["92"]["Value"] = true;
  1174. G2L["92"]["Name"] = [[Wrap]];
  1175.  
  1176. -- StarterGui.internalUI.TopbarUI
  1177. G2L["93"] = Instance.new("ScreenGui", G2L["1"]);
  1178. G2L["93"]["IgnoreGuiInset"] = true;
  1179. G2L["93"]["DisplayOrder"] = 6;
  1180. G2L["93"]["AutoLocalize"] = false;
  1181. G2L["93"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  1182. G2L["93"]["Name"] = [[TopbarUI]];
  1183. G2L["93"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  1184. G2L["93"]["ResetOnSpawn"] = false;
  1185.  
  1186. -- StarterGui.internalUI.TopbarUI.Toggle
  1187. G2L["94"] = Instance.new("Frame", G2L["93"]);
  1188. G2L["94"]["BackgroundTransparency"] = 1;
  1189. G2L["94"]["Size"] = UDim2.new(1, 0, 0, 48);
  1190. G2L["94"]["Position"] = UDim2.new(0, 0, 0, 10);
  1191. G2L["94"]["Name"] = [[Toggle]];
  1192.  
  1193. -- StarterGui.internalUI.TopbarUI.Toggle.Layout
  1194. G2L["95"] = Instance.new("UIListLayout", G2L["94"]);
  1195. G2L["95"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1196. G2L["95"]["Name"] = [[Layout]];
  1197. G2L["95"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1198. G2L["95"]["Padding"] = UDim.new(0, 12);
  1199. G2L["95"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1200.  
  1201. -- StarterGui.internalUI.TopbarUI.Toggle.Padding
  1202. G2L["96"] = Instance.new("UIPadding", G2L["94"]);
  1203. G2L["96"]["PaddingTop"] = UDim.new(0, 2);
  1204. G2L["96"]["Name"] = [[Padding]];
  1205. G2L["96"]["PaddingRight"] = UDim.new(0, 17);
  1206. G2L["96"]["PaddingBottom"] = UDim.new(0, 2);
  1207. G2L["96"]["PaddingLeft"] = UDim.new(0, 88);
  1208.  
  1209. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic
  1210. G2L["97"] = Instance.new("Frame", G2L["94"]);
  1211. G2L["97"]["BackgroundTransparency"] = 1;
  1212. G2L["97"]["LayoutOrder"] = 1;
  1213. G2L["97"]["Size"] = UDim2.new(0, 44, 1, 0);
  1214. G2L["97"]["Name"] = [[Atomic]];
  1215.  
  1216. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background
  1217. G2L["98"] = Instance.new("ImageButton", G2L["97"]);
  1218. G2L["98"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1219. G2L["98"]["AnchorPoint"] = Vector2.new(0, 0.5);
  1220. G2L["98"]["Size"] = UDim2.new(0, 44, 0, 44);
  1221. G2L["98"]["Name"] = [[Background]];
  1222. G2L["98"]["Position"] = UDim2.new(0, 0, 0.5, 0);
  1223. G2L["98"]["BackgroundTransparency"] = 0.30000001192092896;
  1224.  
  1225. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.UICorner
  1226. G2L["99"] = Instance.new("UICorner", G2L["98"]);
  1227. G2L["99"]["CornerRadius"] = UDim.new(1, 0);
  1228.  
  1229. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.StateOverlayRound
  1230. G2L["9a"] = Instance.new("Frame", G2L["98"]);
  1231. G2L["9a"]["ZIndex"] = 2;
  1232. G2L["9a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1233. G2L["9a"]["BackgroundTransparency"] = 1;
  1234. G2L["9a"]["Size"] = UDim2.new(1, 0, 1, 0);
  1235. G2L["9a"]["Name"] = [[StateOverlayRound]];
  1236.  
  1237. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.StateOverlayRound.UICorner
  1238. G2L["9b"] = Instance.new("UICorner", G2L["9a"]);
  1239. G2L["9b"]["CornerRadius"] = UDim.new(1, 0);
  1240.  
  1241. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.ImageLabel
  1242. G2L["9c"] = Instance.new("ImageLabel", G2L["98"]);
  1243. G2L["9c"]["BorderSizePixel"] = 0;
  1244. G2L["9c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1245. G2L["9c"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  1246. G2L["9c"]["Size"] = UDim2.new(0, 32, 0, 32);
  1247. G2L["9c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1248. G2L["9c"]["BackgroundTransparency"] = 1;
  1249. G2L["9c"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  1250.  
  1251. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.LocalScript
  1252. G2L["9d"] = Instance.new("LocalScript", G2L["98"]);
  1253.  
  1254.  
  1255. -- StarterGui.internalUI.TopBar.Close.LocalScript
  1256. local function C_c()
  1257. local script = G2L["c"];
  1258. local t = game:GetService("TweenService")
  1259. script.Parent.MouseEnter:Connect(function()
  1260. t:Create(script.Parent.ImageLabel, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {ImageColor3 = Color3.fromRGB(255, 57, 57)}):Play()
  1261. end)
  1262. script.Parent.MouseLeave:Connect(function()
  1263. t:Create(script.Parent.ImageLabel, TweenInfo.new(0.5, Enum.EasingStyle.Linear), {ImageColor3 = Color3.fromRGB(175, 175, 175)}):Play()
  1264. end)
  1265.  
  1266. script.Parent.MouseButton1Click:Connect(function()
  1267. script.Parent.Parent.Parent:Destroy()
  1268. end)
  1269. end;
  1270. task.spawn(C_c);
  1271. -- StarterGui.internalUI.TopBar.Minimize.LocalScript
  1272. local function C_10()
  1273. local script = G2L["10"];
  1274. local t = game:GetService("TweenService")
  1275. script.Parent.MouseEnter:Connect(function()
  1276. t:Create(script.Parent.ImageLabel, TweenInfo.new(0.2, Enum.EasingStyle.Linear), {ImageColor3 = Color3.fromRGB(255, 255, 255)}):Play()
  1277. end)
  1278. script.Parent.MouseLeave:Connect(function()
  1279. t:Create(script.Parent.ImageLabel, TweenInfo.new(0.2, Enum.EasingStyle.Linear), {ImageColor3 = Color3.fromRGB(175, 175, 1755)}):Play()
  1280. end)
  1281. a=true
  1282. script.Parent.MouseButton1Click:Connect(function()
  1283. script.Parent.Parent.MainFrame.Visible=not script.Parent.Parent.MainFrame.Visible
  1284. a = not a
  1285. if a then
  1286. script.Parent.ImageLabel.Image = "rbxassetid://7072719125"
  1287. else
  1288. script.Parent.ImageLabel.Image = "rbxassetid://7072718683"
  1289. end
  1290. end)
  1291. end;
  1292. task.spawn(C_10);
  1293. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Main.LocalScript
  1294. local function C_17()
  1295. local script = G2L["17"];
  1296. local t = game:GetService("TweenService")
  1297. script.Parent.MouseButton1Click:Connect(function()
  1298. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  1299. if v==script.Parent then
  1300. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(85, 85, 255)}):Play()
  1301. else
  1302. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(255, 255, 255)}):Play()
  1303. end
  1304. end
  1305. end)
  1306. end;
  1307. task.spawn(C_17);
  1308. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Cloud.LocalScript
  1309. local function C_1a()
  1310. local script = G2L["1a"];
  1311. local t = game:GetService("TweenService")
  1312. script.Parent.MouseButton1Click:Connect(function()
  1313. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  1314. if v==script.Parent then
  1315. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(85, 85, 255)}):Play()
  1316. else
  1317. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(255, 255, 255)}):Play()
  1318. end
  1319. end
  1320. end)
  1321. end;
  1322. task.spawn(C_1a);
  1323. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Coder.LocalScript
  1324. local function C_1d()
  1325. local script = G2L["1d"];
  1326. local t = game:GetService("TweenService")
  1327. script.Parent.MouseButton1Click:Connect(function()
  1328. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  1329. if v==script.Parent then
  1330. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(85, 85, 255)}):Play()
  1331. else
  1332. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(255, 255, 255)}):Play()
  1333. end
  1334. end
  1335. end)
  1336. end;
  1337. task.spawn(C_1d);
  1338. -- StarterGui.internalUI.TopBar.MainFrame.Frame.Tabs.Script.LocalScript
  1339. local function C_20()
  1340. local script = G2L["20"];
  1341. local t = game:GetService("TweenService")
  1342. script.Parent.MouseButton1Click:Connect(function()
  1343. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  1344. if v==script.Parent then
  1345. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(85, 85, 255)}):Play()
  1346. else
  1347. t:Create(v.ImageLabel,TweenInfo.new(0.2, Enum.EasingStyle.Linear),{ImageColor3=Color3.fromRGB(255, 255, 255)}):Play()
  1348. end
  1349. end
  1350. end)
  1351. end;
  1352. task.spawn(C_20);
  1353. -- StarterGui.internalUI.TopBar.MainFrame.Frame.LocalScript
  1354. local function C_21()
  1355. local script = G2L["21"];
  1356. local t = game:GetService("TweenService")
  1357.  
  1358. local selected
  1359.  
  1360. local tabs = {"Main","Cloud","Script","Coder"}
  1361.  
  1362. local function click(name)
  1363. for i,v in pairs(script.Parent.Parent:GetChildren()) do
  1364. if table.find(tabs, v.Name) then
  1365. if v.Name==name then
  1366. v.Visible = true
  1367. else
  1368. v.Visible = false
  1369. end
  1370. end
  1371. end
  1372. end
  1373.  
  1374. for i,v in pairs(script.Parent.Tabs:GetChildren()) do
  1375. if v:IsA("ImageButton") then
  1376. v.MouseButton1Click:Connect(function()
  1377. click(v.Name)
  1378. end)
  1379. end
  1380. end
  1381. end;
  1382. task.spawn(C_21);
  1383. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.User.ImageLabel.LocalScript
  1384. local function C_2a()
  1385. local script = G2L["2a"];
  1386. local players = game:GetService("Players")
  1387. local plr = players.LocalPlayer
  1388. local ImageLabel = script.Parent
  1389. local headshot = players:GetUserThumbnailAsync(plr.UserId, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size420x420)
  1390. ImageLabel.Image=headshot
  1391. end;
  1392. task.spawn(C_2a);
  1393. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.LocalScript
  1394. local function C_2c()
  1395. local script = G2L["2c"];
  1396. local players = game:GetService("Players")
  1397. local plr = players.LocalPlayer
  1398. script.Parent.Text = plr.DisplayName
  1399. end;
  1400. task.spawn(C_2c);
  1401. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.TextLabel.LocalScript
  1402. local function C_30()
  1403. local script = G2L["30"];
  1404. local players = game:GetService("Players")
  1405. local plr = players.LocalPlayer
  1406. script.Parent.Text = "@"..plr.Name
  1407. end;
  1408. task.spawn(C_30);
  1409. -- StarterGui.internalUI.TopBar.MainFrame.Main.Frame.Frame.LocalScript
  1410. local function C_43()
  1411. local script = G2L["43"];
  1412. local auto=script.Parent.Editor
  1413.  
  1414. local bool = script.Parent.Parent.Parent.Parent.Parent.Wrap
  1415.  
  1416. local a=true
  1417.  
  1418. local t = game:GetService("TweenService")
  1419.  
  1420. auto.MouseButton1Click:Connect(function()
  1421. a=not a
  1422. bool.Value = a
  1423. if a then
  1424. auto.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
  1425. auto.UIStroke.Thickness = 0
  1426. else
  1427. auto.BackgroundColor3 = Color3.fromRGB(15,15,15)
  1428. auto.UIStroke.Thickness = 2
  1429. end
  1430. end)
  1431. end;
  1432. task.spawn(C_43);
  1433. -- StarterGui.internalUI.TopBar.MainFrame.Coder.ImageLabel.EditorFrame.LocalScript
  1434. local function C_5a()
  1435. local script = G2L["5a"];
  1436. local lua_keywords = {"and", "break", "do", "else", "elseif", "end", "false", "for", "function", "goto", "if", "in", "local", "nil", "not", "or", "repeat", "return", "then", "true", "until", "while", "is_synapse_function","is_protosmasher_caller", "execute","foreach","foreachi","insert","syn","HttpGet","HttpPost","__index","__namecall","__add","__call","__tostring","__tonumber","__div"}
  1437. local global_env = {"getrawmetatable", "game", "workspace", "script", "math", "string", "table", "print", "wait", "BrickColor", "Color3", "next", "pairs", "ipairs", "select", "unpack", "Instance", "Vector2", "Vector3", "CFrame", "Ray", "UDim2", "Enum", "assert", "error", "warn", "tick", "loadstring", "_G", "shared", "getfenv", "setfenv", "newproxy", "setmetatable", "getmetatable", "os", "debug", "pcall", "ypcall", "xpcall", "rawequal", "rawset", "rawget", "tonumber", "tostring", "type", "typeof", "_VERSION", "coroutine", "delay", "require", "spawn", "LoadLibrary", "settings", "stats", "time", "UserSettings", "version", "Axes", "ColorSequence", "Faces", "ColorSequenceKeypoint", "NumberRange", "NumberSequence", "NumberSequenceKeypoint", "gcinfo", "elapsedTime", "collectgarbage", "PhysicalProperties", "Rect", "Region3", "Region3int16", "UDim", "Vector2int16", "Vector3int16","run_secure_function","create_secure_function","hookfunc","hookfunction","newcclosure","replaceclosure","islclosure","getgc","gcinfo","rconsolewarn","rconsoleprint","rconsoleinfo","rconsoleinput","rconsoleinputasync","rconsoleclear","rconsoleerr",}
  1438.  
  1439. local src = script.Parent.Source
  1440. local lin = script.Parent.Lines
  1441.  
  1442. local Highlight = function(string, keywords)
  1443. local K = {}
  1444. local S = string
  1445. local Token =
  1446. {
  1447. ["="] = true,
  1448. ["."] = true,
  1449. [","] = true,
  1450. ["("] = true,
  1451. [")"] = true,
  1452. ["["] = true,
  1453. ["]"] = true,
  1454. ["{"] = true,
  1455. ["}"] = true,
  1456. [":"] = true,
  1457. ["*"] = true,
  1458. ["/"] = true,
  1459. ["+"] = true,
  1460. ["-"] = true,
  1461. ["%"] = true,
  1462. [";"] = true,
  1463. ["~"] = true
  1464. }
  1465. for i, v in pairs(keywords) do
  1466. K[v] = true
  1467. end
  1468. S = S:gsub(".", function(c)
  1469. if Token[c] ~= nil then
  1470. return "\32"
  1471. else
  1472. return c
  1473. end
  1474. end)
  1475. S = S:gsub("%S+", function(c)
  1476. if K[c] ~= nil then
  1477. return c
  1478. else
  1479. return (" "):rep(#c)
  1480. end
  1481. end)
  1482.  
  1483. return S
  1484. end
  1485.  
  1486. local hTokens = function(string)
  1487. local Token =
  1488. {
  1489. ["="] = true,
  1490. ["."] = true,
  1491. [","] = true,
  1492. ["("] = true,
  1493. [")"] = true,
  1494. ["["] = true,
  1495. ["]"] = true,
  1496. ["{"] = true,
  1497. ["}"] = true,
  1498. [":"] = true,
  1499. ["*"] = true,
  1500. ["/"] = true,
  1501. ["+"] = true,
  1502. ["-"] = true,
  1503. ["%"] = true,
  1504. [";"] = true,
  1505. ["~"] = true
  1506. }
  1507. local A = ""
  1508. local B = [[]]
  1509. string:gsub(".", function(c)
  1510. if Token[c] ~= nil then
  1511. A = A .. c
  1512. elseif c == "\n" then
  1513. A = A .. "\n"
  1514. elseif c == "\t" then
  1515. A = A .. "\t"
  1516. else
  1517. A = A .. "\32"
  1518. end
  1519. end)
  1520. return A
  1521. end
  1522.  
  1523.  
  1524. local strings = function(string)
  1525. local highlight = ""
  1526. local quote = false
  1527. string:gsub(".", function(c)
  1528. if quote == false and c == "\"" then
  1529. quote = true
  1530. elseif quote == true and c == "\"" then
  1531. quote = false
  1532. end
  1533. if quote == false and c == "\"" then
  1534. highlight = highlight .. "\""
  1535. elseif c == "\n" then
  1536. highlight = highlight .. "\n"
  1537. elseif c == "\t" then
  1538. highlight = highlight .. "\t"
  1539. elseif quote == true then
  1540. highlight = highlight .. c
  1541. elseif quote == false then
  1542. highlight = highlight .. "\32"
  1543. end
  1544. end)
  1545.  
  1546. return highlight
  1547. end
  1548.  
  1549. local comments = function(string)
  1550. local ret = ""
  1551. string:gsub("[^\r\n]+", function(c)
  1552. local comm = false
  1553. local i = 0
  1554. c:gsub(".", function(n)
  1555. i = i + 1
  1556. if c:sub(i, i + 1) == "--" then
  1557. comm = true
  1558. end
  1559. if comm == true then
  1560. ret = ret .. n
  1561. else
  1562. ret = ret .. "\32"
  1563. end
  1564. end)
  1565. ret = ret
  1566. end)
  1567.  
  1568. return ret
  1569. end
  1570.  
  1571. local numbers = function(string)
  1572. local A = ""
  1573. string:gsub(".", function(c)
  1574. if tonumber(c) ~= nil then
  1575. A = A .. c
  1576. elseif c == "\n" then
  1577. A = A .. "\n"
  1578. elseif c == "\t" then
  1579. A = A .. "\t"
  1580. else
  1581. A = A .. "\32"
  1582. end
  1583. end)
  1584.  
  1585. return A
  1586. end
  1587.  
  1588. local highlight_source = function(type)
  1589. if type == "Text" then
  1590. src.Text = script.Parent.Source.Text:gsub("\13", "")
  1591. src.Text = script.Parent.Source.Text:gsub("\t", " ")
  1592. local s = src.Text
  1593. src.Keywords_.Text = Highlight(s, lua_keywords)
  1594. src.Globals_.Text = Highlight(s, global_env)
  1595. src.RemoteHighlight_.Text = Highlight(s, {"FireServer", "fireServer", "InvokeServer", "invokeServer"})
  1596. src.Tokens_.Text = hTokens(s)
  1597. src.Numbers_.Text = numbers(s)
  1598. src.Strings_.Text = strings(s)
  1599. local lin = 1
  1600. s:gsub("\n", function()
  1601. lin = lin + 1
  1602. end)
  1603. script.Parent.Lines.Text = ""
  1604. for i = 1, lin do
  1605. script.Parent.Lines.Text = script.Parent.Lines.Text .. i .. "\n"
  1606. end
  1607. end
  1608. end
  1609.  
  1610. local unhighlight = function()
  1611. src.Keywords_.Visible = false
  1612. src.Globals_.Visible = false
  1613. src.RemoteHighlight_.Visible = false
  1614. src.Tokens_.Visible = false
  1615. src.Numbers_.Visible = false
  1616. src.Strings_.Visible = false
  1617. end
  1618.  
  1619. local highlight = function()
  1620. src.Keywords_.Visible = true
  1621. src.Globals_.Visible = true
  1622. src.RemoteHighlight_.Visible = true
  1623. src.Tokens_.Visible = true
  1624. src.Numbers_.Visible = true
  1625. src.Strings_.Visible = true
  1626. end
  1627.  
  1628. highlight_source("Text")
  1629.  
  1630. local bool = script.Parent.Parent.Parent.Parent.Parent.Wrap
  1631.  
  1632. src.Focused:Connect(function()
  1633. src.TextWrapped = bool.Value
  1634. src.MultiLine = bool.Value
  1635. unhighlight()
  1636. end)
  1637. src.FocusLost:Connect(function()
  1638. src.TextWrapped = not bool.Value
  1639. highlight()
  1640. highlight_source(src.Text)
  1641. end)
  1642.  
  1643. src.Changed:Connect(highlight_source)
  1644. end;
  1645. task.spawn(C_5a);
  1646. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.LocalScript
  1647. local function C_6b()
  1648. local script = G2L["6b"];
  1649. local s = script.Parent.Parent.ImageLabel.EditorFrame
  1650.  
  1651. local up=script.Parent.up
  1652. local down=script.Parent.down
  1653. local right=script.Parent.right
  1654. local left=script.Parent.left
  1655.  
  1656. up.MouseButton1Click:Connect(function()
  1657. s.CanvasPosition = s.CanvasPosition + Vector2.new(0,-16)
  1658. end)
  1659. down.MouseButton1Click:Connect(function()
  1660. s.CanvasPosition = s.CanvasPosition + Vector2.new(0,16)
  1661. end)
  1662. left.MouseButton1Click:Connect(function()
  1663. s.CanvasPosition = s.CanvasPosition + Vector2.new(-10,0)
  1664. end)
  1665. right.MouseButton1Click:Connect(function()
  1666. s.CanvasPosition = s.CanvasPosition + Vector2.new(10,0)
  1667. end)
  1668. end;
  1669. task.spawn(C_6b);
  1670. -- StarterGui.internalUI.TopBar.MainFrame.Coder.Frame.LocalScript
  1671. local function C_7e()
  1672. local script = G2L["7e"];
  1673. local auto=script.Parent.Auto
  1674. local run=script.Parent.Run
  1675. local clear=script.Parent.Clear
  1676. local copy=script.Parent.Copy
  1677. local textbox=script.Parent.TextBox
  1678.  
  1679. local a=false
  1680.  
  1681. local t = game:GetService("TweenService")
  1682.  
  1683. run.MouseButton1Click:Connect(function()
  1684. assert(loadstring(script.Parent.Parent.ImageLabel.EditorFrame.Source.Text))()
  1685. end)
  1686. clear.MouseButton1Click:Connect(function()
  1687. script.Parent.Parent.ImageLabel.EditorFrame.Source.Text=""
  1688. end)
  1689. copy.MouseButton1Click:Connect(function()
  1690. local e=script.Parent.Parent.ImageLabel.EditorFrame.Source.Text
  1691. setclipboard(e)
  1692. end)
  1693. auto.MouseButton1Click:Connect(function()
  1694. a=not a
  1695. if a then
  1696. auto.BackgroundColor3 = Color3.fromRGB(85, 85, 255)
  1697. auto.UIStroke.Thickness = 0
  1698. else
  1699. auto.BackgroundColor3 = Color3.fromRGB(15,15,15)
  1700. auto.UIStroke.Thickness = 2
  1701. end
  1702. end)
  1703.  
  1704. while true do
  1705. if a then
  1706. assert(loadstring(script.Parent.Parent.ImageLabel.EditorFrame.Source.Text))()
  1707. end
  1708. wait(textbox.Text)
  1709. end
  1710. end;
  1711. task.spawn(C_7e);
  1712. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.InfiniteYield.LocalScript
  1713. local function C_8b()
  1714. local script = G2L["8b"];
  1715. script.Parent.MouseButton1Click:Connect(function()
  1716. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  1717. end)
  1718. end;
  1719. task.spawn(C_8b);
  1720. -- StarterGui.internalUI.TopBar.MainFrame.Script.Frame.TimeStop.LocalScript
  1721. local function C_90()
  1722. local script = G2L["90"];
  1723. script.Parent.MouseButton1Click:Connect(function()
  1724. loadstring(game:HttpGet('https://pastebin.com/raw/XEEit9Az'))()
  1725. end)
  1726. end;
  1727. task.spawn(C_90);
  1728. --remote spy
  1729. local function C_da()
  1730. local script = G2L["ao"];
  1731. script.Parent.MouseButton1Click:Connect(function()
  1732. getgenv().operatorColor = Color3.fromRGB(187, 85, 255)
  1733. getgenv().functionColor = Color3.fromRGB(97, 175, 239)
  1734. getgenv().stringColor = Color3.fromRGB(152, 195, 121)
  1735. getgenv().numberColor = Color3.fromRGB(209, 154, 102)
  1736. getgenv().booleanColor= Color3.fromRGB(209, 154, 102)
  1737. getgenv().objectColor = Color3.fromRGB(229, 192, 123)
  1738. getgenv().defaultColor = Color3.fromRGB(224, 108, 117)
  1739. getgenv().commentColor = Color3.fromRGB(148, 148, 148)
  1740. getgenv().lineNumberColor = Color3.fromRGB(148, 148, 148)
  1741. getgenv().genericColor = Color3.fromRGB(240, 240, 240)
  1742.  
  1743. loadstring(
  1744. game:HttpGet("https://pastebin.com/raw/nTT9vvWY")
  1745. )()
  1746. end)
  1747. end;
  1748. task.spawn(C_da);
  1749. -- StarterGui.internalUI.TopBar.Dragify
  1750. local function C_91()
  1751. local script = G2L["91"];
  1752. local UserInputService = game:GetService("UserInputService")
  1753. local TweenService = game:GetService("TweenService")
  1754.  
  1755. local Frame = script.Parent
  1756. local StartPosition = nil
  1757. local DragStart = nil
  1758. local DragSpeed = 0.25
  1759. local DragToggle = nil
  1760.  
  1761. local function updateInput(Input)
  1762. local Delta = Input.Position - DragStart
  1763. local Position = UDim2.new(StartPosition.X.Scale, StartPosition.X.Offset + Delta.X, StartPosition.Y.Scale, StartPosition.Y.Offset + Delta.Y)
  1764. TweenService:Create(Frame, TweenInfo.new(DragSpeed), {Position = Position}):Play()
  1765. end
  1766.  
  1767. Frame.InputBegan:Connect(function(Input)
  1768. if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) then
  1769. DragToggle = true
  1770. DragStart = Input.Position
  1771. StartPosition = Frame.Position
  1772. Input.Changed:Connect(function()
  1773. if Input.UserInputState == Enum.UserInputState.End then
  1774. DragToggle = false
  1775. end
  1776. end)
  1777. end
  1778. end)
  1779.  
  1780. UserInputService.InputChanged:Connect(function(Input)
  1781. if (Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch) then
  1782. if DragToggle then
  1783. updateInput(Input)
  1784. end
  1785. end
  1786. end)
  1787. end;
  1788. task.spawn(C_91);
  1789. -- StarterGui.internalUI.TopbarUI.Toggle.Atomic.Background.LocalScript
  1790. local function C_9d()
  1791. local script = G2L["9d"];
  1792. script.Parent.MouseButton1Click:Connect(function()
  1793. script.Parent.Parent.Parent.Parent.Parent.TopBar.Visible = not script.Parent.Parent.Parent.Parent.Parent.TopBar.Visible
  1794. end)
  1795. end;
  1796. task.spawn(C_9d);
  1797.  
  1798. return G2L["1"], require;
Add Comment
Please, Sign In to add comment