Advertisement
munciseek

Untitled

Dec 31st, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 230.64 KB | None | 0 0
  1. --[=[
  2. d888b db db d888888b .d888b. db db db .d8b.
  3. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b
  4. 88 88 88 88 odD' 88 88 88 88ooo88
  5. 88 ooo 88 88 88 .88' 88 88 88 88~~~88
  6. 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 @uniquadev
  7. Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 479 | Scripts: 1 | Modules: 0 | Tags: 0
  11. local G2L = {};
  12.  
  13. -- StarterGui.Sciptmode
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["IgnoreGuiInset"] = true;
  16. G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  17. G2L["1"]["Name"] = [[Sciptmode]];
  18. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  19.  
  20.  
  21. -- StarterGui.Sciptmode.Main
  22. G2L["2"] = Instance.new("Frame", G2L["1"]);
  23. G2L["2"]["Active"] = true;
  24. G2L["2"]["BorderSizePixel"] = 0;
  25. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  26. G2L["2"]["ClipsDescendants"] = true;
  27. G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
  28. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  29. G2L["2"]["Name"] = [[Main]];
  30. G2L["2"]["BackgroundTransparency"] = 0.2;
  31.  
  32.  
  33. -- StarterGui.Sciptmode.Main.Modifier
  34. G2L["3"] = Instance.new("Frame", G2L["2"]);
  35. G2L["3"]["Active"] = true;
  36. G2L["3"]["BorderSizePixel"] = 0;
  37. G2L["3"]["BackgroundColor3"] = Color3.fromRGB(27, 4, 12);
  38. G2L["3"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  39. G2L["3"]["ClipsDescendants"] = true;
  40. G2L["3"]["Size"] = UDim2.new(0.97, 0, 0.97, 0);
  41. G2L["3"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  42. G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  43. G2L["3"]["Name"] = [[Modifier]];
  44. G2L["3"]["BackgroundTransparency"] = 1;
  45.  
  46.  
  47. -- StarterGui.Sciptmode.Main.Modifier.UIAspectRatioConstraint
  48. G2L["4"] = Instance.new("UIAspectRatioConstraint", G2L["3"]);
  49. G2L["4"]["AspectRatio"] = 1.6;
  50.  
  51.  
  52. -- StarterGui.Sciptmode.Main.Modifier.UICorner
  53. G2L["5"] = Instance.new("UICorner", G2L["3"]);
  54.  
  55.  
  56.  
  57. -- StarterGui.Sciptmode.Main.Modifier.UIGradient
  58. G2L["6"] = Instance.new("UIGradient", G2L["3"]);
  59. G2L["6"]["Rotation"] = 90;
  60. G2L["6"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 1),NumberSequenceKeypoint.new(0.390, 0.075),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
  61. G2L["6"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 255, 255))};
  62.  
  63.  
  64. -- StarterGui.Sciptmode.Main.Modifier.UIListLayout
  65. G2L["7"] = Instance.new("UIListLayout", G2L["3"]);
  66. G2L["7"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  67. G2L["7"]["Padding"] = UDim.new(0.015, 0);
  68. G2L["7"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  69. G2L["7"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  70. G2L["7"]["FillDirection"] = Enum.FillDirection.Horizontal;
  71.  
  72.  
  73. -- StarterGui.Sciptmode.Main.Modifier.UIPadding
  74. G2L["8"] = Instance.new("UIPadding", G2L["3"]);
  75. G2L["8"]["PaddingTop"] = UDim.new(0.025, 0);
  76. G2L["8"]["PaddingRight"] = UDim.new(0.025, 0);
  77. G2L["8"]["PaddingLeft"] = UDim.new(0.025, 0);
  78. G2L["8"]["PaddingBottom"] = UDim.new(0.025, 0);
  79.  
  80.  
  81. -- StarterGui.Sciptmode.Main.Modifier.UIStroke
  82. G2L["9"] = Instance.new("UIStroke", G2L["3"]);
  83. G2L["9"]["Enabled"] = false;
  84. G2L["9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  85. G2L["9"]["Thickness"] = 3;
  86. G2L["9"]["Color"] = Color3.fromRGB(255, 255, 255);
  87.  
  88.  
  89. -- StarterGui.Sciptmode.Main.Modifier.Settings
  90. G2L["a"] = Instance.new("Frame", G2L["3"]);
  91. G2L["a"]["BorderSizePixel"] = 0;
  92. G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  93. G2L["a"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  94. G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  95. G2L["a"]["Name"] = [[Settings]];
  96. G2L["a"]["LayoutOrder"] = 1;
  97. G2L["a"]["BackgroundTransparency"] = 1;
  98.  
  99.  
  100. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue
  101. G2L["b"] = Instance.new("TextButton", G2L["a"]);
  102. G2L["b"]["TextWrapped"] = true;
  103. G2L["b"]["BorderSizePixel"] = 0;
  104. G2L["b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  105. G2L["b"]["TextColor3"] = Color3.fromRGB(92, 60, 53);
  106. G2L["b"]["TextScaled"] = true;
  107. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  108. G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  109. G2L["b"]["Size"] = UDim2.new(1, 0, 0.15, 0);
  110. G2L["b"]["LayoutOrder"] = 50;
  111. G2L["b"]["Name"] = [[Continue]];
  112. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  113. G2L["b"]["Text"] = [[PLAY]];
  114.  
  115.  
  116. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UICorner
  117. G2L["c"] = Instance.new("UICorner", G2L["b"]);
  118. G2L["c"]["CornerRadius"] = UDim.new(0.15, 0);
  119.  
  120.  
  121. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UIGradient
  122. G2L["d"] = Instance.new("UIGradient", G2L["b"]);
  123. G2L["d"]["Rotation"] = 18;
  124. G2L["d"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
  125. G2L["d"]["Offset"] = Vector2.new(-1, 0);
  126. G2L["d"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
  127.  
  128.  
  129. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.UIPadding
  130. G2L["e"] = Instance.new("UIPadding", G2L["b"]);
  131. G2L["e"]["PaddingTop"] = UDim.new(0.05, -6);
  132. G2L["e"]["PaddingRight"] = UDim.new(0.02, 0);
  133. G2L["e"]["PaddingLeft"] = UDim.new(0.14, 0);
  134. G2L["e"]["PaddingBottom"] = UDim.new(0.05, -6);
  135.  
  136.  
  137. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.PlayIcon
  138. G2L["f"] = Instance.new("ImageLabel", G2L["b"]);
  139. G2L["f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  140. G2L["f"]["ZIndex"] = 55;
  141. G2L["f"]["BorderSizePixel"] = 0;
  142. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  143. G2L["f"]["ImageColor3"] = Color3.fromRGB(92, 60, 53);
  144. G2L["f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  145. G2L["f"]["Image"] = [[rbxassetid://106524732404483]];
  146. G2L["f"]["Size"] = UDim2.new(0.8, 0, 0.6, 0);
  147. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  148. G2L["f"]["BackgroundTransparency"] = 1;
  149. G2L["f"]["Name"] = [[PlayIcon]];
  150. G2L["f"]["Position"] = UDim2.new(0, 0, 0.5, 0);
  151.  
  152.  
  153. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info
  154. G2L["10"] = Instance.new("Frame", G2L["b"]);
  155. G2L["10"]["BorderSizePixel"] = 0;
  156. G2L["10"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  157. G2L["10"]["AnchorPoint"] = Vector2.new(1, 0.5);
  158. G2L["10"]["Size"] = UDim2.new(0.4, 0, 0.8, 0);
  159. G2L["10"]["Position"] = UDim2.new(1, 0, 0.5, 0);
  160. G2L["10"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  161. G2L["10"]["Name"] = [[Info]];
  162. G2L["10"]["BackgroundTransparency"] = 1;
  163.  
  164.  
  165. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.ModIcon
  166. G2L["11"] = Instance.new("ImageLabel", G2L["10"]);
  167. G2L["11"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  168. G2L["11"]["BorderSizePixel"] = 0;
  169. G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  170. G2L["11"]["ScaleType"] = Enum.ScaleType.Fit;
  171. G2L["11"]["ImageColor3"] = Color3.fromRGB(255, 0, 5);
  172. G2L["11"]["AnchorPoint"] = Vector2.new(1, 0.5);
  173. G2L["11"]["Image"] = [[rbxassetid://14380950090]];
  174. G2L["11"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  175. G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  176. G2L["11"]["BackgroundTransparency"] = 1;
  177. G2L["11"]["LayoutOrder"] = -4;
  178. G2L["11"]["Name"] = [[ModIcon]];
  179. G2L["11"]["Position"] = UDim2.new(-0.009, 0, 0.5, 0);
  180.  
  181.  
  182. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Desc
  183. G2L["12"] = Instance.new("TextLabel", G2L["10"]);
  184. G2L["12"]["TextWrapped"] = true;
  185. G2L["12"]["LineHeight"] = 1.11;
  186. G2L["12"]["ZIndex"] = 6;
  187. G2L["12"]["BorderSizePixel"] = 0;
  188. G2L["12"]["TextScaled"] = true;
  189. G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  190. G2L["12"]["TextSize"] = 14;
  191. G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  192. G2L["12"]["TextColor3"] = Color3.fromRGB(255, 0, 5);
  193. G2L["12"]["BackgroundTransparency"] = 1;
  194. G2L["12"]["Size"] = UDim2.new(0.05, 0, 0.5, 0);
  195. G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  196. G2L["12"]["Text"] = [[1]];
  197. G2L["12"]["LayoutOrder"] = -2;
  198. G2L["12"]["AutomaticSize"] = Enum.AutomaticSize.X;
  199. G2L["12"]["Name"] = [[Desc]];
  200.  
  201.  
  202. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.UIListLayout
  203. G2L["13"] = Instance.new("UIListLayout", G2L["10"]);
  204. G2L["13"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  205. G2L["13"]["Padding"] = UDim.new(0.03, 0);
  206. G2L["13"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  207. G2L["13"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  208. G2L["13"]["FillDirection"] = Enum.FillDirection.Horizontal;
  209.  
  210.  
  211. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive
  212. G2L["14"] = Instance.new("TextLabel", G2L["10"]);
  213. G2L["14"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  214. G2L["14"]["BorderSizePixel"] = 0;
  215. G2L["14"]["BackgroundColor3"] = Color3.fromRGB(187, 66, 62);
  216. G2L["14"]["TextSize"] = 14;
  217. G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  218. G2L["14"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  219. G2L["14"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  220. G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  221. G2L["14"]["Text"] = [[ ]];
  222. G2L["14"]["Name"] = [[NoRevive]];
  223.  
  224.  
  225. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive.UICorner
  226. G2L["15"] = Instance.new("UICorner", G2L["14"]);
  227. G2L["15"]["CornerRadius"] = UDim.new(1, 0);
  228.  
  229.  
  230. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.NoRevive.ImageLabel
  231. G2L["16"] = Instance.new("ImageLabel", G2L["14"]);
  232. G2L["16"]["Active"] = true;
  233. G2L["16"]["BorderSizePixel"] = 0;
  234. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  235. G2L["16"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  236. G2L["16"]["Image"] = [[rbxassetid://116165443812933]];
  237. G2L["16"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  238. G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  239. G2L["16"]["BackgroundTransparency"] = 1;
  240. G2L["16"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  241.  
  242.  
  243. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint
  244. G2L["17"] = Instance.new("TextLabel", G2L["10"]);
  245. G2L["17"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  246. G2L["17"]["BorderSizePixel"] = 0;
  247. G2L["17"]["BackgroundColor3"] = Color3.fromRGB(187, 66, 62);
  248. G2L["17"]["TextSize"] = 14;
  249. G2L["17"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  250. G2L["17"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  251. G2L["17"]["Size"] = UDim2.new(0.5, 0, 0.5, 0);
  252. G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  253. G2L["17"]["Text"] = [[ ]];
  254. G2L["17"]["Name"] = [[Sprint]];
  255.  
  256.  
  257. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint.UICorner
  258. G2L["18"] = Instance.new("UICorner", G2L["17"]);
  259. G2L["18"]["CornerRadius"] = UDim.new(1, 0);
  260.  
  261.  
  262. -- StarterGui.Sciptmode.Main.Modifier.Settings.Continue.Info.Sprint.ImageLabel
  263. G2L["19"] = Instance.new("ImageLabel", G2L["17"]);
  264. G2L["19"]["Active"] = true;
  265. G2L["19"]["BorderSizePixel"] = 0;
  266. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  267. G2L["19"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  268. G2L["19"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  269. G2L["19"]["Image"] = [[rbxassetid://80639010689297]];
  270. G2L["19"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  271. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  272. G2L["19"]["BackgroundTransparency"] = 1;
  273. G2L["19"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  274.  
  275.  
  276. -- StarterGui.Sciptmode.Main.Modifier.Settings.UIListLayout
  277. G2L["1a"] = Instance.new("UIListLayout", G2L["a"]);
  278. G2L["1a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  279. G2L["1a"]["Padding"] = UDim.new(0.02, 0);
  280. G2L["1a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  281. G2L["1a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  282.  
  283.  
  284. -- StarterGui.Sciptmode.Main.Modifier.Settings.UIScale
  285. G2L["1b"] = Instance.new("UIScale", G2L["a"]);
  286. G2L["1b"]["Scale"] = 1.056;
  287.  
  288.  
  289. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview
  290. G2L["1c"] = Instance.new("Frame", G2L["a"]);
  291. G2L["1c"]["BorderSizePixel"] = 0;
  292. G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  293. G2L["1c"]["Size"] = UDim2.new(1, 0, 0.25, 0);
  294. G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  295. G2L["1c"]["Name"] = [[Preview]];
  296. G2L["1c"]["BackgroundTransparency"] = 1;
  297.  
  298.  
  299. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode
  300. G2L["1d"] = Instance.new("Frame", G2L["1c"]);
  301. G2L["1d"]["BorderSizePixel"] = 0;
  302. G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  303. G2L["1d"]["Size"] = UDim2.new(1, 0, 1, 0);
  304. G2L["1d"]["Position"] = UDim2.new(0.00688, 0, 0.00856, 0);
  305. G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  306. G2L["1d"]["Name"] = [[Mode]];
  307. G2L["1d"]["BackgroundTransparency"] = 0.95;
  308.  
  309.  
  310. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Title
  311. G2L["1e"] = Instance.new("TextLabel", G2L["1d"]);
  312. G2L["1e"]["TextWrapped"] = true;
  313. G2L["1e"]["BorderSizePixel"] = 0;
  314. G2L["1e"]["TextScaled"] = true;
  315. G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  316. G2L["1e"]["TextSize"] = 14;
  317. G2L["1e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  318. G2L["1e"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  319. G2L["1e"]["BackgroundTransparency"] = 1;
  320. G2L["1e"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  321. G2L["1e"]["Size"] = UDim2.new(1, 0, 0.42672, 0);
  322. G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  323. G2L["1e"]["Text"] = [[Hardcore]];
  324. G2L["1e"]["Name"] = [[Title]];
  325. G2L["1e"]["Position"] = UDim2.new(0.5, 0, 0.21174, 0);
  326.  
  327.  
  328. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.UICorner
  329. G2L["1f"] = Instance.new("UICorner", G2L["1d"]);
  330. G2L["1f"]["CornerRadius"] = UDim.new(0.23, 0);
  331.  
  332.  
  333. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info
  334. G2L["20"] = Instance.new("Frame", G2L["1d"]);
  335. G2L["20"]["BorderSizePixel"] = 0;
  336. G2L["20"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  337. G2L["20"]["AnchorPoint"] = Vector2.new(0.5, 1);
  338. G2L["20"]["Size"] = UDim2.new(1, 15, 0.3, 0);
  339. G2L["20"]["Position"] = UDim2.new(0.5, 0, 0.7, 0);
  340. G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  341. G2L["20"]["Name"] = [[Info]];
  342. G2L["20"]["BackgroundTransparency"] = 1;
  343.  
  344.  
  345. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive
  346. G2L["21"] = Instance.new("TextLabel", G2L["20"]);
  347. G2L["21"]["TextWrapped"] = true;
  348. G2L["21"]["Active"] = true;
  349. G2L["21"]["ZIndex"] = 7;
  350. G2L["21"]["BorderSizePixel"] = 0;
  351. G2L["21"]["TextXAlignment"] = Enum.TextXAlignment.Right;
  352. G2L["21"]["TextScaled"] = true;
  353. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(148, 51, 64);
  354. G2L["21"]["TextSize"] = 14;
  355. G2L["21"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  356. G2L["21"]["TextColor3"] = Color3.fromRGB(242, 176, 177);
  357. G2L["21"]["RichText"] = true;
  358. G2L["21"]["AnchorPoint"] = Vector2.new(0.5, 0);
  359. G2L["21"]["Size"] = UDim2.new(0.24, 0, 1, 0);
  360. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  361. G2L["21"]["Text"] = [[NO REVIVE]];
  362. G2L["21"]["AutomaticSize"] = Enum.AutomaticSize.X;
  363. G2L["21"]["Name"] = [[NoRevive]];
  364. G2L["21"]["Position"] = UDim2.new(0.5, 0, 0.45, 0);
  365.  
  366.  
  367. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UICorner
  368. G2L["22"] = Instance.new("UICorner", G2L["21"]);
  369. G2L["22"]["CornerRadius"] = UDim.new(1, 0);
  370.  
  371.  
  372. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UIGradient
  373. G2L["23"] = Instance.new("UIGradient", G2L["21"]);
  374. G2L["23"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 226, 213))};
  375.  
  376.  
  377. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.IconLetf
  378. G2L["24"] = Instance.new("ImageLabel", G2L["21"]);
  379. G2L["24"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  380. G2L["24"]["BorderSizePixel"] = 0;
  381. G2L["24"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  382. G2L["24"]["AnchorPoint"] = Vector2.new(1, 0.5);
  383. G2L["24"]["Image"] = [[rbxassetid://116165443812933]];
  384. G2L["24"]["Size"] = UDim2.new(1.3, 0, 1.3, 0);
  385. G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  386. G2L["24"]["BackgroundTransparency"] = 1;
  387. G2L["24"]["Name"] = [[IconLetf]];
  388. G2L["24"]["Position"] = UDim2.new(0, 0, 0.48453, 0);
  389.  
  390.  
  391. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.NoRevive.UIPadding
  392. G2L["25"] = Instance.new("UIPadding", G2L["21"]);
  393. G2L["25"]["PaddingTop"] = UDim.new(-0.05, 0);
  394. G2L["25"]["PaddingRight"] = UDim.new(0.07, 0);
  395. G2L["25"]["PaddingLeft"] = UDim.new(0.35, 0);
  396.  
  397.  
  398. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint
  399. G2L["26"] = Instance.new("TextLabel", G2L["20"]);
  400. G2L["26"]["TextWrapped"] = true;
  401. G2L["26"]["Active"] = true;
  402. G2L["26"]["ZIndex"] = 7;
  403. G2L["26"]["BorderSizePixel"] = 0;
  404. G2L["26"]["TextXAlignment"] = Enum.TextXAlignment.Right;
  405. G2L["26"]["TextScaled"] = true;
  406. G2L["26"]["BackgroundColor3"] = Color3.fromRGB(148, 51, 64);
  407. G2L["26"]["TextSize"] = 14;
  408. G2L["26"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  409. G2L["26"]["TextColor3"] = Color3.fromRGB(242, 176, 177);
  410. G2L["26"]["RichText"] = true;
  411. G2L["26"]["AnchorPoint"] = Vector2.new(0.5, 0);
  412. G2L["26"]["Size"] = UDim2.new(0.24, 0, 1, 0);
  413. G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  414. G2L["26"]["Text"] = [[SPRINT]];
  415. G2L["26"]["AutomaticSize"] = Enum.AutomaticSize.X;
  416. G2L["26"]["Name"] = [[Sprint]];
  417. G2L["26"]["Position"] = UDim2.new(0.5, 0, 0.45, 0);
  418.  
  419.  
  420. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UICorner
  421. G2L["27"] = Instance.new("UICorner", G2L["26"]);
  422. G2L["27"]["CornerRadius"] = UDim.new(1, 0);
  423.  
  424.  
  425. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UIGradient
  426. G2L["28"] = Instance.new("UIGradient", G2L["26"]);
  427. G2L["28"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(255, 226, 213))};
  428.  
  429.  
  430. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.IconLetf
  431. G2L["29"] = Instance.new("ImageLabel", G2L["26"]);
  432. G2L["29"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  433. G2L["29"]["BorderSizePixel"] = 0;
  434. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(246, 214, 183);
  435. G2L["29"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  436. G2L["29"]["AnchorPoint"] = Vector2.new(1, 0.5);
  437. G2L["29"]["Image"] = [[rbxassetid://80639010689297]];
  438. G2L["29"]["Size"] = UDim2.new(1.2, 0, 1.2, 0);
  439. G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  440. G2L["29"]["BackgroundTransparency"] = 1;
  441. G2L["29"]["Name"] = [[IconLetf]];
  442. G2L["29"]["Position"] = UDim2.new(-0.01214, 0, 0.51975, 0);
  443.  
  444.  
  445. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.Sprint.UIPadding
  446. G2L["2a"] = Instance.new("UIPadding", G2L["26"]);
  447. G2L["2a"]["PaddingTop"] = UDim.new(-0.05, 0);
  448. G2L["2a"]["PaddingRight"] = UDim.new(0.07, 0);
  449. G2L["2a"]["PaddingLeft"] = UDim.new(0.35, 0);
  450.  
  451.  
  452. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.UIListLayout
  453. G2L["2b"] = Instance.new("UIListLayout", G2L["20"]);
  454. G2L["2b"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  455. G2L["2b"]["Padding"] = UDim.new(0.01, 0);
  456. G2L["2b"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  457. G2L["2b"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  458. G2L["2b"]["FillDirection"] = Enum.FillDirection.Horizontal;
  459.  
  460.  
  461. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Info.UIScale
  462. G2L["2c"] = Instance.new("UIScale", G2L["20"]);
  463. G2L["2c"]["Scale"] = 0.95;
  464.  
  465.  
  466. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status
  467. G2L["2d"] = Instance.new("Frame", G2L["1d"]);
  468. G2L["2d"]["BorderSizePixel"] = 0;
  469. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  470. G2L["2d"]["AnchorPoint"] = Vector2.new(0.5, 1);
  471. G2L["2d"]["Size"] = UDim2.new(1, 15, 0.3, 0);
  472. G2L["2d"]["Position"] = UDim2.new(0.5, 0, 1.01, 0);
  473. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  474. G2L["2d"]["Name"] = [[Status]];
  475. G2L["2d"]["BackgroundTransparency"] = 1;
  476.  
  477.  
  478. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.UIListLayout
  479. G2L["2e"] = Instance.new("UIListLayout", G2L["2d"]);
  480. G2L["2e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  481. G2L["2e"]["Padding"] = UDim.new(0.1, 0);
  482. G2L["2e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  483. G2L["2e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  484. G2L["2e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  485.  
  486.  
  487. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.UIScale
  488. G2L["2f"] = Instance.new("UIScale", G2L["2d"]);
  489. G2L["2f"]["Scale"] = 0.95;
  490.  
  491.  
  492. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players
  493. G2L["30"] = Instance.new("TextLabel", G2L["2d"]);
  494. G2L["30"]["TextWrapped"] = true;
  495. G2L["30"]["BorderSizePixel"] = 0;
  496. G2L["30"]["TextScaled"] = true;
  497. G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  498. G2L["30"]["TextSize"] = 14;
  499. G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  500. G2L["30"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  501. G2L["30"]["BackgroundTransparency"] = 1;
  502. G2L["30"]["Size"] = UDim2.new(0.33789, 0, 0.92455, 0);
  503. G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  504. G2L["30"]["Text"] = [[Executor:Roblox studio]];
  505. G2L["30"]["Name"] = [[Players]];
  506. G2L["30"]["Position"] = UDim2.new(0.0506, 0, 0.03772, 0);
  507.  
  508.  
  509. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players.UIGradient
  510. G2L["31"] = Instance.new("UIGradient", G2L["30"]);
  511. G2L["31"]["Rotation"] = 18;
  512. G2L["31"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
  513. G2L["31"]["Offset"] = Vector2.new(-1, 0);
  514. G2L["31"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
  515.  
  516.  
  517. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Players.ImageLabel
  518. G2L["32"] = Instance.new("ImageLabel", G2L["30"]);
  519. G2L["32"]["BorderSizePixel"] = 0;
  520. G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  521. G2L["32"]["ImageColor3"] = Color3.fromRGB(255, 223, 190);
  522. G2L["32"]["Image"] = [[rbxassetid://10482324816]];
  523. G2L["32"]["Size"] = UDim2.new(0.246, 0, 1, 0);
  524. G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  525. G2L["32"]["BackgroundTransparency"] = 1;
  526. G2L["32"]["Position"] = UDim2.new(-0.25, 0, 0, 0);
  527.  
  528.  
  529. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor
  530. G2L["33"] = Instance.new("TextLabel", G2L["2d"]);
  531. G2L["33"]["TextWrapped"] = true;
  532. G2L["33"]["BorderSizePixel"] = 0;
  533. G2L["33"]["TextScaled"] = true;
  534. G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  535. G2L["33"]["TextSize"] = 14;
  536. G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  537. G2L["33"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  538. G2L["33"]["BackgroundTransparency"] = 1;
  539. G2L["33"]["Size"] = UDim2.new(0.33789, 0, 0.92455, 0);
  540. G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  541. G2L["33"]["Text"] = [[Floor:The garden]];
  542. G2L["33"]["Name"] = [[Floor]];
  543. G2L["33"]["Position"] = UDim2.new(0.0506, 0, 0.03772, 0);
  544.  
  545.  
  546. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor.UIGradient
  547. G2L["34"] = Instance.new("UIGradient", G2L["33"]);
  548. G2L["34"]["Rotation"] = 18;
  549. G2L["34"]["Transparency"] = NumberSequence.new{NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(0.000, 0),NumberSequenceKeypoint.new(1.000, 0),NumberSequenceKeypoint.new(1.000, 0)};
  550. G2L["34"]["Offset"] = Vector2.new(-1, 0);
  551. G2L["34"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(0.548, Color3.fromRGB(246, 246, 246)),ColorSequenceKeypoint.new(0.968, Color3.fromRGB(246, 214, 183)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(246, 214, 183))};
  552.  
  553.  
  554. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Mode.Status.Floor.ImageLabel
  555. G2L["35"] = Instance.new("ImageLabel", G2L["33"]);
  556. G2L["35"]["BorderSizePixel"] = 0;
  557. G2L["35"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  558. G2L["35"]["Image"] = [[rbxassetid://75422295912664]];
  559. G2L["35"]["Size"] = UDim2.new(0.246, 0, 1, 0);
  560. G2L["35"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  561. G2L["35"]["BackgroundTransparency"] = 1;
  562. G2L["35"]["Position"] = UDim2.new(-0.25, 0, 0, 0);
  563.  
  564.  
  565. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item
  566. G2L["36"] = Instance.new("Frame", G2L["1c"]);
  567. G2L["36"]["Visible"] = false;
  568. G2L["36"]["BorderSizePixel"] = 0;
  569. G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  570. G2L["36"]["Size"] = UDim2.new(1, 0, 1, 0);
  571. G2L["36"]["Position"] = UDim2.new(0.00688, 0, 0.00856, 0);
  572. G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  573. G2L["36"]["Name"] = [[Item]];
  574. G2L["36"]["BackgroundTransparency"] = 0.95;
  575.  
  576.  
  577. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.Title
  578. G2L["37"] = Instance.new("TextLabel", G2L["36"]);
  579. G2L["37"]["TextWrapped"] = true;
  580. G2L["37"]["BorderSizePixel"] = 0;
  581. G2L["37"]["TextScaled"] = true;
  582. G2L["37"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  583. G2L["37"]["TextSize"] = 14;
  584. G2L["37"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  585. G2L["37"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
  586. G2L["37"]["BackgroundTransparency"] = 1;
  587. G2L["37"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  588. G2L["37"]["Size"] = UDim2.new(1, 0, 0.42672, 0);
  589. G2L["37"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  590. G2L["37"]["Text"] = [[Glitch Fragment]];
  591. G2L["37"]["Name"] = [[Title]];
  592. G2L["37"]["Position"] = UDim2.new(0.5, 0, 0.21174, 0);
  593.  
  594.  
  595. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.UICorner
  596. G2L["38"] = Instance.new("UICorner", G2L["36"]);
  597. G2L["38"]["CornerRadius"] = UDim.new(0.23, 0);
  598.  
  599.  
  600. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.ImageLabel
  601. G2L["39"] = Instance.new("ImageLabel", G2L["36"]);
  602. G2L["39"]["BorderSizePixel"] = 0;
  603. G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  604. G2L["39"]["Image"] = [[rbxassetid://107810487127439]];
  605. G2L["39"]["Size"] = UDim2.new(0.18115, 0, 0.5784, 0);
  606. G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  607. G2L["39"]["BackgroundTransparency"] = 1;
  608. G2L["39"]["Position"] = UDim2.new(0.40842, 0, 0.43214, 0);
  609.  
  610.  
  611. -- StarterGui.Sciptmode.Main.Modifier.Settings.Preview.Item.ImageLabel.UIAspectRatioConstraint
  612. G2L["3a"] = Instance.new("UIAspectRatioConstraint", G2L["39"]);
  613. G2L["3a"]["DominantAxis"] = Enum.DominantAxis.Height;
  614.  
  615.  
  616. -- StarterGui.Sciptmode.Main.Modifier.List
  617. G2L["3b"] = Instance.new("Frame", G2L["3"]);
  618. G2L["3b"]["Active"] = true;
  619. G2L["3b"]["BorderSizePixel"] = 0;
  620. G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(27, 4, 12);
  621. G2L["3b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  622. G2L["3b"]["Size"] = UDim2.new(0.42, 0, 0.9, 0);
  623. G2L["3b"]["Position"] = UDim2.new(0.48, 0, 0.5, 0);
  624. G2L["3b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  625. G2L["3b"]["Name"] = [[List]];
  626. G2L["3b"]["BackgroundTransparency"] = 0.02;
  627.  
  628.  
  629. -- StarterGui.Sciptmode.Main.Modifier.List.Mode
  630. G2L["3c"] = Instance.new("Frame", G2L["3b"]);
  631. G2L["3c"]["Active"] = true;
  632. G2L["3c"]["BorderSizePixel"] = 0;
  633. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  634. G2L["3c"]["Size"] = UDim2.new(1, 0, 1, 0);
  635. G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  636. G2L["3c"]["Name"] = [[Mode]];
  637. G2L["3c"]["BackgroundTransparency"] = 1;
  638.  
  639.  
  640. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview
  641. G2L["3d"] = Instance.new("Frame", G2L["3c"]);
  642. G2L["3d"]["BorderSizePixel"] = 0;
  643. G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  644. G2L["3d"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
  645. G2L["3d"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
  646. G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  647. G2L["3d"]["Name"] = [[Preview]];
  648. G2L["3d"]["BackgroundTransparency"] = 0.95;
  649.  
  650.  
  651. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.Title
  652. G2L["3e"] = Instance.new("TextLabel", G2L["3d"]);
  653. G2L["3e"]["TextWrapped"] = true;
  654. G2L["3e"]["BorderSizePixel"] = 0;
  655. G2L["3e"]["TextScaled"] = true;
  656. G2L["3e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  657. G2L["3e"]["TextSize"] = 14;
  658. G2L["3e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  659. G2L["3e"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  660. G2L["3e"]["BackgroundTransparency"] = 1;
  661. G2L["3e"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  662. G2L["3e"]["Size"] = UDim2.new(1, 0, 0.5, 0);
  663. G2L["3e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  664. G2L["3e"]["Text"] = [[Mode]];
  665. G2L["3e"]["Name"] = [[Title]];
  666. G2L["3e"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
  667.  
  668.  
  669. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.Desc
  670. G2L["3f"] = Instance.new("TextLabel", G2L["3d"]);
  671. G2L["3f"]["TextWrapped"] = true;
  672. G2L["3f"]["BorderSizePixel"] = 0;
  673. G2L["3f"]["TextScaled"] = true;
  674. G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  675. G2L["3f"]["TextSize"] = 14;
  676. G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  677. G2L["3f"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  678. G2L["3f"]["BackgroundTransparency"] = 1;
  679. G2L["3f"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  680. G2L["3f"]["Size"] = UDim2.new(1, 0, 0.4, 0);
  681. G2L["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  682. G2L["3f"]["Text"] = [[Make the game harder!]];
  683. G2L["3f"]["Name"] = [[Desc]];
  684. G2L["3f"]["Position"] = UDim2.new(0.5, 0, 0.66746, 0);
  685.  
  686.  
  687. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Preview.UICorner
  688. G2L["40"] = Instance.new("UICorner", G2L["3d"]);
  689. G2L["40"]["CornerRadius"] = UDim.new(0.23, 0);
  690.  
  691.  
  692. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.UICorner
  693. G2L["41"] = Instance.new("UICorner", G2L["3c"]);
  694. G2L["41"]["CornerRadius"] = UDim.new(0.23, 0);
  695.  
  696.  
  697. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.UIPadding
  698. G2L["42"] = Instance.new("UIPadding", G2L["3c"]);
  699. G2L["42"]["PaddingTop"] = UDim.new(0.025, 0);
  700. G2L["42"]["PaddingRight"] = UDim.new(0.025, 0);
  701. G2L["42"]["PaddingLeft"] = UDim.new(0.025, 0);
  702. G2L["42"]["PaddingBottom"] = UDim.new(0.025, 0);
  703.  
  704.  
  705. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode
  706. G2L["43"] = Instance.new("ScrollingFrame", G2L["3c"]);
  707. G2L["43"]["Active"] = true;
  708. G2L["43"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  709. G2L["43"]["BorderSizePixel"] = 0;
  710. G2L["43"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
  711. G2L["43"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  712. G2L["43"]["Name"] = [[Mode]];
  713. G2L["43"]["ScrollBarImageTransparency"] = 1;
  714. G2L["43"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
  715. G2L["43"]["AnchorPoint"] = Vector2.new(1, 1);
  716. G2L["43"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  717. G2L["43"]["Size"] = UDim2.new(1, 0, 0.74, 0);
  718. G2L["43"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
  719. G2L["43"]["Position"] = UDim2.new(1, 0, 1, 0);
  720. G2L["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  721. G2L["43"]["ScrollBarThickness"] = 0;
  722. G2L["43"]["BackgroundTransparency"] = 1;
  723.  
  724.  
  725. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator
  726. G2L["44"] = Instance.new("Frame", G2L["43"]);
  727. G2L["44"]["ZIndex"] = 6;
  728. G2L["44"]["BorderSizePixel"] = 0;
  729. G2L["44"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  730. G2L["44"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  731. G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  732. G2L["44"]["Name"] = [[Separator]];
  733.  
  734.  
  735. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line
  736. G2L["45"] = Instance.new("Frame", G2L["44"]);
  737. G2L["45"]["BorderSizePixel"] = 0;
  738. G2L["45"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  739. G2L["45"]["AnchorPoint"] = Vector2.new(0, 0.5);
  740. G2L["45"]["Size"] = UDim2.new(1, 0, 0, 4);
  741. G2L["45"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  742. G2L["45"]["Name"] = [[Line]];
  743. G2L["45"]["LayoutOrder"] = 5;
  744.  
  745.  
  746. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line.UICorner
  747. G2L["46"] = Instance.new("UICorner", G2L["45"]);
  748. G2L["46"]["CornerRadius"] = UDim.new(1, 0);
  749.  
  750.  
  751. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.UICorner
  752. G2L["47"] = Instance.new("UICorner", G2L["44"]);
  753. G2L["47"]["CornerRadius"] = UDim.new(1, 0);
  754.  
  755.  
  756. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator
  757. G2L["48"] = Instance.new("Frame", G2L["43"]);
  758. G2L["48"]["ZIndex"] = 6;
  759. G2L["48"]["BorderSizePixel"] = 0;
  760. G2L["48"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  761. G2L["48"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  762. G2L["48"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  763. G2L["48"]["Name"] = [[Separator]];
  764. G2L["48"]["LayoutOrder"] = 100;
  765.  
  766.  
  767. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line
  768. G2L["49"] = Instance.new("Frame", G2L["48"]);
  769. G2L["49"]["BorderSizePixel"] = 0;
  770. G2L["49"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  771. G2L["49"]["AnchorPoint"] = Vector2.new(0, 0.5);
  772. G2L["49"]["Size"] = UDim2.new(1, 0, 0, 4);
  773. G2L["49"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  774. G2L["49"]["Name"] = [[Line]];
  775. G2L["49"]["LayoutOrder"] = 5;
  776.  
  777.  
  778. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.Line.UICorner
  779. G2L["4a"] = Instance.new("UICorner", G2L["49"]);
  780. G2L["4a"]["CornerRadius"] = UDim.new(1, 0);
  781.  
  782.  
  783. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Separator.UICorner
  784. G2L["4b"] = Instance.new("UICorner", G2L["48"]);
  785. G2L["4b"]["CornerRadius"] = UDim.new(1, 0);
  786.  
  787.  
  788. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark
  789. G2L["4c"] = Instance.new("TextButton", G2L["43"]);
  790. G2L["4c"]["TextWrapped"] = true;
  791. G2L["4c"]["LineHeight"] = 1.1;
  792. G2L["4c"]["BorderSizePixel"] = 0;
  793. G2L["4c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  794. G2L["4c"]["TextSize"] = 35;
  795. G2L["4c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  796. G2L["4c"]["TextScaled"] = true;
  797. G2L["4c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  798. G2L["4c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  799. G2L["4c"]["AnchorPoint"] = Vector2.new(0.5, 0);
  800. G2L["4c"]["Size"] = UDim2.new(1, 0, 0, 32);
  801. G2L["4c"]["BackgroundTransparency"] = 0.9;
  802. G2L["4c"]["LayoutOrder"] = 2;
  803. G2L["4c"]["Name"] = [[Dark]];
  804. G2L["4c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  805. G2L["4c"]["Text"] = [[Dark]];
  806.  
  807.  
  808. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UICorner
  809. G2L["4d"] = Instance.new("UICorner", G2L["4c"]);
  810. G2L["4d"]["CornerRadius"] = UDim.new(1, 0);
  811.  
  812.  
  813. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UIPadding
  814. G2L["4e"] = Instance.new("UIPadding", G2L["4c"]);
  815. G2L["4e"]["PaddingRight"] = UDim.new(0.02, 6);
  816. G2L["4e"]["PaddingLeft"] = UDim.new(0.02, 6);
  817.  
  818.  
  819. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.UIStroke
  820. G2L["4f"] = Instance.new("UIStroke", G2L["4c"]);
  821. G2L["4f"]["Enabled"] = false;
  822. G2L["4f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  823. G2L["4f"]["Thickness"] = 3;
  824. G2L["4f"]["Color"] = Color3.fromRGB(255, 255, 255);
  825.  
  826.  
  827. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info
  828. G2L["50"] = Instance.new("Frame", G2L["4c"]);
  829. G2L["50"]["BorderSizePixel"] = 0;
  830. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  831. G2L["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  832. G2L["50"]["AnchorPoint"] = Vector2.new(1, 0.5);
  833. G2L["50"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  834. G2L["50"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  835. G2L["50"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  836. G2L["50"]["Name"] = [[Info]];
  837. G2L["50"]["BackgroundTransparency"] = 1;
  838.  
  839.  
  840. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.UIListLayout
  841. G2L["51"] = Instance.new("UIListLayout", G2L["50"]);
  842. G2L["51"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  843. G2L["51"]["Padding"] = UDim.new(0.01, 0);
  844. G2L["51"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  845. G2L["51"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  846. G2L["51"]["FillDirection"] = Enum.FillDirection.Horizontal;
  847.  
  848.  
  849. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.NoRevive
  850. G2L["52"] = Instance.new("ImageLabel", G2L["50"]);
  851. G2L["52"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  852. G2L["52"]["ZIndex"] = 8;
  853. G2L["52"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  854. G2L["52"]["ScaleType"] = Enum.ScaleType.Fit;
  855. G2L["52"]["AnchorPoint"] = Vector2.new(1, 0.5);
  856. G2L["52"]["Image"] = [[rbxassetid://116165443812933]];
  857. G2L["52"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  858. G2L["52"]["Visible"] = false;
  859. G2L["52"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  860. G2L["52"]["BackgroundTransparency"] = 1;
  861. G2L["52"]["LayoutOrder"] = 1;
  862. G2L["52"]["Name"] = [[NoRevive]];
  863.  
  864.  
  865. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.New
  866. G2L["53"] = Instance.new("ImageLabel", G2L["50"]);
  867. G2L["53"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  868. G2L["53"]["ZIndex"] = 8;
  869. G2L["53"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  870. G2L["53"]["ScaleType"] = Enum.ScaleType.Fit;
  871. G2L["53"]["AnchorPoint"] = Vector2.new(1, 0.5);
  872. G2L["53"]["Image"] = [[rbxassetid://92782478969567]];
  873. G2L["53"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  874. G2L["53"]["Visible"] = false;
  875. G2L["53"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  876. G2L["53"]["BackgroundTransparency"] = 1;
  877. G2L["53"]["LayoutOrder"] = 3;
  878. G2L["53"]["Name"] = [[New]];
  879.  
  880.  
  881. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Dark.Info.Sprint
  882. G2L["54"] = Instance.new("ImageLabel", G2L["50"]);
  883. G2L["54"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  884. G2L["54"]["ZIndex"] = 8;
  885. G2L["54"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  886. G2L["54"]["ScaleType"] = Enum.ScaleType.Fit;
  887. G2L["54"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  888. G2L["54"]["AnchorPoint"] = Vector2.new(1, 0.5);
  889. G2L["54"]["Image"] = [[rbxassetid://80639010689297]];
  890. G2L["54"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  891. G2L["54"]["Visible"] = false;
  892. G2L["54"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  893. G2L["54"]["BackgroundTransparency"] = 1;
  894. G2L["54"]["LayoutOrder"] = 1;
  895. G2L["54"]["Name"] = [[Sprint]];
  896.  
  897.  
  898. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday
  899. G2L["55"] = Instance.new("TextButton", G2L["43"]);
  900. G2L["55"]["TextWrapped"] = true;
  901. G2L["55"]["LineHeight"] = 1.1;
  902. G2L["55"]["BorderSizePixel"] = 0;
  903. G2L["55"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  904. G2L["55"]["TextSize"] = 35;
  905. G2L["55"]["TextColor3"] = Color3.fromRGB(255, 171, 255);
  906. G2L["55"]["TextScaled"] = true;
  907. G2L["55"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 255);
  908. G2L["55"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  909. G2L["55"]["AnchorPoint"] = Vector2.new(0.5, 0);
  910. G2L["55"]["Size"] = UDim2.new(1, 0, 0, 32);
  911. G2L["55"]["BackgroundTransparency"] = 0.9;
  912. G2L["55"]["LayoutOrder"] = 101;
  913. G2L["55"]["Name"] = [[Birthday]];
  914. G2L["55"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  915. G2L["55"]["Text"] = [[Birthday]];
  916.  
  917.  
  918. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UICorner
  919. G2L["56"] = Instance.new("UICorner", G2L["55"]);
  920. G2L["56"]["CornerRadius"] = UDim.new(1, 0);
  921.  
  922.  
  923. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UIPadding
  924. G2L["57"] = Instance.new("UIPadding", G2L["55"]);
  925. G2L["57"]["PaddingRight"] = UDim.new(0.02, 6);
  926. G2L["57"]["PaddingLeft"] = UDim.new(0.02, 6);
  927.  
  928.  
  929. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.UIStroke
  930. G2L["58"] = Instance.new("UIStroke", G2L["55"]);
  931. G2L["58"]["Enabled"] = false;
  932. G2L["58"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  933. G2L["58"]["Thickness"] = 3;
  934. G2L["58"]["Color"] = Color3.fromRGB(255, 171, 255);
  935.  
  936.  
  937. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info
  938. G2L["59"] = Instance.new("Frame", G2L["55"]);
  939. G2L["59"]["BorderSizePixel"] = 0;
  940. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  941. G2L["59"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  942. G2L["59"]["AnchorPoint"] = Vector2.new(1, 0.5);
  943. G2L["59"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  944. G2L["59"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  945. G2L["59"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  946. G2L["59"]["Name"] = [[Info]];
  947. G2L["59"]["BackgroundTransparency"] = 1;
  948.  
  949.  
  950. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.UIListLayout
  951. G2L["5a"] = Instance.new("UIListLayout", G2L["59"]);
  952. G2L["5a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  953. G2L["5a"]["Padding"] = UDim.new(0.01, 0);
  954. G2L["5a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  955. G2L["5a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  956. G2L["5a"]["FillDirection"] = Enum.FillDirection.Horizontal;
  957.  
  958.  
  959. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.NoRevive
  960. G2L["5b"] = Instance.new("ImageLabel", G2L["59"]);
  961. G2L["5b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  962. G2L["5b"]["ZIndex"] = 8;
  963. G2L["5b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  964. G2L["5b"]["ScaleType"] = Enum.ScaleType.Fit;
  965. G2L["5b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  966. G2L["5b"]["Image"] = [[rbxassetid://116165443812933]];
  967. G2L["5b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  968. G2L["5b"]["Visible"] = false;
  969. G2L["5b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  970. G2L["5b"]["BackgroundTransparency"] = 1;
  971. G2L["5b"]["LayoutOrder"] = 1;
  972. G2L["5b"]["Name"] = [[NoRevive]];
  973.  
  974.  
  975. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.New
  976. G2L["5c"] = Instance.new("ImageLabel", G2L["59"]);
  977. G2L["5c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  978. G2L["5c"]["ZIndex"] = 8;
  979. G2L["5c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  980. G2L["5c"]["ScaleType"] = Enum.ScaleType.Fit;
  981. G2L["5c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  982. G2L["5c"]["Image"] = [[rbxassetid://92782478969567]];
  983. G2L["5c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  984. G2L["5c"]["Visible"] = false;
  985. G2L["5c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  986. G2L["5c"]["BackgroundTransparency"] = 1;
  987. G2L["5c"]["LayoutOrder"] = 3;
  988. G2L["5c"]["Name"] = [[New]];
  989.  
  990.  
  991. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Birthday.Info.Sprint
  992. G2L["5d"] = Instance.new("ImageLabel", G2L["59"]);
  993. G2L["5d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  994. G2L["5d"]["ZIndex"] = 8;
  995. G2L["5d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  996. G2L["5d"]["ScaleType"] = Enum.ScaleType.Fit;
  997. G2L["5d"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  998. G2L["5d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  999. G2L["5d"]["Image"] = [[rbxassetid://80639010689297]];
  1000. G2L["5d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1001. G2L["5d"]["Visible"] = false;
  1002. G2L["5d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1003. G2L["5d"]["BackgroundTransparency"] = 1;
  1004. G2L["5d"]["LayoutOrder"] = 1;
  1005. G2L["5d"]["Name"] = [[Sprint]];
  1006.  
  1007.  
  1008. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat
  1009. G2L["5e"] = Instance.new("TextButton", G2L["43"]);
  1010. G2L["5e"]["TextWrapped"] = true;
  1011. G2L["5e"]["LineHeight"] = 1.1;
  1012. G2L["5e"]["BorderSizePixel"] = 0;
  1013. G2L["5e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1014. G2L["5e"]["TextSize"] = 35;
  1015. G2L["5e"]["TextColor3"] = Color3.fromRGB(255, 0, 128);
  1016. G2L["5e"]["TextScaled"] = true;
  1017. G2L["5e"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 128);
  1018. G2L["5e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1019. G2L["5e"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1020. G2L["5e"]["Size"] = UDim2.new(1, 0, 0, 32);
  1021. G2L["5e"]["BackgroundTransparency"] = 0.9;
  1022. G2L["5e"]["LayoutOrder"] = 102;
  1023. G2L["5e"]["Name"] = [[Cat]];
  1024. G2L["5e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1025. G2L["5e"]["Text"] = [[Cat]];
  1026.  
  1027.  
  1028. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UICorner
  1029. G2L["5f"] = Instance.new("UICorner", G2L["5e"]);
  1030. G2L["5f"]["CornerRadius"] = UDim.new(1, 0);
  1031.  
  1032.  
  1033. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UIPadding
  1034. G2L["60"] = Instance.new("UIPadding", G2L["5e"]);
  1035. G2L["60"]["PaddingRight"] = UDim.new(0.02, 6);
  1036. G2L["60"]["PaddingLeft"] = UDim.new(0.02, 6);
  1037.  
  1038.  
  1039. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.UIStroke
  1040. G2L["61"] = Instance.new("UIStroke", G2L["5e"]);
  1041. G2L["61"]["Enabled"] = false;
  1042. G2L["61"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1043. G2L["61"]["Thickness"] = 3;
  1044. G2L["61"]["Color"] = Color3.fromRGB(255, 0, 128);
  1045.  
  1046.  
  1047. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info
  1048. G2L["62"] = Instance.new("Frame", G2L["5e"]);
  1049. G2L["62"]["BorderSizePixel"] = 0;
  1050. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1051. G2L["62"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1052. G2L["62"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1053. G2L["62"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1054. G2L["62"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1055. G2L["62"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1056. G2L["62"]["Name"] = [[Info]];
  1057. G2L["62"]["BackgroundTransparency"] = 1;
  1058.  
  1059.  
  1060. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.UIListLayout
  1061. G2L["63"] = Instance.new("UIListLayout", G2L["62"]);
  1062. G2L["63"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1063. G2L["63"]["Padding"] = UDim.new(0.01, 0);
  1064. G2L["63"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1065. G2L["63"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1066. G2L["63"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1067.  
  1068.  
  1069. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.NoRevive
  1070. G2L["64"] = Instance.new("ImageLabel", G2L["62"]);
  1071. G2L["64"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1072. G2L["64"]["ZIndex"] = 8;
  1073. G2L["64"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1074. G2L["64"]["ScaleType"] = Enum.ScaleType.Fit;
  1075. G2L["64"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1076. G2L["64"]["Image"] = [[rbxassetid://116165443812933]];
  1077. G2L["64"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1078. G2L["64"]["Visible"] = false;
  1079. G2L["64"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1080. G2L["64"]["BackgroundTransparency"] = 1;
  1081. G2L["64"]["LayoutOrder"] = 1;
  1082. G2L["64"]["Name"] = [[NoRevive]];
  1083.  
  1084.  
  1085. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.New
  1086. G2L["65"] = Instance.new("ImageLabel", G2L["62"]);
  1087. G2L["65"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1088. G2L["65"]["ZIndex"] = 8;
  1089. G2L["65"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1090. G2L["65"]["ScaleType"] = Enum.ScaleType.Fit;
  1091. G2L["65"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1092. G2L["65"]["Image"] = [[rbxassetid://92782478969567]];
  1093. G2L["65"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1094. G2L["65"]["Visible"] = false;
  1095. G2L["65"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1096. G2L["65"]["BackgroundTransparency"] = 1;
  1097. G2L["65"]["LayoutOrder"] = 3;
  1098. G2L["65"]["Name"] = [[New]];
  1099.  
  1100.  
  1101. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Cat.Info.Sprint
  1102. G2L["66"] = Instance.new("ImageLabel", G2L["62"]);
  1103. G2L["66"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1104. G2L["66"]["ZIndex"] = 8;
  1105. G2L["66"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1106. G2L["66"]["ScaleType"] = Enum.ScaleType.Fit;
  1107. G2L["66"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1108. G2L["66"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1109. G2L["66"]["Image"] = [[rbxassetid://80639010689297]];
  1110. G2L["66"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1111. G2L["66"]["Visible"] = false;
  1112. G2L["66"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1113. G2L["66"]["BackgroundTransparency"] = 1;
  1114. G2L["66"]["LayoutOrder"] = 1;
  1115. G2L["66"]["Name"] = [[Sprint]];
  1116.  
  1117.  
  1118. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined
  1119. G2L["67"] = Instance.new("TextButton", G2L["43"]);
  1120. G2L["67"]["TextWrapped"] = true;
  1121. G2L["67"]["LineHeight"] = 1.1;
  1122. G2L["67"]["BorderSizePixel"] = 0;
  1123. G2L["67"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1124. G2L["67"]["TextSize"] = 35;
  1125. G2L["67"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1126. G2L["67"]["TextScaled"] = true;
  1127. G2L["67"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1128. G2L["67"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1129. G2L["67"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1130. G2L["67"]["Size"] = UDim2.new(1, 0, 0, 32);
  1131. G2L["67"]["BackgroundTransparency"] = 0.9;
  1132. G2L["67"]["LayoutOrder"] = -96;
  1133. G2L["67"]["Name"] = [[Combined]];
  1134. G2L["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1135. G2L["67"]["Text"] = [[Combined]];
  1136.  
  1137.  
  1138. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UICorner
  1139. G2L["68"] = Instance.new("UICorner", G2L["67"]);
  1140. G2L["68"]["CornerRadius"] = UDim.new(1, 0);
  1141.  
  1142.  
  1143. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIPadding
  1144. G2L["69"] = Instance.new("UIPadding", G2L["67"]);
  1145. G2L["69"]["PaddingRight"] = UDim.new(0.02, 6);
  1146. G2L["69"]["PaddingLeft"] = UDim.new(0.02, 6);
  1147.  
  1148.  
  1149. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIStroke
  1150. G2L["6a"] = Instance.new("UIStroke", G2L["67"]);
  1151. G2L["6a"]["Enabled"] = false;
  1152. G2L["6a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1153. G2L["6a"]["Thickness"] = 3;
  1154. G2L["6a"]["Color"] = Color3.fromRGB(255, 255, 255);
  1155.  
  1156.  
  1157. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info
  1158. G2L["6b"] = Instance.new("Frame", G2L["67"]);
  1159. G2L["6b"]["BorderSizePixel"] = 0;
  1160. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1161. G2L["6b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1162. G2L["6b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1163. G2L["6b"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1164. G2L["6b"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1165. G2L["6b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1166. G2L["6b"]["Name"] = [[Info]];
  1167. G2L["6b"]["BackgroundTransparency"] = 1;
  1168.  
  1169.  
  1170. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.UIListLayout
  1171. G2L["6c"] = Instance.new("UIListLayout", G2L["6b"]);
  1172. G2L["6c"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1173. G2L["6c"]["Padding"] = UDim.new(0.01, 0);
  1174. G2L["6c"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1175. G2L["6c"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1176. G2L["6c"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1177.  
  1178.  
  1179. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.NoRevive
  1180. G2L["6d"] = Instance.new("ImageLabel", G2L["6b"]);
  1181. G2L["6d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1182. G2L["6d"]["ZIndex"] = 8;
  1183. G2L["6d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1184. G2L["6d"]["ScaleType"] = Enum.ScaleType.Fit;
  1185. G2L["6d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1186. G2L["6d"]["Image"] = [[rbxassetid://116165443812933]];
  1187. G2L["6d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1188. G2L["6d"]["Visible"] = false;
  1189. G2L["6d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1190. G2L["6d"]["BackgroundTransparency"] = 1;
  1191. G2L["6d"]["LayoutOrder"] = 1;
  1192. G2L["6d"]["Name"] = [[NoRevive]];
  1193.  
  1194.  
  1195. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.New
  1196. G2L["6e"] = Instance.new("ImageLabel", G2L["6b"]);
  1197. G2L["6e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1198. G2L["6e"]["ZIndex"] = 8;
  1199. G2L["6e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1200. G2L["6e"]["ScaleType"] = Enum.ScaleType.Fit;
  1201. G2L["6e"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1202. G2L["6e"]["Image"] = [[rbxassetid://92782478969567]];
  1203. G2L["6e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1204. G2L["6e"]["Visible"] = false;
  1205. G2L["6e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1206. G2L["6e"]["BackgroundTransparency"] = 1;
  1207. G2L["6e"]["LayoutOrder"] = 3;
  1208. G2L["6e"]["Name"] = [[New]];
  1209.  
  1210.  
  1211. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.Sprint
  1212. G2L["6f"] = Instance.new("ImageLabel", G2L["6b"]);
  1213. G2L["6f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1214. G2L["6f"]["ZIndex"] = 8;
  1215. G2L["6f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1216. G2L["6f"]["ScaleType"] = Enum.ScaleType.Fit;
  1217. G2L["6f"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1218. G2L["6f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1219. G2L["6f"]["Image"] = [[rbxassetid://80639010689297]];
  1220. G2L["6f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1221. G2L["6f"]["Visible"] = false;
  1222. G2L["6f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1223. G2L["6f"]["BackgroundTransparency"] = 1;
  1224. G2L["6f"]["LayoutOrder"] = 1;
  1225. G2L["6f"]["Name"] = [[Sprint]];
  1226.  
  1227.  
  1228. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV
  1229. G2L["70"] = Instance.new("TextButton", G2L["43"]);
  1230. G2L["70"]["TextWrapped"] = true;
  1231. G2L["70"]["LineHeight"] = 1.1;
  1232. G2L["70"]["BorderSizePixel"] = 0;
  1233. G2L["70"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1234. G2L["70"]["TextSize"] = 35;
  1235. G2L["70"]["TextColor3"] = Color3.fromRGB(0, 86, 255);
  1236. G2L["70"]["TextScaled"] = true;
  1237. G2L["70"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 255);
  1238. G2L["70"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1239. G2L["70"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1240. G2L["70"]["Size"] = UDim2.new(1, 0, 0, 32);
  1241. G2L["70"]["BackgroundTransparency"] = 0.9;
  1242. G2L["70"]["LayoutOrder"] = 3;
  1243. G2L["70"]["Name"] = [[ExtremeAV]];
  1244. G2L["70"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1245. G2L["70"]["Text"] = [[Extreme(AV)]];
  1246.  
  1247.  
  1248. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UICorner
  1249. G2L["71"] = Instance.new("UICorner", G2L["70"]);
  1250. G2L["71"]["CornerRadius"] = UDim.new(1, 0);
  1251.  
  1252.  
  1253. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UIPadding
  1254. G2L["72"] = Instance.new("UIPadding", G2L["70"]);
  1255. G2L["72"]["PaddingRight"] = UDim.new(0.02, 6);
  1256. G2L["72"]["PaddingLeft"] = UDim.new(0.02, 6);
  1257.  
  1258.  
  1259. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.UIStroke
  1260. G2L["73"] = Instance.new("UIStroke", G2L["70"]);
  1261. G2L["73"]["Enabled"] = false;
  1262. G2L["73"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1263. G2L["73"]["Thickness"] = 3;
  1264. G2L["73"]["Color"] = Color3.fromRGB(0, 86, 255);
  1265.  
  1266.  
  1267. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info
  1268. G2L["74"] = Instance.new("Frame", G2L["70"]);
  1269. G2L["74"]["BorderSizePixel"] = 0;
  1270. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1271. G2L["74"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1272. G2L["74"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1273. G2L["74"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1274. G2L["74"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1275. G2L["74"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1276. G2L["74"]["Name"] = [[Info]];
  1277. G2L["74"]["BackgroundTransparency"] = 1;
  1278.  
  1279.  
  1280. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.UIListLayout
  1281. G2L["75"] = Instance.new("UIListLayout", G2L["74"]);
  1282. G2L["75"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1283. G2L["75"]["Padding"] = UDim.new(0.01, 0);
  1284. G2L["75"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1285. G2L["75"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1286. G2L["75"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1287.  
  1288.  
  1289. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.NoRevive
  1290. G2L["76"] = Instance.new("ImageLabel", G2L["74"]);
  1291. G2L["76"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1292. G2L["76"]["ZIndex"] = 8;
  1293. G2L["76"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1294. G2L["76"]["ScaleType"] = Enum.ScaleType.Fit;
  1295. G2L["76"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1296. G2L["76"]["Image"] = [[rbxassetid://116165443812933]];
  1297. G2L["76"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1298. G2L["76"]["Visible"] = false;
  1299. G2L["76"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1300. G2L["76"]["BackgroundTransparency"] = 1;
  1301. G2L["76"]["LayoutOrder"] = 1;
  1302. G2L["76"]["Name"] = [[NoRevive]];
  1303.  
  1304.  
  1305. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.New
  1306. G2L["77"] = Instance.new("ImageLabel", G2L["74"]);
  1307. G2L["77"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1308. G2L["77"]["ZIndex"] = 8;
  1309. G2L["77"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1310. G2L["77"]["ScaleType"] = Enum.ScaleType.Fit;
  1311. G2L["77"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1312. G2L["77"]["Image"] = [[rbxassetid://92782478969567]];
  1313. G2L["77"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1314. G2L["77"]["Visible"] = false;
  1315. G2L["77"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1316. G2L["77"]["BackgroundTransparency"] = 1;
  1317. G2L["77"]["LayoutOrder"] = 3;
  1318. G2L["77"]["Name"] = [[New]];
  1319.  
  1320.  
  1321. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.ExtremeAV.Info.Sprint
  1322. G2L["78"] = Instance.new("ImageLabel", G2L["74"]);
  1323. G2L["78"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1324. G2L["78"]["ZIndex"] = 8;
  1325. G2L["78"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1326. G2L["78"]["ScaleType"] = Enum.ScaleType.Fit;
  1327. G2L["78"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1328. G2L["78"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1329. G2L["78"]["Image"] = [[rbxassetid://80639010689297]];
  1330. G2L["78"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1331. G2L["78"]["Visible"] = false;
  1332. G2L["78"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1333. G2L["78"]["BackgroundTransparency"] = 1;
  1334. G2L["78"]["LayoutOrder"] = 1;
  1335. G2L["78"]["Name"] = [[Sprint]];
  1336.  
  1337.  
  1338. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted
  1339. G2L["79"] = Instance.new("TextButton", G2L["43"]);
  1340. G2L["79"]["TextWrapped"] = true;
  1341. G2L["79"]["LineHeight"] = 1.1;
  1342. G2L["79"]["BorderSizePixel"] = 0;
  1343. G2L["79"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1344. G2L["79"]["TextSize"] = 35;
  1345. G2L["79"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
  1346. G2L["79"]["TextScaled"] = true;
  1347. G2L["79"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
  1348. G2L["79"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1349. G2L["79"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1350. G2L["79"]["Size"] = UDim2.new(1, 0, 0, 32);
  1351. G2L["79"]["BackgroundTransparency"] = 0.9;
  1352. G2L["79"]["LayoutOrder"] = -91;
  1353. G2L["79"]["Name"] = [[Distorted]];
  1354. G2L["79"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1355. G2L["79"]["Text"] = [[Distorted]];
  1356.  
  1357.  
  1358. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UICorner
  1359. G2L["7a"] = Instance.new("UICorner", G2L["79"]);
  1360. G2L["7a"]["CornerRadius"] = UDim.new(1, 0);
  1361.  
  1362.  
  1363. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UIPadding
  1364. G2L["7b"] = Instance.new("UIPadding", G2L["79"]);
  1365. G2L["7b"]["PaddingRight"] = UDim.new(0.02, 6);
  1366. G2L["7b"]["PaddingLeft"] = UDim.new(0.02, 6);
  1367.  
  1368.  
  1369. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.UIStroke
  1370. G2L["7c"] = Instance.new("UIStroke", G2L["79"]);
  1371. G2L["7c"]["Enabled"] = false;
  1372. G2L["7c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1373. G2L["7c"]["Thickness"] = 3;
  1374. G2L["7c"]["Color"] = Color3.fromRGB(171, 0, 128);
  1375.  
  1376.  
  1377. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info
  1378. G2L["7d"] = Instance.new("Frame", G2L["79"]);
  1379. G2L["7d"]["BorderSizePixel"] = 0;
  1380. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1381. G2L["7d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1382. G2L["7d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1383. G2L["7d"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1384. G2L["7d"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1385. G2L["7d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1386. G2L["7d"]["Name"] = [[Info]];
  1387. G2L["7d"]["BackgroundTransparency"] = 1;
  1388.  
  1389.  
  1390. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.UIListLayout
  1391. G2L["7e"] = Instance.new("UIListLayout", G2L["7d"]);
  1392. G2L["7e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1393. G2L["7e"]["Padding"] = UDim.new(0.01, 0);
  1394. G2L["7e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1395. G2L["7e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1396. G2L["7e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1397.  
  1398.  
  1399. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.NoRevive
  1400. G2L["7f"] = Instance.new("ImageLabel", G2L["7d"]);
  1401. G2L["7f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1402. G2L["7f"]["ZIndex"] = 8;
  1403. G2L["7f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1404. G2L["7f"]["ScaleType"] = Enum.ScaleType.Fit;
  1405. G2L["7f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1406. G2L["7f"]["Image"] = [[rbxassetid://116165443812933]];
  1407. G2L["7f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1408. G2L["7f"]["Visible"] = false;
  1409. G2L["7f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1410. G2L["7f"]["BackgroundTransparency"] = 1;
  1411. G2L["7f"]["LayoutOrder"] = 1;
  1412. G2L["7f"]["Name"] = [[NoRevive]];
  1413.  
  1414.  
  1415. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.New
  1416. G2L["80"] = Instance.new("ImageLabel", G2L["7d"]);
  1417. G2L["80"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1418. G2L["80"]["ZIndex"] = 8;
  1419. G2L["80"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1420. G2L["80"]["ScaleType"] = Enum.ScaleType.Fit;
  1421. G2L["80"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1422. G2L["80"]["Image"] = [[rbxassetid://92782478969567]];
  1423. G2L["80"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1424. G2L["80"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1425. G2L["80"]["BackgroundTransparency"] = 1;
  1426. G2L["80"]["LayoutOrder"] = 3;
  1427. G2L["80"]["Name"] = [[New]];
  1428.  
  1429.  
  1430. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Distorted.Info.Sprint
  1431. G2L["81"] = Instance.new("ImageLabel", G2L["7d"]);
  1432. G2L["81"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1433. G2L["81"]["ZIndex"] = 8;
  1434. G2L["81"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1435. G2L["81"]["ScaleType"] = Enum.ScaleType.Fit;
  1436. G2L["81"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1437. G2L["81"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1438. G2L["81"]["Image"] = [[rbxassetid://80639010689297]];
  1439. G2L["81"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1440. G2L["81"]["Visible"] = false;
  1441. G2L["81"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1442. G2L["81"]["BackgroundTransparency"] = 1;
  1443. G2L["81"]["LayoutOrder"] = 1;
  1444. G2L["81"]["Name"] = [[Sprint]];
  1445.  
  1446.  
  1447. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy
  1448. G2L["82"] = Instance.new("TextButton", G2L["43"]);
  1449. G2L["82"]["TextWrapped"] = true;
  1450. G2L["82"]["LineHeight"] = 1.1;
  1451. G2L["82"]["BorderSizePixel"] = 0;
  1452. G2L["82"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1453. G2L["82"]["TextSize"] = 35;
  1454. G2L["82"]["TextColor3"] = Color3.fromRGB(86, 255, 128);
  1455. G2L["82"]["TextScaled"] = true;
  1456. G2L["82"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 128);
  1457. G2L["82"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1458. G2L["82"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1459. G2L["82"]["Size"] = UDim2.new(1, 0, 0, 32);
  1460. G2L["82"]["BackgroundTransparency"] = 0.9;
  1461. G2L["82"]["LayoutOrder"] = -95;
  1462. G2L["82"]["Name"] = [[Creepy]];
  1463. G2L["82"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1464. G2L["82"]["Text"] = [[Creepy]];
  1465.  
  1466.  
  1467. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UICorner
  1468. G2L["83"] = Instance.new("UICorner", G2L["82"]);
  1469. G2L["83"]["CornerRadius"] = UDim.new(1, 0);
  1470.  
  1471.  
  1472. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UIPadding
  1473. G2L["84"] = Instance.new("UIPadding", G2L["82"]);
  1474. G2L["84"]["PaddingRight"] = UDim.new(0.02, 6);
  1475. G2L["84"]["PaddingLeft"] = UDim.new(0.02, 6);
  1476.  
  1477.  
  1478. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.UIStroke
  1479. G2L["85"] = Instance.new("UIStroke", G2L["82"]);
  1480. G2L["85"]["Enabled"] = false;
  1481. G2L["85"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1482. G2L["85"]["Thickness"] = 3;
  1483. G2L["85"]["Color"] = Color3.fromRGB(86, 255, 128);
  1484.  
  1485.  
  1486. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info
  1487. G2L["86"] = Instance.new("Frame", G2L["82"]);
  1488. G2L["86"]["BorderSizePixel"] = 0;
  1489. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1490. G2L["86"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1491. G2L["86"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1492. G2L["86"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1493. G2L["86"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1494. G2L["86"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1495. G2L["86"]["Name"] = [[Info]];
  1496. G2L["86"]["BackgroundTransparency"] = 1;
  1497.  
  1498.  
  1499. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.UIListLayout
  1500. G2L["87"] = Instance.new("UIListLayout", G2L["86"]);
  1501. G2L["87"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1502. G2L["87"]["Padding"] = UDim.new(0.01, 0);
  1503. G2L["87"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1504. G2L["87"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1505. G2L["87"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1506.  
  1507.  
  1508. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.NoRevive
  1509. G2L["88"] = Instance.new("ImageLabel", G2L["86"]);
  1510. G2L["88"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1511. G2L["88"]["ZIndex"] = 8;
  1512. G2L["88"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1513. G2L["88"]["ScaleType"] = Enum.ScaleType.Fit;
  1514. G2L["88"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1515. G2L["88"]["Image"] = [[rbxassetid://116165443812933]];
  1516. G2L["88"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1517. G2L["88"]["Visible"] = false;
  1518. G2L["88"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1519. G2L["88"]["BackgroundTransparency"] = 1;
  1520. G2L["88"]["LayoutOrder"] = 1;
  1521. G2L["88"]["Name"] = [[NoRevive]];
  1522.  
  1523.  
  1524. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.New
  1525. G2L["89"] = Instance.new("ImageLabel", G2L["86"]);
  1526. G2L["89"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1527. G2L["89"]["ZIndex"] = 8;
  1528. G2L["89"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1529. G2L["89"]["ScaleType"] = Enum.ScaleType.Fit;
  1530. G2L["89"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1531. G2L["89"]["Image"] = [[rbxassetid://92782478969567]];
  1532. G2L["89"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1533. G2L["89"]["Visible"] = false;
  1534. G2L["89"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1535. G2L["89"]["BackgroundTransparency"] = 1;
  1536. G2L["89"]["LayoutOrder"] = 3;
  1537. G2L["89"]["Name"] = [[New]];
  1538.  
  1539.  
  1540. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Creepy.Info.Sprint
  1541. G2L["8a"] = Instance.new("ImageLabel", G2L["86"]);
  1542. G2L["8a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1543. G2L["8a"]["ZIndex"] = 8;
  1544. G2L["8a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1545. G2L["8a"]["ScaleType"] = Enum.ScaleType.Fit;
  1546. G2L["8a"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1547. G2L["8a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1548. G2L["8a"]["Image"] = [[rbxassetid://80639010689297]];
  1549. G2L["8a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1550. G2L["8a"]["Visible"] = false;
  1551. G2L["8a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1552. G2L["8a"]["BackgroundTransparency"] = 1;
  1553. G2L["8a"]["LayoutOrder"] = 1;
  1554. G2L["8a"]["Name"] = [[Sprint]];
  1555.  
  1556.  
  1557. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil
  1558. G2L["8b"] = Instance.new("TextButton", G2L["43"]);
  1559. G2L["8b"]["TextWrapped"] = true;
  1560. G2L["8b"]["LineHeight"] = 1.1;
  1561. G2L["8b"]["BorderSizePixel"] = 0;
  1562. G2L["8b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1563. G2L["8b"]["TextSize"] = 35;
  1564. G2L["8b"]["TextColor3"] = Color3.fromRGB(86, 0, 128);
  1565. G2L["8b"]["TextScaled"] = true;
  1566. G2L["8b"]["BackgroundColor3"] = Color3.fromRGB(86, 0, 128);
  1567. G2L["8b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1568. G2L["8b"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1569. G2L["8b"]["Size"] = UDim2.new(1, 0, 0, 32);
  1570. G2L["8b"]["BackgroundTransparency"] = 0.9;
  1571. G2L["8b"]["LayoutOrder"] = 4;
  1572. G2L["8b"]["Name"] = [[Devil]];
  1573. G2L["8b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1574. G2L["8b"]["Text"] = [[Devil]];
  1575.  
  1576.  
  1577. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UICorner
  1578. G2L["8c"] = Instance.new("UICorner", G2L["8b"]);
  1579. G2L["8c"]["CornerRadius"] = UDim.new(1, 0);
  1580.  
  1581.  
  1582. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UIPadding
  1583. G2L["8d"] = Instance.new("UIPadding", G2L["8b"]);
  1584. G2L["8d"]["PaddingRight"] = UDim.new(0.02, 6);
  1585. G2L["8d"]["PaddingLeft"] = UDim.new(0.02, 6);
  1586.  
  1587.  
  1588. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.UIStroke
  1589. G2L["8e"] = Instance.new("UIStroke", G2L["8b"]);
  1590. G2L["8e"]["Enabled"] = false;
  1591. G2L["8e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1592. G2L["8e"]["Thickness"] = 3;
  1593. G2L["8e"]["Color"] = Color3.fromRGB(86, 0, 128);
  1594.  
  1595.  
  1596. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info
  1597. G2L["8f"] = Instance.new("Frame", G2L["8b"]);
  1598. G2L["8f"]["BorderSizePixel"] = 0;
  1599. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1600. G2L["8f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1601. G2L["8f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1602. G2L["8f"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1603. G2L["8f"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1604. G2L["8f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1605. G2L["8f"]["Name"] = [[Info]];
  1606. G2L["8f"]["BackgroundTransparency"] = 1;
  1607.  
  1608.  
  1609. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.UIListLayout
  1610. G2L["90"] = Instance.new("UIListLayout", G2L["8f"]);
  1611. G2L["90"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1612. G2L["90"]["Padding"] = UDim.new(0.01, 0);
  1613. G2L["90"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1614. G2L["90"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1615. G2L["90"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1616.  
  1617.  
  1618. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.NoRevive
  1619. G2L["91"] = Instance.new("ImageLabel", G2L["8f"]);
  1620. G2L["91"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1621. G2L["91"]["ZIndex"] = 8;
  1622. G2L["91"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1623. G2L["91"]["ScaleType"] = Enum.ScaleType.Fit;
  1624. G2L["91"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1625. G2L["91"]["Image"] = [[rbxassetid://116165443812933]];
  1626. G2L["91"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1627. G2L["91"]["Visible"] = false;
  1628. G2L["91"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1629. G2L["91"]["BackgroundTransparency"] = 1;
  1630. G2L["91"]["LayoutOrder"] = 1;
  1631. G2L["91"]["Name"] = [[NoRevive]];
  1632.  
  1633.  
  1634. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.New
  1635. G2L["92"] = Instance.new("ImageLabel", G2L["8f"]);
  1636. G2L["92"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1637. G2L["92"]["ZIndex"] = 8;
  1638. G2L["92"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1639. G2L["92"]["ScaleType"] = Enum.ScaleType.Fit;
  1640. G2L["92"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1641. G2L["92"]["Image"] = [[rbxassetid://92782478969567]];
  1642. G2L["92"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1643. G2L["92"]["Visible"] = false;
  1644. G2L["92"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1645. G2L["92"]["BackgroundTransparency"] = 1;
  1646. G2L["92"]["LayoutOrder"] = 3;
  1647. G2L["92"]["Name"] = [[New]];
  1648.  
  1649.  
  1650. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Devil.Info.Sprint
  1651. G2L["93"] = Instance.new("ImageLabel", G2L["8f"]);
  1652. G2L["93"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1653. G2L["93"]["ZIndex"] = 8;
  1654. G2L["93"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1655. G2L["93"]["ScaleType"] = Enum.ScaleType.Fit;
  1656. G2L["93"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1657. G2L["93"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1658. G2L["93"]["Image"] = [[rbxassetid://80639010689297]];
  1659. G2L["93"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1660. G2L["93"]["Visible"] = false;
  1661. G2L["93"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1662. G2L["93"]["BackgroundTransparency"] = 1;
  1663. G2L["93"]["LayoutOrder"] = 1;
  1664. G2L["93"]["Name"] = [[Sprint]];
  1665.  
  1666.  
  1667. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness
  1668. G2L["94"] = Instance.new("TextButton", G2L["43"]);
  1669. G2L["94"]["TextWrapped"] = true;
  1670. G2L["94"]["LineHeight"] = 1.1;
  1671. G2L["94"]["BorderSizePixel"] = 0;
  1672. G2L["94"]["Modal"] = true;
  1673. G2L["94"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1674. G2L["94"]["TextSize"] = 35;
  1675. G2L["94"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1676. G2L["94"]["TextScaled"] = true;
  1677. G2L["94"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1678. G2L["94"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1679. G2L["94"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1680. G2L["94"]["Size"] = UDim2.new(1, 0, 0, 32);
  1681. G2L["94"]["BackgroundTransparency"] = 0.9;
  1682. G2L["94"]["LayoutOrder"] = -90;
  1683. G2L["94"]["Name"] = [[Darkness]];
  1684. G2L["94"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1685. G2L["94"]["Text"] = [[Darkness]];
  1686.  
  1687.  
  1688. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UICorner
  1689. G2L["95"] = Instance.new("UICorner", G2L["94"]);
  1690. G2L["95"]["CornerRadius"] = UDim.new(1, 0);
  1691.  
  1692.  
  1693. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UIPadding
  1694. G2L["96"] = Instance.new("UIPadding", G2L["94"]);
  1695. G2L["96"]["PaddingRight"] = UDim.new(0.02, 6);
  1696. G2L["96"]["PaddingLeft"] = UDim.new(0.02, 6);
  1697.  
  1698.  
  1699. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.UIStroke
  1700. G2L["97"] = Instance.new("UIStroke", G2L["94"]);
  1701. G2L["97"]["Enabled"] = false;
  1702. G2L["97"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1703. G2L["97"]["Thickness"] = 3;
  1704. G2L["97"]["Color"] = Color3.fromRGB(255, 255, 255);
  1705.  
  1706.  
  1707. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info
  1708. G2L["98"] = Instance.new("Frame", G2L["94"]);
  1709. G2L["98"]["BorderSizePixel"] = 0;
  1710. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1711. G2L["98"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1712. G2L["98"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1713. G2L["98"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1714. G2L["98"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1715. G2L["98"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1716. G2L["98"]["Name"] = [[Info]];
  1717. G2L["98"]["BackgroundTransparency"] = 1;
  1718.  
  1719.  
  1720. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.UIListLayout
  1721. G2L["99"] = Instance.new("UIListLayout", G2L["98"]);
  1722. G2L["99"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1723. G2L["99"]["Padding"] = UDim.new(0.01, 0);
  1724. G2L["99"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1725. G2L["99"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1726. G2L["99"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1727.  
  1728.  
  1729. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.NoRevive
  1730. G2L["9a"] = Instance.new("ImageLabel", G2L["98"]);
  1731. G2L["9a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1732. G2L["9a"]["ZIndex"] = 8;
  1733. G2L["9a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1734. G2L["9a"]["ScaleType"] = Enum.ScaleType.Fit;
  1735. G2L["9a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1736. G2L["9a"]["Image"] = [[rbxassetid://116165443812933]];
  1737. G2L["9a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1738. G2L["9a"]["Visible"] = false;
  1739. G2L["9a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1740. G2L["9a"]["BackgroundTransparency"] = 1;
  1741. G2L["9a"]["LayoutOrder"] = 1;
  1742. G2L["9a"]["Name"] = [[NoRevive]];
  1743.  
  1744.  
  1745. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.New
  1746. G2L["9b"] = Instance.new("ImageLabel", G2L["98"]);
  1747. G2L["9b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1748. G2L["9b"]["ZIndex"] = 8;
  1749. G2L["9b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1750. G2L["9b"]["ScaleType"] = Enum.ScaleType.Fit;
  1751. G2L["9b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1752. G2L["9b"]["Image"] = [[rbxassetid://92782478969567]];
  1753. G2L["9b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1754. G2L["9b"]["Visible"] = false;
  1755. G2L["9b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1756. G2L["9b"]["BackgroundTransparency"] = 1;
  1757. G2L["9b"]["LayoutOrder"] = 3;
  1758. G2L["9b"]["Name"] = [[New]];
  1759.  
  1760.  
  1761. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Darkness.Info.Sprint
  1762. G2L["9c"] = Instance.new("ImageLabel", G2L["98"]);
  1763. G2L["9c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1764. G2L["9c"]["ZIndex"] = 8;
  1765. G2L["9c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1766. G2L["9c"]["ScaleType"] = Enum.ScaleType.Fit;
  1767. G2L["9c"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1768. G2L["9c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1769. G2L["9c"]["Image"] = [[rbxassetid://80639010689297]];
  1770. G2L["9c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1771. G2L["9c"]["Visible"] = false;
  1772. G2L["9c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1773. G2L["9c"]["BackgroundTransparency"] = 1;
  1774. G2L["9c"]["LayoutOrder"] = 1;
  1775. G2L["9c"]["Name"] = [[Sprint]];
  1776.  
  1777.  
  1778. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore
  1779. G2L["9d"] = Instance.new("TextButton", G2L["43"]);
  1780. G2L["9d"]["TextWrapped"] = true;
  1781. G2L["9d"]["LineHeight"] = 1.1;
  1782. G2L["9d"]["BorderSizePixel"] = 0;
  1783. G2L["9d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1784. G2L["9d"]["AutoButtonColor"] = false;
  1785. G2L["9d"]["TextSize"] = 35;
  1786. G2L["9d"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1787. G2L["9d"]["TextScaled"] = true;
  1788. G2L["9d"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  1789. G2L["9d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1790. G2L["9d"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1791. G2L["9d"]["Size"] = UDim2.new(1, 0, 0, 32);
  1792. G2L["9d"]["BackgroundTransparency"] = 0.9;
  1793. G2L["9d"]["LayoutOrder"] = -100;
  1794. G2L["9d"]["Name"] = [[Hardcore]];
  1795. G2L["9d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1796. G2L["9d"]["Text"] = [[Hardcore]];
  1797.  
  1798.  
  1799. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UICorner
  1800. G2L["9e"] = Instance.new("UICorner", G2L["9d"]);
  1801. G2L["9e"]["CornerRadius"] = UDim.new(1, 0);
  1802.  
  1803.  
  1804. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UIPadding
  1805. G2L["9f"] = Instance.new("UIPadding", G2L["9d"]);
  1806. G2L["9f"]["PaddingRight"] = UDim.new(0.02, 6);
  1807. G2L["9f"]["PaddingLeft"] = UDim.new(0.02, 6);
  1808.  
  1809.  
  1810. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.UIStroke
  1811. G2L["a0"] = Instance.new("UIStroke", G2L["9d"]);
  1812. G2L["a0"]["Enabled"] = false;
  1813. G2L["a0"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1814. G2L["a0"]["Thickness"] = 3;
  1815. G2L["a0"]["Color"] = Color3.fromRGB(255, 0, 0);
  1816.  
  1817.  
  1818. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info
  1819. G2L["a1"] = Instance.new("Frame", G2L["9d"]);
  1820. G2L["a1"]["BorderSizePixel"] = 0;
  1821. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1822. G2L["a1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1823. G2L["a1"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1824. G2L["a1"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1825. G2L["a1"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1826. G2L["a1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1827. G2L["a1"]["Name"] = [[Info]];
  1828. G2L["a1"]["BackgroundTransparency"] = 1;
  1829.  
  1830.  
  1831. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.UIListLayout
  1832. G2L["a2"] = Instance.new("UIListLayout", G2L["a1"]);
  1833. G2L["a2"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1834. G2L["a2"]["Padding"] = UDim.new(0.01, 0);
  1835. G2L["a2"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1836. G2L["a2"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1837. G2L["a2"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1838.  
  1839.  
  1840. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.NoRevive
  1841. G2L["a3"] = Instance.new("ImageLabel", G2L["a1"]);
  1842. G2L["a3"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1843. G2L["a3"]["ZIndex"] = 8;
  1844. G2L["a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1845. G2L["a3"]["ScaleType"] = Enum.ScaleType.Fit;
  1846. G2L["a3"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1847. G2L["a3"]["Image"] = [[rbxassetid://116165443812933]];
  1848. G2L["a3"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1849. G2L["a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1850. G2L["a3"]["BackgroundTransparency"] = 1;
  1851. G2L["a3"]["LayoutOrder"] = 1;
  1852. G2L["a3"]["Name"] = [[NoRevive]];
  1853.  
  1854.  
  1855. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.New
  1856. G2L["a4"] = Instance.new("ImageLabel", G2L["a1"]);
  1857. G2L["a4"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1858. G2L["a4"]["ZIndex"] = 8;
  1859. G2L["a4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1860. G2L["a4"]["ScaleType"] = Enum.ScaleType.Fit;
  1861. G2L["a4"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1862. G2L["a4"]["Image"] = [[rbxassetid://92782478969567]];
  1863. G2L["a4"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1864. G2L["a4"]["Visible"] = false;
  1865. G2L["a4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1866. G2L["a4"]["BackgroundTransparency"] = 1;
  1867. G2L["a4"]["LayoutOrder"] = 3;
  1868. G2L["a4"]["Name"] = [[New]];
  1869.  
  1870.  
  1871. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.Info.Sprint
  1872. G2L["a5"] = Instance.new("ImageLabel", G2L["a1"]);
  1873. G2L["a5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1874. G2L["a5"]["ZIndex"] = 8;
  1875. G2L["a5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1876. G2L["a5"]["ScaleType"] = Enum.ScaleType.Fit;
  1877. G2L["a5"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1878. G2L["a5"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1879. G2L["a5"]["Image"] = [[rbxassetid://80639010689297]];
  1880. G2L["a5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1881. G2L["a5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1882. G2L["a5"]["BackgroundTransparency"] = 1;
  1883. G2L["a5"]["LayoutOrder"] = 1;
  1884. G2L["a5"]["Name"] = [[Sprint]];
  1885.  
  1886.  
  1887. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.LocalScript
  1888. G2L["a6"] = Instance.new("LocalScript", G2L["9d"]);
  1889.  
  1890.  
  1891.  
  1892. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible
  1893. G2L["a7"] = Instance.new("TextButton", G2L["43"]);
  1894. G2L["a7"]["TextWrapped"] = true;
  1895. G2L["a7"]["LineHeight"] = 1.1;
  1896. G2L["a7"]["BorderSizePixel"] = 0;
  1897. G2L["a7"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  1898. G2L["a7"]["TextSize"] = 35;
  1899. G2L["a7"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
  1900. G2L["a7"]["TextScaled"] = true;
  1901. G2L["a7"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
  1902. G2L["a7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1903. G2L["a7"]["AnchorPoint"] = Vector2.new(0.5, 0);
  1904. G2L["a7"]["Size"] = UDim2.new(1, 0, 0, 32);
  1905. G2L["a7"]["BackgroundTransparency"] = 0.9;
  1906. G2L["a7"]["LayoutOrder"] = 1;
  1907. G2L["a7"]["Name"] = [[Impossible]];
  1908. G2L["a7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1909. G2L["a7"]["Text"] = [[Impossible]];
  1910.  
  1911.  
  1912. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UICorner
  1913. G2L["a8"] = Instance.new("UICorner", G2L["a7"]);
  1914. G2L["a8"]["CornerRadius"] = UDim.new(1, 0);
  1915.  
  1916.  
  1917. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UIPadding
  1918. G2L["a9"] = Instance.new("UIPadding", G2L["a7"]);
  1919. G2L["a9"]["PaddingRight"] = UDim.new(0.02, 6);
  1920. G2L["a9"]["PaddingLeft"] = UDim.new(0.02, 6);
  1921.  
  1922.  
  1923. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.UIStroke
  1924. G2L["aa"] = Instance.new("UIStroke", G2L["a7"]);
  1925. G2L["aa"]["Enabled"] = false;
  1926. G2L["aa"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1927. G2L["aa"]["Thickness"] = 3;
  1928. G2L["aa"]["Color"] = Color3.fromRGB(252, 255, 2);
  1929.  
  1930.  
  1931. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info
  1932. G2L["ab"] = Instance.new("Frame", G2L["a7"]);
  1933. G2L["ab"]["BorderSizePixel"] = 0;
  1934. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1935. G2L["ab"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1936. G2L["ab"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1937. G2L["ab"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  1938. G2L["ab"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  1939. G2L["ab"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1940. G2L["ab"]["Name"] = [[Info]];
  1941. G2L["ab"]["BackgroundTransparency"] = 1;
  1942.  
  1943.  
  1944. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.UIListLayout
  1945. G2L["ac"] = Instance.new("UIListLayout", G2L["ab"]);
  1946. G2L["ac"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  1947. G2L["ac"]["Padding"] = UDim.new(0.01, 0);
  1948. G2L["ac"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  1949. G2L["ac"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1950. G2L["ac"]["FillDirection"] = Enum.FillDirection.Horizontal;
  1951.  
  1952.  
  1953. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.NoRevive
  1954. G2L["ad"] = Instance.new("ImageLabel", G2L["ab"]);
  1955. G2L["ad"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1956. G2L["ad"]["ZIndex"] = 8;
  1957. G2L["ad"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1958. G2L["ad"]["ScaleType"] = Enum.ScaleType.Fit;
  1959. G2L["ad"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1960. G2L["ad"]["Image"] = [[rbxassetid://116165443812933]];
  1961. G2L["ad"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1962. G2L["ad"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1963. G2L["ad"]["BackgroundTransparency"] = 1;
  1964. G2L["ad"]["LayoutOrder"] = 1;
  1965. G2L["ad"]["Name"] = [[NoRevive]];
  1966.  
  1967.  
  1968. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.New
  1969. G2L["ae"] = Instance.new("ImageLabel", G2L["ab"]);
  1970. G2L["ae"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1971. G2L["ae"]["ZIndex"] = 8;
  1972. G2L["ae"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1973. G2L["ae"]["ScaleType"] = Enum.ScaleType.Fit;
  1974. G2L["ae"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1975. G2L["ae"]["Image"] = [[rbxassetid://92782478969567]];
  1976. G2L["ae"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1977. G2L["ae"]["Visible"] = false;
  1978. G2L["ae"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1979. G2L["ae"]["BackgroundTransparency"] = 1;
  1980. G2L["ae"]["LayoutOrder"] = 3;
  1981. G2L["ae"]["Name"] = [[New]];
  1982.  
  1983.  
  1984. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Impossible.Info.Sprint
  1985. G2L["af"] = Instance.new("ImageLabel", G2L["ab"]);
  1986. G2L["af"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  1987. G2L["af"]["ZIndex"] = 8;
  1988. G2L["af"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1989. G2L["af"]["ScaleType"] = Enum.ScaleType.Fit;
  1990. G2L["af"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  1991. G2L["af"]["AnchorPoint"] = Vector2.new(1, 0.5);
  1992. G2L["af"]["Image"] = [[rbxassetid://80639010689297]];
  1993. G2L["af"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  1994. G2L["af"]["Visible"] = false;
  1995. G2L["af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1996. G2L["af"]["BackgroundTransparency"] = 1;
  1997. G2L["af"]["LayoutOrder"] = 1;
  1998. G2L["af"]["Name"] = [[Sprint]];
  1999.  
  2000.  
  2001. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless
  2002. G2L["b0"] = Instance.new("TextButton", G2L["43"]);
  2003. G2L["b0"]["TextWrapped"] = true;
  2004. G2L["b0"]["LineHeight"] = 1.1;
  2005. G2L["b0"]["BorderSizePixel"] = 0;
  2006. G2L["b0"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2007. G2L["b0"]["TextSize"] = 35;
  2008. G2L["b0"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
  2009. G2L["b0"]["TextScaled"] = true;
  2010. G2L["b0"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
  2011. G2L["b0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2012. G2L["b0"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2013. G2L["b0"]["Size"] = UDim2.new(1, 0, 0, 32);
  2014. G2L["b0"]["BackgroundTransparency"] = 0.9;
  2015. G2L["b0"]["LayoutOrder"] = 5;
  2016. G2L["b0"]["Name"] = [[Endless]];
  2017. G2L["b0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2018. G2L["b0"]["Text"] = [[Endless]];
  2019. G2L["b0"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  2020.  
  2021.  
  2022. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UICorner
  2023. G2L["b1"] = Instance.new("UICorner", G2L["b0"]);
  2024. G2L["b1"]["CornerRadius"] = UDim.new(1, 0);
  2025.  
  2026.  
  2027. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UIPadding
  2028. G2L["b2"] = Instance.new("UIPadding", G2L["b0"]);
  2029. G2L["b2"]["PaddingRight"] = UDim.new(0.02, 6);
  2030. G2L["b2"]["PaddingLeft"] = UDim.new(0.02, 6);
  2031.  
  2032.  
  2033. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.UIStroke
  2034. G2L["b3"] = Instance.new("UIStroke", G2L["b0"]);
  2035. G2L["b3"]["Enabled"] = false;
  2036. G2L["b3"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2037. G2L["b3"]["Thickness"] = 3;
  2038. G2L["b3"]["Color"] = Color3.fromRGB(252, 255, 2);
  2039.  
  2040.  
  2041. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info
  2042. G2L["b4"] = Instance.new("Frame", G2L["b0"]);
  2043. G2L["b4"]["BorderSizePixel"] = 0;
  2044. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2045. G2L["b4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2046. G2L["b4"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2047. G2L["b4"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2048. G2L["b4"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2049. G2L["b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2050. G2L["b4"]["Name"] = [[Info]];
  2051. G2L["b4"]["BackgroundTransparency"] = 1;
  2052.  
  2053.  
  2054. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.UIListLayout
  2055. G2L["b5"] = Instance.new("UIListLayout", G2L["b4"]);
  2056. G2L["b5"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2057. G2L["b5"]["Padding"] = UDim.new(0.01, 0);
  2058. G2L["b5"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2059. G2L["b5"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2060. G2L["b5"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2061.  
  2062.  
  2063. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.NoRevive
  2064. G2L["b6"] = Instance.new("ImageLabel", G2L["b4"]);
  2065. G2L["b6"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2066. G2L["b6"]["ZIndex"] = 8;
  2067. G2L["b6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2068. G2L["b6"]["ScaleType"] = Enum.ScaleType.Fit;
  2069. G2L["b6"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2070. G2L["b6"]["Image"] = [[rbxassetid://116165443812933]];
  2071. G2L["b6"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2072. G2L["b6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2073. G2L["b6"]["BackgroundTransparency"] = 1;
  2074. G2L["b6"]["LayoutOrder"] = 1;
  2075. G2L["b6"]["Name"] = [[NoRevive]];
  2076.  
  2077.  
  2078. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.New
  2079. G2L["b7"] = Instance.new("ImageLabel", G2L["b4"]);
  2080. G2L["b7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2081. G2L["b7"]["ZIndex"] = 8;
  2082. G2L["b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2083. G2L["b7"]["ScaleType"] = Enum.ScaleType.Fit;
  2084. G2L["b7"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2085. G2L["b7"]["Image"] = [[rbxassetid://92782478969567]];
  2086. G2L["b7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2087. G2L["b7"]["Visible"] = false;
  2088. G2L["b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2089. G2L["b7"]["BackgroundTransparency"] = 1;
  2090. G2L["b7"]["LayoutOrder"] = 3;
  2091. G2L["b7"]["Name"] = [[New]];
  2092.  
  2093.  
  2094. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Endless.Info.Sprint
  2095. G2L["b8"] = Instance.new("ImageLabel", G2L["b4"]);
  2096. G2L["b8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2097. G2L["b8"]["ZIndex"] = 8;
  2098. G2L["b8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2099. G2L["b8"]["ScaleType"] = Enum.ScaleType.Fit;
  2100. G2L["b8"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2101. G2L["b8"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2102. G2L["b8"]["Image"] = [[rbxassetid://80639010689297]];
  2103. G2L["b8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2104. G2L["b8"]["Visible"] = false;
  2105. G2L["b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2106. G2L["b8"]["BackgroundTransparency"] = 1;
  2107. G2L["b8"]["LayoutOrder"] = 1;
  2108. G2L["b8"]["Name"] = [[Sprint]];
  2109.  
  2110.  
  2111. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare
  2112. G2L["b9"] = Instance.new("TextButton", G2L["43"]);
  2113. G2L["b9"]["TextWrapped"] = true;
  2114. G2L["b9"]["LineHeight"] = 1.1;
  2115. G2L["b9"]["BorderSizePixel"] = 0;
  2116. G2L["b9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2117. G2L["b9"]["TextSize"] = 35;
  2118. G2L["b9"]["TextColor3"] = Color3.fromRGB(101, 101, 101);
  2119. G2L["b9"]["TextScaled"] = true;
  2120. G2L["b9"]["BackgroundColor3"] = Color3.fromRGB(101, 101, 101);
  2121. G2L["b9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2122. G2L["b9"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2123. G2L["b9"]["Size"] = UDim2.new(1, 0, 0, 32);
  2124. G2L["b9"]["BackgroundTransparency"] = 0.9;
  2125. G2L["b9"]["LayoutOrder"] = -94;
  2126. G2L["b9"]["Name"] = [[Nightmare]];
  2127. G2L["b9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2128. G2L["b9"]["Text"] = [[Nightmare]];
  2129.  
  2130.  
  2131. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UICorner
  2132. G2L["ba"] = Instance.new("UICorner", G2L["b9"]);
  2133. G2L["ba"]["CornerRadius"] = UDim.new(1, 0);
  2134.  
  2135.  
  2136. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UIPadding
  2137. G2L["bb"] = Instance.new("UIPadding", G2L["b9"]);
  2138. G2L["bb"]["PaddingRight"] = UDim.new(0.02, 6);
  2139. G2L["bb"]["PaddingLeft"] = UDim.new(0.02, 6);
  2140.  
  2141.  
  2142. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.UIStroke
  2143. G2L["bc"] = Instance.new("UIStroke", G2L["b9"]);
  2144. G2L["bc"]["Enabled"] = false;
  2145. G2L["bc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2146. G2L["bc"]["Thickness"] = 3;
  2147. G2L["bc"]["Color"] = Color3.fromRGB(101, 101, 101);
  2148.  
  2149.  
  2150. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info
  2151. G2L["bd"] = Instance.new("Frame", G2L["b9"]);
  2152. G2L["bd"]["BorderSizePixel"] = 0;
  2153. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2154. G2L["bd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2155. G2L["bd"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2156. G2L["bd"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2157. G2L["bd"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2158. G2L["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2159. G2L["bd"]["Name"] = [[Info]];
  2160. G2L["bd"]["BackgroundTransparency"] = 1;
  2161.  
  2162.  
  2163. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.UIListLayout
  2164. G2L["be"] = Instance.new("UIListLayout", G2L["bd"]);
  2165. G2L["be"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2166. G2L["be"]["Padding"] = UDim.new(0.01, 0);
  2167. G2L["be"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2168. G2L["be"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2169. G2L["be"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2170.  
  2171.  
  2172. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.NoRevive
  2173. G2L["bf"] = Instance.new("ImageLabel", G2L["bd"]);
  2174. G2L["bf"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2175. G2L["bf"]["ZIndex"] = 8;
  2176. G2L["bf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2177. G2L["bf"]["ScaleType"] = Enum.ScaleType.Fit;
  2178. G2L["bf"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2179. G2L["bf"]["Image"] = [[rbxassetid://116165443812933]];
  2180. G2L["bf"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2181. G2L["bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2182. G2L["bf"]["BackgroundTransparency"] = 1;
  2183. G2L["bf"]["LayoutOrder"] = 1;
  2184. G2L["bf"]["Name"] = [[NoRevive]];
  2185.  
  2186.  
  2187. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.New
  2188. G2L["c0"] = Instance.new("ImageLabel", G2L["bd"]);
  2189. G2L["c0"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2190. G2L["c0"]["ZIndex"] = 8;
  2191. G2L["c0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2192. G2L["c0"]["ScaleType"] = Enum.ScaleType.Fit;
  2193. G2L["c0"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2194. G2L["c0"]["Image"] = [[rbxassetid://92782478969567]];
  2195. G2L["c0"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2196. G2L["c0"]["Visible"] = false;
  2197. G2L["c0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2198. G2L["c0"]["BackgroundTransparency"] = 1;
  2199. G2L["c0"]["LayoutOrder"] = 3;
  2200. G2L["c0"]["Name"] = [[New]];
  2201.  
  2202.  
  2203. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Nightmare.Info.Sprint
  2204. G2L["c1"] = Instance.new("ImageLabel", G2L["bd"]);
  2205. G2L["c1"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2206. G2L["c1"]["ZIndex"] = 8;
  2207. G2L["c1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2208. G2L["c1"]["ScaleType"] = Enum.ScaleType.Fit;
  2209. G2L["c1"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2210. G2L["c1"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2211. G2L["c1"]["Image"] = [[rbxassetid://80639010689297]];
  2212. G2L["c1"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2213. G2L["c1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2214. G2L["c1"]["BackgroundTransparency"] = 1;
  2215. G2L["c1"]["LayoutOrder"] = 1;
  2216. G2L["c1"]["Name"] = [[Sprint]];
  2217.  
  2218.  
  2219. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme
  2220. G2L["c2"] = Instance.new("TextButton", G2L["43"]);
  2221. G2L["c2"]["TextWrapped"] = true;
  2222. G2L["c2"]["LineHeight"] = 1.1;
  2223. G2L["c2"]["BorderSizePixel"] = 0;
  2224. G2L["c2"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2225. G2L["c2"]["TextSize"] = 35;
  2226. G2L["c2"]["TextColor3"] = Color3.fromRGB(0, 86, 255);
  2227. G2L["c2"]["TextScaled"] = true;
  2228. G2L["c2"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 255);
  2229. G2L["c2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2230. G2L["c2"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2231. G2L["c2"]["Size"] = UDim2.new(1, 0, 0, 32);
  2232. G2L["c2"]["BackgroundTransparency"] = 0.9;
  2233. G2L["c2"]["LayoutOrder"] = 103;
  2234. G2L["c2"]["Name"] = [[Extreme]];
  2235. G2L["c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2236. G2L["c2"]["Text"] = [[Extreme]];
  2237.  
  2238.  
  2239. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UICorner
  2240. G2L["c3"] = Instance.new("UICorner", G2L["c2"]);
  2241. G2L["c3"]["CornerRadius"] = UDim.new(1, 0);
  2242.  
  2243.  
  2244. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UIPadding
  2245. G2L["c4"] = Instance.new("UIPadding", G2L["c2"]);
  2246. G2L["c4"]["PaddingRight"] = UDim.new(0.02, 6);
  2247. G2L["c4"]["PaddingLeft"] = UDim.new(0.02, 6);
  2248.  
  2249.  
  2250. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.UIStroke
  2251. G2L["c5"] = Instance.new("UIStroke", G2L["c2"]);
  2252. G2L["c5"]["Enabled"] = false;
  2253. G2L["c5"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2254. G2L["c5"]["Thickness"] = 3;
  2255. G2L["c5"]["Color"] = Color3.fromRGB(0, 86, 255);
  2256.  
  2257.  
  2258. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info
  2259. G2L["c6"] = Instance.new("Frame", G2L["c2"]);
  2260. G2L["c6"]["BorderSizePixel"] = 0;
  2261. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2262. G2L["c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2263. G2L["c6"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2264. G2L["c6"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2265. G2L["c6"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2266. G2L["c6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2267. G2L["c6"]["Name"] = [[Info]];
  2268. G2L["c6"]["BackgroundTransparency"] = 1;
  2269.  
  2270.  
  2271. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.UIListLayout
  2272. G2L["c7"] = Instance.new("UIListLayout", G2L["c6"]);
  2273. G2L["c7"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2274. G2L["c7"]["Padding"] = UDim.new(0.01, 0);
  2275. G2L["c7"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2276. G2L["c7"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2277. G2L["c7"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2278.  
  2279.  
  2280. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.NoRevive
  2281. G2L["c8"] = Instance.new("ImageLabel", G2L["c6"]);
  2282. G2L["c8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2283. G2L["c8"]["ZIndex"] = 8;
  2284. G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2285. G2L["c8"]["ScaleType"] = Enum.ScaleType.Fit;
  2286. G2L["c8"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2287. G2L["c8"]["Image"] = [[rbxassetid://116165443812933]];
  2288. G2L["c8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2289. G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2290. G2L["c8"]["BackgroundTransparency"] = 1;
  2291. G2L["c8"]["LayoutOrder"] = 1;
  2292. G2L["c8"]["Name"] = [[NoRevive]];
  2293.  
  2294.  
  2295. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.New
  2296. G2L["c9"] = Instance.new("ImageLabel", G2L["c6"]);
  2297. G2L["c9"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2298. G2L["c9"]["ZIndex"] = 8;
  2299. G2L["c9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2300. G2L["c9"]["ScaleType"] = Enum.ScaleType.Fit;
  2301. G2L["c9"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2302. G2L["c9"]["Image"] = [[rbxassetid://92782478969567]];
  2303. G2L["c9"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2304. G2L["c9"]["Visible"] = false;
  2305. G2L["c9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2306. G2L["c9"]["BackgroundTransparency"] = 1;
  2307. G2L["c9"]["LayoutOrder"] = 3;
  2308. G2L["c9"]["Name"] = [[New]];
  2309.  
  2310.  
  2311. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Extreme.Info.Sprint
  2312. G2L["ca"] = Instance.new("ImageLabel", G2L["c6"]);
  2313. G2L["ca"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2314. G2L["ca"]["ZIndex"] = 8;
  2315. G2L["ca"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2316. G2L["ca"]["ScaleType"] = Enum.ScaleType.Fit;
  2317. G2L["ca"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2318. G2L["ca"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2319. G2L["ca"]["Image"] = [[rbxassetid://80639010689297]];
  2320. G2L["ca"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2321. G2L["ca"]["Visible"] = false;
  2322. G2L["ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2323. G2L["ca"]["BackgroundTransparency"] = 1;
  2324. G2L["ca"]["LayoutOrder"] = 1;
  2325. G2L["ca"]["Name"] = [[Sprint]];
  2326.  
  2327.  
  2328. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.UIPadding
  2329. G2L["cb"] = Instance.new("UIPadding", G2L["43"]);
  2330. G2L["cb"]["PaddingTop"] = UDim.new(0, 4);
  2331. G2L["cb"]["PaddingRight"] = UDim.new(0, 6);
  2332. G2L["cb"]["PaddingLeft"] = UDim.new(0, 6);
  2333.  
  2334.  
  2335. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.UIListLayout
  2336. G2L["cc"] = Instance.new("UIListLayout", G2L["43"]);
  2337. G2L["cc"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2338. G2L["cc"]["Padding"] = UDim.new(0, 4);
  2339. G2L["cc"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2340.  
  2341.  
  2342. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear
  2343. G2L["cd"] = Instance.new("TextButton", G2L["43"]);
  2344. G2L["cd"]["TextWrapped"] = true;
  2345. G2L["cd"]["LineHeight"] = 1.1;
  2346. G2L["cd"]["BorderSizePixel"] = 0;
  2347. G2L["cd"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2348. G2L["cd"]["TextSize"] = 35;
  2349. G2L["cd"]["TextColor3"] = Color3.fromRGB(252, 255, 2);
  2350. G2L["cd"]["TextScaled"] = true;
  2351. G2L["cd"]["BackgroundColor3"] = Color3.fromRGB(252, 255, 2);
  2352. G2L["cd"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2353. G2L["cd"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2354. G2L["cd"]["Size"] = UDim2.new(1, 0, 0, 32);
  2355. G2L["cd"]["BackgroundTransparency"] = 0.9;
  2356. G2L["cd"]["LayoutOrder"] = 104;
  2357. G2L["cd"]["Name"] = [[Fear]];
  2358. G2L["cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2359. G2L["cd"]["Text"] = [[Fear]];
  2360. G2L["cd"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  2361.  
  2362.  
  2363. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UICorner
  2364. G2L["ce"] = Instance.new("UICorner", G2L["cd"]);
  2365. G2L["ce"]["CornerRadius"] = UDim.new(1, 0);
  2366.  
  2367.  
  2368. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UIPadding
  2369. G2L["cf"] = Instance.new("UIPadding", G2L["cd"]);
  2370. G2L["cf"]["PaddingRight"] = UDim.new(0.02, 6);
  2371. G2L["cf"]["PaddingLeft"] = UDim.new(0.02, 6);
  2372.  
  2373.  
  2374. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.UIStroke
  2375. G2L["d0"] = Instance.new("UIStroke", G2L["cd"]);
  2376. G2L["d0"]["Enabled"] = false;
  2377. G2L["d0"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2378. G2L["d0"]["Thickness"] = 3;
  2379. G2L["d0"]["Color"] = Color3.fromRGB(252, 255, 2);
  2380.  
  2381.  
  2382. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info
  2383. G2L["d1"] = Instance.new("Frame", G2L["cd"]);
  2384. G2L["d1"]["BorderSizePixel"] = 0;
  2385. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2386. G2L["d1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2387. G2L["d1"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2388. G2L["d1"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2389. G2L["d1"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2390. G2L["d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2391. G2L["d1"]["Name"] = [[Info]];
  2392. G2L["d1"]["BackgroundTransparency"] = 1;
  2393.  
  2394.  
  2395. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.UIListLayout
  2396. G2L["d2"] = Instance.new("UIListLayout", G2L["d1"]);
  2397. G2L["d2"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2398. G2L["d2"]["Padding"] = UDim.new(0.01, 0);
  2399. G2L["d2"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2400. G2L["d2"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2401. G2L["d2"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2402.  
  2403.  
  2404. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.NoRevive
  2405. G2L["d3"] = Instance.new("ImageLabel", G2L["d1"]);
  2406. G2L["d3"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2407. G2L["d3"]["ZIndex"] = 8;
  2408. G2L["d3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2409. G2L["d3"]["ScaleType"] = Enum.ScaleType.Fit;
  2410. G2L["d3"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2411. G2L["d3"]["Image"] = [[rbxassetid://116165443812933]];
  2412. G2L["d3"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2413. G2L["d3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2414. G2L["d3"]["BackgroundTransparency"] = 1;
  2415. G2L["d3"]["LayoutOrder"] = 1;
  2416. G2L["d3"]["Name"] = [[NoRevive]];
  2417.  
  2418.  
  2419. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.New
  2420. G2L["d4"] = Instance.new("ImageLabel", G2L["d1"]);
  2421. G2L["d4"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2422. G2L["d4"]["ZIndex"] = 8;
  2423. G2L["d4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2424. G2L["d4"]["ScaleType"] = Enum.ScaleType.Fit;
  2425. G2L["d4"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2426. G2L["d4"]["Image"] = [[rbxassetid://92782478969567]];
  2427. G2L["d4"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2428. G2L["d4"]["Visible"] = false;
  2429. G2L["d4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2430. G2L["d4"]["BackgroundTransparency"] = 1;
  2431. G2L["d4"]["LayoutOrder"] = 3;
  2432. G2L["d4"]["Name"] = [[New]];
  2433.  
  2434.  
  2435. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fear.Info.Sprint
  2436. G2L["d5"] = Instance.new("ImageLabel", G2L["d1"]);
  2437. G2L["d5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2438. G2L["d5"]["ZIndex"] = 8;
  2439. G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2440. G2L["d5"]["ScaleType"] = Enum.ScaleType.Fit;
  2441. G2L["d5"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2442. G2L["d5"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2443. G2L["d5"]["Image"] = [[rbxassetid://80639010689297]];
  2444. G2L["d5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2445. G2L["d5"]["Visible"] = false;
  2446. G2L["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2447. G2L["d5"]["BackgroundTransparency"] = 1;
  2448. G2L["d5"]["LayoutOrder"] = 1;
  2449. G2L["d5"]["Name"] = [[Sprint]];
  2450.  
  2451.  
  2452. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten
  2453. G2L["d6"] = Instance.new("TextButton", G2L["43"]);
  2454. G2L["d6"]["TextWrapped"] = true;
  2455. G2L["d6"]["LineHeight"] = 1.1;
  2456. G2L["d6"]["BorderSizePixel"] = 0;
  2457. G2L["d6"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2458. G2L["d6"]["TextSize"] = 35;
  2459. G2L["d6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2460. G2L["d6"]["TextScaled"] = true;
  2461. G2L["d6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2462. G2L["d6"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2463. G2L["d6"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2464. G2L["d6"]["Size"] = UDim2.new(1, 0, 0, 32);
  2465. G2L["d6"]["BackgroundTransparency"] = 0.9;
  2466. G2L["d6"]["LayoutOrder"] = -93;
  2467. G2L["d6"]["Name"] = [[Forgotten]];
  2468. G2L["d6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2469. G2L["d6"]["Text"] = [[Forgotten]];
  2470.  
  2471.  
  2472. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UICorner
  2473. G2L["d7"] = Instance.new("UICorner", G2L["d6"]);
  2474. G2L["d7"]["CornerRadius"] = UDim.new(1, 0);
  2475.  
  2476.  
  2477. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UIPadding
  2478. G2L["d8"] = Instance.new("UIPadding", G2L["d6"]);
  2479. G2L["d8"]["PaddingRight"] = UDim.new(0.02, 6);
  2480. G2L["d8"]["PaddingLeft"] = UDim.new(0.02, 6);
  2481.  
  2482.  
  2483. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.UIStroke
  2484. G2L["d9"] = Instance.new("UIStroke", G2L["d6"]);
  2485. G2L["d9"]["Enabled"] = false;
  2486. G2L["d9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2487. G2L["d9"]["Thickness"] = 3;
  2488. G2L["d9"]["Color"] = Color3.fromRGB(255, 255, 255);
  2489.  
  2490.  
  2491. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info
  2492. G2L["da"] = Instance.new("Frame", G2L["d6"]);
  2493. G2L["da"]["BorderSizePixel"] = 0;
  2494. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2495. G2L["da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2496. G2L["da"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2497. G2L["da"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2498. G2L["da"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2499. G2L["da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2500. G2L["da"]["Name"] = [[Info]];
  2501. G2L["da"]["BackgroundTransparency"] = 1;
  2502.  
  2503.  
  2504. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.UIListLayout
  2505. G2L["db"] = Instance.new("UIListLayout", G2L["da"]);
  2506. G2L["db"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2507. G2L["db"]["Padding"] = UDim.new(0.01, 0);
  2508. G2L["db"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2509. G2L["db"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2510. G2L["db"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2511.  
  2512.  
  2513. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.NoRevive
  2514. G2L["dc"] = Instance.new("ImageLabel", G2L["da"]);
  2515. G2L["dc"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2516. G2L["dc"]["ZIndex"] = 8;
  2517. G2L["dc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2518. G2L["dc"]["ScaleType"] = Enum.ScaleType.Fit;
  2519. G2L["dc"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2520. G2L["dc"]["Image"] = [[rbxassetid://116165443812933]];
  2521. G2L["dc"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2522. G2L["dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2523. G2L["dc"]["BackgroundTransparency"] = 1;
  2524. G2L["dc"]["LayoutOrder"] = 1;
  2525. G2L["dc"]["Name"] = [[NoRevive]];
  2526.  
  2527.  
  2528. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.New
  2529. G2L["dd"] = Instance.new("ImageLabel", G2L["da"]);
  2530. G2L["dd"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2531. G2L["dd"]["ZIndex"] = 8;
  2532. G2L["dd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2533. G2L["dd"]["ScaleType"] = Enum.ScaleType.Fit;
  2534. G2L["dd"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2535. G2L["dd"]["Image"] = [[rbxassetid://92782478969567]];
  2536. G2L["dd"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2537. G2L["dd"]["Visible"] = false;
  2538. G2L["dd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2539. G2L["dd"]["BackgroundTransparency"] = 1;
  2540. G2L["dd"]["LayoutOrder"] = 3;
  2541. G2L["dd"]["Name"] = [[New]];
  2542.  
  2543.  
  2544. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Forgotten.Info.Sprint
  2545. G2L["de"] = Instance.new("ImageLabel", G2L["da"]);
  2546. G2L["de"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2547. G2L["de"]["ZIndex"] = 8;
  2548. G2L["de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2549. G2L["de"]["ScaleType"] = Enum.ScaleType.Fit;
  2550. G2L["de"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2551. G2L["de"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2552. G2L["de"]["Image"] = [[rbxassetid://80639010689297]];
  2553. G2L["de"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2554. G2L["de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2555. G2L["de"]["BackgroundTransparency"] = 1;
  2556. G2L["de"]["LayoutOrder"] = 1;
  2557. G2L["de"]["Name"] = [[Sprint]];
  2558.  
  2559.  
  2560. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented
  2561. G2L["df"] = Instance.new("TextButton", G2L["43"]);
  2562. G2L["df"]["TextWrapped"] = true;
  2563. G2L["df"]["LineHeight"] = 1.1;
  2564. G2L["df"]["BorderSizePixel"] = 0;
  2565. G2L["df"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2566. G2L["df"]["TextSize"] = 35;
  2567. G2L["df"]["TextColor3"] = Color3.fromRGB(86, 86, 128);
  2568. G2L["df"]["TextScaled"] = true;
  2569. G2L["df"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 128);
  2570. G2L["df"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2571. G2L["df"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2572. G2L["df"]["Size"] = UDim2.new(1, 0, 0, 32);
  2573. G2L["df"]["BackgroundTransparency"] = 0.9;
  2574. G2L["df"]["LayoutOrder"] = 6;
  2575. G2L["df"]["Name"] = [[Fragmented]];
  2576. G2L["df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2577. G2L["df"]["Text"] = [[Fragmented]];
  2578. G2L["df"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  2579.  
  2580.  
  2581. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UICorner
  2582. G2L["e0"] = Instance.new("UICorner", G2L["df"]);
  2583. G2L["e0"]["CornerRadius"] = UDim.new(1, 0);
  2584.  
  2585.  
  2586. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UIPadding
  2587. G2L["e1"] = Instance.new("UIPadding", G2L["df"]);
  2588. G2L["e1"]["PaddingRight"] = UDim.new(0.02, 6);
  2589. G2L["e1"]["PaddingLeft"] = UDim.new(0.02, 6);
  2590.  
  2591.  
  2592. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.UIStroke
  2593. G2L["e2"] = Instance.new("UIStroke", G2L["df"]);
  2594. G2L["e2"]["Enabled"] = false;
  2595. G2L["e2"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2596. G2L["e2"]["Thickness"] = 3;
  2597. G2L["e2"]["Color"] = Color3.fromRGB(86, 86, 128);
  2598.  
  2599.  
  2600. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info
  2601. G2L["e3"] = Instance.new("Frame", G2L["df"]);
  2602. G2L["e3"]["BorderSizePixel"] = 0;
  2603. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2604. G2L["e3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2605. G2L["e3"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2606. G2L["e3"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2607. G2L["e3"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2608. G2L["e3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2609. G2L["e3"]["Name"] = [[Info]];
  2610. G2L["e3"]["BackgroundTransparency"] = 1;
  2611.  
  2612.  
  2613. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.UIListLayout
  2614. G2L["e4"] = Instance.new("UIListLayout", G2L["e3"]);
  2615. G2L["e4"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2616. G2L["e4"]["Padding"] = UDim.new(0.01, 0);
  2617. G2L["e4"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2618. G2L["e4"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2619. G2L["e4"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2620.  
  2621.  
  2622. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.NoRevive
  2623. G2L["e5"] = Instance.new("ImageLabel", G2L["e3"]);
  2624. G2L["e5"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2625. G2L["e5"]["ZIndex"] = 8;
  2626. G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2627. G2L["e5"]["ScaleType"] = Enum.ScaleType.Fit;
  2628. G2L["e5"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2629. G2L["e5"]["Image"] = [[rbxassetid://116165443812933]];
  2630. G2L["e5"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2631. G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2632. G2L["e5"]["BackgroundTransparency"] = 1;
  2633. G2L["e5"]["LayoutOrder"] = 1;
  2634. G2L["e5"]["Name"] = [[NoRevive]];
  2635.  
  2636.  
  2637. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.New
  2638. G2L["e6"] = Instance.new("ImageLabel", G2L["e3"]);
  2639. G2L["e6"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2640. G2L["e6"]["ZIndex"] = 8;
  2641. G2L["e6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2642. G2L["e6"]["ScaleType"] = Enum.ScaleType.Fit;
  2643. G2L["e6"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2644. G2L["e6"]["Image"] = [[rbxassetid://92782478969567]];
  2645. G2L["e6"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2646. G2L["e6"]["Visible"] = false;
  2647. G2L["e6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2648. G2L["e6"]["BackgroundTransparency"] = 1;
  2649. G2L["e6"]["LayoutOrder"] = 3;
  2650. G2L["e6"]["Name"] = [[New]];
  2651.  
  2652.  
  2653. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Fragmented.Info.Sprint
  2654. G2L["e7"] = Instance.new("ImageLabel", G2L["e3"]);
  2655. G2L["e7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2656. G2L["e7"]["ZIndex"] = 8;
  2657. G2L["e7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2658. G2L["e7"]["ScaleType"] = Enum.ScaleType.Fit;
  2659. G2L["e7"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2660. G2L["e7"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2661. G2L["e7"]["Image"] = [[rbxassetid://80639010689297]];
  2662. G2L["e7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2663. G2L["e7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2664. G2L["e7"]["BackgroundTransparency"] = 1;
  2665. G2L["e7"]["LayoutOrder"] = 1;
  2666. G2L["e7"]["Name"] = [[Sprint]];
  2667.  
  2668.  
  2669. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry
  2670. G2L["e8"] = Instance.new("TextButton", G2L["43"]);
  2671. G2L["e8"]["TextWrapped"] = true;
  2672. G2L["e8"]["LineHeight"] = 1.1;
  2673. G2L["e8"]["BorderSizePixel"] = 0;
  2674. G2L["e8"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2675. G2L["e8"]["TextSize"] = 35;
  2676. G2L["e8"]["TextColor3"] = Color3.fromRGB(255, 0, 128);
  2677. G2L["e8"]["TextScaled"] = true;
  2678. G2L["e8"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 128);
  2679. G2L["e8"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2680. G2L["e8"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2681. G2L["e8"]["Size"] = UDim2.new(1, 0, 0, 32);
  2682. G2L["e8"]["BackgroundTransparency"] = 0.9;
  2683. G2L["e8"]["LayoutOrder"] = 7;
  2684. G2L["e8"]["Name"] = [[Furry]];
  2685. G2L["e8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2686. G2L["e8"]["Text"] = [[Furry]];
  2687. G2L["e8"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  2688.  
  2689.  
  2690. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UICorner
  2691. G2L["e9"] = Instance.new("UICorner", G2L["e8"]);
  2692. G2L["e9"]["CornerRadius"] = UDim.new(1, 0);
  2693.  
  2694.  
  2695. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UIPadding
  2696. G2L["ea"] = Instance.new("UIPadding", G2L["e8"]);
  2697. G2L["ea"]["PaddingRight"] = UDim.new(0.02, 6);
  2698. G2L["ea"]["PaddingLeft"] = UDim.new(0.02, 6);
  2699.  
  2700.  
  2701. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.UIStroke
  2702. G2L["eb"] = Instance.new("UIStroke", G2L["e8"]);
  2703. G2L["eb"]["Enabled"] = false;
  2704. G2L["eb"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2705. G2L["eb"]["Thickness"] = 3;
  2706. G2L["eb"]["Color"] = Color3.fromRGB(255, 0, 128);
  2707.  
  2708.  
  2709. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info
  2710. G2L["ec"] = Instance.new("Frame", G2L["e8"]);
  2711. G2L["ec"]["BorderSizePixel"] = 0;
  2712. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2713. G2L["ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2714. G2L["ec"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2715. G2L["ec"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2716. G2L["ec"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2717. G2L["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2718. G2L["ec"]["Name"] = [[Info]];
  2719. G2L["ec"]["BackgroundTransparency"] = 1;
  2720.  
  2721.  
  2722. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.UIListLayout
  2723. G2L["ed"] = Instance.new("UIListLayout", G2L["ec"]);
  2724. G2L["ed"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2725. G2L["ed"]["Padding"] = UDim.new(0.01, 0);
  2726. G2L["ed"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2727. G2L["ed"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2728. G2L["ed"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2729.  
  2730.  
  2731. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.NoRevive
  2732. G2L["ee"] = Instance.new("ImageLabel", G2L["ec"]);
  2733. G2L["ee"]["Interactable"] = false;
  2734. G2L["ee"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2735. G2L["ee"]["ZIndex"] = 8;
  2736. G2L["ee"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2737. G2L["ee"]["ScaleType"] = Enum.ScaleType.Fit;
  2738. G2L["ee"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2739. G2L["ee"]["Image"] = [[rbxassetid://116165443812933]];
  2740. G2L["ee"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2741. G2L["ee"]["Visible"] = false;
  2742. G2L["ee"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2743. G2L["ee"]["BackgroundTransparency"] = 1;
  2744. G2L["ee"]["LayoutOrder"] = 1;
  2745. G2L["ee"]["Name"] = [[NoRevive]];
  2746.  
  2747.  
  2748. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.New
  2749. G2L["ef"] = Instance.new("ImageLabel", G2L["ec"]);
  2750. G2L["ef"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2751. G2L["ef"]["ZIndex"] = 8;
  2752. G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2753. G2L["ef"]["ScaleType"] = Enum.ScaleType.Fit;
  2754. G2L["ef"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2755. G2L["ef"]["Image"] = [[rbxassetid://92782478969567]];
  2756. G2L["ef"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2757. G2L["ef"]["Visible"] = false;
  2758. G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2759. G2L["ef"]["BackgroundTransparency"] = 1;
  2760. G2L["ef"]["LayoutOrder"] = 3;
  2761. G2L["ef"]["Name"] = [[New]];
  2762.  
  2763.  
  2764. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Furry.Info.Sprint
  2765. G2L["f0"] = Instance.new("ImageLabel", G2L["ec"]);
  2766. G2L["f0"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2767. G2L["f0"]["ZIndex"] = 8;
  2768. G2L["f0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2769. G2L["f0"]["ScaleType"] = Enum.ScaleType.Fit;
  2770. G2L["f0"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2771. G2L["f0"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2772. G2L["f0"]["Image"] = [[rbxassetid://80639010689297]];
  2773. G2L["f0"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2774. G2L["f0"]["Visible"] = false;
  2775. G2L["f0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2776. G2L["f0"]["BackgroundTransparency"] = 1;
  2777. G2L["f0"]["LayoutOrder"] = 1;
  2778. G2L["f0"]["Name"] = [[Sprint]];
  2779.  
  2780.  
  2781. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch
  2782. G2L["f1"] = Instance.new("TextButton", G2L["43"]);
  2783. G2L["f1"]["TextWrapped"] = true;
  2784. G2L["f1"]["LineHeight"] = 1.1;
  2785. G2L["f1"]["BorderSizePixel"] = 0;
  2786. G2L["f1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2787. G2L["f1"]["TextSize"] = 35;
  2788. G2L["f1"]["TextColor3"] = Color3.fromRGB(86, 0, 128);
  2789. G2L["f1"]["TextScaled"] = true;
  2790. G2L["f1"]["BackgroundColor3"] = Color3.fromRGB(86, 0, 128);
  2791. G2L["f1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2792. G2L["f1"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2793. G2L["f1"]["Size"] = UDim2.new(1, 0, 0, 32);
  2794. G2L["f1"]["BackgroundTransparency"] = 0.9;
  2795. G2L["f1"]["LayoutOrder"] = -92;
  2796. G2L["f1"]["Name"] = [[Glitch]];
  2797. G2L["f1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2798. G2L["f1"]["Text"] = [[Glitch]];
  2799.  
  2800.  
  2801. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UICorner
  2802. G2L["f2"] = Instance.new("UICorner", G2L["f1"]);
  2803. G2L["f2"]["CornerRadius"] = UDim.new(1, 0);
  2804.  
  2805.  
  2806. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UIPadding
  2807. G2L["f3"] = Instance.new("UIPadding", G2L["f1"]);
  2808. G2L["f3"]["PaddingRight"] = UDim.new(0.02, 6);
  2809. G2L["f3"]["PaddingLeft"] = UDim.new(0.02, 6);
  2810.  
  2811.  
  2812. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.UIStroke
  2813. G2L["f4"] = Instance.new("UIStroke", G2L["f1"]);
  2814. G2L["f4"]["Enabled"] = false;
  2815. G2L["f4"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2816. G2L["f4"]["Thickness"] = 3;
  2817. G2L["f4"]["Color"] = Color3.fromRGB(86, 0, 128);
  2818.  
  2819.  
  2820. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info
  2821. G2L["f5"] = Instance.new("Frame", G2L["f1"]);
  2822. G2L["f5"]["BorderSizePixel"] = 0;
  2823. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2824. G2L["f5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2825. G2L["f5"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2826. G2L["f5"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2827. G2L["f5"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2828. G2L["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2829. G2L["f5"]["Name"] = [[Info]];
  2830. G2L["f5"]["BackgroundTransparency"] = 1;
  2831.  
  2832.  
  2833. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.UIListLayout
  2834. G2L["f6"] = Instance.new("UIListLayout", G2L["f5"]);
  2835. G2L["f6"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2836. G2L["f6"]["Padding"] = UDim.new(0.01, 0);
  2837. G2L["f6"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2838. G2L["f6"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2839. G2L["f6"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2840.  
  2841.  
  2842. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.NoRevive
  2843. G2L["f7"] = Instance.new("ImageLabel", G2L["f5"]);
  2844. G2L["f7"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2845. G2L["f7"]["ZIndex"] = 8;
  2846. G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2847. G2L["f7"]["ScaleType"] = Enum.ScaleType.Fit;
  2848. G2L["f7"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2849. G2L["f7"]["Image"] = [[rbxassetid://116165443812933]];
  2850. G2L["f7"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2851. G2L["f7"]["Visible"] = false;
  2852. G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2853. G2L["f7"]["BackgroundTransparency"] = 1;
  2854. G2L["f7"]["LayoutOrder"] = 1;
  2855. G2L["f7"]["Name"] = [[NoRevive]];
  2856.  
  2857.  
  2858. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.New
  2859. G2L["f8"] = Instance.new("ImageLabel", G2L["f5"]);
  2860. G2L["f8"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2861. G2L["f8"]["ZIndex"] = 8;
  2862. G2L["f8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2863. G2L["f8"]["ScaleType"] = Enum.ScaleType.Fit;
  2864. G2L["f8"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2865. G2L["f8"]["Image"] = [[rbxassetid://92782478969567]];
  2866. G2L["f8"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2867. G2L["f8"]["Visible"] = false;
  2868. G2L["f8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2869. G2L["f8"]["BackgroundTransparency"] = 1;
  2870. G2L["f8"]["LayoutOrder"] = 3;
  2871. G2L["f8"]["Name"] = [[New]];
  2872.  
  2873.  
  2874. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Glitch.Info.Sprint
  2875. G2L["f9"] = Instance.new("ImageLabel", G2L["f5"]);
  2876. G2L["f9"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2877. G2L["f9"]["ZIndex"] = 8;
  2878. G2L["f9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2879. G2L["f9"]["ScaleType"] = Enum.ScaleType.Fit;
  2880. G2L["f9"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2881. G2L["f9"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2882. G2L["f9"]["Image"] = [[rbxassetid://80639010689297]];
  2883. G2L["f9"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2884. G2L["f9"]["Visible"] = false;
  2885. G2L["f9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2886. G2L["f9"]["BackgroundTransparency"] = 1;
  2887. G2L["f9"]["LayoutOrder"] = 1;
  2888. G2L["f9"]["Name"] = [[Sprint]];
  2889.  
  2890.  
  2891. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad
  2892. G2L["fa"] = Instance.new("TextButton", G2L["43"]);
  2893. G2L["fa"]["TextWrapped"] = true;
  2894. G2L["fa"]["LineHeight"] = 1.1;
  2895. G2L["fa"]["BorderSizePixel"] = 0;
  2896. G2L["fa"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  2897. G2L["fa"]["AutoButtonColor"] = false;
  2898. G2L["fa"]["TextSize"] = 35;
  2899. G2L["fa"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  2900. G2L["fa"]["TextScaled"] = true;
  2901. G2L["fa"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  2902. G2L["fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2903. G2L["fa"]["AnchorPoint"] = Vector2.new(0.5, 0);
  2904. G2L["fa"]["Size"] = UDim2.new(1, 0, 0, 32);
  2905. G2L["fa"]["BackgroundTransparency"] = 0.9;
  2906. G2L["fa"]["LayoutOrder"] = -97;
  2907. G2L["fa"]["Name"] = [[HardcoreBad]];
  2908. G2L["fa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2909. G2L["fa"]["Text"] = [[Hell]];
  2910.  
  2911.  
  2912. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UICorner
  2913. G2L["fb"] = Instance.new("UICorner", G2L["fa"]);
  2914. G2L["fb"]["CornerRadius"] = UDim.new(1, 0);
  2915.  
  2916.  
  2917. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIPadding
  2918. G2L["fc"] = Instance.new("UIPadding", G2L["fa"]);
  2919. G2L["fc"]["PaddingRight"] = UDim.new(0.02, 6);
  2920. G2L["fc"]["PaddingLeft"] = UDim.new(0.02, 6);
  2921.  
  2922.  
  2923. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIStroke
  2924. G2L["fd"] = Instance.new("UIStroke", G2L["fa"]);
  2925. G2L["fd"]["Enabled"] = false;
  2926. G2L["fd"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2927. G2L["fd"]["Thickness"] = 3;
  2928. G2L["fd"]["Color"] = Color3.fromRGB(255, 0, 0);
  2929.  
  2930.  
  2931. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info
  2932. G2L["fe"] = Instance.new("Frame", G2L["fa"]);
  2933. G2L["fe"]["BorderSizePixel"] = 0;
  2934. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  2935. G2L["fe"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2936. G2L["fe"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2937. G2L["fe"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  2938. G2L["fe"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  2939. G2L["fe"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2940. G2L["fe"]["Name"] = [[Info]];
  2941. G2L["fe"]["BackgroundTransparency"] = 1;
  2942.  
  2943.  
  2944. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.UIListLayout
  2945. G2L["ff"] = Instance.new("UIListLayout", G2L["fe"]);
  2946. G2L["ff"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  2947. G2L["ff"]["Padding"] = UDim.new(0.01, 0);
  2948. G2L["ff"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2949. G2L["ff"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2950. G2L["ff"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2951.  
  2952.  
  2953. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.NoRevive
  2954. G2L["100"] = Instance.new("ImageLabel", G2L["fe"]);
  2955. G2L["100"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2956. G2L["100"]["ZIndex"] = 8;
  2957. G2L["100"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2958. G2L["100"]["ScaleType"] = Enum.ScaleType.Fit;
  2959. G2L["100"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2960. G2L["100"]["Image"] = [[rbxassetid://116165443812933]];
  2961. G2L["100"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2962. G2L["100"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2963. G2L["100"]["BackgroundTransparency"] = 1;
  2964. G2L["100"]["LayoutOrder"] = 1;
  2965. G2L["100"]["Name"] = [[NoRevive]];
  2966.  
  2967.  
  2968. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.New
  2969. G2L["101"] = Instance.new("ImageLabel", G2L["fe"]);
  2970. G2L["101"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2971. G2L["101"]["ZIndex"] = 8;
  2972. G2L["101"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2973. G2L["101"]["ScaleType"] = Enum.ScaleType.Fit;
  2974. G2L["101"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2975. G2L["101"]["Image"] = [[rbxassetid://92782478969567]];
  2976. G2L["101"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2977. G2L["101"]["Visible"] = false;
  2978. G2L["101"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2979. G2L["101"]["BackgroundTransparency"] = 1;
  2980. G2L["101"]["LayoutOrder"] = 3;
  2981. G2L["101"]["Name"] = [[New]];
  2982.  
  2983.  
  2984. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.Sprint
  2985. G2L["102"] = Instance.new("ImageLabel", G2L["fe"]);
  2986. G2L["102"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  2987. G2L["102"]["ZIndex"] = 8;
  2988. G2L["102"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2989. G2L["102"]["ScaleType"] = Enum.ScaleType.Fit;
  2990. G2L["102"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  2991. G2L["102"]["AnchorPoint"] = Vector2.new(1, 0.5);
  2992. G2L["102"]["Image"] = [[rbxassetid://80639010689297]];
  2993. G2L["102"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  2994. G2L["102"]["Visible"] = false;
  2995. G2L["102"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2996. G2L["102"]["BackgroundTransparency"] = 1;
  2997. G2L["102"]["LayoutOrder"] = 1;
  2998. G2L["102"]["Name"] = [[Sprint]];
  2999.  
  3000.  
  3001. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard
  3002. G2L["103"] = Instance.new("TextButton", G2L["43"]);
  3003. G2L["103"]["TextWrapped"] = true;
  3004. G2L["103"]["LineHeight"] = 1.1;
  3005. G2L["103"]["BorderSizePixel"] = 0;
  3006. G2L["103"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3007. G2L["103"]["TextSize"] = 35;
  3008. G2L["103"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  3009. G2L["103"]["TextScaled"] = true;
  3010. G2L["103"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  3011. G2L["103"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3012. G2L["103"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3013. G2L["103"]["Size"] = UDim2.new(1, 0, 0, 32);
  3014. G2L["103"]["BackgroundTransparency"] = 0.9;
  3015. G2L["103"]["LayoutOrder"] = 9;
  3016. G2L["103"]["Name"] = [[Hard]];
  3017. G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3018. G2L["103"]["Text"] = [[Hard]];
  3019. G2L["103"]["Position"] = UDim2.new(0.5, 0, 0.64779, 0);
  3020.  
  3021.  
  3022. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UICorner
  3023. G2L["104"] = Instance.new("UICorner", G2L["103"]);
  3024. G2L["104"]["CornerRadius"] = UDim.new(1, 0);
  3025.  
  3026.  
  3027. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UIPadding
  3028. G2L["105"] = Instance.new("UIPadding", G2L["103"]);
  3029. G2L["105"]["PaddingRight"] = UDim.new(0.02, 6);
  3030. G2L["105"]["PaddingLeft"] = UDim.new(0.02, 6);
  3031.  
  3032.  
  3033. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.UIStroke
  3034. G2L["106"] = Instance.new("UIStroke", G2L["103"]);
  3035. G2L["106"]["Enabled"] = false;
  3036. G2L["106"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3037. G2L["106"]["Thickness"] = 3;
  3038. G2L["106"]["Color"] = Color3.fromRGB(255, 0, 0);
  3039.  
  3040.  
  3041. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info
  3042. G2L["107"] = Instance.new("Frame", G2L["103"]);
  3043. G2L["107"]["BorderSizePixel"] = 0;
  3044. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3045. G2L["107"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3046. G2L["107"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3047. G2L["107"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3048. G2L["107"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3049. G2L["107"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3050. G2L["107"]["Name"] = [[Info]];
  3051. G2L["107"]["BackgroundTransparency"] = 1;
  3052.  
  3053.  
  3054. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.UIListLayout
  3055. G2L["108"] = Instance.new("UIListLayout", G2L["107"]);
  3056. G2L["108"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3057. G2L["108"]["Padding"] = UDim.new(0.01, 0);
  3058. G2L["108"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3059. G2L["108"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3060. G2L["108"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3061.  
  3062.  
  3063. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.NoRevive
  3064. G2L["109"] = Instance.new("ImageLabel", G2L["107"]);
  3065. G2L["109"]["Interactable"] = false;
  3066. G2L["109"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3067. G2L["109"]["ZIndex"] = 8;
  3068. G2L["109"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3069. G2L["109"]["ScaleType"] = Enum.ScaleType.Fit;
  3070. G2L["109"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3071. G2L["109"]["Image"] = [[rbxassetid://116165443812933]];
  3072. G2L["109"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3073. G2L["109"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3074. G2L["109"]["BackgroundTransparency"] = 1;
  3075. G2L["109"]["LayoutOrder"] = 1;
  3076. G2L["109"]["Name"] = [[NoRevive]];
  3077.  
  3078.  
  3079. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.New
  3080. G2L["10a"] = Instance.new("ImageLabel", G2L["107"]);
  3081. G2L["10a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3082. G2L["10a"]["ZIndex"] = 8;
  3083. G2L["10a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3084. G2L["10a"]["ScaleType"] = Enum.ScaleType.Fit;
  3085. G2L["10a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3086. G2L["10a"]["Image"] = [[rbxassetid://92782478969567]];
  3087. G2L["10a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3088. G2L["10a"]["Visible"] = false;
  3089. G2L["10a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3090. G2L["10a"]["BackgroundTransparency"] = 1;
  3091. G2L["10a"]["LayoutOrder"] = 3;
  3092. G2L["10a"]["Name"] = [[New]];
  3093.  
  3094.  
  3095. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hard.Info.Sprint
  3096. G2L["10b"] = Instance.new("ImageLabel", G2L["107"]);
  3097. G2L["10b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3098. G2L["10b"]["ZIndex"] = 8;
  3099. G2L["10b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3100. G2L["10b"]["ScaleType"] = Enum.ScaleType.Fit;
  3101. G2L["10b"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3102. G2L["10b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3103. G2L["10b"]["Image"] = [[rbxassetid://80639010689297]];
  3104. G2L["10b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3105. G2L["10b"]["Visible"] = false;
  3106. G2L["10b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3107. G2L["10b"]["BackgroundTransparency"] = 1;
  3108. G2L["10b"]["LayoutOrder"] = 1;
  3109. G2L["10b"]["Name"] = [[Sprint]];
  3110.  
  3111.  
  3112. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake
  3113. G2L["10c"] = Instance.new("TextButton", G2L["43"]);
  3114. G2L["10c"]["TextWrapped"] = true;
  3115. G2L["10c"]["LineHeight"] = 1.1;
  3116. G2L["10c"]["BorderSizePixel"] = 0;
  3117. G2L["10c"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3118. G2L["10c"]["AutoButtonColor"] = false;
  3119. G2L["10c"]["TextSize"] = 35;
  3120. G2L["10c"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  3121. G2L["10c"]["TextScaled"] = true;
  3122. G2L["10c"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  3123. G2L["10c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3124. G2L["10c"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3125. G2L["10c"]["Size"] = UDim2.new(1, 0, 0, 32);
  3126. G2L["10c"]["BackgroundTransparency"] = 0.9;
  3127. G2L["10c"]["LayoutOrder"] = -99;
  3128. G2L["10c"]["Name"] = [[HardcoreRemake]];
  3129. G2L["10c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3130. G2L["10c"]["Text"] = [[Hardcore(Remake)]];
  3131.  
  3132.  
  3133. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UICorner
  3134. G2L["10d"] = Instance.new("UICorner", G2L["10c"]);
  3135. G2L["10d"]["CornerRadius"] = UDim.new(1, 0);
  3136.  
  3137.  
  3138. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UIPadding
  3139. G2L["10e"] = Instance.new("UIPadding", G2L["10c"]);
  3140. G2L["10e"]["PaddingRight"] = UDim.new(0.02, 6);
  3141. G2L["10e"]["PaddingLeft"] = UDim.new(0.02, 6);
  3142.  
  3143.  
  3144. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.UIStroke
  3145. G2L["10f"] = Instance.new("UIStroke", G2L["10c"]);
  3146. G2L["10f"]["Enabled"] = false;
  3147. G2L["10f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3148. G2L["10f"]["Thickness"] = 3;
  3149. G2L["10f"]["Color"] = Color3.fromRGB(255, 0, 0);
  3150.  
  3151.  
  3152. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info
  3153. G2L["110"] = Instance.new("Frame", G2L["10c"]);
  3154. G2L["110"]["BorderSizePixel"] = 0;
  3155. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3156. G2L["110"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3157. G2L["110"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3158. G2L["110"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3159. G2L["110"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3160. G2L["110"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3161. G2L["110"]["Name"] = [[Info]];
  3162. G2L["110"]["BackgroundTransparency"] = 1;
  3163.  
  3164.  
  3165. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.UIListLayout
  3166. G2L["111"] = Instance.new("UIListLayout", G2L["110"]);
  3167. G2L["111"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3168. G2L["111"]["Padding"] = UDim.new(0.01, 0);
  3169. G2L["111"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3170. G2L["111"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3171. G2L["111"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3172.  
  3173.  
  3174. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.NoRevive
  3175. G2L["112"] = Instance.new("ImageLabel", G2L["110"]);
  3176. G2L["112"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3177. G2L["112"]["ZIndex"] = 8;
  3178. G2L["112"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3179. G2L["112"]["ScaleType"] = Enum.ScaleType.Fit;
  3180. G2L["112"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3181. G2L["112"]["Image"] = [[rbxassetid://116165443812933]];
  3182. G2L["112"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3183. G2L["112"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3184. G2L["112"]["BackgroundTransparency"] = 1;
  3185. G2L["112"]["LayoutOrder"] = 1;
  3186. G2L["112"]["Name"] = [[NoRevive]];
  3187.  
  3188.  
  3189. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.New
  3190. G2L["113"] = Instance.new("ImageLabel", G2L["110"]);
  3191. G2L["113"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3192. G2L["113"]["ZIndex"] = 8;
  3193. G2L["113"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3194. G2L["113"]["ScaleType"] = Enum.ScaleType.Fit;
  3195. G2L["113"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3196. G2L["113"]["Image"] = [[rbxassetid://92782478969567]];
  3197. G2L["113"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3198. G2L["113"]["Visible"] = false;
  3199. G2L["113"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3200. G2L["113"]["BackgroundTransparency"] = 1;
  3201. G2L["113"]["LayoutOrder"] = 3;
  3202. G2L["113"]["Name"] = [[New]];
  3203.  
  3204.  
  3205. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreRemake.Info.Sprint
  3206. G2L["114"] = Instance.new("ImageLabel", G2L["110"]);
  3207. G2L["114"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3208. G2L["114"]["ZIndex"] = 8;
  3209. G2L["114"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3210. G2L["114"]["ScaleType"] = Enum.ScaleType.Fit;
  3211. G2L["114"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3212. G2L["114"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3213. G2L["114"]["Image"] = [[rbxassetid://80639010689297]];
  3214. G2L["114"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3215. G2L["114"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3216. G2L["114"]["BackgroundTransparency"] = 1;
  3217. G2L["114"]["LayoutOrder"] = 1;
  3218. G2L["114"]["Name"] = [[Sprint]];
  3219.  
  3220.  
  3221. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad
  3222. G2L["115"] = Instance.new("TextButton", G2L["43"]);
  3223. G2L["115"]["TextWrapped"] = true;
  3224. G2L["115"]["LineHeight"] = 1.1;
  3225. G2L["115"]["BorderSizePixel"] = 0;
  3226. G2L["115"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3227. G2L["115"]["AutoButtonColor"] = false;
  3228. G2L["115"]["TextSize"] = 35;
  3229. G2L["115"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  3230. G2L["115"]["TextScaled"] = true;
  3231. G2L["115"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  3232. G2L["115"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3233. G2L["115"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3234. G2L["115"]["Size"] = UDim2.new(1, 0, 0, 32);
  3235. G2L["115"]["BackgroundTransparency"] = 0.9;
  3236. G2L["115"]["LayoutOrder"] = -98;
  3237. G2L["115"]["Name"] = [[HardcoreBad]];
  3238. G2L["115"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3239. G2L["115"]["Text"] = [[Hardcore But Bad]];
  3240.  
  3241.  
  3242. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UICorner
  3243. G2L["116"] = Instance.new("UICorner", G2L["115"]);
  3244. G2L["116"]["CornerRadius"] = UDim.new(1, 0);
  3245.  
  3246.  
  3247. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIPadding
  3248. G2L["117"] = Instance.new("UIPadding", G2L["115"]);
  3249. G2L["117"]["PaddingRight"] = UDim.new(0.02, 6);
  3250. G2L["117"]["PaddingLeft"] = UDim.new(0.02, 6);
  3251.  
  3252.  
  3253. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.UIStroke
  3254. G2L["118"] = Instance.new("UIStroke", G2L["115"]);
  3255. G2L["118"]["Enabled"] = false;
  3256. G2L["118"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3257. G2L["118"]["Thickness"] = 3;
  3258. G2L["118"]["Color"] = Color3.fromRGB(255, 0, 0);
  3259.  
  3260.  
  3261. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info
  3262. G2L["119"] = Instance.new("Frame", G2L["115"]);
  3263. G2L["119"]["BorderSizePixel"] = 0;
  3264. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3265. G2L["119"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3266. G2L["119"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3267. G2L["119"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3268. G2L["119"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3269. G2L["119"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3270. G2L["119"]["Name"] = [[Info]];
  3271. G2L["119"]["BackgroundTransparency"] = 1;
  3272.  
  3273.  
  3274. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.UIListLayout
  3275. G2L["11a"] = Instance.new("UIListLayout", G2L["119"]);
  3276. G2L["11a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3277. G2L["11a"]["Padding"] = UDim.new(0.01, 0);
  3278. G2L["11a"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3279. G2L["11a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3280. G2L["11a"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3281.  
  3282.  
  3283. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.NoRevive
  3284. G2L["11b"] = Instance.new("ImageLabel", G2L["119"]);
  3285. G2L["11b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3286. G2L["11b"]["ZIndex"] = 8;
  3287. G2L["11b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3288. G2L["11b"]["ScaleType"] = Enum.ScaleType.Fit;
  3289. G2L["11b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3290. G2L["11b"]["Image"] = [[rbxassetid://116165443812933]];
  3291. G2L["11b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3292. G2L["11b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3293. G2L["11b"]["BackgroundTransparency"] = 1;
  3294. G2L["11b"]["LayoutOrder"] = 1;
  3295. G2L["11b"]["Name"] = [[NoRevive]];
  3296.  
  3297.  
  3298. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.New
  3299. G2L["11c"] = Instance.new("ImageLabel", G2L["119"]);
  3300. G2L["11c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3301. G2L["11c"]["ZIndex"] = 8;
  3302. G2L["11c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3303. G2L["11c"]["ScaleType"] = Enum.ScaleType.Fit;
  3304. G2L["11c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3305. G2L["11c"]["Image"] = [[rbxassetid://92782478969567]];
  3306. G2L["11c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3307. G2L["11c"]["Visible"] = false;
  3308. G2L["11c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3309. G2L["11c"]["BackgroundTransparency"] = 1;
  3310. G2L["11c"]["LayoutOrder"] = 3;
  3311. G2L["11c"]["Name"] = [[New]];
  3312.  
  3313.  
  3314. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.HardcoreBad.Info.Sprint
  3315. G2L["11d"] = Instance.new("ImageLabel", G2L["119"]);
  3316. G2L["11d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3317. G2L["11d"]["ZIndex"] = 8;
  3318. G2L["11d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3319. G2L["11d"]["ScaleType"] = Enum.ScaleType.Fit;
  3320. G2L["11d"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3321. G2L["11d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3322. G2L["11d"]["Image"] = [[rbxassetid://80639010689297]];
  3323. G2L["11d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3324. G2L["11d"]["Visible"] = false;
  3325. G2L["11d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3326. G2L["11d"]["BackgroundTransparency"] = 1;
  3327. G2L["11d"]["LayoutOrder"] = 1;
  3328. G2L["11d"]["Name"] = [[Sprint]];
  3329.  
  3330.  
  3331. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy
  3332. G2L["11e"] = Instance.new("TextButton", G2L["43"]);
  3333. G2L["11e"]["TextWrapped"] = true;
  3334. G2L["11e"]["LineHeight"] = 1.1;
  3335. G2L["11e"]["BorderSizePixel"] = 0;
  3336. G2L["11e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3337. G2L["11e"]["TextSize"] = 35;
  3338. G2L["11e"]["TextColor3"] = Color3.fromRGB(255, 255, 128);
  3339. G2L["11e"]["TextScaled"] = true;
  3340. G2L["11e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 128);
  3341. G2L["11e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3342. G2L["11e"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3343. G2L["11e"]["Size"] = UDim2.new(1, 0, 0, 32);
  3344. G2L["11e"]["BackgroundTransparency"] = 0.9;
  3345. G2L["11e"]["LayoutOrder"] = 8;
  3346. G2L["11e"]["Name"] = [[Hazy]];
  3347. G2L["11e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3348. G2L["11e"]["Text"] = [[Hazy]];
  3349. G2L["11e"]["Position"] = UDim2.new(0.49776, 0, 0.45256, 0);
  3350.  
  3351.  
  3352. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UICorner
  3353. G2L["11f"] = Instance.new("UICorner", G2L["11e"]);
  3354. G2L["11f"]["CornerRadius"] = UDim.new(1, 0);
  3355.  
  3356.  
  3357. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UIPadding
  3358. G2L["120"] = Instance.new("UIPadding", G2L["11e"]);
  3359. G2L["120"]["PaddingRight"] = UDim.new(0.02, 6);
  3360. G2L["120"]["PaddingLeft"] = UDim.new(0.02, 6);
  3361.  
  3362.  
  3363. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.UIStroke
  3364. G2L["121"] = Instance.new("UIStroke", G2L["11e"]);
  3365. G2L["121"]["Enabled"] = false;
  3366. G2L["121"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3367. G2L["121"]["Thickness"] = 3;
  3368. G2L["121"]["Color"] = Color3.fromRGB(255, 255, 128);
  3369.  
  3370.  
  3371. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info
  3372. G2L["122"] = Instance.new("Frame", G2L["11e"]);
  3373. G2L["122"]["BorderSizePixel"] = 0;
  3374. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3375. G2L["122"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3376. G2L["122"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3377. G2L["122"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3378. G2L["122"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3379. G2L["122"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3380. G2L["122"]["Name"] = [[Info]];
  3381. G2L["122"]["BackgroundTransparency"] = 1;
  3382.  
  3383.  
  3384. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.UIListLayout
  3385. G2L["123"] = Instance.new("UIListLayout", G2L["122"]);
  3386. G2L["123"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3387. G2L["123"]["Padding"] = UDim.new(0.01, 0);
  3388. G2L["123"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3389. G2L["123"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3390. G2L["123"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3391.  
  3392.  
  3393. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.NoRevive
  3394. G2L["124"] = Instance.new("ImageLabel", G2L["122"]);
  3395. G2L["124"]["Interactable"] = false;
  3396. G2L["124"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3397. G2L["124"]["ZIndex"] = 8;
  3398. G2L["124"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3399. G2L["124"]["ScaleType"] = Enum.ScaleType.Fit;
  3400. G2L["124"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3401. G2L["124"]["Image"] = [[rbxassetid://116165443812933]];
  3402. G2L["124"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3403. G2L["124"]["Visible"] = false;
  3404. G2L["124"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3405. G2L["124"]["BackgroundTransparency"] = 1;
  3406. G2L["124"]["LayoutOrder"] = 1;
  3407. G2L["124"]["Name"] = [[NoRevive]];
  3408.  
  3409.  
  3410. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.New
  3411. G2L["125"] = Instance.new("ImageLabel", G2L["122"]);
  3412. G2L["125"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3413. G2L["125"]["ZIndex"] = 8;
  3414. G2L["125"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3415. G2L["125"]["ScaleType"] = Enum.ScaleType.Fit;
  3416. G2L["125"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3417. G2L["125"]["Image"] = [[rbxassetid://92782478969567]];
  3418. G2L["125"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3419. G2L["125"]["Visible"] = false;
  3420. G2L["125"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3421. G2L["125"]["BackgroundTransparency"] = 1;
  3422. G2L["125"]["LayoutOrder"] = 3;
  3423. G2L["125"]["Name"] = [[New]];
  3424.  
  3425.  
  3426. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hazy.Info.Sprint
  3427. G2L["126"] = Instance.new("ImageLabel", G2L["122"]);
  3428. G2L["126"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3429. G2L["126"]["ZIndex"] = 8;
  3430. G2L["126"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3431. G2L["126"]["ScaleType"] = Enum.ScaleType.Fit;
  3432. G2L["126"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3433. G2L["126"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3434. G2L["126"]["Image"] = [[rbxassetid://80639010689297]];
  3435. G2L["126"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3436. G2L["126"]["Visible"] = false;
  3437. G2L["126"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3438. G2L["126"]["BackgroundTransparency"] = 1;
  3439. G2L["126"]["LayoutOrder"] = 1;
  3440. G2L["126"]["Name"] = [[Sprint]];
  3441.  
  3442.  
  3443. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor
  3444. G2L["127"] = Instance.new("TextButton", G2L["43"]);
  3445. G2L["127"]["TextWrapped"] = true;
  3446. G2L["127"]["LineHeight"] = 1.1;
  3447. G2L["127"]["BorderSizePixel"] = 0;
  3448. G2L["127"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3449. G2L["127"]["TextSize"] = 35;
  3450. G2L["127"]["TextColor3"] = Color3.fromRGB(113, 0, 169);
  3451. G2L["127"]["TextScaled"] = true;
  3452. G2L["127"]["BackgroundColor3"] = Color3.fromRGB(113, 0, 169);
  3453. G2L["127"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3454. G2L["127"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3455. G2L["127"]["Size"] = UDim2.new(1, 0, 0, 32);
  3456. G2L["127"]["BackgroundTransparency"] = 0.9;
  3457. G2L["127"]["LayoutOrder"] = 10;
  3458. G2L["127"]["Name"] = [[Hamor]];
  3459. G2L["127"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3460. G2L["127"]["Text"] = [[Hamor]];
  3461.  
  3462.  
  3463. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UICorner
  3464. G2L["128"] = Instance.new("UICorner", G2L["127"]);
  3465. G2L["128"]["CornerRadius"] = UDim.new(1, 0);
  3466.  
  3467.  
  3468. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UIPadding
  3469. G2L["129"] = Instance.new("UIPadding", G2L["127"]);
  3470. G2L["129"]["PaddingRight"] = UDim.new(0.02, 6);
  3471. G2L["129"]["PaddingLeft"] = UDim.new(0.02, 6);
  3472.  
  3473.  
  3474. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.UIStroke
  3475. G2L["12a"] = Instance.new("UIStroke", G2L["127"]);
  3476. G2L["12a"]["Enabled"] = false;
  3477. G2L["12a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3478. G2L["12a"]["Thickness"] = 3;
  3479. G2L["12a"]["Color"] = Color3.fromRGB(113, 0, 169);
  3480.  
  3481.  
  3482. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info
  3483. G2L["12b"] = Instance.new("Frame", G2L["127"]);
  3484. G2L["12b"]["BorderSizePixel"] = 0;
  3485. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3486. G2L["12b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3487. G2L["12b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3488. G2L["12b"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3489. G2L["12b"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3490. G2L["12b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3491. G2L["12b"]["Name"] = [[Info]];
  3492. G2L["12b"]["BackgroundTransparency"] = 1;
  3493.  
  3494.  
  3495. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.UIListLayout
  3496. G2L["12c"] = Instance.new("UIListLayout", G2L["12b"]);
  3497. G2L["12c"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3498. G2L["12c"]["Padding"] = UDim.new(0.01, 0);
  3499. G2L["12c"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3500. G2L["12c"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3501. G2L["12c"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3502.  
  3503.  
  3504. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.NoRevive
  3505. G2L["12d"] = Instance.new("ImageLabel", G2L["12b"]);
  3506. G2L["12d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3507. G2L["12d"]["ZIndex"] = 8;
  3508. G2L["12d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3509. G2L["12d"]["ScaleType"] = Enum.ScaleType.Fit;
  3510. G2L["12d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3511. G2L["12d"]["Image"] = [[rbxassetid://116165443812933]];
  3512. G2L["12d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3513. G2L["12d"]["Visible"] = false;
  3514. G2L["12d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3515. G2L["12d"]["BackgroundTransparency"] = 1;
  3516. G2L["12d"]["LayoutOrder"] = 1;
  3517. G2L["12d"]["Name"] = [[NoRevive]];
  3518.  
  3519.  
  3520. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.New
  3521. G2L["12e"] = Instance.new("ImageLabel", G2L["12b"]);
  3522. G2L["12e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3523. G2L["12e"]["ZIndex"] = 8;
  3524. G2L["12e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3525. G2L["12e"]["ScaleType"] = Enum.ScaleType.Fit;
  3526. G2L["12e"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3527. G2L["12e"]["Image"] = [[rbxassetid://92782478969567]];
  3528. G2L["12e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3529. G2L["12e"]["Visible"] = false;
  3530. G2L["12e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3531. G2L["12e"]["BackgroundTransparency"] = 1;
  3532. G2L["12e"]["LayoutOrder"] = 3;
  3533. G2L["12e"]["Name"] = [[New]];
  3534.  
  3535.  
  3536. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hamor.Info.Sprint
  3537. G2L["12f"] = Instance.new("ImageLabel", G2L["12b"]);
  3538. G2L["12f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3539. G2L["12f"]["ZIndex"] = 8;
  3540. G2L["12f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3541. G2L["12f"]["ScaleType"] = Enum.ScaleType.Fit;
  3542. G2L["12f"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3543. G2L["12f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3544. G2L["12f"]["Image"] = [[rbxassetid://80639010689297]];
  3545. G2L["12f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3546. G2L["12f"]["Visible"] = false;
  3547. G2L["12f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3548. G2L["12f"]["BackgroundTransparency"] = 1;
  3549. G2L["12f"]["LayoutOrder"] = 1;
  3550. G2L["12f"]["Name"] = [[Sprint]];
  3551.  
  3552.  
  3553. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive
  3554. G2L["130"] = Instance.new("TextButton", G2L["43"]);
  3555. G2L["130"]["TextWrapped"] = true;
  3556. G2L["130"]["LineHeight"] = 1.1;
  3557. G2L["130"]["BorderSizePixel"] = 0;
  3558. G2L["130"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3559. G2L["130"]["TextSize"] = 35;
  3560. G2L["130"]["TextColor3"] = Color3.fromRGB(0, 86, 0);
  3561. G2L["130"]["TextScaled"] = true;
  3562. G2L["130"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 0);
  3563. G2L["130"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3564. G2L["130"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3565. G2L["130"]["Size"] = UDim2.new(1, 0, 0, 32);
  3566. G2L["130"]["BackgroundTransparency"] = 0.9;
  3567. G2L["130"]["LayoutOrder"] = -89;
  3568. G2L["130"]["Name"] = [[Immersive]];
  3569. G2L["130"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3570. G2L["130"]["Text"] = [[Immersive]];
  3571.  
  3572.  
  3573. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UICorner
  3574. G2L["131"] = Instance.new("UICorner", G2L["130"]);
  3575. G2L["131"]["CornerRadius"] = UDim.new(1, 0);
  3576.  
  3577.  
  3578. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UIPadding
  3579. G2L["132"] = Instance.new("UIPadding", G2L["130"]);
  3580. G2L["132"]["PaddingRight"] = UDim.new(0.02, 6);
  3581. G2L["132"]["PaddingLeft"] = UDim.new(0.02, 6);
  3582.  
  3583.  
  3584. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.UIStroke
  3585. G2L["133"] = Instance.new("UIStroke", G2L["130"]);
  3586. G2L["133"]["Enabled"] = false;
  3587. G2L["133"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3588. G2L["133"]["Thickness"] = 3;
  3589. G2L["133"]["Color"] = Color3.fromRGB(0, 86, 0);
  3590.  
  3591.  
  3592. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info
  3593. G2L["134"] = Instance.new("Frame", G2L["130"]);
  3594. G2L["134"]["BorderSizePixel"] = 0;
  3595. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3596. G2L["134"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3597. G2L["134"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3598. G2L["134"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3599. G2L["134"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3600. G2L["134"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3601. G2L["134"]["Name"] = [[Info]];
  3602. G2L["134"]["BackgroundTransparency"] = 1;
  3603.  
  3604.  
  3605. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.UIListLayout
  3606. G2L["135"] = Instance.new("UIListLayout", G2L["134"]);
  3607. G2L["135"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3608. G2L["135"]["Padding"] = UDim.new(0.01, 0);
  3609. G2L["135"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3610. G2L["135"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3611. G2L["135"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3612.  
  3613.  
  3614. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.NoRevive
  3615. G2L["136"] = Instance.new("ImageLabel", G2L["134"]);
  3616. G2L["136"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3617. G2L["136"]["ZIndex"] = 8;
  3618. G2L["136"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3619. G2L["136"]["ScaleType"] = Enum.ScaleType.Fit;
  3620. G2L["136"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3621. G2L["136"]["Image"] = [[rbxassetid://116165443812933]];
  3622. G2L["136"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3623. G2L["136"]["Visible"] = false;
  3624. G2L["136"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3625. G2L["136"]["BackgroundTransparency"] = 1;
  3626. G2L["136"]["LayoutOrder"] = 1;
  3627. G2L["136"]["Name"] = [[NoRevive]];
  3628.  
  3629.  
  3630. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.New
  3631. G2L["137"] = Instance.new("ImageLabel", G2L["134"]);
  3632. G2L["137"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3633. G2L["137"]["ZIndex"] = 8;
  3634. G2L["137"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3635. G2L["137"]["ScaleType"] = Enum.ScaleType.Fit;
  3636. G2L["137"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3637. G2L["137"]["Image"] = [[rbxassetid://92782478969567]];
  3638. G2L["137"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3639. G2L["137"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3640. G2L["137"]["BackgroundTransparency"] = 1;
  3641. G2L["137"]["LayoutOrder"] = 3;
  3642. G2L["137"]["Name"] = [[New]];
  3643.  
  3644.  
  3645. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Immersive.Info.Sprint
  3646. G2L["138"] = Instance.new("ImageLabel", G2L["134"]);
  3647. G2L["138"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3648. G2L["138"]["ZIndex"] = 8;
  3649. G2L["138"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3650. G2L["138"]["ScaleType"] = Enum.ScaleType.Fit;
  3651. G2L["138"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3652. G2L["138"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3653. G2L["138"]["Image"] = [[rbxassetid://80639010689297]];
  3654. G2L["138"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3655. G2L["138"]["Visible"] = false;
  3656. G2L["138"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3657. G2L["138"]["BackgroundTransparency"] = 1;
  3658. G2L["138"]["LayoutOrder"] = 1;
  3659. G2L["138"]["Name"] = [[Sprint]];
  3660.  
  3661.  
  3662. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable
  3663. G2L["139"] = Instance.new("TextButton", G2L["43"]);
  3664. G2L["139"]["TextWrapped"] = true;
  3665. G2L["139"]["LineHeight"] = 1.1;
  3666. G2L["139"]["BorderSizePixel"] = 0;
  3667. G2L["139"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3668. G2L["139"]["TextSize"] = 35;
  3669. G2L["139"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3670. G2L["139"]["TextScaled"] = true;
  3671. G2L["139"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3672. G2L["139"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3673. G2L["139"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3674. G2L["139"]["Size"] = UDim2.new(1, 0, 0, 32);
  3675. G2L["139"]["BackgroundTransparency"] = 0.9;
  3676. G2L["139"]["LayoutOrder"] = -88;
  3677. G2L["139"]["Name"] = [[Interminable]];
  3678. G2L["139"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3679. G2L["139"]["Text"] = [[Interminable]];
  3680.  
  3681.  
  3682. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UICorner
  3683. G2L["13a"] = Instance.new("UICorner", G2L["139"]);
  3684. G2L["13a"]["CornerRadius"] = UDim.new(1, 0);
  3685.  
  3686.  
  3687. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UIPadding
  3688. G2L["13b"] = Instance.new("UIPadding", G2L["139"]);
  3689. G2L["13b"]["PaddingRight"] = UDim.new(0.02, 6);
  3690. G2L["13b"]["PaddingLeft"] = UDim.new(0.02, 6);
  3691.  
  3692.  
  3693. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.UIStroke
  3694. G2L["13c"] = Instance.new("UIStroke", G2L["139"]);
  3695. G2L["13c"]["Enabled"] = false;
  3696. G2L["13c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3697. G2L["13c"]["Thickness"] = 3;
  3698. G2L["13c"]["Color"] = Color3.fromRGB(255, 255, 255);
  3699.  
  3700.  
  3701. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info
  3702. G2L["13d"] = Instance.new("Frame", G2L["139"]);
  3703. G2L["13d"]["BorderSizePixel"] = 0;
  3704. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3705. G2L["13d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3706. G2L["13d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3707. G2L["13d"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3708. G2L["13d"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3709. G2L["13d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3710. G2L["13d"]["Name"] = [[Info]];
  3711. G2L["13d"]["BackgroundTransparency"] = 1;
  3712.  
  3713.  
  3714. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.UIListLayout
  3715. G2L["13e"] = Instance.new("UIListLayout", G2L["13d"]);
  3716. G2L["13e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3717. G2L["13e"]["Padding"] = UDim.new(0.01, 0);
  3718. G2L["13e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3719. G2L["13e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3720. G2L["13e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3721.  
  3722.  
  3723. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.NoRevive
  3724. G2L["13f"] = Instance.new("ImageLabel", G2L["13d"]);
  3725. G2L["13f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3726. G2L["13f"]["ZIndex"] = 8;
  3727. G2L["13f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3728. G2L["13f"]["ScaleType"] = Enum.ScaleType.Fit;
  3729. G2L["13f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3730. G2L["13f"]["Image"] = [[rbxassetid://116165443812933]];
  3731. G2L["13f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3732. G2L["13f"]["Visible"] = false;
  3733. G2L["13f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3734. G2L["13f"]["BackgroundTransparency"] = 1;
  3735. G2L["13f"]["LayoutOrder"] = 1;
  3736. G2L["13f"]["Name"] = [[NoRevive]];
  3737.  
  3738.  
  3739. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.New
  3740. G2L["140"] = Instance.new("ImageLabel", G2L["13d"]);
  3741. G2L["140"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3742. G2L["140"]["ZIndex"] = 8;
  3743. G2L["140"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3744. G2L["140"]["ScaleType"] = Enum.ScaleType.Fit;
  3745. G2L["140"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3746. G2L["140"]["Image"] = [[rbxassetid://92782478969567]];
  3747. G2L["140"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3748. G2L["140"]["Visible"] = false;
  3749. G2L["140"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3750. G2L["140"]["BackgroundTransparency"] = 1;
  3751. G2L["140"]["LayoutOrder"] = 3;
  3752. G2L["140"]["Name"] = [[New]];
  3753.  
  3754.  
  3755. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Interminable.Info.Sprint
  3756. G2L["141"] = Instance.new("ImageLabel", G2L["13d"]);
  3757. G2L["141"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3758. G2L["141"]["ZIndex"] = 8;
  3759. G2L["141"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3760. G2L["141"]["ScaleType"] = Enum.ScaleType.Fit;
  3761. G2L["141"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3762. G2L["141"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3763. G2L["141"]["Image"] = [[rbxassetid://80639010689297]];
  3764. G2L["141"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3765. G2L["141"]["Visible"] = false;
  3766. G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3767. G2L["141"]["BackgroundTransparency"] = 1;
  3768. G2L["141"]["LayoutOrder"] = 1;
  3769. G2L["141"]["Name"] = [[Sprint]];
  3770.  
  3771.  
  3772. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined
  3773. G2L["142"] = Instance.new("TextButton", G2L["43"]);
  3774. G2L["142"]["TextWrapped"] = true;
  3775. G2L["142"]["LineHeight"] = 1.1;
  3776. G2L["142"]["BorderSizePixel"] = 0;
  3777. G2L["142"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3778. G2L["142"]["TextSize"] = 35;
  3779. G2L["142"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3780. G2L["142"]["TextScaled"] = true;
  3781. G2L["142"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3782. G2L["142"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3783. G2L["142"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3784. G2L["142"]["Size"] = UDim2.new(1, 0, 0, 32);
  3785. G2L["142"]["BackgroundTransparency"] = 0.9;
  3786. G2L["142"]["LayoutOrder"] = -87;
  3787. G2L["142"]["Name"] = [[Combined]];
  3788. G2L["142"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3789. G2L["142"]["Text"] = [[Isolation]];
  3790.  
  3791.  
  3792. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UICorner
  3793. G2L["143"] = Instance.new("UICorner", G2L["142"]);
  3794. G2L["143"]["CornerRadius"] = UDim.new(1, 0);
  3795.  
  3796.  
  3797. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIPadding
  3798. G2L["144"] = Instance.new("UIPadding", G2L["142"]);
  3799. G2L["144"]["PaddingRight"] = UDim.new(0.02, 6);
  3800. G2L["144"]["PaddingLeft"] = UDim.new(0.02, 6);
  3801.  
  3802.  
  3803. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.UIStroke
  3804. G2L["145"] = Instance.new("UIStroke", G2L["142"]);
  3805. G2L["145"]["Enabled"] = false;
  3806. G2L["145"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3807. G2L["145"]["Thickness"] = 3;
  3808. G2L["145"]["Color"] = Color3.fromRGB(255, 255, 255);
  3809.  
  3810.  
  3811. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info
  3812. G2L["146"] = Instance.new("Frame", G2L["142"]);
  3813. G2L["146"]["BorderSizePixel"] = 0;
  3814. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3815. G2L["146"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3816. G2L["146"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3817. G2L["146"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3818. G2L["146"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3819. G2L["146"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3820. G2L["146"]["Name"] = [[Info]];
  3821. G2L["146"]["BackgroundTransparency"] = 1;
  3822.  
  3823.  
  3824. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.UIListLayout
  3825. G2L["147"] = Instance.new("UIListLayout", G2L["146"]);
  3826. G2L["147"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3827. G2L["147"]["Padding"] = UDim.new(0.01, 0);
  3828. G2L["147"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3829. G2L["147"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3830. G2L["147"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3831.  
  3832.  
  3833. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.NoRevive
  3834. G2L["148"] = Instance.new("ImageLabel", G2L["146"]);
  3835. G2L["148"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3836. G2L["148"]["ZIndex"] = 8;
  3837. G2L["148"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3838. G2L["148"]["ScaleType"] = Enum.ScaleType.Fit;
  3839. G2L["148"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3840. G2L["148"]["Image"] = [[rbxassetid://116165443812933]];
  3841. G2L["148"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3842. G2L["148"]["Visible"] = false;
  3843. G2L["148"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3844. G2L["148"]["BackgroundTransparency"] = 1;
  3845. G2L["148"]["LayoutOrder"] = 1;
  3846. G2L["148"]["Name"] = [[NoRevive]];
  3847.  
  3848.  
  3849. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.New
  3850. G2L["149"] = Instance.new("ImageLabel", G2L["146"]);
  3851. G2L["149"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3852. G2L["149"]["ZIndex"] = 8;
  3853. G2L["149"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3854. G2L["149"]["ScaleType"] = Enum.ScaleType.Fit;
  3855. G2L["149"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3856. G2L["149"]["Image"] = [[rbxassetid://92782478969567]];
  3857. G2L["149"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3858. G2L["149"]["Visible"] = false;
  3859. G2L["149"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3860. G2L["149"]["BackgroundTransparency"] = 1;
  3861. G2L["149"]["LayoutOrder"] = 3;
  3862. G2L["149"]["Name"] = [[New]];
  3863.  
  3864.  
  3865. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Combined.Info.Sprint
  3866. G2L["14a"] = Instance.new("ImageLabel", G2L["146"]);
  3867. G2L["14a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3868. G2L["14a"]["ZIndex"] = 8;
  3869. G2L["14a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3870. G2L["14a"]["ScaleType"] = Enum.ScaleType.Fit;
  3871. G2L["14a"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3872. G2L["14a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3873. G2L["14a"]["Image"] = [[rbxassetid://80639010689297]];
  3874. G2L["14a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3875. G2L["14a"]["Visible"] = false;
  3876. G2L["14a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3877. G2L["14a"]["BackgroundTransparency"] = 1;
  3878. G2L["14a"]["LayoutOrder"] = 1;
  3879. G2L["14a"]["Name"] = [[Sprint]];
  3880.  
  3881.  
  3882. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem
  3883. G2L["14b"] = Instance.new("TextButton", G2L["43"]);
  3884. G2L["14b"]["TextWrapped"] = true;
  3885. G2L["14b"]["LineHeight"] = 1.1;
  3886. G2L["14b"]["BorderSizePixel"] = 0;
  3887. G2L["14b"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3888. G2L["14b"]["TextSize"] = 35;
  3889. G2L["14b"]["TextColor3"] = Color3.fromRGB(0, 0, 128);
  3890. G2L["14b"]["TextScaled"] = true;
  3891. G2L["14b"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 128);
  3892. G2L["14b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3893. G2L["14b"]["AnchorPoint"] = Vector2.new(0.5, 0);
  3894. G2L["14b"]["Size"] = UDim2.new(1, 0, 0, 32);
  3895. G2L["14b"]["BackgroundTransparency"] = 0.9;
  3896. G2L["14b"]["LayoutOrder"] = -86;
  3897. G2L["14b"]["Name"] = [[Mayhem]];
  3898. G2L["14b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3899. G2L["14b"]["Text"] = [[Mayhem]];
  3900.  
  3901.  
  3902. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UICorner
  3903. G2L["14c"] = Instance.new("UICorner", G2L["14b"]);
  3904. G2L["14c"]["CornerRadius"] = UDim.new(1, 0);
  3905.  
  3906.  
  3907. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UIPadding
  3908. G2L["14d"] = Instance.new("UIPadding", G2L["14b"]);
  3909. G2L["14d"]["PaddingRight"] = UDim.new(0.02, 6);
  3910. G2L["14d"]["PaddingLeft"] = UDim.new(0.02, 6);
  3911.  
  3912.  
  3913. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.UIStroke
  3914. G2L["14e"] = Instance.new("UIStroke", G2L["14b"]);
  3915. G2L["14e"]["Enabled"] = false;
  3916. G2L["14e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3917. G2L["14e"]["Thickness"] = 3;
  3918. G2L["14e"]["Color"] = Color3.fromRGB(0, 0, 128);
  3919.  
  3920.  
  3921. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info
  3922. G2L["14f"] = Instance.new("Frame", G2L["14b"]);
  3923. G2L["14f"]["BorderSizePixel"] = 0;
  3924. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  3925. G2L["14f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3926. G2L["14f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3927. G2L["14f"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  3928. G2L["14f"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  3929. G2L["14f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3930. G2L["14f"]["Name"] = [[Info]];
  3931. G2L["14f"]["BackgroundTransparency"] = 1;
  3932.  
  3933.  
  3934. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.UIListLayout
  3935. G2L["150"] = Instance.new("UIListLayout", G2L["14f"]);
  3936. G2L["150"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  3937. G2L["150"]["Padding"] = UDim.new(0.01, 0);
  3938. G2L["150"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3939. G2L["150"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3940. G2L["150"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3941.  
  3942.  
  3943. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.NoRevive
  3944. G2L["151"] = Instance.new("ImageLabel", G2L["14f"]);
  3945. G2L["151"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3946. G2L["151"]["ZIndex"] = 8;
  3947. G2L["151"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3948. G2L["151"]["ScaleType"] = Enum.ScaleType.Fit;
  3949. G2L["151"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3950. G2L["151"]["Image"] = [[rbxassetid://116165443812933]];
  3951. G2L["151"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3952. G2L["151"]["Visible"] = false;
  3953. G2L["151"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3954. G2L["151"]["BackgroundTransparency"] = 1;
  3955. G2L["151"]["LayoutOrder"] = 1;
  3956. G2L["151"]["Name"] = [[NoRevive]];
  3957.  
  3958.  
  3959. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.New
  3960. G2L["152"] = Instance.new("ImageLabel", G2L["14f"]);
  3961. G2L["152"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3962. G2L["152"]["ZIndex"] = 8;
  3963. G2L["152"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3964. G2L["152"]["ScaleType"] = Enum.ScaleType.Fit;
  3965. G2L["152"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3966. G2L["152"]["Image"] = [[rbxassetid://92782478969567]];
  3967. G2L["152"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3968. G2L["152"]["Visible"] = false;
  3969. G2L["152"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3970. G2L["152"]["BackgroundTransparency"] = 1;
  3971. G2L["152"]["LayoutOrder"] = 3;
  3972. G2L["152"]["Name"] = [[New]];
  3973.  
  3974.  
  3975. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Mayhem.Info.Sprint
  3976. G2L["153"] = Instance.new("ImageLabel", G2L["14f"]);
  3977. G2L["153"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  3978. G2L["153"]["ZIndex"] = 8;
  3979. G2L["153"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3980. G2L["153"]["ScaleType"] = Enum.ScaleType.Fit;
  3981. G2L["153"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  3982. G2L["153"]["AnchorPoint"] = Vector2.new(1, 0.5);
  3983. G2L["153"]["Image"] = [[rbxassetid://80639010689297]];
  3984. G2L["153"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  3985. G2L["153"]["Visible"] = false;
  3986. G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3987. G2L["153"]["BackgroundTransparency"] = 1;
  3988. G2L["153"]["LayoutOrder"] = 1;
  3989. G2L["153"]["Name"] = [[Sprint]];
  3990.  
  3991.  
  3992. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic
  3993. G2L["154"] = Instance.new("TextButton", G2L["43"]);
  3994. G2L["154"]["TextWrapped"] = true;
  3995. G2L["154"]["LineHeight"] = 1.1;
  3996. G2L["154"]["BorderSizePixel"] = 0;
  3997. G2L["154"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3998. G2L["154"]["TextSize"] = 35;
  3999. G2L["154"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4000. G2L["154"]["TextScaled"] = true;
  4001. G2L["154"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4002. G2L["154"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4003. G2L["154"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4004. G2L["154"]["Size"] = UDim2.new(1, 0, 0, 32);
  4005. G2L["154"]["BackgroundTransparency"] = 0.9;
  4006. G2L["154"]["LayoutOrder"] = 11;
  4007. G2L["154"]["Name"] = [[Psychotic]];
  4008. G2L["154"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4009. G2L["154"]["Text"] = [[Psychotic]];
  4010.  
  4011.  
  4012. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UICorner
  4013. G2L["155"] = Instance.new("UICorner", G2L["154"]);
  4014. G2L["155"]["CornerRadius"] = UDim.new(1, 0);
  4015.  
  4016.  
  4017. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UIPadding
  4018. G2L["156"] = Instance.new("UIPadding", G2L["154"]);
  4019. G2L["156"]["PaddingRight"] = UDim.new(0.02, 6);
  4020. G2L["156"]["PaddingLeft"] = UDim.new(0.02, 6);
  4021.  
  4022.  
  4023. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.UIStroke
  4024. G2L["157"] = Instance.new("UIStroke", G2L["154"]);
  4025. G2L["157"]["Enabled"] = false;
  4026. G2L["157"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4027. G2L["157"]["Thickness"] = 3;
  4028. G2L["157"]["Color"] = Color3.fromRGB(255, 255, 255);
  4029.  
  4030.  
  4031. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info
  4032. G2L["158"] = Instance.new("Frame", G2L["154"]);
  4033. G2L["158"]["BorderSizePixel"] = 0;
  4034. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4035. G2L["158"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4036. G2L["158"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4037. G2L["158"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4038. G2L["158"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4039. G2L["158"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4040. G2L["158"]["Name"] = [[Info]];
  4041. G2L["158"]["BackgroundTransparency"] = 1;
  4042.  
  4043.  
  4044. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.UIListLayout
  4045. G2L["159"] = Instance.new("UIListLayout", G2L["158"]);
  4046. G2L["159"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4047. G2L["159"]["Padding"] = UDim.new(0.01, 0);
  4048. G2L["159"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4049. G2L["159"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4050. G2L["159"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4051.  
  4052.  
  4053. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.NoRevive
  4054. G2L["15a"] = Instance.new("ImageLabel", G2L["158"]);
  4055. G2L["15a"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4056. G2L["15a"]["ZIndex"] = 8;
  4057. G2L["15a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4058. G2L["15a"]["ScaleType"] = Enum.ScaleType.Fit;
  4059. G2L["15a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4060. G2L["15a"]["Image"] = [[rbxassetid://116165443812933]];
  4061. G2L["15a"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4062. G2L["15a"]["Visible"] = false;
  4063. G2L["15a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4064. G2L["15a"]["BackgroundTransparency"] = 1;
  4065. G2L["15a"]["LayoutOrder"] = 1;
  4066. G2L["15a"]["Name"] = [[NoRevive]];
  4067.  
  4068.  
  4069. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.New
  4070. G2L["15b"] = Instance.new("ImageLabel", G2L["158"]);
  4071. G2L["15b"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4072. G2L["15b"]["ZIndex"] = 8;
  4073. G2L["15b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4074. G2L["15b"]["ScaleType"] = Enum.ScaleType.Fit;
  4075. G2L["15b"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4076. G2L["15b"]["Image"] = [[rbxassetid://92782478969567]];
  4077. G2L["15b"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4078. G2L["15b"]["Visible"] = false;
  4079. G2L["15b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4080. G2L["15b"]["BackgroundTransparency"] = 1;
  4081. G2L["15b"]["LayoutOrder"] = 3;
  4082. G2L["15b"]["Name"] = [[New]];
  4083.  
  4084.  
  4085. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Psychotic.Info.Sprint
  4086. G2L["15c"] = Instance.new("ImageLabel", G2L["158"]);
  4087. G2L["15c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4088. G2L["15c"]["ZIndex"] = 8;
  4089. G2L["15c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4090. G2L["15c"]["ScaleType"] = Enum.ScaleType.Fit;
  4091. G2L["15c"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4092. G2L["15c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4093. G2L["15c"]["Image"] = [[rbxassetid://80639010689297]];
  4094. G2L["15c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4095. G2L["15c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4096. G2L["15c"]["BackgroundTransparency"] = 1;
  4097. G2L["15c"]["LayoutOrder"] = 1;
  4098. G2L["15c"]["Name"] = [[Sprint]];
  4099.  
  4100.  
  4101. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight
  4102. G2L["15d"] = Instance.new("TextButton", G2L["43"]);
  4103. G2L["15d"]["TextWrapped"] = true;
  4104. G2L["15d"]["LineHeight"] = 1.1;
  4105. G2L["15d"]["BorderSizePixel"] = 0;
  4106. G2L["15d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4107. G2L["15d"]["TextSize"] = 35;
  4108. G2L["15d"]["TextColor3"] = Color3.fromRGB(0, 86, 128);
  4109. G2L["15d"]["TextScaled"] = true;
  4110. G2L["15d"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 128);
  4111. G2L["15d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4112. G2L["15d"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4113. G2L["15d"]["Size"] = UDim2.new(1, 0, 0, 32);
  4114. G2L["15d"]["BackgroundTransparency"] = 0.9;
  4115. G2L["15d"]["LayoutOrder"] = 104;
  4116. G2L["15d"]["Name"] = [[Sorrowlight]];
  4117. G2L["15d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4118. G2L["15d"]["Text"] = [[Sorrowlight]];
  4119. G2L["15d"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  4120.  
  4121.  
  4122. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UICorner
  4123. G2L["15e"] = Instance.new("UICorner", G2L["15d"]);
  4124. G2L["15e"]["CornerRadius"] = UDim.new(1, 0);
  4125.  
  4126.  
  4127. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UIPadding
  4128. G2L["15f"] = Instance.new("UIPadding", G2L["15d"]);
  4129. G2L["15f"]["PaddingRight"] = UDim.new(0.02, 6);
  4130. G2L["15f"]["PaddingLeft"] = UDim.new(0.02, 6);
  4131.  
  4132.  
  4133. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.UIStroke
  4134. G2L["160"] = Instance.new("UIStroke", G2L["15d"]);
  4135. G2L["160"]["Enabled"] = false;
  4136. G2L["160"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4137. G2L["160"]["Thickness"] = 3;
  4138. G2L["160"]["Color"] = Color3.fromRGB(0, 86, 128);
  4139.  
  4140.  
  4141. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info
  4142. G2L["161"] = Instance.new("Frame", G2L["15d"]);
  4143. G2L["161"]["BorderSizePixel"] = 0;
  4144. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4145. G2L["161"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4146. G2L["161"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4147. G2L["161"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4148. G2L["161"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4149. G2L["161"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4150. G2L["161"]["Name"] = [[Info]];
  4151. G2L["161"]["BackgroundTransparency"] = 1;
  4152.  
  4153.  
  4154. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.UIListLayout
  4155. G2L["162"] = Instance.new("UIListLayout", G2L["161"]);
  4156. G2L["162"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4157. G2L["162"]["Padding"] = UDim.new(0.01, 0);
  4158. G2L["162"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4159. G2L["162"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4160. G2L["162"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4161.  
  4162.  
  4163. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.NoRevive
  4164. G2L["163"] = Instance.new("ImageLabel", G2L["161"]);
  4165. G2L["163"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4166. G2L["163"]["ZIndex"] = 8;
  4167. G2L["163"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4168. G2L["163"]["ScaleType"] = Enum.ScaleType.Fit;
  4169. G2L["163"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4170. G2L["163"]["Image"] = [[rbxassetid://116165443812933]];
  4171. G2L["163"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4172. G2L["163"]["Visible"] = false;
  4173. G2L["163"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4174. G2L["163"]["BackgroundTransparency"] = 1;
  4175. G2L["163"]["LayoutOrder"] = 1;
  4176. G2L["163"]["Name"] = [[NoRevive]];
  4177.  
  4178.  
  4179. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.New
  4180. G2L["164"] = Instance.new("ImageLabel", G2L["161"]);
  4181. G2L["164"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4182. G2L["164"]["ZIndex"] = 8;
  4183. G2L["164"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4184. G2L["164"]["ScaleType"] = Enum.ScaleType.Fit;
  4185. G2L["164"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4186. G2L["164"]["Image"] = [[rbxassetid://92782478969567]];
  4187. G2L["164"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4188. G2L["164"]["Visible"] = false;
  4189. G2L["164"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4190. G2L["164"]["BackgroundTransparency"] = 1;
  4191. G2L["164"]["LayoutOrder"] = 3;
  4192. G2L["164"]["Name"] = [[New]];
  4193.  
  4194.  
  4195. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Sorrowlight.Info.Sprint
  4196. G2L["165"] = Instance.new("ImageLabel", G2L["161"]);
  4197. G2L["165"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4198. G2L["165"]["ZIndex"] = 8;
  4199. G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4200. G2L["165"]["ScaleType"] = Enum.ScaleType.Fit;
  4201. G2L["165"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4202. G2L["165"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4203. G2L["165"]["Image"] = [[rbxassetid://80639010689297]];
  4204. G2L["165"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4205. G2L["165"]["Visible"] = false;
  4206. G2L["165"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4207. G2L["165"]["BackgroundTransparency"] = 1;
  4208. G2L["165"]["LayoutOrder"] = 1;
  4209. G2L["165"]["Name"] = [[Sprint]];
  4210.  
  4211.  
  4212. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll
  4213. G2L["166"] = Instance.new("TextButton", G2L["43"]);
  4214. G2L["166"]["TextWrapped"] = true;
  4215. G2L["166"]["LineHeight"] = 1.1;
  4216. G2L["166"]["BorderSizePixel"] = 0;
  4217. G2L["166"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4218. G2L["166"]["TextSize"] = 35;
  4219. G2L["166"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4220. G2L["166"]["TextScaled"] = true;
  4221. G2L["166"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4222. G2L["166"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4223. G2L["166"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4224. G2L["166"]["Size"] = UDim2.new(1, 0, 0, 32);
  4225. G2L["166"]["BackgroundTransparency"] = 0.9;
  4226. G2L["166"]["LayoutOrder"] = 104;
  4227. G2L["166"]["Name"] = [[Troll]];
  4228. G2L["166"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4229. G2L["166"]["Text"] = [[Troll]];
  4230. G2L["166"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  4231.  
  4232.  
  4233. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UICorner
  4234. G2L["167"] = Instance.new("UICorner", G2L["166"]);
  4235. G2L["167"]["CornerRadius"] = UDim.new(1, 0);
  4236.  
  4237.  
  4238. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UIPadding
  4239. G2L["168"] = Instance.new("UIPadding", G2L["166"]);
  4240. G2L["168"]["PaddingRight"] = UDim.new(0.02, 6);
  4241. G2L["168"]["PaddingLeft"] = UDim.new(0.02, 6);
  4242.  
  4243.  
  4244. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.UIStroke
  4245. G2L["169"] = Instance.new("UIStroke", G2L["166"]);
  4246. G2L["169"]["Enabled"] = false;
  4247. G2L["169"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4248. G2L["169"]["Thickness"] = 3;
  4249. G2L["169"]["Color"] = Color3.fromRGB(255, 255, 255);
  4250.  
  4251.  
  4252. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info
  4253. G2L["16a"] = Instance.new("Frame", G2L["166"]);
  4254. G2L["16a"]["BorderSizePixel"] = 0;
  4255. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4256. G2L["16a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4257. G2L["16a"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4258. G2L["16a"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4259. G2L["16a"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4260. G2L["16a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4261. G2L["16a"]["Name"] = [[Info]];
  4262. G2L["16a"]["BackgroundTransparency"] = 1;
  4263.  
  4264.  
  4265. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.UIListLayout
  4266. G2L["16b"] = Instance.new("UIListLayout", G2L["16a"]);
  4267. G2L["16b"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4268. G2L["16b"]["Padding"] = UDim.new(0.01, 0);
  4269. G2L["16b"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4270. G2L["16b"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4271. G2L["16b"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4272.  
  4273.  
  4274. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.NoRevive
  4275. G2L["16c"] = Instance.new("ImageLabel", G2L["16a"]);
  4276. G2L["16c"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4277. G2L["16c"]["ZIndex"] = 8;
  4278. G2L["16c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4279. G2L["16c"]["ScaleType"] = Enum.ScaleType.Fit;
  4280. G2L["16c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4281. G2L["16c"]["Image"] = [[rbxassetid://116165443812933]];
  4282. G2L["16c"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4283. G2L["16c"]["Visible"] = false;
  4284. G2L["16c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4285. G2L["16c"]["BackgroundTransparency"] = 1;
  4286. G2L["16c"]["LayoutOrder"] = 1;
  4287. G2L["16c"]["Name"] = [[NoRevive]];
  4288.  
  4289.  
  4290. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.New
  4291. G2L["16d"] = Instance.new("ImageLabel", G2L["16a"]);
  4292. G2L["16d"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4293. G2L["16d"]["ZIndex"] = 8;
  4294. G2L["16d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4295. G2L["16d"]["ScaleType"] = Enum.ScaleType.Fit;
  4296. G2L["16d"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4297. G2L["16d"]["Image"] = [[rbxassetid://92782478969567]];
  4298. G2L["16d"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4299. G2L["16d"]["Visible"] = false;
  4300. G2L["16d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4301. G2L["16d"]["BackgroundTransparency"] = 1;
  4302. G2L["16d"]["LayoutOrder"] = 3;
  4303. G2L["16d"]["Name"] = [[New]];
  4304.  
  4305.  
  4306. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Troll.Info.Sprint
  4307. G2L["16e"] = Instance.new("ImageLabel", G2L["16a"]);
  4308. G2L["16e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4309. G2L["16e"]["ZIndex"] = 8;
  4310. G2L["16e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4311. G2L["16e"]["ScaleType"] = Enum.ScaleType.Fit;
  4312. G2L["16e"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4313. G2L["16e"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4314. G2L["16e"]["Image"] = [[rbxassetid://80639010689297]];
  4315. G2L["16e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4316. G2L["16e"]["Visible"] = false;
  4317. G2L["16e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4318. G2L["16e"]["BackgroundTransparency"] = 1;
  4319. G2L["16e"]["LayoutOrder"] = 1;
  4320. G2L["16e"]["Name"] = [[Sprint]];
  4321.  
  4322.  
  4323. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant
  4324. G2L["16f"] = Instance.new("TextButton", G2L["43"]);
  4325. G2L["16f"]["TextWrapped"] = true;
  4326. G2L["16f"]["LineHeight"] = 1.1;
  4327. G2L["16f"]["BorderSizePixel"] = 0;
  4328. G2L["16f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4329. G2L["16f"]["TextSize"] = 35;
  4330. G2L["16f"]["TextColor3"] = Color3.fromRGB(86, 86, 0);
  4331. G2L["16f"]["TextScaled"] = true;
  4332. G2L["16f"]["BackgroundColor3"] = Color3.fromRGB(86, 86, 0);
  4333. G2L["16f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4334. G2L["16f"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4335. G2L["16f"]["Size"] = UDim2.new(1, 0, 0, 32);
  4336. G2L["16f"]["BackgroundTransparency"] = 0.9;
  4337. G2L["16f"]["LayoutOrder"] = -85;
  4338. G2L["16f"]["Name"] = [[Unpleasant]];
  4339. G2L["16f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4340. G2L["16f"]["Text"] = [[Unpleasant]];
  4341.  
  4342.  
  4343. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UICorner
  4344. G2L["170"] = Instance.new("UICorner", G2L["16f"]);
  4345. G2L["170"]["CornerRadius"] = UDim.new(1, 0);
  4346.  
  4347.  
  4348. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UIPadding
  4349. G2L["171"] = Instance.new("UIPadding", G2L["16f"]);
  4350. G2L["171"]["PaddingRight"] = UDim.new(0.02, 6);
  4351. G2L["171"]["PaddingLeft"] = UDim.new(0.02, 6);
  4352.  
  4353.  
  4354. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.UIStroke
  4355. G2L["172"] = Instance.new("UIStroke", G2L["16f"]);
  4356. G2L["172"]["Enabled"] = false;
  4357. G2L["172"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4358. G2L["172"]["Thickness"] = 3;
  4359. G2L["172"]["Color"] = Color3.fromRGB(86, 86, 0);
  4360.  
  4361.  
  4362. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info
  4363. G2L["173"] = Instance.new("Frame", G2L["16f"]);
  4364. G2L["173"]["BorderSizePixel"] = 0;
  4365. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4366. G2L["173"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4367. G2L["173"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4368. G2L["173"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4369. G2L["173"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4370. G2L["173"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4371. G2L["173"]["Name"] = [[Info]];
  4372. G2L["173"]["BackgroundTransparency"] = 1;
  4373.  
  4374.  
  4375. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.UIListLayout
  4376. G2L["174"] = Instance.new("UIListLayout", G2L["173"]);
  4377. G2L["174"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4378. G2L["174"]["Padding"] = UDim.new(0.01, 0);
  4379. G2L["174"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4380. G2L["174"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4381. G2L["174"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4382.  
  4383.  
  4384. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.NoRevive
  4385. G2L["175"] = Instance.new("ImageLabel", G2L["173"]);
  4386. G2L["175"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4387. G2L["175"]["ZIndex"] = 8;
  4388. G2L["175"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4389. G2L["175"]["ScaleType"] = Enum.ScaleType.Fit;
  4390. G2L["175"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4391. G2L["175"]["Image"] = [[rbxassetid://116165443812933]];
  4392. G2L["175"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4393. G2L["175"]["Visible"] = false;
  4394. G2L["175"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4395. G2L["175"]["BackgroundTransparency"] = 1;
  4396. G2L["175"]["LayoutOrder"] = 1;
  4397. G2L["175"]["Name"] = [[NoRevive]];
  4398.  
  4399.  
  4400. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.New
  4401. G2L["176"] = Instance.new("ImageLabel", G2L["173"]);
  4402. G2L["176"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4403. G2L["176"]["ZIndex"] = 8;
  4404. G2L["176"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4405. G2L["176"]["ScaleType"] = Enum.ScaleType.Fit;
  4406. G2L["176"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4407. G2L["176"]["Image"] = [[rbxassetid://92782478969567]];
  4408. G2L["176"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4409. G2L["176"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4410. G2L["176"]["BackgroundTransparency"] = 1;
  4411. G2L["176"]["LayoutOrder"] = 3;
  4412. G2L["176"]["Name"] = [[New]];
  4413.  
  4414.  
  4415. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Unpleasant.Info.Sprint
  4416. G2L["177"] = Instance.new("ImageLabel", G2L["173"]);
  4417. G2L["177"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4418. G2L["177"]["ZIndex"] = 8;
  4419. G2L["177"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4420. G2L["177"]["ScaleType"] = Enum.ScaleType.Fit;
  4421. G2L["177"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4422. G2L["177"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4423. G2L["177"]["Image"] = [[rbxassetid://80639010689297]];
  4424. G2L["177"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4425. G2L["177"]["Visible"] = false;
  4426. G2L["177"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4427. G2L["177"]["BackgroundTransparency"] = 1;
  4428. G2L["177"]["LayoutOrder"] = 1;
  4429. G2L["177"]["Name"] = [[Sprint]];
  4430.  
  4431.  
  4432. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard
  4433. G2L["178"] = Instance.new("TextButton", G2L["43"]);
  4434. G2L["178"]["TextWrapped"] = true;
  4435. G2L["178"]["LineHeight"] = 1.1;
  4436. G2L["178"]["BorderSizePixel"] = 0;
  4437. G2L["178"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4438. G2L["178"]["TextSize"] = 35;
  4439. G2L["178"]["TextColor3"] = Color3.fromRGB(214, 0, 5);
  4440. G2L["178"]["TextScaled"] = true;
  4441. G2L["178"]["BackgroundColor3"] = Color3.fromRGB(214, 0, 5);
  4442. G2L["178"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4443. G2L["178"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4444. G2L["178"]["Size"] = UDim2.new(1, 0, 0, 32);
  4445. G2L["178"]["BackgroundTransparency"] = 0.9;
  4446. G2L["178"]["LayoutOrder"] = -84;
  4447. G2L["178"]["Name"] = [[Veryhard]];
  4448. G2L["178"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4449. G2L["178"]["Text"] = [[Very hard]];
  4450.  
  4451.  
  4452. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UICorner
  4453. G2L["179"] = Instance.new("UICorner", G2L["178"]);
  4454. G2L["179"]["CornerRadius"] = UDim.new(1, 0);
  4455.  
  4456.  
  4457. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UIPadding
  4458. G2L["17a"] = Instance.new("UIPadding", G2L["178"]);
  4459. G2L["17a"]["PaddingRight"] = UDim.new(0.02, 6);
  4460. G2L["17a"]["PaddingLeft"] = UDim.new(0.02, 6);
  4461.  
  4462.  
  4463. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.UIStroke
  4464. G2L["17b"] = Instance.new("UIStroke", G2L["178"]);
  4465. G2L["17b"]["Enabled"] = false;
  4466. G2L["17b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4467. G2L["17b"]["Thickness"] = 3;
  4468. G2L["17b"]["Color"] = Color3.fromRGB(214, 0, 5);
  4469.  
  4470.  
  4471. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info
  4472. G2L["17c"] = Instance.new("Frame", G2L["178"]);
  4473. G2L["17c"]["BorderSizePixel"] = 0;
  4474. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4475. G2L["17c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4476. G2L["17c"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4477. G2L["17c"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4478. G2L["17c"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4479. G2L["17c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4480. G2L["17c"]["Name"] = [[Info]];
  4481. G2L["17c"]["BackgroundTransparency"] = 1;
  4482.  
  4483.  
  4484. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.UIListLayout
  4485. G2L["17d"] = Instance.new("UIListLayout", G2L["17c"]);
  4486. G2L["17d"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4487. G2L["17d"]["Padding"] = UDim.new(0.01, 0);
  4488. G2L["17d"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4489. G2L["17d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4490. G2L["17d"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4491.  
  4492.  
  4493. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.NoRevive
  4494. G2L["17e"] = Instance.new("ImageLabel", G2L["17c"]);
  4495. G2L["17e"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4496. G2L["17e"]["ZIndex"] = 8;
  4497. G2L["17e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4498. G2L["17e"]["ScaleType"] = Enum.ScaleType.Fit;
  4499. G2L["17e"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4500. G2L["17e"]["Image"] = [[rbxassetid://116165443812933]];
  4501. G2L["17e"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4502. G2L["17e"]["Visible"] = false;
  4503. G2L["17e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4504. G2L["17e"]["BackgroundTransparency"] = 1;
  4505. G2L["17e"]["LayoutOrder"] = 1;
  4506. G2L["17e"]["Name"] = [[NoRevive]];
  4507.  
  4508.  
  4509. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.New
  4510. G2L["17f"] = Instance.new("ImageLabel", G2L["17c"]);
  4511. G2L["17f"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4512. G2L["17f"]["ZIndex"] = 8;
  4513. G2L["17f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4514. G2L["17f"]["ScaleType"] = Enum.ScaleType.Fit;
  4515. G2L["17f"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4516. G2L["17f"]["Image"] = [[rbxassetid://92782478969567]];
  4517. G2L["17f"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4518. G2L["17f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4519. G2L["17f"]["BackgroundTransparency"] = 1;
  4520. G2L["17f"]["LayoutOrder"] = 3;
  4521. G2L["17f"]["Name"] = [[New]];
  4522.  
  4523.  
  4524. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Veryhard.Info.Sprint
  4525. G2L["180"] = Instance.new("ImageLabel", G2L["17c"]);
  4526. G2L["180"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4527. G2L["180"]["ZIndex"] = 8;
  4528. G2L["180"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4529. G2L["180"]["ScaleType"] = Enum.ScaleType.Fit;
  4530. G2L["180"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4531. G2L["180"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4532. G2L["180"]["Image"] = [[rbxassetid://80639010689297]];
  4533. G2L["180"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4534. G2L["180"]["Visible"] = false;
  4535. G2L["180"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4536. G2L["180"]["BackgroundTransparency"] = 1;
  4537. G2L["180"]["LayoutOrder"] = 1;
  4538. G2L["180"]["Name"] = [[Sprint]];
  4539.  
  4540.  
  4541. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit
  4542. G2L["181"] = Instance.new("TextButton", G2L["43"]);
  4543. G2L["181"]["TextWrapped"] = true;
  4544. G2L["181"]["LineHeight"] = 1.1;
  4545. G2L["181"]["BorderSizePixel"] = 0;
  4546. G2L["181"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4547. G2L["181"]["TextSize"] = 35;
  4548. G2L["181"]["TextColor3"] = Color3.fromRGB(255, 0, 5);
  4549. G2L["181"]["TextScaled"] = true;
  4550. G2L["181"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  4551. G2L["181"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4552. G2L["181"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4553. G2L["181"]["Size"] = UDim2.new(1, 0, 0, 32);
  4554. G2L["181"]["BackgroundTransparency"] = 0.9;
  4555. G2L["181"]["LayoutOrder"] = 105;
  4556. G2L["181"]["Name"] = [[limit]];
  4557. G2L["181"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4558. G2L["181"]["Text"] = [[limit]];
  4559. G2L["181"]["Position"] = UDim2.new(0.51163, 0, 0.70907, 0);
  4560.  
  4561.  
  4562. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UICorner
  4563. G2L["182"] = Instance.new("UICorner", G2L["181"]);
  4564. G2L["182"]["CornerRadius"] = UDim.new(1, 0);
  4565.  
  4566.  
  4567. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UIPadding
  4568. G2L["183"] = Instance.new("UIPadding", G2L["181"]);
  4569. G2L["183"]["PaddingRight"] = UDim.new(0.02, 6);
  4570. G2L["183"]["PaddingLeft"] = UDim.new(0.02, 6);
  4571.  
  4572.  
  4573. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.UIStroke
  4574. G2L["184"] = Instance.new("UIStroke", G2L["181"]);
  4575. G2L["184"]["Enabled"] = false;
  4576. G2L["184"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4577. G2L["184"]["Thickness"] = 3;
  4578. G2L["184"]["Color"] = Color3.fromRGB(255, 0, 5);
  4579.  
  4580.  
  4581. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info
  4582. G2L["185"] = Instance.new("Frame", G2L["181"]);
  4583. G2L["185"]["BorderSizePixel"] = 0;
  4584. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4585. G2L["185"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4586. G2L["185"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4587. G2L["185"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4588. G2L["185"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4589. G2L["185"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4590. G2L["185"]["Name"] = [[Info]];
  4591. G2L["185"]["BackgroundTransparency"] = 1;
  4592.  
  4593.  
  4594. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.UIListLayout
  4595. G2L["186"] = Instance.new("UIListLayout", G2L["185"]);
  4596. G2L["186"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4597. G2L["186"]["Padding"] = UDim.new(0.01, 0);
  4598. G2L["186"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4599. G2L["186"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4600. G2L["186"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4601.  
  4602.  
  4603. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.NoRevive
  4604. G2L["187"] = Instance.new("ImageLabel", G2L["185"]);
  4605. G2L["187"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4606. G2L["187"]["ZIndex"] = 8;
  4607. G2L["187"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4608. G2L["187"]["ScaleType"] = Enum.ScaleType.Fit;
  4609. G2L["187"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4610. G2L["187"]["Image"] = [[rbxassetid://116165443812933]];
  4611. G2L["187"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4612. G2L["187"]["Visible"] = false;
  4613. G2L["187"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4614. G2L["187"]["BackgroundTransparency"] = 1;
  4615. G2L["187"]["LayoutOrder"] = 1;
  4616. G2L["187"]["Name"] = [[NoRevive]];
  4617.  
  4618.  
  4619. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.New
  4620. G2L["188"] = Instance.new("ImageLabel", G2L["185"]);
  4621. G2L["188"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4622. G2L["188"]["ZIndex"] = 8;
  4623. G2L["188"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4624. G2L["188"]["ScaleType"] = Enum.ScaleType.Fit;
  4625. G2L["188"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4626. G2L["188"]["Image"] = [[rbxassetid://92782478969567]];
  4627. G2L["188"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4628. G2L["188"]["Visible"] = false;
  4629. G2L["188"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4630. G2L["188"]["BackgroundTransparency"] = 1;
  4631. G2L["188"]["LayoutOrder"] = 3;
  4632. G2L["188"]["Name"] = [[New]];
  4633.  
  4634.  
  4635. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.limit.Info.Sprint
  4636. G2L["189"] = Instance.new("ImageLabel", G2L["185"]);
  4637. G2L["189"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4638. G2L["189"]["ZIndex"] = 8;
  4639. G2L["189"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4640. G2L["189"]["ScaleType"] = Enum.ScaleType.Fit;
  4641. G2L["189"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4642. G2L["189"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4643. G2L["189"]["Image"] = [[rbxassetid://80639010689297]];
  4644. G2L["189"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4645. G2L["189"]["Visible"] = false;
  4646. G2L["189"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4647. G2L["189"]["BackgroundTransparency"] = 1;
  4648. G2L["189"]["LayoutOrder"] = 1;
  4649. G2L["189"]["Name"] = [[Sprint]];
  4650.  
  4651.  
  4652. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity
  4653. G2L["18a"] = Instance.new("TextButton", G2L["43"]);
  4654. G2L["18a"]["TextWrapped"] = true;
  4655. G2L["18a"]["LineHeight"] = 1.1;
  4656. G2L["18a"]["BorderSizePixel"] = 0;
  4657. G2L["18a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4658. G2L["18a"]["TextSize"] = 35;
  4659. G2L["18a"]["TextColor3"] = Color3.fromRGB(214, 0, 5);
  4660. G2L["18a"]["TextScaled"] = true;
  4661. G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(214, 0, 5);
  4662. G2L["18a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4663. G2L["18a"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4664. G2L["18a"]["Size"] = UDim2.new(1, 0, 0, 32);
  4665. G2L["18a"]["BackgroundTransparency"] = 0.9;
  4666. G2L["18a"]["LayoutOrder"] = -84;
  4667. G2L["18a"]["Name"] = [[lnsanity]];
  4668. G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4669. G2L["18a"]["Text"] = [[lnsanity]];
  4670.  
  4671.  
  4672. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UICorner
  4673. G2L["18b"] = Instance.new("UICorner", G2L["18a"]);
  4674. G2L["18b"]["CornerRadius"] = UDim.new(1, 0);
  4675.  
  4676.  
  4677. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UIPadding
  4678. G2L["18c"] = Instance.new("UIPadding", G2L["18a"]);
  4679. G2L["18c"]["PaddingRight"] = UDim.new(0.02, 6);
  4680. G2L["18c"]["PaddingLeft"] = UDim.new(0.02, 6);
  4681.  
  4682.  
  4683. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.UIStroke
  4684. G2L["18d"] = Instance.new("UIStroke", G2L["18a"]);
  4685. G2L["18d"]["Enabled"] = false;
  4686. G2L["18d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  4687. G2L["18d"]["Thickness"] = 3;
  4688. G2L["18d"]["Color"] = Color3.fromRGB(214, 0, 5);
  4689.  
  4690.  
  4691. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info
  4692. G2L["18e"] = Instance.new("Frame", G2L["18a"]);
  4693. G2L["18e"]["BorderSizePixel"] = 0;
  4694. -- [ERROR] cannot convert NextSelectionDown, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  4695. G2L["18e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4696. G2L["18e"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4697. G2L["18e"]["Size"] = UDim2.new(0.6, 0, 0.8, 0);
  4698. G2L["18e"]["Position"] = UDim2.new(1.02, 0, 0.5, 0);
  4699. G2L["18e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4700. G2L["18e"]["Name"] = [[Info]];
  4701. G2L["18e"]["BackgroundTransparency"] = 1;
  4702.  
  4703.  
  4704. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.UIListLayout
  4705. G2L["18f"] = Instance.new("UIListLayout", G2L["18e"]);
  4706. G2L["18f"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Right;
  4707. G2L["18f"]["Padding"] = UDim.new(0.01, 0);
  4708. G2L["18f"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  4709. G2L["18f"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4710. G2L["18f"]["FillDirection"] = Enum.FillDirection.Horizontal;
  4711.  
  4712.  
  4713. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.NoRevive
  4714. G2L["190"] = Instance.new("ImageLabel", G2L["18e"]);
  4715. G2L["190"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4716. G2L["190"]["ZIndex"] = 8;
  4717. G2L["190"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4718. G2L["190"]["ScaleType"] = Enum.ScaleType.Fit;
  4719. G2L["190"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4720. G2L["190"]["Image"] = [[rbxassetid://116165443812933]];
  4721. G2L["190"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4722. G2L["190"]["Visible"] = false;
  4723. G2L["190"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4724. G2L["190"]["BackgroundTransparency"] = 1;
  4725. G2L["190"]["LayoutOrder"] = 1;
  4726. G2L["190"]["Name"] = [[NoRevive]];
  4727.  
  4728.  
  4729. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.New
  4730. G2L["191"] = Instance.new("ImageLabel", G2L["18e"]);
  4731. G2L["191"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4732. G2L["191"]["ZIndex"] = 8;
  4733. G2L["191"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4734. G2L["191"]["ScaleType"] = Enum.ScaleType.Fit;
  4735. G2L["191"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4736. G2L["191"]["Image"] = [[rbxassetid://92782478969567]];
  4737. G2L["191"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4738. G2L["191"]["Visible"] = false;
  4739. G2L["191"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4740. G2L["191"]["BackgroundTransparency"] = 1;
  4741. G2L["191"]["LayoutOrder"] = 3;
  4742. G2L["191"]["Name"] = [[New]];
  4743.  
  4744.  
  4745. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.lnsanity.Info.Sprint
  4746. G2L["192"] = Instance.new("ImageLabel", G2L["18e"]);
  4747. G2L["192"]["SizeConstraint"] = Enum.SizeConstraint.RelativeYY;
  4748. G2L["192"]["ZIndex"] = 8;
  4749. G2L["192"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4750. G2L["192"]["ScaleType"] = Enum.ScaleType.Fit;
  4751. G2L["192"]["ImageColor3"] = Color3.fromRGB(255, 201, 0);
  4752. G2L["192"]["AnchorPoint"] = Vector2.new(1, 0.5);
  4753. G2L["192"]["Image"] = [[rbxassetid://80639010689297]];
  4754. G2L["192"]["Size"] = UDim2.new(0.75, 0, 0.75, 0);
  4755. G2L["192"]["Visible"] = false;
  4756. G2L["192"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4757. G2L["192"]["BackgroundTransparency"] = 1;
  4758. G2L["192"]["LayoutOrder"] = 1;
  4759. G2L["192"]["Name"] = [[Sprint]];
  4760.  
  4761.  
  4762. -- StarterGui.Sciptmode.Main.Modifier.List.Item
  4763. G2L["193"] = Instance.new("Frame", G2L["3b"]);
  4764. G2L["193"]["Visible"] = false;
  4765. G2L["193"]["BorderSizePixel"] = 0;
  4766. G2L["193"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4767. G2L["193"]["Size"] = UDim2.new(1, 0, 1, 0);
  4768. G2L["193"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4769. G2L["193"]["Name"] = [[Item]];
  4770. G2L["193"]["BackgroundTransparency"] = 1;
  4771.  
  4772.  
  4773. -- StarterGui.Sciptmode.Main.Modifier.List.Item.UICorner
  4774. G2L["194"] = Instance.new("UICorner", G2L["193"]);
  4775. G2L["194"]["CornerRadius"] = UDim.new(0.23, 0);
  4776.  
  4777.  
  4778. -- StarterGui.Sciptmode.Main.Modifier.List.Item.UIPadding
  4779. G2L["195"] = Instance.new("UIPadding", G2L["193"]);
  4780. G2L["195"]["PaddingTop"] = UDim.new(0.025, 0);
  4781. G2L["195"]["PaddingRight"] = UDim.new(0.025, 0);
  4782. G2L["195"]["PaddingLeft"] = UDim.new(0.025, 0);
  4783. G2L["195"]["PaddingBottom"] = UDim.new(0.025, 0);
  4784.  
  4785.  
  4786. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview
  4787. G2L["196"] = Instance.new("Frame", G2L["193"]);
  4788. G2L["196"]["BorderSizePixel"] = 0;
  4789. G2L["196"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4790. G2L["196"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
  4791. G2L["196"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
  4792. G2L["196"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4793. G2L["196"]["Name"] = [[Preview]];
  4794. G2L["196"]["BackgroundTransparency"] = 0.95;
  4795.  
  4796.  
  4797. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.Title
  4798. G2L["197"] = Instance.new("TextLabel", G2L["196"]);
  4799. G2L["197"]["TextWrapped"] = true;
  4800. G2L["197"]["BorderSizePixel"] = 0;
  4801. G2L["197"]["TextScaled"] = true;
  4802. G2L["197"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 255);
  4803. G2L["197"]["TextSize"] = 14;
  4804. G2L["197"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4805. G2L["197"]["TextColor3"] = Color3.fromRGB(86, 255, 255);
  4806. G2L["197"]["BackgroundTransparency"] = 1;
  4807. G2L["197"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  4808. G2L["197"]["Size"] = UDim2.new(1, 0, 0.5, 0);
  4809. G2L["197"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4810. G2L["197"]["Text"] = [[Item]];
  4811. G2L["197"]["Name"] = [[Title]];
  4812. G2L["197"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
  4813.  
  4814.  
  4815. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.Desc
  4816. G2L["198"] = Instance.new("TextLabel", G2L["196"]);
  4817. G2L["198"]["TextWrapped"] = true;
  4818. G2L["198"]["BorderSizePixel"] = 0;
  4819. G2L["198"]["TextScaled"] = true;
  4820. G2L["198"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4821. G2L["198"]["TextSize"] = 14;
  4822. G2L["198"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4823. G2L["198"]["TextColor3"] = Color3.fromRGB(86, 255, 255);
  4824. G2L["198"]["BackgroundTransparency"] = 1;
  4825. G2L["198"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  4826. G2L["198"]["Size"] = UDim2.new(1, 0, 0.4, 0);
  4827. G2L["198"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4828. G2L["198"]["Text"] = [[Make your game easier!]];
  4829. G2L["198"]["Name"] = [[Desc]];
  4830. G2L["198"]["Position"] = UDim2.new(0.5, 0, 0.72604, 0);
  4831.  
  4832.  
  4833. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Preview.UICorner
  4834. G2L["199"] = Instance.new("UICorner", G2L["196"]);
  4835. G2L["199"]["CornerRadius"] = UDim.new(0.23, 0);
  4836.  
  4837.  
  4838. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item
  4839. G2L["19a"] = Instance.new("ScrollingFrame", G2L["193"]);
  4840. G2L["19a"]["Active"] = true;
  4841. G2L["19a"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  4842. G2L["19a"]["BorderSizePixel"] = 0;
  4843. G2L["19a"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
  4844. G2L["19a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4845. G2L["19a"]["Name"] = [[Item]];
  4846. G2L["19a"]["ScrollBarImageTransparency"] = 1;
  4847. G2L["19a"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
  4848. G2L["19a"]["AnchorPoint"] = Vector2.new(1, 1);
  4849. G2L["19a"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  4850. G2L["19a"]["Size"] = UDim2.new(1, 0, 0.74, 0);
  4851. G2L["19a"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
  4852. G2L["19a"]["Position"] = UDim2.new(1, 0, 1, 0);
  4853. G2L["19a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4854. G2L["19a"]["ScrollBarThickness"] = 0;
  4855. G2L["19a"]["BackgroundTransparency"] = 1;
  4856.  
  4857.  
  4858. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator
  4859. G2L["19b"] = Instance.new("Frame", G2L["19a"]);
  4860. G2L["19b"]["ZIndex"] = 6;
  4861. G2L["19b"]["BorderSizePixel"] = 0;
  4862. G2L["19b"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  4863. G2L["19b"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  4864. G2L["19b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4865. G2L["19b"]["Name"] = [[Separator]];
  4866. G2L["19b"]["LayoutOrder"] = 100;
  4867.  
  4868.  
  4869. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line
  4870. G2L["19c"] = Instance.new("Frame", G2L["19b"]);
  4871. G2L["19c"]["BorderSizePixel"] = 0;
  4872. G2L["19c"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  4873. G2L["19c"]["AnchorPoint"] = Vector2.new(0, 0.5);
  4874. G2L["19c"]["Size"] = UDim2.new(1, 0, 0, 4);
  4875. G2L["19c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4876. G2L["19c"]["Name"] = [[Line]];
  4877. G2L["19c"]["LayoutOrder"] = 5;
  4878.  
  4879.  
  4880. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line.UICorner
  4881. G2L["19d"] = Instance.new("UICorner", G2L["19c"]);
  4882. G2L["19d"]["CornerRadius"] = UDim.new(1, 0);
  4883.  
  4884.  
  4885. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.UICorner
  4886. G2L["19e"] = Instance.new("UICorner", G2L["19b"]);
  4887. G2L["19e"]["CornerRadius"] = UDim.new(1, 0);
  4888.  
  4889.  
  4890. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator
  4891. G2L["19f"] = Instance.new("Frame", G2L["19a"]);
  4892. G2L["19f"]["ZIndex"] = 6;
  4893. G2L["19f"]["BorderSizePixel"] = 0;
  4894. G2L["19f"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  4895. G2L["19f"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  4896. G2L["19f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4897. G2L["19f"]["Name"] = [[Separator]];
  4898.  
  4899.  
  4900. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line
  4901. G2L["1a0"] = Instance.new("Frame", G2L["19f"]);
  4902. G2L["1a0"]["BorderSizePixel"] = 0;
  4903. G2L["1a0"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  4904. G2L["1a0"]["AnchorPoint"] = Vector2.new(0, 0.5);
  4905. G2L["1a0"]["Size"] = UDim2.new(1, 0, 0, 4);
  4906. G2L["1a0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4907. G2L["1a0"]["Name"] = [[Line]];
  4908. G2L["1a0"]["LayoutOrder"] = 5;
  4909.  
  4910.  
  4911. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.Line.UICorner
  4912. G2L["1a1"] = Instance.new("UICorner", G2L["1a0"]);
  4913. G2L["1a1"]["CornerRadius"] = UDim.new(1, 0);
  4914.  
  4915.  
  4916. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Separator.UICorner
  4917. G2L["1a2"] = Instance.new("UICorner", G2L["19f"]);
  4918. G2L["1a2"]["CornerRadius"] = UDim.new(1, 0);
  4919.  
  4920.  
  4921. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle
  4922. G2L["1a3"] = Instance.new("TextButton", G2L["19a"]);
  4923. G2L["1a3"]["TextWrapped"] = true;
  4924. G2L["1a3"]["LineHeight"] = 1.1;
  4925. G2L["1a3"]["BorderSizePixel"] = 0;
  4926. G2L["1a3"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4927. G2L["1a3"]["TextSize"] = 35;
  4928. G2L["1a3"]["TextColor3"] = Color3.fromRGB(0, 255, 255);
  4929. G2L["1a3"]["TextScaled"] = true;
  4930. G2L["1a3"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 255);
  4931. G2L["1a3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4932. G2L["1a3"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4933. G2L["1a3"]["Size"] = UDim2.new(1, 0, 0, 32);
  4934. G2L["1a3"]["BackgroundTransparency"] = 0.9;
  4935. G2L["1a3"]["LayoutOrder"] = -1;
  4936. G2L["1a3"]["Name"] = [[GuidingCandle]];
  4937. G2L["1a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4938. G2L["1a3"]["Text"] = [[Guiding Candle]];
  4939.  
  4940.  
  4941. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.UICorner
  4942. G2L["1a4"] = Instance.new("UICorner", G2L["1a3"]);
  4943. G2L["1a4"]["CornerRadius"] = UDim.new(1, 0);
  4944.  
  4945.  
  4946. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.UIPadding
  4947. G2L["1a5"] = Instance.new("UIPadding", G2L["1a3"]);
  4948. G2L["1a5"]["PaddingRight"] = UDim.new(0.02, 6);
  4949. G2L["1a5"]["PaddingLeft"] = UDim.new(0.02, 6);
  4950.  
  4951.  
  4952. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GuidingCandle.Value
  4953. G2L["1a6"] = Instance.new("BoolValue", G2L["1a3"]);
  4954.  
  4955.  
  4956.  
  4957. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.UIPadding
  4958. G2L["1a7"] = Instance.new("UIPadding", G2L["19a"]);
  4959. G2L["1a7"]["PaddingTop"] = UDim.new(0, 4);
  4960. G2L["1a7"]["PaddingRight"] = UDim.new(0, 6);
  4961. G2L["1a7"]["PaddingLeft"] = UDim.new(0, 6);
  4962.  
  4963.  
  4964. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.UIListLayout
  4965. G2L["1a8"] = Instance.new("UIListLayout", G2L["19a"]);
  4966. G2L["1a8"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  4967. G2L["1a8"]["Padding"] = UDim.new(0, 4);
  4968. G2L["1a8"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4969.  
  4970.  
  4971. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight
  4972. G2L["1a9"] = Instance.new("TextButton", G2L["19a"]);
  4973. G2L["1a9"]["TextWrapped"] = true;
  4974. G2L["1a9"]["LineHeight"] = 1.1;
  4975. G2L["1a9"]["BorderSizePixel"] = 0;
  4976. G2L["1a9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  4977. G2L["1a9"]["TextSize"] = 35;
  4978. G2L["1a9"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
  4979. G2L["1a9"]["TextScaled"] = true;
  4980. G2L["1a9"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
  4981. G2L["1a9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4982. G2L["1a9"]["AnchorPoint"] = Vector2.new(0.5, 0);
  4983. G2L["1a9"]["Size"] = UDim2.new(1, 0, 0, 32);
  4984. G2L["1a9"]["BackgroundTransparency"] = 0.9;
  4985. G2L["1a9"]["LayoutOrder"] = -1;
  4986. G2L["1a9"]["Name"] = [[Purpleflashlight]];
  4987. G2L["1a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4988. G2L["1a9"]["Text"] = [[Purple Flashlight]];
  4989.  
  4990.  
  4991. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.UICorner
  4992. G2L["1aa"] = Instance.new("UICorner", G2L["1a9"]);
  4993. G2L["1aa"]["CornerRadius"] = UDim.new(1, 0);
  4994.  
  4995.  
  4996. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.UIPadding
  4997. G2L["1ab"] = Instance.new("UIPadding", G2L["1a9"]);
  4998. G2L["1ab"]["PaddingRight"] = UDim.new(0.02, 6);
  4999. G2L["1ab"]["PaddingLeft"] = UDim.new(0.02, 6);
  5000.  
  5001.  
  5002. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Purpleflashlight.Value
  5003. G2L["1ac"] = Instance.new("BoolValue", G2L["1a9"]);
  5004.  
  5005.  
  5006.  
  5007. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner
  5008. G2L["1ad"] = Instance.new("TextButton", G2L["19a"]);
  5009. G2L["1ad"]["TextWrapped"] = true;
  5010. G2L["1ad"]["LineHeight"] = 1.1;
  5011. G2L["1ad"]["BorderSizePixel"] = 0;
  5012. G2L["1ad"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5013. G2L["1ad"]["TextSize"] = 35;
  5014. G2L["1ad"]["TextColor3"] = Color3.fromRGB(0, 86, 0);
  5015. G2L["1ad"]["TextScaled"] = true;
  5016. G2L["1ad"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 0);
  5017. G2L["1ad"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5018. G2L["1ad"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5019. G2L["1ad"]["Size"] = UDim2.new(1, 0, 0, 32);
  5020. G2L["1ad"]["BackgroundTransparency"] = 0.9;
  5021. G2L["1ad"]["LayoutOrder"] = -1;
  5022. G2L["1ad"]["Name"] = [[Scanner]];
  5023. G2L["1ad"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5024. G2L["1ad"]["Text"] = [[Scanner]];
  5025.  
  5026.  
  5027. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.UICorner
  5028. G2L["1ae"] = Instance.new("UICorner", G2L["1ad"]);
  5029. G2L["1ae"]["CornerRadius"] = UDim.new(1, 0);
  5030.  
  5031.  
  5032. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.UIPadding
  5033. G2L["1af"] = Instance.new("UIPadding", G2L["1ad"]);
  5034. G2L["1af"]["PaddingRight"] = UDim.new(0.02, 6);
  5035. G2L["1af"]["PaddingLeft"] = UDim.new(0.02, 6);
  5036.  
  5037.  
  5038. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.Scanner.Value
  5039. G2L["1b0"] = Instance.new("BoolValue", G2L["1ad"]);
  5040.  
  5041.  
  5042.  
  5043. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight
  5044. G2L["1b1"] = Instance.new("TextButton", G2L["19a"]);
  5045. G2L["1b1"]["TextWrapped"] = true;
  5046. G2L["1b1"]["LineHeight"] = 1.1;
  5047. G2L["1b1"]["BorderSizePixel"] = 0;
  5048. G2L["1b1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5049. G2L["1b1"]["TextSize"] = 35;
  5050. G2L["1b1"]["TextColor3"] = Color3.fromRGB(255, 255, 0);
  5051. G2L["1b1"]["TextScaled"] = true;
  5052. G2L["1b1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0);
  5053. G2L["1b1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5054. G2L["1b1"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5055. G2L["1b1"]["Size"] = UDim2.new(1, 0, 0, 32);
  5056. G2L["1b1"]["BackgroundTransparency"] = 0.9;
  5057. G2L["1b1"]["LayoutOrder"] = 101;
  5058. G2L["1b1"]["Name"] = [[BarrelStarlight]];
  5059. G2L["1b1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5060. G2L["1b1"]["Text"] = [[Barrel Starlight]];
  5061.  
  5062.  
  5063. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.UIPadding
  5064. G2L["1b2"] = Instance.new("UIPadding", G2L["1b1"]);
  5065. G2L["1b2"]["PaddingRight"] = UDim.new(0.02, 6);
  5066. G2L["1b2"]["PaddingLeft"] = UDim.new(0.02, 6);
  5067.  
  5068.  
  5069. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.Value
  5070. G2L["1b3"] = Instance.new("BoolValue", G2L["1b1"]);
  5071.  
  5072.  
  5073.  
  5074. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.BarrelStarlight.UICorner
  5075. G2L["1b4"] = Instance.new("UICorner", G2L["1b1"]);
  5076. G2L["1b4"]["CornerRadius"] = UDim.new(1, 0);
  5077.  
  5078.  
  5079. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment
  5080. G2L["1b5"] = Instance.new("TextButton", G2L["19a"]);
  5081. G2L["1b5"]["TextWrapped"] = true;
  5082. G2L["1b5"]["LineHeight"] = 1.1;
  5083. G2L["1b5"]["BorderSizePixel"] = 0;
  5084. G2L["1b5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5085. G2L["1b5"]["TextSize"] = 35;
  5086. G2L["1b5"]["TextColor3"] = Color3.fromRGB(171, 0, 128);
  5087. G2L["1b5"]["TextScaled"] = true;
  5088. G2L["1b5"]["BackgroundColor3"] = Color3.fromRGB(171, 0, 128);
  5089. G2L["1b5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5090. G2L["1b5"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5091. G2L["1b5"]["Size"] = UDim2.new(1, 0, 0, 32);
  5092. G2L["1b5"]["BackgroundTransparency"] = 0.9;
  5093. G2L["1b5"]["LayoutOrder"] = 1;
  5094. G2L["1b5"]["Name"] = [[GlitchFragment]];
  5095. G2L["1b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5096. G2L["1b5"]["Text"] = [[Glitch Fragment]];
  5097.  
  5098.  
  5099. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.UIPadding
  5100. G2L["1b6"] = Instance.new("UIPadding", G2L["1b5"]);
  5101. G2L["1b6"]["PaddingRight"] = UDim.new(0.02, 6);
  5102. G2L["1b6"]["PaddingLeft"] = UDim.new(0.02, 6);
  5103.  
  5104.  
  5105. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.Value
  5106. G2L["1b7"] = Instance.new("BoolValue", G2L["1b5"]);
  5107.  
  5108.  
  5109.  
  5110. -- StarterGui.Sciptmode.Main.Modifier.List.Item.Item.GlitchFragment.UICorner
  5111. G2L["1b8"] = Instance.new("UICorner", G2L["1b5"]);
  5112. G2L["1b8"]["CornerRadius"] = UDim.new(1, 0);
  5113.  
  5114.  
  5115. -- StarterGui.Sciptmode.Main.Modifier.List.UIStroke
  5116. G2L["1b9"] = Instance.new("UIStroke", G2L["3b"]);
  5117. G2L["1b9"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  5118. G2L["1b9"]["Thickness"] = 3;
  5119. G2L["1b9"]["Color"] = Color3.fromRGB(255, 166, 167);
  5120.  
  5121.  
  5122. -- StarterGui.Sciptmode.Main.Modifier.List.UICorner
  5123. G2L["1ba"] = Instance.new("UICorner", G2L["3b"]);
  5124.  
  5125.  
  5126.  
  5127. -- StarterGui.Sciptmode.Main.Modifier.List.Place
  5128. G2L["1bb"] = Instance.new("Frame", G2L["3b"]);
  5129. G2L["1bb"]["Visible"] = false;
  5130. G2L["1bb"]["BorderSizePixel"] = 0;
  5131. G2L["1bb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5132. G2L["1bb"]["Size"] = UDim2.new(1, 0, 1, 0);
  5133. G2L["1bb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5134. G2L["1bb"]["Name"] = [[Place]];
  5135. G2L["1bb"]["BackgroundTransparency"] = 1;
  5136.  
  5137.  
  5138. -- StarterGui.Sciptmode.Main.Modifier.List.Place.UICorner
  5139. G2L["1bc"] = Instance.new("UICorner", G2L["1bb"]);
  5140. G2L["1bc"]["CornerRadius"] = UDim.new(0.23, 0);
  5141.  
  5142.  
  5143. -- StarterGui.Sciptmode.Main.Modifier.List.Place.UIPadding
  5144. G2L["1bd"] = Instance.new("UIPadding", G2L["1bb"]);
  5145. G2L["1bd"]["PaddingTop"] = UDim.new(0.025, 0);
  5146. G2L["1bd"]["PaddingRight"] = UDim.new(0.025, 0);
  5147. G2L["1bd"]["PaddingLeft"] = UDim.new(0.025, 0);
  5148. G2L["1bd"]["PaddingBottom"] = UDim.new(0.025, 0);
  5149.  
  5150.  
  5151. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview
  5152. G2L["1be"] = Instance.new("Frame", G2L["1bb"]);
  5153. G2L["1be"]["BorderSizePixel"] = 0;
  5154. G2L["1be"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5155. G2L["1be"]["Size"] = UDim2.new(0.88817, 0, 0.25, 0);
  5156. G2L["1be"]["Position"] = UDim2.new(0.05483, 0, -0.01096, 0);
  5157. G2L["1be"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5158. G2L["1be"]["Name"] = [[Preview]];
  5159. G2L["1be"]["BackgroundTransparency"] = 0.95;
  5160.  
  5161.  
  5162. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.Title
  5163. G2L["1bf"] = Instance.new("TextLabel", G2L["1be"]);
  5164. G2L["1bf"]["TextWrapped"] = true;
  5165. G2L["1bf"]["BorderSizePixel"] = 0;
  5166. G2L["1bf"]["TextScaled"] = true;
  5167. G2L["1bf"]["BackgroundColor3"] = Color3.fromRGB(86, 255, 255);
  5168. G2L["1bf"]["TextSize"] = 14;
  5169. G2L["1bf"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5170. G2L["1bf"]["TextColor3"] = Color3.fromRGB(0, 171, 0);
  5171. G2L["1bf"]["BackgroundTransparency"] = 1;
  5172. G2L["1bf"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  5173. G2L["1bf"]["Size"] = UDim2.new(1, 0, 0.5, 0);
  5174. G2L["1bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5175. G2L["1bf"]["Text"] = [[Place]];
  5176. G2L["1bf"]["Name"] = [[Title]];
  5177. G2L["1bf"]["Position"] = UDim2.new(0.5, 0, 0.28, 0);
  5178.  
  5179.  
  5180. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.Desc
  5181. G2L["1c0"] = Instance.new("TextLabel", G2L["1be"]);
  5182. G2L["1c0"]["TextWrapped"] = true;
  5183. G2L["1c0"]["BorderSizePixel"] = 0;
  5184. G2L["1c0"]["TextScaled"] = true;
  5185. G2L["1c0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5186. G2L["1c0"]["TextSize"] = 14;
  5187. G2L["1c0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5188. G2L["1c0"]["TextColor3"] = Color3.fromRGB(0, 171, 0);
  5189. G2L["1c0"]["BackgroundTransparency"] = 1;
  5190. G2L["1c0"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  5191. G2L["1c0"]["Size"] = UDim2.new(1, 0, 0.4, 0);
  5192. G2L["1c0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5193. G2L["1c0"]["Text"] = [[Change the game!]];
  5194. G2L["1c0"]["Name"] = [[Desc]];
  5195. G2L["1c0"]["Position"] = UDim2.new(0.5, 0, 0.72604, 0);
  5196.  
  5197.  
  5198. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Preview.UICorner
  5199. G2L["1c1"] = Instance.new("UICorner", G2L["1be"]);
  5200. G2L["1c1"]["CornerRadius"] = UDim.new(0.23, 0);
  5201.  
  5202.  
  5203. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place
  5204. G2L["1c2"] = Instance.new("ScrollingFrame", G2L["1bb"]);
  5205. G2L["1c2"]["Active"] = true;
  5206. G2L["1c2"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  5207. G2L["1c2"]["BorderSizePixel"] = 0;
  5208. G2L["1c2"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
  5209. G2L["1c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5210. G2L["1c2"]["Name"] = [[Place]];
  5211. G2L["1c2"]["ScrollBarImageTransparency"] = 1;
  5212. G2L["1c2"]["HorizontalScrollBarInset"] = Enum.ScrollBarInset.Always;
  5213. G2L["1c2"]["AnchorPoint"] = Vector2.new(1, 1);
  5214. G2L["1c2"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  5215. G2L["1c2"]["Size"] = UDim2.new(1, 0, 0.74, 0);
  5216. G2L["1c2"]["ScrollBarImageColor3"] = Color3.fromRGB(255, 223, 190);
  5217. G2L["1c2"]["Position"] = UDim2.new(1, 0, 1, 0);
  5218. G2L["1c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5219. G2L["1c2"]["ScrollBarThickness"] = 0;
  5220. G2L["1c2"]["BackgroundTransparency"] = 1;
  5221.  
  5222.  
  5223. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator
  5224. G2L["1c3"] = Instance.new("Frame", G2L["1c2"]);
  5225. G2L["1c3"]["Visible"] = false;
  5226. G2L["1c3"]["ZIndex"] = 6;
  5227. G2L["1c3"]["BorderSizePixel"] = 0;
  5228. G2L["1c3"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  5229. G2L["1c3"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  5230. G2L["1c3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5231. G2L["1c3"]["Name"] = [[Separator]];
  5232. G2L["1c3"]["LayoutOrder"] = 100;
  5233.  
  5234.  
  5235. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line
  5236. G2L["1c4"] = Instance.new("Frame", G2L["1c3"]);
  5237. G2L["1c4"]["BorderSizePixel"] = 0;
  5238. G2L["1c4"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  5239. G2L["1c4"]["AnchorPoint"] = Vector2.new(0, 0.5);
  5240. G2L["1c4"]["Size"] = UDim2.new(1, 0, 0, 4);
  5241. G2L["1c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5242. G2L["1c4"]["Name"] = [[Line]];
  5243. G2L["1c4"]["LayoutOrder"] = 5;
  5244.  
  5245.  
  5246. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line.UICorner
  5247. G2L["1c5"] = Instance.new("UICorner", G2L["1c4"]);
  5248. G2L["1c5"]["CornerRadius"] = UDim.new(1, 0);
  5249.  
  5250.  
  5251. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.UICorner
  5252. G2L["1c6"] = Instance.new("UICorner", G2L["1c3"]);
  5253. G2L["1c6"]["CornerRadius"] = UDim.new(1, 0);
  5254.  
  5255.  
  5256. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator
  5257. G2L["1c7"] = Instance.new("Frame", G2L["1c2"]);
  5258. G2L["1c7"]["Visible"] = false;
  5259. G2L["1c7"]["ZIndex"] = 6;
  5260. G2L["1c7"]["BorderSizePixel"] = 0;
  5261. G2L["1c7"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  5262. G2L["1c7"]["Size"] = UDim2.new(0.975, 0, 0, 6);
  5263. G2L["1c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5264. G2L["1c7"]["Name"] = [[Separator]];
  5265.  
  5266.  
  5267. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line
  5268. G2L["1c8"] = Instance.new("Frame", G2L["1c7"]);
  5269. G2L["1c8"]["BorderSizePixel"] = 0;
  5270. G2L["1c8"]["BackgroundColor3"] = Color3.fromRGB(104, 74, 64);
  5271. G2L["1c8"]["AnchorPoint"] = Vector2.new(0, 0.5);
  5272. G2L["1c8"]["Size"] = UDim2.new(1, 0, 0, 4);
  5273. G2L["1c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5274. G2L["1c8"]["Name"] = [[Line]];
  5275. G2L["1c8"]["LayoutOrder"] = 5;
  5276.  
  5277.  
  5278. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.Line.UICorner
  5279. G2L["1c9"] = Instance.new("UICorner", G2L["1c8"]);
  5280. G2L["1c9"]["CornerRadius"] = UDim.new(1, 0);
  5281.  
  5282.  
  5283. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Separator.UICorner
  5284. G2L["1ca"] = Instance.new("UICorner", G2L["1c7"]);
  5285. G2L["1ca"]["CornerRadius"] = UDim.new(1, 0);
  5286.  
  5287.  
  5288. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.UIPadding
  5289. G2L["1cb"] = Instance.new("UIPadding", G2L["1c2"]);
  5290. G2L["1cb"]["PaddingTop"] = UDim.new(0, 4);
  5291. G2L["1cb"]["PaddingRight"] = UDim.new(0, 6);
  5292. G2L["1cb"]["PaddingLeft"] = UDim.new(0, 6);
  5293.  
  5294.  
  5295. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.UIListLayout
  5296. G2L["1cc"] = Instance.new("UIListLayout", G2L["1c2"]);
  5297. G2L["1cc"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  5298. G2L["1cc"]["Padding"] = UDim.new(0, 4);
  5299. G2L["1cc"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  5300.  
  5301.  
  5302. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas
  5303. G2L["1cd"] = Instance.new("TextButton", G2L["1c2"]);
  5304. G2L["1cd"]["TextWrapped"] = true;
  5305. G2L["1cd"]["LineHeight"] = 1.1;
  5306. G2L["1cd"]["BorderSizePixel"] = 0;
  5307. G2L["1cd"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5308. G2L["1cd"]["TextSize"] = 35;
  5309. G2L["1cd"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5310. G2L["1cd"]["TextScaled"] = true;
  5311. G2L["1cd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5312. G2L["1cd"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5313. G2L["1cd"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5314. G2L["1cd"]["Size"] = UDim2.new(1, 0, 0, 32);
  5315. G2L["1cd"]["BackgroundTransparency"] = 0.9;
  5316. G2L["1cd"]["LayoutOrder"] = 1;
  5317. G2L["1cd"]["Name"] = [[Christmas]];
  5318. G2L["1cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5319. G2L["1cd"]["Text"] = [[Christmas Theme]];
  5320.  
  5321.  
  5322. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.UIPadding
  5323. G2L["1ce"] = Instance.new("UIPadding", G2L["1cd"]);
  5324. G2L["1ce"]["PaddingRight"] = UDim.new(0.02, 6);
  5325. G2L["1ce"]["PaddingLeft"] = UDim.new(0.02, 6);
  5326.  
  5327.  
  5328. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.Value
  5329. G2L["1cf"] = Instance.new("BoolValue", G2L["1cd"]);
  5330.  
  5331.  
  5332.  
  5333. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Christmas.UICorner
  5334. G2L["1d0"] = Instance.new("UICorner", G2L["1cd"]);
  5335. G2L["1d0"]["CornerRadius"] = UDim.new(1, 0);
  5336.  
  5337.  
  5338. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines
  5339. G2L["1d1"] = Instance.new("TextButton", G2L["1c2"]);
  5340. G2L["1d1"]["TextWrapped"] = true;
  5341. G2L["1d1"]["LineHeight"] = 1.1;
  5342. G2L["1d1"]["BorderSizePixel"] = 0;
  5343. G2L["1d1"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5344. G2L["1d1"]["TextSize"] = 35;
  5345. G2L["1d1"]["TextColor3"] = Color3.fromRGB(151, 151, 151);
  5346. G2L["1d1"]["TextScaled"] = true;
  5347. G2L["1d1"]["BackgroundColor3"] = Color3.fromRGB(151, 151, 151);
  5348. G2L["1d1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5349. G2L["1d1"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5350. G2L["1d1"]["Size"] = UDim2.new(1, 0, 0, 32);
  5351. G2L["1d1"]["BackgroundTransparency"] = 0.9;
  5352. G2L["1d1"]["LayoutOrder"] = 1;
  5353. G2L["1d1"]["Name"] = [[Mines]];
  5354. G2L["1d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5355. G2L["1d1"]["Text"] = [[The Mines Theme]];
  5356.  
  5357.  
  5358. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.UIPadding
  5359. G2L["1d2"] = Instance.new("UIPadding", G2L["1d1"]);
  5360. G2L["1d2"]["PaddingRight"] = UDim.new(0.02, 6);
  5361. G2L["1d2"]["PaddingLeft"] = UDim.new(0.02, 6);
  5362.  
  5363.  
  5364. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.Value
  5365. G2L["1d3"] = Instance.new("BoolValue", G2L["1d1"]);
  5366.  
  5367.  
  5368.  
  5369. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Mines.UICorner
  5370. G2L["1d4"] = Instance.new("UICorner", G2L["1d1"]);
  5371. G2L["1d4"]["CornerRadius"] = UDim.new(1, 0);
  5372.  
  5373.  
  5374. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded
  5375. G2L["1d5"] = Instance.new("TextButton", G2L["1c2"]);
  5376. G2L["1d5"]["TextWrapped"] = true;
  5377. G2L["1d5"]["LineHeight"] = 1.1;
  5378. G2L["1d5"]["BorderSizePixel"] = 0;
  5379. G2L["1d5"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  5380. G2L["1d5"]["TextSize"] = 35;
  5381. G2L["1d5"]["TextColor3"] = Color3.fromRGB(255, 171, 0);
  5382. G2L["1d5"]["TextScaled"] = true;
  5383. G2L["1d5"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 0);
  5384. G2L["1d5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5385. G2L["1d5"]["AnchorPoint"] = Vector2.new(0.5, 0);
  5386. G2L["1d5"]["Size"] = UDim2.new(1, 0, 0, 32);
  5387. G2L["1d5"]["BackgroundTransparency"] = 0.9;
  5388. G2L["1d5"]["LayoutOrder"] = 1;
  5389. G2L["1d5"]["Name"] = [[Corroded]];
  5390. G2L["1d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5391. G2L["1d5"]["Text"] = [[Corroded]];
  5392.  
  5393.  
  5394. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.UIPadding
  5395. G2L["1d6"] = Instance.new("UIPadding", G2L["1d5"]);
  5396. G2L["1d6"]["PaddingRight"] = UDim.new(0.02, 6);
  5397. G2L["1d6"]["PaddingLeft"] = UDim.new(0.02, 6);
  5398.  
  5399.  
  5400. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.Value
  5401. G2L["1d7"] = Instance.new("BoolValue", G2L["1d5"]);
  5402.  
  5403.  
  5404.  
  5405. -- StarterGui.Sciptmode.Main.Modifier.List.Place.Place.Corroded.UICorner
  5406. G2L["1d8"] = Instance.new("UICorner", G2L["1d5"]);
  5407. G2L["1d8"]["CornerRadius"] = UDim.new(1, 0);
  5408.  
  5409.  
  5410. -- StarterGui.Sciptmode.Main.Title
  5411. G2L["1d9"] = Instance.new("TextLabel", G2L["2"]);
  5412. G2L["1d9"]["TextWrapped"] = true;
  5413. G2L["1d9"]["BorderSizePixel"] = 0;
  5414. G2L["1d9"]["TextScaled"] = true;
  5415. G2L["1d9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5416. G2L["1d9"]["TextSize"] = 14;
  5417. G2L["1d9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5418. G2L["1d9"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  5419. G2L["1d9"]["BackgroundTransparency"] = 1;
  5420. G2L["1d9"]["Size"] = UDim2.new(0.15215, 0, 0.08355, 0);
  5421. G2L["1d9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5422. G2L["1d9"]["Text"] = [[Scrpts Mode V5]];
  5423. G2L["1d9"]["Name"] = [[Title]];
  5424. G2L["1d9"]["Position"] = UDim2.new(0.63689, 0, 0.0851, 0);
  5425.  
  5426.  
  5427. -- StarterGui.Sciptmode.Main.Title.Title
  5428. G2L["1da"] = Instance.new("TextLabel", G2L["1d9"]);
  5429. G2L["1da"]["TextWrapped"] = true;
  5430. G2L["1da"]["BorderSizePixel"] = 0;
  5431. G2L["1da"]["TextScaled"] = true;
  5432. G2L["1da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5433. G2L["1da"]["TextSize"] = 14;
  5434. G2L["1da"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5435. G2L["1da"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  5436. G2L["1da"]["BackgroundTransparency"] = 1;
  5437. G2L["1da"]["Size"] = UDim2.new(0.69127, 0, 0.8573, 0);
  5438. G2L["1da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5439. G2L["1da"]["Text"] = [[Coming soon]];
  5440. G2L["1da"]["Name"] = [[Title]];
  5441. G2L["1da"]["Position"] = UDim2.new(0.32441, 0, 1, 0);
  5442.  
  5443.  
  5444. -- StarterGui.Sciptmode.Main.Button
  5445. G2L["1db"] = Instance.new("Frame", G2L["2"]);
  5446. G2L["1db"]["BorderSizePixel"] = 0;
  5447. G2L["1db"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5448. G2L["1db"]["Size"] = UDim2.new(1, 0, 0, 36);
  5449. G2L["1db"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5450. G2L["1db"]["Name"] = [[Button]];
  5451. G2L["1db"]["BackgroundTransparency"] = 1;
  5452.  
  5453.  
  5454. -- StarterGui.Sciptmode.Main.Button.Old
  5455. G2L["1dc"] = Instance.new("Frame", G2L["1db"]);
  5456. G2L["1dc"]["BorderSizePixel"] = 0;
  5457. G2L["1dc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5458. G2L["1dc"]["Size"] = UDim2.new(0.5, -16, 1, 0);
  5459. G2L["1dc"]["Position"] = UDim2.new(0, 16, 0, 20);
  5460. G2L["1dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5461. G2L["1dc"]["Name"] = [[Old]];
  5462. G2L["1dc"]["BackgroundTransparency"] = 1;
  5463.  
  5464.  
  5465. -- StarterGui.Sciptmode.Main.Button.Old.MenuButton
  5466. G2L["1dd"] = Instance.new("Frame", G2L["1dc"]);
  5467. G2L["1dd"]["BorderSizePixel"] = 0;
  5468. G2L["1dd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5469. G2L["1dd"]["Size"] = UDim2.new(0, 32, 1, 0);
  5470. G2L["1dd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5471. G2L["1dd"]["Name"] = [[MenuButton]];
  5472. G2L["1dd"]["BackgroundTransparency"] = 1;
  5473.  
  5474.  
  5475. -- StarterGui.Sciptmode.Main.Button.Old.MenuButton.ImageButton
  5476. G2L["1de"] = Instance.new("ImageButton", G2L["1dd"]);
  5477. G2L["1de"]["BorderSizePixel"] = 0;
  5478. G2L["1de"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  5479. G2L["1de"]["AnchorPoint"] = Vector2.new(0, 1);
  5480. G2L["1de"]["Image"] = [[rbxasset://textures/ui/TopBar/iconBase.png]];
  5481. G2L["1de"]["Size"] = UDim2.new(0, 32, 0, 32);
  5482. G2L["1de"]["BackgroundTransparency"] = 1;
  5483. G2L["1de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5484. G2L["1de"]["Position"] = UDim2.new(0, 0, 1, 0);
  5485.  
  5486.  
  5487. -- StarterGui.Sciptmode.Main.Button.Old.MenuButton.ImageButton.ImageLabel
  5488. G2L["1df"] = Instance.new("ImageLabel", G2L["1de"]);
  5489. G2L["1df"]["BorderSizePixel"] = 0;
  5490. G2L["1df"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5491. G2L["1df"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  5492. G2L["1df"]["Image"] = [[rbxassetid://115694489311157]];
  5493. G2L["1df"]["Size"] = UDim2.new(0, 24, 0, 24);
  5494. G2L["1df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5495. G2L["1df"]["BackgroundTransparency"] = 1;
  5496. G2L["1df"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  5497.  
  5498.  
  5499. -- StarterGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore.LocalScript
  5500. local function C_a6()
  5501. local script = G2L["a6"];
  5502. local Hardocre = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Modifier.List.Mode.Mode.Hardcore
  5503. local UIStroke = Hardocre.UIStroke
  5504.  
  5505. local Select = false
  5506.  
  5507. Hardocre.MouseButton1Click:Connect(function()
  5508. if Select == false then
  5509. Hardocre.BackgroundTransparency = 0.7
  5510. UIStroke.Enabled = true
  5511. Select = true
  5512. else
  5513. Hardocre.BackgroundTransparency = 0.9
  5514. UIStroke.Enabled = false
  5515. Select = false
  5516. end
  5517. end)
  5518. end;
  5519. task.spawn(C_a6);
  5520.  
  5521. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement