BoboTheScripter

sdawdf 11 2qewqransfdh iu2h1idfbsaf for my friend hehehehdehfih21h ishayodh owuyge1ywgv ysthnfd761y

Mar 17th, 2025 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.03 KB | None | 0 0
  1. local CollectionService = game:GetService("CollectionService");
  2. local G2L = {};
  3.  
  4. -- StarterGui.Menu (universal)
  5. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  6. G2L["1"]["IgnoreGuiInset"] = true;
  7. G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  8. G2L["1"]["Name"] = [[Menu (universal)]];
  9. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  10. G2L["1"]["ResetOnSpawn"] = false;
  11.  
  12.  
  13. -- StarterGui.Menu (universal).GUI
  14. G2L["2"] = Instance.new("Frame", G2L["1"]);
  15. G2L["2"]["BorderSizePixel"] = 0;
  16. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  17. G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
  18. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  19. G2L["2"]["Name"] = [[GUI]];
  20. G2L["2"]["BackgroundTransparency"] = 1;
  21.  
  22.  
  23. -- StarterGui.Menu (universal).GUI.BG
  24. G2L["3"] = Instance.new("Frame", G2L["2"]);
  25. G2L["3"]["BorderSizePixel"] = 0;
  26. G2L["3"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  27. G2L["3"]["Size"] = UDim2.new(0.50121, 0, 0.65766, 0);
  28. G2L["3"]["Position"] = UDim2.new(0.25737, 0, 0.18355, 0);
  29. G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  30. G2L["3"]["Name"] = [[BG]];
  31.  
  32.  
  33. -- StarterGui.Menu (universal).GUI.BG.UICorner
  34. G2L["4"] = Instance.new("UICorner", G2L["3"]);
  35. G2L["4"]["CornerRadius"] = UDim.new(0, 4);
  36.  
  37.  
  38. -- StarterGui.Menu (universal).GUI.BG.UIStroke
  39. G2L["5"] = Instance.new("UIStroke", G2L["3"]);
  40. G2L["5"]["Thickness"] = 2;
  41.  
  42.  
  43. -- StarterGui.Menu (universal).GUI.BG.UIAspectRatioConstraint
  44. G2L["6"] = Instance.new("UIAspectRatioConstraint", G2L["3"]);
  45. G2L["6"]["AspectRatio"] = 1.77397;
  46.  
  47.  
  48. -- StarterGui.Menu (universal).GUI.BG.Version
  49. G2L["7"] = Instance.new("TextLabel", G2L["3"]);
  50. G2L["7"]["TextWrapped"] = true;
  51. G2L["7"]["ZIndex"] = 1000000216;
  52. G2L["7"]["BorderSizePixel"] = 0;
  53. G2L["7"]["TextSize"] = 14;
  54. G2L["7"]["TextTransparency"] = 0.5;
  55. G2L["7"]["TextScaled"] = true;
  56. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  57. G2L["7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  58. G2L["7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  59. G2L["7"]["BackgroundTransparency"] = 1;
  60. G2L["7"]["Size"] = UDim2.new(0.0928, 0, 0.06808, 0);
  61. G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  62. G2L["7"]["Text"] = [[v1.2.0]];
  63. G2L["7"]["Name"] = [[Version]];
  64. G2L["7"]["Position"] = UDim2.new(0.9269, 0, -0.00013, 0);
  65.  
  66.  
  67. -- StarterGui.Menu (universal).GUI.BG.Version.UIAspectRatioConstraint
  68. G2L["8"] = Instance.new("UIAspectRatioConstraint", G2L["7"]);
  69. G2L["8"]["AspectRatio"] = 3.85294;
  70.  
  71.  
  72. -- StarterGui.Menu (universal).GUI.BG.Title
  73. G2L["9"] = Instance.new("TextLabel", G2L["3"]);
  74. G2L["9"]["TextWrapped"] = true;
  75. G2L["9"]["ZIndex"] = 1000000216;
  76. G2L["9"]["BorderSizePixel"] = 0;
  77. G2L["9"]["TextSize"] = 14;
  78. G2L["9"]["TextScaled"] = true;
  79. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  80. G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  81. G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  82. G2L["9"]["BackgroundTransparency"] = 1;
  83. G2L["9"]["Size"] = UDim2.new(0.23258, 0, 0.17064, 0);
  84. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  85. G2L["9"]["Text"] = [[BoboHub]];
  86. G2L["9"]["Name"] = [[Title]];
  87. G2L["9"]["Position"] = UDim2.new(0.74358, 0, -0.00013, 0);
  88.  
  89.  
  90. -- StarterGui.Menu (universal).GUI.BG.Title.UIStroke
  91. G2L["a"] = Instance.new("UIStroke", G2L["9"]);
  92. G2L["a"]["Thickness"] = 4;
  93.  
  94.  
  95. -- StarterGui.Menu (universal).GUI.BG.Title.UIAspectRatioConstraint
  96. G2L["b"] = Instance.new("UIAspectRatioConstraint", G2L["9"]);
  97. G2L["b"]["AspectRatio"] = 3.85294;
  98.  
  99.  
  100. -- StarterGui.Menu (universal).GUI.Options
  101. G2L["c"] = Instance.new("Frame", G2L["2"]);
  102. G2L["c"]["ZIndex"] = 4;
  103. G2L["c"]["BorderSizePixel"] = 0;
  104. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  105. G2L["c"]["Size"] = UDim2.new(0.0922, 0, 0.65115, 0);
  106. G2L["c"]["Position"] = UDim2.new(0.25737, 0, 0.18387, 0);
  107. G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  108. G2L["c"]["Name"] = [[Options]];
  109. G2L["c"]["BackgroundTransparency"] = 1;
  110.  
  111.  
  112. -- StarterGui.Menu (universal).GUI.Options.Credits
  113. G2L["d"] = Instance.new("TextButton", G2L["c"]);
  114. G2L["d"]["TextWrapped"] = true;
  115. G2L["d"]["BorderSizePixel"] = 0;
  116. G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  117. G2L["d"]["TextSize"] = 14;
  118. G2L["d"]["TextScaled"] = true;
  119. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  120. G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  121. G2L["d"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  122. G2L["d"]["Name"] = [[Credits]];
  123. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  124. G2L["d"]["Text"] = [[Credits]];
  125. G2L["d"]["Position"] = UDim2.new(0, 0, 0.69701, 0);
  126.  
  127.  
  128. -- StarterGui.Menu (universal).GUI.Options.Credits.UIStroke
  129. G2L["e"] = Instance.new("UIStroke", G2L["d"]);
  130. G2L["e"]["Thickness"] = 2;
  131.  
  132.  
  133. -- StarterGui.Menu (universal).GUI.Options.Credits.UIStroke
  134. G2L["f"] = Instance.new("UIStroke", G2L["d"]);
  135. G2L["f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  136. G2L["f"]["Thickness"] = 2;
  137.  
  138.  
  139. -- StarterGui.Menu (universal).GUI.Options.Credits.UIAspectRatioConstraint
  140. G2L["10"] = Instance.new("UIAspectRatioConstraint", G2L["d"]);
  141. G2L["10"]["AspectRatio"] = 1.96667;
  142.  
  143.  
  144. -- StarterGui.Menu (universal).GUI.Options.HUD
  145. G2L["11"] = Instance.new("TextButton", G2L["c"]);
  146. G2L["11"]["TextWrapped"] = true;
  147. G2L["11"]["BorderSizePixel"] = 0;
  148. G2L["11"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  149. G2L["11"]["TextSize"] = 14;
  150. G2L["11"]["TextScaled"] = true;
  151. G2L["11"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  152. G2L["11"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  153. G2L["11"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  154. G2L["11"]["Name"] = [[HUD]];
  155. G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  156. G2L["11"]["Text"] = [[HUD]];
  157. G2L["11"]["Position"] = UDim2.new(0, 0, 0.55712, 0);
  158.  
  159.  
  160. -- StarterGui.Menu (universal).GUI.Options.HUD.UIStroke
  161. G2L["12"] = Instance.new("UIStroke", G2L["11"]);
  162. G2L["12"]["Thickness"] = 2;
  163.  
  164.  
  165. -- StarterGui.Menu (universal).GUI.Options.HUD.UIStroke
  166. G2L["13"] = Instance.new("UIStroke", G2L["11"]);
  167. G2L["13"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  168. G2L["13"]["Thickness"] = 2;
  169.  
  170.  
  171. -- StarterGui.Menu (universal).GUI.Options.HUD.UIAspectRatioConstraint
  172. G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["11"]);
  173. G2L["14"]["AspectRatio"] = 1.96667;
  174.  
  175.  
  176. -- StarterGui.Menu (universal).GUI.Options.Player
  177. G2L["15"] = Instance.new("TextButton", G2L["c"]);
  178. G2L["15"]["TextWrapped"] = true;
  179. G2L["15"]["BorderSizePixel"] = 0;
  180. G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  181. G2L["15"]["TextSize"] = 14;
  182. G2L["15"]["TextScaled"] = true;
  183. G2L["15"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  184. G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  185. G2L["15"]["Size"] = UDim2.new(0.85849, 0, 0.13878, 0);
  186. G2L["15"]["Name"] = [[Player]];
  187. G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  188. G2L["15"]["Text"] = [[Player]];
  189. G2L["15"]["Position"] = UDim2.new(-0, 0, -0.00062, 0);
  190.  
  191.  
  192. -- StarterGui.Menu (universal).GUI.Options.Player.UIStroke
  193. G2L["16"] = Instance.new("UIStroke", G2L["15"]);
  194. G2L["16"]["Thickness"] = 2;
  195.  
  196.  
  197. -- StarterGui.Menu (universal).GUI.Options.Player.UIStroke
  198. G2L["17"] = Instance.new("UIStroke", G2L["15"]);
  199. G2L["17"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  200. G2L["17"]["Thickness"] = 2;
  201.  
  202.  
  203. -- StarterGui.Menu (universal).GUI.Options.Player.UIAspectRatioConstraint
  204. G2L["18"] = Instance.new("UIAspectRatioConstraint", G2L["15"]);
  205. G2L["18"]["AspectRatio"] = 1.96667;
  206.  
  207.  
  208. -- StarterGui.Menu (universal).GUI.Options.Settings
  209. G2L["19"] = Instance.new("TextButton", G2L["c"]);
  210. G2L["19"]["TextWrapped"] = true;
  211. G2L["19"]["BorderSizePixel"] = 0;
  212. G2L["19"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  213. G2L["19"]["TextSize"] = 14;
  214. G2L["19"]["TextScaled"] = true;
  215. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  216. G2L["19"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  217. G2L["19"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  218. G2L["19"]["Name"] = [[Settings]];
  219. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  220. G2L["19"]["Text"] = [[Settings]];
  221. G2L["19"]["Position"] = UDim2.new(0, 0, 0.41575, 0);
  222.  
  223.  
  224. -- StarterGui.Menu (universal).GUI.Options.Settings.UIStroke
  225. G2L["1a"] = Instance.new("UIStroke", G2L["19"]);
  226. G2L["1a"]["Thickness"] = 2;
  227.  
  228.  
  229. -- StarterGui.Menu (universal).GUI.Options.Settings.UIStroke
  230. G2L["1b"] = Instance.new("UIStroke", G2L["19"]);
  231. G2L["1b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  232. G2L["1b"]["Thickness"] = 2;
  233.  
  234.  
  235. -- StarterGui.Menu (universal).GUI.Options.Settings.UIAspectRatioConstraint
  236. G2L["1c"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
  237. G2L["1c"]["AspectRatio"] = 1.96667;
  238.  
  239.  
  240. -- StarterGui.Menu (universal).GUI.Options.Visuals
  241. G2L["1d"] = Instance.new("TextButton", G2L["c"]);
  242. G2L["1d"]["TextWrapped"] = true;
  243. G2L["1d"]["BorderSizePixel"] = 0;
  244. G2L["1d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  245. G2L["1d"]["TextSize"] = 14;
  246. G2L["1d"]["TextScaled"] = true;
  247. G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  248. G2L["1d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  249. G2L["1d"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  250. G2L["1d"]["Name"] = [[Visuals]];
  251. G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  252. G2L["1d"]["Text"] = [[Visuals]];
  253. G2L["1d"]["Position"] = UDim2.new(0, 0, 0.27585, 0);
  254.  
  255.  
  256. -- StarterGui.Menu (universal).GUI.Options.Visuals.UIStroke
  257. G2L["1e"] = Instance.new("UIStroke", G2L["1d"]);
  258. G2L["1e"]["Thickness"] = 2;
  259.  
  260.  
  261. -- StarterGui.Menu (universal).GUI.Options.Visuals.UIStroke
  262. G2L["1f"] = Instance.new("UIStroke", G2L["1d"]);
  263. G2L["1f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  264. G2L["1f"]["Thickness"] = 2;
  265.  
  266.  
  267. -- StarterGui.Menu (universal).GUI.Options.Visuals.UIAspectRatioConstraint
  268. G2L["20"] = Instance.new("UIAspectRatioConstraint", G2L["1d"]);
  269. G2L["20"]["AspectRatio"] = 1.96667;
  270.  
  271.  
  272. -- StarterGui.Menu (universal).GUI.Options.Client
  273. G2L["21"] = Instance.new("TextButton", G2L["c"]);
  274. G2L["21"]["TextWrapped"] = true;
  275. G2L["21"]["BorderSizePixel"] = 0;
  276. G2L["21"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  277. G2L["21"]["TextSize"] = 14;
  278. G2L["21"]["TextScaled"] = true;
  279. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  280. G2L["21"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  281. G2L["21"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  282. G2L["21"]["Name"] = [[Client]];
  283. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  284. G2L["21"]["Text"] = [[Client]];
  285. G2L["21"]["Position"] = UDim2.new(0, 0, 0.1389, 0);
  286.  
  287.  
  288. -- StarterGui.Menu (universal).GUI.Options.Client.UIStroke
  289. G2L["22"] = Instance.new("UIStroke", G2L["21"]);
  290. G2L["22"]["Thickness"] = 2;
  291.  
  292.  
  293. -- StarterGui.Menu (universal).GUI.Options.Client.UIStroke
  294. G2L["23"] = Instance.new("UIStroke", G2L["21"]);
  295. G2L["23"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  296. G2L["23"]["Thickness"] = 2;
  297.  
  298.  
  299. -- StarterGui.Menu (universal).GUI.Options.Client.UIAspectRatioConstraint
  300. G2L["24"] = Instance.new("UIAspectRatioConstraint", G2L["21"]);
  301. G2L["24"]["AspectRatio"] = 1.96667;
  302.  
  303.  
  304. -- StarterGui.Menu (universal).GUI.Options.UIAspectRatioConstraint
  305. G2L["25"] = Instance.new("UIAspectRatioConstraint", G2L["c"]);
  306. G2L["25"]["AspectRatio"] = 0.31793;
  307.  
  308.  
  309. -- StarterGui.Menu (universal).GUI.Options.Open
  310. G2L["26"] = Instance.new("Color3Value", G2L["c"]);
  311. G2L["26"]["Name"] = [[Open]];
  312. G2L["26"]["Value"] = Color3.fromRGB(60, 61, 93);
  313.  
  314.  
  315. -- StarterGui.Menu (universal).GUI.Options.Closed
  316. G2L["27"] = Instance.new("Color3Value", G2L["c"]);
  317. G2L["27"]["Name"] = [[Closed]];
  318. G2L["27"]["Value"] = Color3.fromRGB(35, 32, 42);
  319.  
  320.  
  321. -- StarterGui.Menu (universal).GUI.Options.LocalScript
  322. G2L["28"] = Instance.new("LocalScript", G2L["c"]);
  323.  
  324.  
  325.  
  326. -- StarterGui.Menu (universal).GUI.Options.Misc
  327. G2L["29"] = Instance.new("TextButton", G2L["c"]);
  328. G2L["29"]["TextWrapped"] = true;
  329. G2L["29"]["BorderSizePixel"] = 0;
  330. G2L["29"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  331. G2L["29"]["TextSize"] = 14;
  332. G2L["29"]["TextScaled"] = true;
  333. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(35, 32, 42);
  334. G2L["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  335. G2L["29"]["Size"] = UDim2.new(0.85871, 0, 0.13882, 0);
  336. G2L["29"]["Name"] = [[Misc]];
  337. G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  338. G2L["29"]["Text"] = [[Misc]];
  339. G2L["29"]["Position"] = UDim2.new(0, 0, 0.83464, 0);
  340.  
  341.  
  342. -- StarterGui.Menu (universal).GUI.Options.Misc.UIStroke
  343. G2L["2a"] = Instance.new("UIStroke", G2L["29"]);
  344. G2L["2a"]["Thickness"] = 2;
  345.  
  346.  
  347. -- StarterGui.Menu (universal).GUI.Options.Misc.UIStroke
  348. G2L["2b"] = Instance.new("UIStroke", G2L["29"]);
  349. G2L["2b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  350. G2L["2b"]["Thickness"] = 2;
  351.  
  352.  
  353. -- StarterGui.Menu (universal).GUI.Options.Misc.UIAspectRatioConstraint
  354. G2L["2c"] = Instance.new("UIAspectRatioConstraint", G2L["29"]);
  355. G2L["2c"]["AspectRatio"] = 1.96667;
  356.  
  357.  
  358. -- StarterGui.Menu (universal).GUI.Options.Misc.UICorner
  359. G2L["2d"] = Instance.new("UICorner", G2L["29"]);
  360. G2L["2d"]["CornerRadius"] = UDim.new(0, 4);
  361.  
  362.  
  363. -- StarterGui.Menu (universal).GUI.MoveGUI
  364. G2L["2e"] = Instance.new("Frame", G2L["2"]);
  365. G2L["2e"]["ZIndex"] = 3;
  366. G2L["2e"]["BorderSizePixel"] = 0;
  367. G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  368. G2L["2e"]["Size"] = UDim2.new(0.50153, 0, 0.01359, 0);
  369. G2L["2e"]["Position"] = UDim2.new(0.25716, 0, 0.18313, 0);
  370. G2L["2e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  371. G2L["2e"]["Name"] = [[MoveGUI]];
  372. G2L["2e"]["BackgroundTransparency"] = 1;
  373.  
  374.  
  375. -- StarterGui.Menu (universal).GUI.MoveGUI.UICorner
  376. G2L["2f"] = Instance.new("UICorner", G2L["2e"]);
  377. G2L["2f"]["CornerRadius"] = UDim.new(0, 4);
  378.  
  379.  
  380. -- StarterGui.Menu (universal).GUI.MoveGUI.LocalScript
  381. G2L["30"] = Instance.new("LocalScript", G2L["2e"]);
  382.  
  383.  
  384.  
  385. -- StarterGui.Menu (universal).GUI.Guis
  386. G2L["31"] = Instance.new("Frame", G2L["2"]);
  387. G2L["31"]["ZIndex"] = 2;
  388. G2L["31"]["BorderSizePixel"] = 0;
  389. G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  390. G2L["31"]["Size"] = UDim2.new(0.49606, 0, 0.658, 0);
  391. G2L["31"]["Position"] = UDim2.new(0.25737, 0, 0.18243, 0);
  392. G2L["31"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  393. G2L["31"]["Name"] = [[Guis]];
  394. G2L["31"]["BackgroundTransparency"] = 1;
  395.  
  396.  
  397. -- StarterGui.Menu (universal).GUI.Guis.Player
  398. G2L["32"] = Instance.new("Frame", G2L["31"]);
  399. G2L["32"]["Visible"] = false;
  400. G2L["32"]["ZIndex"] = 3;
  401. G2L["32"]["BorderSizePixel"] = 0;
  402. G2L["32"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  403. G2L["32"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  404. G2L["32"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  405. G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  406. G2L["32"]["Name"] = [[Player]];
  407. G2L["32"]["BackgroundTransparency"] = 1;
  408.  
  409.  
  410. -- StarterGui.Menu (universal).GUI.Guis.Player.UIAspectRatioConstraint
  411. G2L["33"] = Instance.new("UIAspectRatioConstraint", G2L["32"]);
  412. G2L["33"]["AspectRatio"] = 1.4547;
  413.  
  414.  
  415. -- StarterGui.Menu (universal).GUI.Guis.Player.Info
  416. G2L["34"] = Instance.new("TextLabel", G2L["32"]);
  417. G2L["34"]["TextWrapped"] = true;
  418. G2L["34"]["BorderSizePixel"] = 0;
  419. G2L["34"]["TextSize"] = 14;
  420. G2L["34"]["TextScaled"] = true;
  421. G2L["34"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  422. G2L["34"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  423. G2L["34"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  424. G2L["34"]["BackgroundTransparency"] = 1;
  425. G2L["34"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  426. G2L["34"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  427. G2L["34"]["Text"] = [[Player]];
  428. G2L["34"]["Name"] = [[Info]];
  429. G2L["34"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  430.  
  431.  
  432. -- StarterGui.Menu (universal).GUI.Guis.Player.Info.UIStroke
  433. G2L["35"] = Instance.new("UIStroke", G2L["34"]);
  434. G2L["35"]["Thickness"] = 4;
  435.  
  436.  
  437. -- StarterGui.Menu (universal).GUI.Guis.Player.Info.UIAspectRatioConstraint
  438. G2L["36"] = Instance.new("UIAspectRatioConstraint", G2L["34"]);
  439. G2L["36"]["AspectRatio"] = 5.66176;
  440.  
  441.  
  442. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1
  443. G2L["37"] = Instance.new("TextButton", G2L["32"]);
  444. G2L["37"]["TextWrapped"] = true;
  445. G2L["37"]["BorderSizePixel"] = 0;
  446. G2L["37"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  447. G2L["37"]["TextSize"] = 14;
  448. G2L["37"]["TextScaled"] = true;
  449. G2L["37"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  450. G2L["37"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  451. G2L["37"]["ZIndex"] = 2;
  452. G2L["37"]["Size"] = UDim2.new(0.32331, 0, 0.07699, 0);
  453. G2L["37"]["Name"] = [[Toggle1]];
  454. G2L["37"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  455. G2L["37"]["Text"] = [[Off]];
  456. G2L["37"]["Position"] = UDim2.new(0.07538, 0, 0.27369, 0);
  457.  
  458.  
  459. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIAspectRatioConstraint
  460. G2L["38"] = Instance.new("UIAspectRatioConstraint", G2L["37"]);
  461. G2L["38"]["AspectRatio"] = 3.16092;
  462.  
  463.  
  464. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIStroke
  465. G2L["39"] = Instance.new("UIStroke", G2L["37"]);
  466. G2L["39"]["Thickness"] = 5;
  467.  
  468.  
  469. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UIStroke
  470. G2L["3a"] = Instance.new("UIStroke", G2L["37"]);
  471. G2L["3a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  472. G2L["3a"]["Thickness"] = 2;
  473.  
  474.  
  475. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle1.UICorner
  476. G2L["3b"] = Instance.new("UICorner", G2L["37"]);
  477. G2L["3b"]["CornerRadius"] = UDim.new(0, 3);
  478.  
  479.  
  480. -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger
  481. G2L["3c"] = Instance.new("TextBox", G2L["32"]);
  482. G2L["3c"]["Name"] = [[SpeedChanger]];
  483. G2L["3c"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
  484. G2L["3c"]["BorderSizePixel"] = 0;
  485. G2L["3c"]["TextWrapped"] = true;
  486. G2L["3c"]["TextSize"] = 14;
  487. G2L["3c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  488. G2L["3c"]["TextScaled"] = true;
  489. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  490. G2L["3c"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  491. G2L["3c"]["PlaceholderText"] = [[Change speed]];
  492. G2L["3c"]["Size"] = UDim2.new(0.25617, 0, 0.09915, 0);
  493. G2L["3c"]["Position"] = UDim2.new(0.03173, 0, 0.18894, 0);
  494. G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  495. G2L["3c"]["Text"] = [[]];
  496.  
  497.  
  498. -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIAspectRatioConstraint
  499. G2L["3d"] = Instance.new("UIAspectRatioConstraint", G2L["3c"]);
  500. G2L["3d"]["AspectRatio"] = 3.75862;
  501.  
  502.  
  503. -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIStroke
  504. G2L["3e"] = Instance.new("UIStroke", G2L["3c"]);
  505. G2L["3e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  506. G2L["3e"]["Thickness"] = 2;
  507.  
  508.  
  509. -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UIStroke
  510. G2L["3f"] = Instance.new("UIStroke", G2L["3c"]);
  511. G2L["3f"]["Thickness"] = 5;
  512.  
  513.  
  514. -- StarterGui.Menu (universal).GUI.Guis.Player.SpeedChanger.UICorner
  515. G2L["40"] = Instance.new("UICorner", G2L["3c"]);
  516. G2L["40"]["CornerRadius"] = UDim.new(0, 3);
  517.  
  518.  
  519. -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger
  520. G2L["41"] = Instance.new("TextBox", G2L["32"]);
  521. G2L["41"]["Name"] = [[JumpChanger]];
  522. G2L["41"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
  523. G2L["41"]["BorderSizePixel"] = 0;
  524. G2L["41"]["TextWrapped"] = true;
  525. G2L["41"]["TextSize"] = 14;
  526. G2L["41"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  527. G2L["41"]["TextScaled"] = true;
  528. G2L["41"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  529. G2L["41"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  530. G2L["41"]["PlaceholderText"] = [[Change JumpPower]];
  531. G2L["41"]["Size"] = UDim2.new(0.25617, 0, 0.09915, 0);
  532. G2L["41"]["Position"] = UDim2.new(0.31728, 0, 0.18552, 0);
  533. G2L["41"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  534. G2L["41"]["Text"] = [[]];
  535.  
  536.  
  537. -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIAspectRatioConstraint
  538. G2L["42"] = Instance.new("UIAspectRatioConstraint", G2L["41"]);
  539. G2L["42"]["AspectRatio"] = 3.75862;
  540.  
  541.  
  542. -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIStroke
  543. G2L["43"] = Instance.new("UIStroke", G2L["41"]);
  544. G2L["43"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  545. G2L["43"]["Thickness"] = 2;
  546.  
  547.  
  548. -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UIStroke
  549. G2L["44"] = Instance.new("UIStroke", G2L["41"]);
  550. G2L["44"]["Thickness"] = 5;
  551.  
  552.  
  553. -- StarterGui.Menu (universal).GUI.Guis.Player.JumpChanger.UICorner
  554. G2L["45"] = Instance.new("UICorner", G2L["41"]);
  555. G2L["45"]["CornerRadius"] = UDim.new(0, 3);
  556.  
  557.  
  558. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2
  559. G2L["46"] = Instance.new("TextButton", G2L["32"]);
  560. G2L["46"]["TextWrapped"] = true;
  561. G2L["46"]["BorderSizePixel"] = 0;
  562. G2L["46"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  563. G2L["46"]["TextSize"] = 14;
  564. G2L["46"]["TextScaled"] = true;
  565. G2L["46"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  566. G2L["46"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  567. G2L["46"]["ZIndex"] = 2;
  568. G2L["46"]["Size"] = UDim2.new(0.32331, 0, 0.07699, 0);
  569. G2L["46"]["Name"] = [[Toggle2]];
  570. G2L["46"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  571. G2L["46"]["Text"] = [[Off]];
  572. G2L["46"]["Position"] = UDim2.new(0.36093, 0, 0.27027, 0);
  573.  
  574.  
  575. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIAspectRatioConstraint
  576. G2L["47"] = Instance.new("UIAspectRatioConstraint", G2L["46"]);
  577. G2L["47"]["AspectRatio"] = 3.16092;
  578.  
  579.  
  580. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIStroke
  581. G2L["48"] = Instance.new("UIStroke", G2L["46"]);
  582. G2L["48"]["Thickness"] = 5;
  583.  
  584.  
  585. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UIStroke
  586. G2L["49"] = Instance.new("UIStroke", G2L["46"]);
  587. G2L["49"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  588. G2L["49"]["Thickness"] = 2;
  589.  
  590.  
  591. -- StarterGui.Menu (universal).GUI.Guis.Player.Toggle2.UICorner
  592. G2L["4a"] = Instance.new("UICorner", G2L["46"]);
  593. G2L["4a"]["CornerRadius"] = UDim.new(0, 3);
  594.  
  595.  
  596. -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom
  597. G2L["4b"] = Instance.new("TextButton", G2L["32"]);
  598. G2L["4b"]["TextWrapped"] = true;
  599. G2L["4b"]["BorderSizePixel"] = 0;
  600. G2L["4b"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  601. G2L["4b"]["TextSize"] = 14;
  602. G2L["4b"]["TextScaled"] = true;
  603. G2L["4b"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  604. G2L["4b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  605. G2L["4b"]["ZIndex"] = 2;
  606. G2L["4b"]["Size"] = UDim2.new(0.256, 0, 0.099, 0);
  607. G2L["4b"]["Name"] = [[InfiniteZoom]];
  608. G2L["4b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  609. G2L["4b"]["Text"] = [[Infinite zoom]];
  610. G2L["4b"]["Position"] = UDim2.new(0.60417, 0, 0.1848, 0);
  611.  
  612.  
  613. -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIStroke
  614. G2L["4c"] = Instance.new("UIStroke", G2L["4b"]);
  615. G2L["4c"]["Thickness"] = 5;
  616.  
  617.  
  618. -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIStroke
  619. G2L["4d"] = Instance.new("UIStroke", G2L["4b"]);
  620. G2L["4d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  621. G2L["4d"]["Thickness"] = 2;
  622.  
  623.  
  624. -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UICorner
  625. G2L["4e"] = Instance.new("UICorner", G2L["4b"]);
  626. G2L["4e"]["CornerRadius"] = UDim.new(0, 3);
  627.  
  628.  
  629. -- StarterGui.Menu (universal).GUI.Guis.Player.InfiniteZoom.UIAspectRatioConstraint
  630. G2L["4f"] = Instance.new("UIAspectRatioConstraint", G2L["4b"]);
  631. G2L["4f"]["AspectRatio"] = 3.75862;
  632.  
  633.  
  634. -- StarterGui.Menu (universal).GUI.Guis.Player.LocalScript
  635. G2L["50"] = Instance.new("LocalScript", G2L["32"]);
  636.  
  637.  
  638.  
  639. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript
  640. G2L["51"] = Instance.new("LocalScript", G2L["32"]);
  641. G2L["51"]["Name"] = [[FlyScript]];
  642.  
  643.  
  644. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Wind
  645. G2L["52"] = Instance.new("Sound", G2L["51"]);
  646. G2L["52"]["Name"] = [[Wind]];
  647. G2L["52"]["SoundId"] = [[rbxassetid://3308152153]];
  648.  
  649.  
  650. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.BodyGyro
  651. G2L["53"] = Instance.new("BodyGyro", G2L["51"]);
  652.  
  653.  
  654.  
  655. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.BodyVelocity
  656. G2L["54"] = Instance.new("BodyVelocity", G2L["51"]);
  657.  
  658.  
  659.  
  660. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Flymoving
  661. G2L["55"] = Instance.new("BoolValue", G2L["51"]);
  662. G2L["55"]["Name"] = [[Flymoving]];
  663.  
  664.  
  665. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover
  666. G2L["56"] = Instance.new("KeyframeSequence", G2L["51"]);
  667. G2L["56"]["Name"] = [[Hover]];
  668. G2L["56"]["Priority"] = Enum.AnimationPriority.Movement;
  669.  
  670. -- Tags
  671. CollectionService:AddTag(G2L["56"], [[1655494505]]);
  672.  
  673. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe
  674. G2L["57"] = Instance.new("Keyframe", G2L["56"]);
  675.  
  676.  
  677.  
  678. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart
  679. G2L["58"] = Instance.new("Pose", G2L["57"]);
  680. G2L["58"]["Name"] = [[HumanoidRootPart]];
  681. G2L["58"]["Weight"] = 0;
  682.  
  683.  
  684. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso
  685. G2L["59"] = Instance.new("Pose", G2L["58"]);
  686. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  687. G2L["59"]["Name"] = [[LowerTorso]];
  688. G2L["59"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  689.  
  690.  
  691. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
  692. G2L["5a"] = Instance.new("Pose", G2L["59"]);
  693. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  694. G2L["5a"]["Name"] = [[UpperTorso]];
  695. G2L["5a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  696.  
  697.  
  698. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  699. G2L["5b"] = Instance.new("Pose", G2L["5a"]);
  700. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  701. G2L["5b"]["Name"] = [[LeftUpperArm]];
  702. G2L["5b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  703.  
  704.  
  705. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  706. G2L["5c"] = Instance.new("Pose", G2L["5b"]);
  707. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  708. G2L["5c"]["Name"] = [[LeftLowerArm]];
  709. G2L["5c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  710.  
  711.  
  712. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  713. G2L["5d"] = Instance.new("Pose", G2L["5c"]);
  714. G2L["5d"]["Name"] = [[LeftHand]];
  715. G2L["5d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  716.  
  717.  
  718. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  719. G2L["5e"] = Instance.new("Pose", G2L["5a"]);
  720. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  721. G2L["5e"]["Name"] = [[RightUpperArm]];
  722. G2L["5e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  723.  
  724.  
  725. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  726. G2L["5f"] = Instance.new("Pose", G2L["5e"]);
  727. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  728. G2L["5f"]["Name"] = [[RightLowerArm]];
  729. G2L["5f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  730.  
  731.  
  732. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  733. G2L["60"] = Instance.new("Pose", G2L["5f"]);
  734. G2L["60"]["Name"] = [[RightHand]];
  735. G2L["60"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  736.  
  737.  
  738. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
  739. G2L["61"] = Instance.new("Pose", G2L["5a"]);
  740. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  741. G2L["61"]["Name"] = [[Head]];
  742. G2L["61"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  743.  
  744.  
  745. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
  746. G2L["62"] = Instance.new("Pose", G2L["59"]);
  747. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  748. G2L["62"]["Name"] = [[LeftUpperLeg]];
  749. G2L["62"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  750.  
  751.  
  752. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  753. G2L["63"] = Instance.new("Pose", G2L["62"]);
  754. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  755. G2L["63"]["Name"] = [[LeftLowerLeg]];
  756. G2L["63"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  757.  
  758.  
  759. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
  760. G2L["64"] = Instance.new("Pose", G2L["63"]);
  761. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  762. G2L["64"]["Name"] = [[LeftFoot]];
  763. G2L["64"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  764.  
  765.  
  766. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
  767. G2L["65"] = Instance.new("Pose", G2L["59"]);
  768. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  769. G2L["65"]["Name"] = [[RightUpperLeg]];
  770. G2L["65"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  771.  
  772.  
  773. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  774. G2L["66"] = Instance.new("Pose", G2L["65"]);
  775. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  776. G2L["66"]["Name"] = [[RightLowerLeg]];
  777. G2L["66"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  778.  
  779.  
  780. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  781. G2L["67"] = Instance.new("Pose", G2L["66"]);
  782. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  783. G2L["67"]["Name"] = [[RightFoot]];
  784. G2L["67"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  785.  
  786.  
  787. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe
  788. G2L["68"] = Instance.new("Keyframe", G2L["56"]);
  789. G2L["68"]["Time"] = 1.25;
  790.  
  791.  
  792. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart
  793. G2L["69"] = Instance.new("Pose", G2L["68"]);
  794. G2L["69"]["Name"] = [[HumanoidRootPart]];
  795. G2L["69"]["Weight"] = 0;
  796.  
  797.  
  798. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso
  799. G2L["6a"] = Instance.new("Pose", G2L["69"]);
  800. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  801. G2L["6a"]["Name"] = [[LowerTorso]];
  802. G2L["6a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  803.  
  804.  
  805. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
  806. G2L["6b"] = Instance.new("Pose", G2L["6a"]);
  807. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  808. G2L["6b"]["Name"] = [[UpperTorso]];
  809. G2L["6b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  810.  
  811.  
  812. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  813. G2L["6c"] = Instance.new("Pose", G2L["6b"]);
  814. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  815. G2L["6c"]["Name"] = [[LeftUpperArm]];
  816. G2L["6c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  817.  
  818.  
  819. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  820. G2L["6d"] = Instance.new("Pose", G2L["6c"]);
  821. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  822. G2L["6d"]["Name"] = [[LeftLowerArm]];
  823. G2L["6d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  824.  
  825.  
  826. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  827. G2L["6e"] = Instance.new("Pose", G2L["6d"]);
  828. G2L["6e"]["Name"] = [[LeftHand]];
  829. G2L["6e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  830.  
  831.  
  832. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  833. G2L["6f"] = Instance.new("Pose", G2L["6b"]);
  834. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  835. G2L["6f"]["Name"] = [[RightUpperArm]];
  836. G2L["6f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  837.  
  838.  
  839. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  840. G2L["70"] = Instance.new("Pose", G2L["6f"]);
  841. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  842. G2L["70"]["Name"] = [[RightLowerArm]];
  843. G2L["70"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  844.  
  845.  
  846. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  847. G2L["71"] = Instance.new("Pose", G2L["70"]);
  848. G2L["71"]["Name"] = [[RightHand]];
  849. G2L["71"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  850.  
  851.  
  852. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
  853. G2L["72"] = Instance.new("Pose", G2L["6b"]);
  854. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  855. G2L["72"]["Name"] = [[Head]];
  856. G2L["72"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  857.  
  858.  
  859. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
  860. G2L["73"] = Instance.new("Pose", G2L["6a"]);
  861. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  862. G2L["73"]["Name"] = [[LeftUpperLeg]];
  863. G2L["73"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  864.  
  865.  
  866. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  867. G2L["74"] = Instance.new("Pose", G2L["73"]);
  868. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  869. G2L["74"]["Name"] = [[LeftLowerLeg]];
  870. G2L["74"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  871.  
  872.  
  873. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
  874. G2L["75"] = Instance.new("Pose", G2L["6a"]);
  875. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  876. G2L["75"]["Name"] = [[RightUpperLeg]];
  877. G2L["75"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  878.  
  879.  
  880. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  881. G2L["76"] = Instance.new("Pose", G2L["75"]);
  882. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  883. G2L["76"]["Name"] = [[RightLowerLeg]];
  884. G2L["76"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  885.  
  886.  
  887. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  888. G2L["77"] = Instance.new("Pose", G2L["76"]);
  889. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  890. G2L["77"]["Name"] = [[RightFoot]];
  891. G2L["77"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  892.  
  893.  
  894. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1
  895. G2L["78"] = Instance.new("Keyframe", G2L["56"]);
  896. G2L["78"]["Name"] = [[KF1]];
  897. G2L["78"]["Time"] = 2.5;
  898.  
  899.  
  900. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart
  901. G2L["79"] = Instance.new("Pose", G2L["78"]);
  902. G2L["79"]["Name"] = [[HumanoidRootPart]];
  903. G2L["79"]["Weight"] = 0;
  904.  
  905.  
  906. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso
  907. G2L["7a"] = Instance.new("Pose", G2L["79"]);
  908. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  909. G2L["7a"]["Name"] = [[LowerTorso]];
  910. G2L["7a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  911.  
  912.  
  913. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso
  914. G2L["7b"] = Instance.new("Pose", G2L["7a"]);
  915. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  916. G2L["7b"]["Name"] = [[UpperTorso]];
  917. G2L["7b"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  918.  
  919.  
  920. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  921. G2L["7c"] = Instance.new("Pose", G2L["7b"]);
  922. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  923. G2L["7c"]["Name"] = [[LeftUpperArm]];
  924. G2L["7c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  925.  
  926.  
  927. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  928. G2L["7d"] = Instance.new("Pose", G2L["7c"]);
  929. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  930. G2L["7d"]["Name"] = [[LeftLowerArm]];
  931. G2L["7d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  932.  
  933.  
  934. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  935. G2L["7e"] = Instance.new("Pose", G2L["7d"]);
  936. G2L["7e"]["Name"] = [[LeftHand]];
  937. G2L["7e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  938.  
  939.  
  940. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  941. G2L["7f"] = Instance.new("Pose", G2L["7b"]);
  942. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  943. G2L["7f"]["Name"] = [[RightUpperArm]];
  944. G2L["7f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  945.  
  946.  
  947. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  948. G2L["80"] = Instance.new("Pose", G2L["7f"]);
  949. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  950. G2L["80"]["Name"] = [[RightLowerArm]];
  951. G2L["80"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  952.  
  953.  
  954. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  955. G2L["81"] = Instance.new("Pose", G2L["80"]);
  956. G2L["81"]["Name"] = [[RightHand]];
  957. G2L["81"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  958.  
  959.  
  960. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.UpperTorso.Head
  961. G2L["82"] = Instance.new("Pose", G2L["7b"]);
  962. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  963. G2L["82"]["Name"] = [[Head]];
  964. G2L["82"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  965.  
  966.  
  967. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg
  968. G2L["83"] = Instance.new("Pose", G2L["7a"]);
  969. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  970. G2L["83"]["Name"] = [[LeftUpperLeg]];
  971. G2L["83"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  972.  
  973.  
  974. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  975. G2L["84"] = Instance.new("Pose", G2L["83"]);
  976. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  977. G2L["84"]["Name"] = [[LeftLowerLeg]];
  978. G2L["84"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  979.  
  980.  
  981. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
  982. G2L["85"] = Instance.new("Pose", G2L["84"]);
  983. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  984. G2L["85"]["Name"] = [[LeftFoot]];
  985. G2L["85"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  986.  
  987.  
  988. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg
  989. G2L["86"] = Instance.new("Pose", G2L["7a"]);
  990. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  991. G2L["86"]["Name"] = [[RightUpperLeg]];
  992. G2L["86"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  993.  
  994.  
  995. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  996. G2L["87"] = Instance.new("Pose", G2L["86"]);
  997. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  998. G2L["87"]["Name"] = [[RightLowerLeg]];
  999. G2L["87"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1000.  
  1001.  
  1002. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Hover.KF1.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  1003. G2L["88"] = Instance.new("Pose", G2L["87"]);
  1004. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1005. G2L["88"]["Name"] = [[RightFoot]];
  1006. G2L["88"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1007.  
  1008.  
  1009. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly
  1010. G2L["89"] = Instance.new("KeyframeSequence", G2L["51"]);
  1011. G2L["89"]["Name"] = [[Fly]];
  1012. G2L["89"]["Priority"] = Enum.AnimationPriority.Movement;
  1013.  
  1014. -- Tags
  1015. CollectionService:AddTag(G2L["89"], [[1655494517]]);
  1016.  
  1017. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
  1018. G2L["8a"] = Instance.new("Keyframe", G2L["89"]);
  1019.  
  1020.  
  1021.  
  1022. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
  1023. G2L["8b"] = Instance.new("Pose", G2L["8a"]);
  1024. G2L["8b"]["Name"] = [[HumanoidRootPart]];
  1025. G2L["8b"]["Weight"] = 0;
  1026.  
  1027.  
  1028. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
  1029. G2L["8c"] = Instance.new("Pose", G2L["8b"]);
  1030. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1031. G2L["8c"]["Name"] = [[LowerTorso]];
  1032. G2L["8c"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1033.  
  1034.  
  1035. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
  1036. G2L["8d"] = Instance.new("Pose", G2L["8c"]);
  1037. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1038. G2L["8d"]["Name"] = [[UpperTorso]];
  1039. G2L["8d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1040.  
  1041.  
  1042. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  1043. G2L["8e"] = Instance.new("Pose", G2L["8d"]);
  1044. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1045. G2L["8e"]["Name"] = [[LeftUpperArm]];
  1046. G2L["8e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1047.  
  1048.  
  1049. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  1050. G2L["8f"] = Instance.new("Pose", G2L["8e"]);
  1051. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1052. G2L["8f"]["Name"] = [[LeftLowerArm]];
  1053. G2L["8f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1054.  
  1055.  
  1056. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  1057. G2L["90"] = Instance.new("Pose", G2L["8f"]);
  1058. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1059. G2L["90"]["Name"] = [[LeftHand]];
  1060. G2L["90"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1061.  
  1062.  
  1063. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  1064. G2L["91"] = Instance.new("Pose", G2L["8d"]);
  1065. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1066. G2L["91"]["Name"] = [[RightUpperArm]];
  1067. G2L["91"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1068.  
  1069.  
  1070. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  1071. G2L["92"] = Instance.new("Pose", G2L["91"]);
  1072. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1073. G2L["92"]["Name"] = [[RightLowerArm]];
  1074. G2L["92"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1075.  
  1076.  
  1077. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  1078. G2L["93"] = Instance.new("Pose", G2L["92"]);
  1079. G2L["93"]["Name"] = [[RightHand]];
  1080. G2L["93"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1081.  
  1082.  
  1083. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
  1084. G2L["94"] = Instance.new("Pose", G2L["8d"]);
  1085. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1086. G2L["94"]["Name"] = [[Head]];
  1087. G2L["94"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1088.  
  1089.  
  1090. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
  1091. G2L["95"] = Instance.new("Pose", G2L["8c"]);
  1092. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1093. G2L["95"]["Name"] = [[LeftUpperLeg]];
  1094. G2L["95"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1095.  
  1096.  
  1097. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  1098. G2L["96"] = Instance.new("Pose", G2L["95"]);
  1099. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1100. G2L["96"]["Name"] = [[LeftLowerLeg]];
  1101. G2L["96"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1102.  
  1103.  
  1104. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
  1105. G2L["97"] = Instance.new("Pose", G2L["96"]);
  1106. G2L["97"]["Name"] = [[LeftFoot]];
  1107. G2L["97"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1108.  
  1109.  
  1110. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
  1111. G2L["98"] = Instance.new("Pose", G2L["8c"]);
  1112. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1113. G2L["98"]["Name"] = [[RightUpperLeg]];
  1114. G2L["98"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1115.  
  1116.  
  1117. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  1118. G2L["99"] = Instance.new("Pose", G2L["98"]);
  1119. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1120. G2L["99"]["Name"] = [[RightLowerLeg]];
  1121. G2L["99"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1122.  
  1123.  
  1124. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  1125. G2L["9a"] = Instance.new("Pose", G2L["99"]);
  1126. G2L["9a"]["Name"] = [[RightFoot]];
  1127. G2L["9a"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1128.  
  1129.  
  1130. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
  1131. G2L["9b"] = Instance.new("Keyframe", G2L["89"]);
  1132. G2L["9b"]["Time"] = 0.5;
  1133.  
  1134.  
  1135. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
  1136. G2L["9c"] = Instance.new("Pose", G2L["9b"]);
  1137. G2L["9c"]["Name"] = [[HumanoidRootPart]];
  1138. G2L["9c"]["Weight"] = 0;
  1139.  
  1140.  
  1141. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
  1142. G2L["9d"] = Instance.new("Pose", G2L["9c"]);
  1143. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1144. G2L["9d"]["Name"] = [[LowerTorso]];
  1145. G2L["9d"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1146.  
  1147.  
  1148. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
  1149. G2L["9e"] = Instance.new("Pose", G2L["9d"]);
  1150. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1151. G2L["9e"]["Name"] = [[UpperTorso]];
  1152. G2L["9e"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1153.  
  1154.  
  1155. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  1156. G2L["9f"] = Instance.new("Pose", G2L["9e"]);
  1157. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1158. G2L["9f"]["Name"] = [[LeftUpperArm]];
  1159. G2L["9f"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1160.  
  1161.  
  1162. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  1163. G2L["a0"] = Instance.new("Pose", G2L["9f"]);
  1164. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1165. G2L["a0"]["Name"] = [[LeftLowerArm]];
  1166. G2L["a0"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1167.  
  1168.  
  1169. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  1170. G2L["a1"] = Instance.new("Pose", G2L["a0"]);
  1171. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1172. G2L["a1"]["Name"] = [[LeftHand]];
  1173. G2L["a1"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1174.  
  1175.  
  1176. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  1177. G2L["a2"] = Instance.new("Pose", G2L["9e"]);
  1178. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1179. G2L["a2"]["Name"] = [[RightUpperArm]];
  1180. G2L["a2"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1181.  
  1182.  
  1183. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  1184. G2L["a3"] = Instance.new("Pose", G2L["a2"]);
  1185. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1186. G2L["a3"]["Name"] = [[RightLowerArm]];
  1187. G2L["a3"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1188.  
  1189.  
  1190. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  1191. G2L["a4"] = Instance.new("Pose", G2L["a3"]);
  1192. G2L["a4"]["Name"] = [[RightHand]];
  1193. G2L["a4"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1194.  
  1195.  
  1196. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
  1197. G2L["a5"] = Instance.new("Pose", G2L["9e"]);
  1198. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1199. G2L["a5"]["Name"] = [[Head]];
  1200. G2L["a5"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1201.  
  1202.  
  1203. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
  1204. G2L["a6"] = Instance.new("Pose", G2L["9d"]);
  1205. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1206. G2L["a6"]["Name"] = [[LeftUpperLeg]];
  1207. G2L["a6"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1208.  
  1209.  
  1210. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  1211. G2L["a7"] = Instance.new("Pose", G2L["a6"]);
  1212. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1213. G2L["a7"]["Name"] = [[LeftLowerLeg]];
  1214. G2L["a7"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1215.  
  1216.  
  1217. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
  1218. G2L["a8"] = Instance.new("Pose", G2L["a7"]);
  1219. G2L["a8"]["Name"] = [[LeftFoot]];
  1220. G2L["a8"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1221.  
  1222.  
  1223. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
  1224. G2L["a9"] = Instance.new("Pose", G2L["9d"]);
  1225. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1226. G2L["a9"]["Name"] = [[RightUpperLeg]];
  1227. G2L["a9"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1228.  
  1229.  
  1230. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  1231. G2L["aa"] = Instance.new("Pose", G2L["a9"]);
  1232. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1233. G2L["aa"]["Name"] = [[RightLowerLeg]];
  1234. G2L["aa"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1235.  
  1236.  
  1237. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  1238. G2L["ab"] = Instance.new("Pose", G2L["aa"]);
  1239. G2L["ab"]["Name"] = [[RightFoot]];
  1240. G2L["ab"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1241.  
  1242.  
  1243. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe
  1244. G2L["ac"] = Instance.new("Keyframe", G2L["89"]);
  1245. G2L["ac"]["Time"] = 1;
  1246.  
  1247.  
  1248. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart
  1249. G2L["ad"] = Instance.new("Pose", G2L["ac"]);
  1250. G2L["ad"]["Name"] = [[HumanoidRootPart]];
  1251. G2L["ad"]["Weight"] = 0;
  1252.  
  1253.  
  1254. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso
  1255. G2L["ae"] = Instance.new("Pose", G2L["ad"]);
  1256. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1257. G2L["ae"]["Name"] = [[LowerTorso]];
  1258. G2L["ae"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1259.  
  1260.  
  1261. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso
  1262. G2L["af"] = Instance.new("Pose", G2L["ae"]);
  1263. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1264. G2L["af"]["Name"] = [[UpperTorso]];
  1265. G2L["af"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1266.  
  1267.  
  1268. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm
  1269. G2L["b0"] = Instance.new("Pose", G2L["af"]);
  1270. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1271. G2L["b0"]["Name"] = [[LeftUpperArm]];
  1272. G2L["b0"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1273.  
  1274.  
  1275. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm
  1276. G2L["b1"] = Instance.new("Pose", G2L["b0"]);
  1277. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1278. G2L["b1"]["Name"] = [[LeftLowerArm]];
  1279. G2L["b1"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1280.  
  1281.  
  1282. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.LeftUpperArm.LeftLowerArm.LeftHand
  1283. G2L["b2"] = Instance.new("Pose", G2L["b1"]);
  1284. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1285. G2L["b2"]["Name"] = [[LeftHand]];
  1286. G2L["b2"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1287.  
  1288.  
  1289. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm
  1290. G2L["b3"] = Instance.new("Pose", G2L["af"]);
  1291. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1292. G2L["b3"]["Name"] = [[RightUpperArm]];
  1293. G2L["b3"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1294.  
  1295.  
  1296. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm
  1297. G2L["b4"] = Instance.new("Pose", G2L["b3"]);
  1298. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1299. G2L["b4"]["Name"] = [[RightLowerArm]];
  1300. G2L["b4"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1301.  
  1302.  
  1303. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.RightUpperArm.RightLowerArm.RightHand
  1304. G2L["b5"] = Instance.new("Pose", G2L["b4"]);
  1305. G2L["b5"]["Name"] = [[RightHand]];
  1306. G2L["b5"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1307.  
  1308.  
  1309. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.UpperTorso.Head
  1310. G2L["b6"] = Instance.new("Pose", G2L["af"]);
  1311. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1312. G2L["b6"]["Name"] = [[Head]];
  1313. G2L["b6"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1314.  
  1315.  
  1316. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg
  1317. G2L["b7"] = Instance.new("Pose", G2L["ae"]);
  1318. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1319. G2L["b7"]["Name"] = [[LeftUpperLeg]];
  1320. G2L["b7"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1321.  
  1322.  
  1323. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg
  1324. G2L["b8"] = Instance.new("Pose", G2L["b7"]);
  1325. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1326. G2L["b8"]["Name"] = [[LeftLowerLeg]];
  1327. G2L["b8"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1328.  
  1329.  
  1330. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.LeftUpperLeg.LeftLowerLeg.LeftFoot
  1331. G2L["b9"] = Instance.new("Pose", G2L["b8"]);
  1332. G2L["b9"]["Name"] = [[LeftFoot]];
  1333. G2L["b9"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1334.  
  1335.  
  1336. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg
  1337. G2L["ba"] = Instance.new("Pose", G2L["ae"]);
  1338. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1339. G2L["ba"]["Name"] = [[RightUpperLeg]];
  1340. G2L["ba"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1341.  
  1342.  
  1343. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg
  1344. G2L["bb"] = Instance.new("Pose", G2L["ba"]);
  1345. -- [ERROR] cannot convert CFrame, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  1346. G2L["bb"]["Name"] = [[RightLowerLeg]];
  1347. G2L["bb"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1348.  
  1349.  
  1350. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript.Fly.Keyframe.HumanoidRootPart.LowerTorso.RightUpperLeg.RightLowerLeg.RightFoot
  1351. G2L["bc"] = Instance.new("Pose", G2L["bb"]);
  1352. G2L["bc"]["Name"] = [[RightFoot]];
  1353. G2L["bc"]["EasingDirection"] = Enum.PoseEasingDirection.Out;
  1354.  
  1355.  
  1356. -- StarterGui.Menu (universal).GUI.Guis.Player.Fly
  1357. G2L["bd"] = Instance.new("TextButton", G2L["32"]);
  1358. G2L["bd"]["TextWrapped"] = true;
  1359. G2L["bd"]["BorderSizePixel"] = 0;
  1360. G2L["bd"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1361. G2L["bd"]["TextSize"] = 14;
  1362. G2L["bd"]["TextScaled"] = true;
  1363. G2L["bd"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1364. G2L["bd"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1365. G2L["bd"]["ZIndex"] = 2;
  1366. G2L["bd"]["Size"] = UDim2.new(0.256, 0, 0.099, 0);
  1367. G2L["bd"]["Name"] = [[Fly]];
  1368. G2L["bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1369. G2L["bd"]["Text"] = [[Fly]];
  1370. G2L["bd"]["Position"] = UDim2.new(0.03145, 0, 0.40061, 0);
  1371.  
  1372.  
  1373. -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIStroke
  1374. G2L["be"] = Instance.new("UIStroke", G2L["bd"]);
  1375. G2L["be"]["Thickness"] = 5;
  1376.  
  1377.  
  1378. -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIStroke
  1379. G2L["bf"] = Instance.new("UIStroke", G2L["bd"]);
  1380. G2L["bf"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1381. G2L["bf"]["Thickness"] = 2;
  1382.  
  1383.  
  1384. -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UICorner
  1385. G2L["c0"] = Instance.new("UICorner", G2L["bd"]);
  1386. G2L["c0"]["CornerRadius"] = UDim.new(0, 3);
  1387.  
  1388.  
  1389. -- StarterGui.Menu (universal).GUI.Guis.Player.Fly.UIAspectRatioConstraint
  1390. G2L["c1"] = Instance.new("UIAspectRatioConstraint", G2L["bd"]);
  1391. G2L["c1"]["AspectRatio"] = 3.75862;
  1392.  
  1393.  
  1394. -- StarterGui.Menu (universal).GUI.Guis.Client
  1395. G2L["c2"] = Instance.new("Frame", G2L["31"]);
  1396. G2L["c2"]["Visible"] = false;
  1397. G2L["c2"]["ZIndex"] = 3;
  1398. G2L["c2"]["BorderSizePixel"] = 0;
  1399. G2L["c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1400. G2L["c2"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  1401. G2L["c2"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  1402. G2L["c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1403. G2L["c2"]["Name"] = [[Client]];
  1404. G2L["c2"]["BackgroundTransparency"] = 1;
  1405.  
  1406.  
  1407. -- StarterGui.Menu (universal).GUI.Guis.Client.UIAspectRatioConstraint
  1408. G2L["c3"] = Instance.new("UIAspectRatioConstraint", G2L["c2"]);
  1409. G2L["c3"]["AspectRatio"] = 1.4547;
  1410.  
  1411.  
  1412. -- StarterGui.Menu (universal).GUI.Guis.Client.Info2
  1413. G2L["c4"] = Instance.new("TextLabel", G2L["c2"]);
  1414. G2L["c4"]["TextWrapped"] = true;
  1415. G2L["c4"]["BorderSizePixel"] = 0;
  1416. G2L["c4"]["TextSize"] = 14;
  1417. G2L["c4"]["TextScaled"] = true;
  1418. G2L["c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1419. G2L["c4"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1420. G2L["c4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1421. G2L["c4"]["BackgroundTransparency"] = 1;
  1422. G2L["c4"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  1423. G2L["c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1424. G2L["c4"]["Text"] = [[Fake Stats]];
  1425. G2L["c4"]["Name"] = [[Info2]];
  1426. G2L["c4"]["Position"] = UDim2.new(0.02822, 0, 0.55924, 0);
  1427.  
  1428.  
  1429. -- StarterGui.Menu (universal).GUI.Guis.Client.Info2.UIStroke
  1430. G2L["c5"] = Instance.new("UIStroke", G2L["c4"]);
  1431. G2L["c5"]["Thickness"] = 4;
  1432.  
  1433.  
  1434. -- StarterGui.Menu (universal).GUI.Guis.Client.Info2.UIAspectRatioConstraint
  1435. G2L["c6"] = Instance.new("UIAspectRatioConstraint", G2L["c4"]);
  1436. G2L["c6"]["AspectRatio"] = 5.66176;
  1437.  
  1438.  
  1439. -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame
  1440. G2L["c7"] = Instance.new("ScrollingFrame", G2L["c2"]);
  1441. G2L["c7"]["Active"] = true;
  1442. G2L["c7"]["BorderSizePixel"] = 0;
  1443. G2L["c7"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  1444. G2L["c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1445. G2L["c7"]["Size"] = UDim2.new(0.76792, 0, 0.31098, 0);
  1446. G2L["c7"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  1447. G2L["c7"]["Position"] = UDim2.new(0.02822, 0, 0.67241, 0);
  1448. G2L["c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1449. G2L["c7"]["BackgroundTransparency"] = 0.95;
  1450.  
  1451.  
  1452. -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.TextLabel
  1453. G2L["c8"] = Instance.new("TextLabel", G2L["c7"]);
  1454. G2L["c8"]["TextWrapped"] = true;
  1455. G2L["c8"]["BorderSizePixel"] = 0;
  1456. G2L["c8"]["TextSize"] = 14;
  1457. G2L["c8"]["TextScaled"] = true;
  1458. G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1459. G2L["c8"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1460. G2L["c8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1461. G2L["c8"]["BackgroundTransparency"] = 1;
  1462. G2L["c8"]["Size"] = UDim2.new(0, 200, 0, 50);
  1463. G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1464. G2L["c8"]["Text"] = [[COMING SOON!]];
  1465.  
  1466.  
  1467. -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.TextLabel.UIStroke
  1468. G2L["c9"] = Instance.new("UIStroke", G2L["c8"]);
  1469. G2L["c9"]["Thickness"] = 9;
  1470.  
  1471.  
  1472. -- StarterGui.Menu (universal).GUI.Guis.Client.ScrollingFrame.UIGridLayout
  1473. G2L["ca"] = Instance.new("UIGridLayout", G2L["c7"]);
  1474. G2L["ca"]["CellSize"] = UDim2.new(1, 0, 1, 0);
  1475. G2L["ca"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1476.  
  1477.  
  1478. -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible
  1479. G2L["cb"] = Instance.new("TextButton", G2L["c2"]);
  1480. G2L["cb"]["TextWrapped"] = true;
  1481. G2L["cb"]["BorderSizePixel"] = 0;
  1482. G2L["cb"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1483. G2L["cb"]["TextSize"] = 14;
  1484. G2L["cb"]["TextScaled"] = true;
  1485. G2L["cb"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1486. G2L["cb"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1487. G2L["cb"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
  1488. G2L["cb"]["Name"] = [[Invisible]];
  1489. G2L["cb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1490. G2L["cb"]["Text"] = [[Invisible]];
  1491. G2L["cb"]["Position"] = UDim2.new(0.02822, 0, 0.21378, 0);
  1492.  
  1493.  
  1494. -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIAspectRatioConstraint
  1495. G2L["cc"] = Instance.new("UIAspectRatioConstraint", G2L["cb"]);
  1496. G2L["cc"]["AspectRatio"] = 3.16092;
  1497.  
  1498.  
  1499. -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIStroke
  1500. G2L["cd"] = Instance.new("UIStroke", G2L["cb"]);
  1501. G2L["cd"]["Thickness"] = 5;
  1502.  
  1503.  
  1504. -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UIStroke
  1505. G2L["ce"] = Instance.new("UIStroke", G2L["cb"]);
  1506. G2L["ce"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1507. G2L["ce"]["Thickness"] = 2;
  1508.  
  1509.  
  1510. -- StarterGui.Menu (universal).GUI.Guis.Client.Invisible.UICorner
  1511. G2L["cf"] = Instance.new("UICorner", G2L["cb"]);
  1512. G2L["cf"]["CornerRadius"] = UDim.new(0, 3);
  1513.  
  1514.  
  1515. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox
  1516. G2L["d0"] = Instance.new("TextButton", G2L["c2"]);
  1517. G2L["d0"]["TextWrapped"] = true;
  1518. G2L["d0"]["BorderSizePixel"] = 0;
  1519. G2L["d0"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1520. G2L["d0"]["TextSize"] = 14;
  1521. G2L["d0"]["TextScaled"] = true;
  1522. G2L["d0"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1523. G2L["d0"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1524. G2L["d0"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
  1525. G2L["d0"]["Name"] = [[Korblox]];
  1526. G2L["d0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1527. G2L["d0"]["Text"] = [[Korblox]];
  1528. G2L["d0"]["Position"] = UDim2.new(0.36798, 0, 0.38822, 0);
  1529.  
  1530.  
  1531. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIAspectRatioConstraint
  1532. G2L["d1"] = Instance.new("UIAspectRatioConstraint", G2L["d0"]);
  1533. G2L["d1"]["AspectRatio"] = 3.16092;
  1534.  
  1535.  
  1536. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIStroke
  1537. G2L["d2"] = Instance.new("UIStroke", G2L["d0"]);
  1538. G2L["d2"]["Thickness"] = 5;
  1539.  
  1540.  
  1541. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UIStroke
  1542. G2L["d3"] = Instance.new("UIStroke", G2L["d0"]);
  1543. G2L["d3"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1544. G2L["d3"]["Thickness"] = 2;
  1545.  
  1546.  
  1547. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.UICorner
  1548. G2L["d4"] = Instance.new("UICorner", G2L["d0"]);
  1549. G2L["d4"]["CornerRadius"] = UDim.new(0, 3);
  1550.  
  1551.  
  1552. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.TextLabel
  1553. G2L["d5"] = Instance.new("TextLabel", G2L["d0"]);
  1554. G2L["d5"]["TextWrapped"] = true;
  1555. G2L["d5"]["BorderSizePixel"] = 0;
  1556. G2L["d5"]["TextSize"] = 14;
  1557. G2L["d5"]["TextScaled"] = true;
  1558. G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1559. G2L["d5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1560. G2L["d5"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1561. G2L["d5"]["BackgroundTransparency"] = 1;
  1562. G2L["d5"]["Size"] = UDim2.new(0, 273, 0, 23);
  1563. G2L["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1564. G2L["d5"]["Text"] = [[NOT WORKING!]];
  1565. G2L["d5"]["Position"] = UDim2.new(0, 0, 0.71149, 0);
  1566.  
  1567.  
  1568. -- StarterGui.Menu (universal).GUI.Guis.Client.Korblox.TextLabel.UIStroke
  1569. G2L["d6"] = Instance.new("UIStroke", G2L["d5"]);
  1570. G2L["d6"]["Thickness"] = 3;
  1571.  
  1572.  
  1573. -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms
  1574. G2L["d7"] = Instance.new("TextButton", G2L["c2"]);
  1575. G2L["d7"]["TextWrapped"] = true;
  1576. G2L["d7"]["BorderSizePixel"] = 0;
  1577. G2L["d7"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1578. G2L["d7"]["TextSize"] = 14;
  1579. G2L["d7"]["TextScaled"] = true;
  1580. G2L["d7"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1581. G2L["d7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1582. G2L["d7"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
  1583. G2L["d7"]["Name"] = [[NoArms]];
  1584. G2L["d7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1585. G2L["d7"]["Text"] = [[No arms]];
  1586. G2L["d7"]["Position"] = UDim2.new(0.36798, 0, 0.2172, 0);
  1587.  
  1588.  
  1589. -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIAspectRatioConstraint
  1590. G2L["d8"] = Instance.new("UIAspectRatioConstraint", G2L["d7"]);
  1591. G2L["d8"]["AspectRatio"] = 3.16092;
  1592.  
  1593.  
  1594. -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIStroke
  1595. G2L["d9"] = Instance.new("UIStroke", G2L["d7"]);
  1596. G2L["d9"]["Thickness"] = 5;
  1597.  
  1598.  
  1599. -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UIStroke
  1600. G2L["da"] = Instance.new("UIStroke", G2L["d7"]);
  1601. G2L["da"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1602. G2L["da"]["Thickness"] = 2;
  1603.  
  1604.  
  1605. -- StarterGui.Menu (universal).GUI.Guis.Client.NoArms.UICorner
  1606. G2L["db"] = Instance.new("UICorner", G2L["d7"]);
  1607. G2L["db"]["CornerRadius"] = UDim.new(0, 3);
  1608.  
  1609.  
  1610. -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs
  1611. G2L["dc"] = Instance.new("TextButton", G2L["c2"]);
  1612. G2L["dc"]["TextWrapped"] = true;
  1613. G2L["dc"]["BorderSizePixel"] = 0;
  1614. G2L["dc"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1615. G2L["dc"]["TextSize"] = 14;
  1616. G2L["dc"]["TextScaled"] = true;
  1617. G2L["dc"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1618. G2L["dc"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1619. G2L["dc"]["Size"] = UDim2.new(0.32331, 0, 0.14879, 0);
  1620. G2L["dc"]["Name"] = [[NoLegs]];
  1621. G2L["dc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1622. G2L["dc"]["Text"] = [[No legs]];
  1623. G2L["dc"]["Position"] = UDim2.new(0.02822, 0, 0.38651, 0);
  1624.  
  1625.  
  1626. -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIAspectRatioConstraint
  1627. G2L["dd"] = Instance.new("UIAspectRatioConstraint", G2L["dc"]);
  1628. G2L["dd"]["AspectRatio"] = 3.16092;
  1629.  
  1630.  
  1631. -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIStroke
  1632. G2L["de"] = Instance.new("UIStroke", G2L["dc"]);
  1633. G2L["de"]["Thickness"] = 5;
  1634.  
  1635.  
  1636. -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UIStroke
  1637. G2L["df"] = Instance.new("UIStroke", G2L["dc"]);
  1638. G2L["df"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1639. G2L["df"]["Thickness"] = 2;
  1640.  
  1641.  
  1642. -- StarterGui.Menu (universal).GUI.Guis.Client.NoLegs.UICorner
  1643. G2L["e0"] = Instance.new("UICorner", G2L["dc"]);
  1644. G2L["e0"]["CornerRadius"] = UDim.new(0, 3);
  1645.  
  1646.  
  1647. -- StarterGui.Menu (universal).GUI.Guis.Client.Info
  1648. G2L["e1"] = Instance.new("TextLabel", G2L["c2"]);
  1649. G2L["e1"]["TextWrapped"] = true;
  1650. G2L["e1"]["BorderSizePixel"] = 0;
  1651. G2L["e1"]["TextSize"] = 14;
  1652. G2L["e1"]["TextScaled"] = true;
  1653. G2L["e1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1654. G2L["e1"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1655. G2L["e1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1656. G2L["e1"]["BackgroundTransparency"] = 1;
  1657. G2L["e1"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  1658. G2L["e1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1659. G2L["e1"]["Text"] = [[Character]];
  1660. G2L["e1"]["Name"] = [[Info]];
  1661. G2L["e1"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  1662.  
  1663.  
  1664. -- StarterGui.Menu (universal).GUI.Guis.Client.Info.UIStroke
  1665. G2L["e2"] = Instance.new("UIStroke", G2L["e1"]);
  1666. G2L["e2"]["Thickness"] = 4;
  1667.  
  1668.  
  1669. -- StarterGui.Menu (universal).GUI.Guis.Client.Info.UIAspectRatioConstraint
  1670. G2L["e3"] = Instance.new("UIAspectRatioConstraint", G2L["e1"]);
  1671. G2L["e3"]["AspectRatio"] = 5.66176;
  1672.  
  1673.  
  1674. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript
  1675. G2L["e4"] = Instance.new("LocalScript", G2L["c2"]);
  1676.  
  1677.  
  1678.  
  1679. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton
  1680. G2L["e5"] = Instance.new("TextButton", G2L["e4"]);
  1681. G2L["e5"]["TextWrapped"] = true;
  1682. G2L["e5"]["BorderSizePixel"] = 0;
  1683. G2L["e5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1684. G2L["e5"]["TextSize"] = 14;
  1685. G2L["e5"]["TextScaled"] = true;
  1686. G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1687. G2L["e5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1688. G2L["e5"]["Size"] = UDim2.new(0, 207, 0, 66);
  1689. G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1690. G2L["e5"]["Text"] = [[Stat]];
  1691.  
  1692.  
  1693. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UIAspectRatioConstraint
  1694. G2L["e6"] = Instance.new("UIAspectRatioConstraint", G2L["e5"]);
  1695. G2L["e6"]["AspectRatio"] = 3.13636;
  1696.  
  1697.  
  1698. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UICorner
  1699. G2L["e7"] = Instance.new("UICorner", G2L["e5"]);
  1700. G2L["e7"]["CornerRadius"] = UDim.new(0, 7);
  1701.  
  1702.  
  1703. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.UIStroke
  1704. G2L["e8"] = Instance.new("UIStroke", G2L["e5"]);
  1705. G2L["e8"]["Thickness"] = 5;
  1706.  
  1707.  
  1708. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.LocalScript
  1709. G2L["e9"] = Instance.new("LocalScript", G2L["e5"]);
  1710.  
  1711.  
  1712.  
  1713. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat
  1714. G2L["ea"] = Instance.new("Frame", G2L["e4"]);
  1715. G2L["ea"]["Visible"] = false;
  1716. G2L["ea"]["BorderSizePixel"] = 0;
  1717. G2L["ea"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1718. G2L["ea"]["Size"] = UDim2.new(1, 0, 1, 0);
  1719. G2L["ea"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1720. G2L["ea"]["Name"] = [[Stat]];
  1721. G2L["ea"]["BackgroundTransparency"] = 1;
  1722.  
  1723.  
  1724. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.UIAspectRatioConstraint
  1725. G2L["eb"] = Instance.new("UIAspectRatioConstraint", G2L["ea"]);
  1726. G2L["eb"]["AspectRatio"] = 1.4547;
  1727.  
  1728.  
  1729. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info
  1730. G2L["ec"] = Instance.new("TextLabel", G2L["ea"]);
  1731. G2L["ec"]["TextWrapped"] = true;
  1732. G2L["ec"]["BorderSizePixel"] = 0;
  1733. G2L["ec"]["TextSize"] = 14;
  1734. G2L["ec"]["TextScaled"] = true;
  1735. G2L["ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1736. G2L["ec"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1737. G2L["ec"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1738. G2L["ec"]["BackgroundTransparency"] = 1;
  1739. G2L["ec"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  1740. G2L["ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1741. G2L["ec"]["Text"] = [[stat]];
  1742. G2L["ec"]["Name"] = [[Info]];
  1743. G2L["ec"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  1744.  
  1745.  
  1746. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info.UIStroke
  1747. G2L["ed"] = Instance.new("UIStroke", G2L["ec"]);
  1748. G2L["ed"]["Thickness"] = 4;
  1749.  
  1750.  
  1751. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info.UIAspectRatioConstraint
  1752. G2L["ee"] = Instance.new("UIAspectRatioConstraint", G2L["ec"]);
  1753. G2L["ee"]["AspectRatio"] = 5.66176;
  1754.  
  1755.  
  1756. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info2
  1757. G2L["ef"] = Instance.new("TextLabel", G2L["ea"]);
  1758. G2L["ef"]["TextWrapped"] = true;
  1759. G2L["ef"]["BorderSizePixel"] = 0;
  1760. G2L["ef"]["TextSize"] = 14;
  1761. G2L["ef"]["TextScaled"] = true;
  1762. G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1763. G2L["ef"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1764. G2L["ef"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1765. G2L["ef"]["BackgroundTransparency"] = 1;
  1766. G2L["ef"]["Size"] = UDim2.new(0, 158, 0, 50);
  1767. G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1768. G2L["ef"]["Text"] = [[Value: 0]];
  1769. G2L["ef"]["Name"] = [[Info2]];
  1770. G2L["ef"]["Position"] = UDim2.new(0.02716, 0, 0.18895, 0);
  1771.  
  1772.  
  1773. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Info2.UIStroke
  1774. G2L["f0"] = Instance.new("UIStroke", G2L["ef"]);
  1775. G2L["f0"]["Thickness"] = 4;
  1776.  
  1777.  
  1778. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeValueText
  1779. G2L["f1"] = Instance.new("TextLabel", G2L["ea"]);
  1780. G2L["f1"]["TextWrapped"] = true;
  1781. G2L["f1"]["BorderSizePixel"] = 0;
  1782. G2L["f1"]["TextSize"] = 14;
  1783. G2L["f1"]["TextScaled"] = true;
  1784. G2L["f1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1785. G2L["f1"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1786. G2L["f1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1787. G2L["f1"]["BackgroundTransparency"] = 1;
  1788. G2L["f1"]["Size"] = UDim2.new(0, 395, 0, 67);
  1789. G2L["f1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1790. G2L["f1"]["Text"] = [[Fake value (CLIENT ONLY!)]];
  1791. G2L["f1"]["Name"] = [[FakeValueText]];
  1792. G2L["f1"]["Position"] = UDim2.new(0.0366, 0, 0.35041, 0);
  1793.  
  1794.  
  1795. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeValueText.UIStroke
  1796. G2L["f2"] = Instance.new("UIStroke", G2L["f1"]);
  1797. G2L["f2"]["Thickness"] = 4;
  1798.  
  1799.  
  1800. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.ValueText
  1801. G2L["f3"] = Instance.new("TextLabel", G2L["ea"]);
  1802. G2L["f3"]["TextWrapped"] = true;
  1803. G2L["f3"]["BorderSizePixel"] = 0;
  1804. G2L["f3"]["TextSize"] = 14;
  1805. G2L["f3"]["TextScaled"] = true;
  1806. G2L["f3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1807. G2L["f3"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1808. G2L["f3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1809. G2L["f3"]["BackgroundTransparency"] = 1;
  1810. G2L["f3"]["Size"] = UDim2.new(0, 200, 0, 50);
  1811. G2L["f3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1812. G2L["f3"]["Text"] = [[Value:]];
  1813. G2L["f3"]["Name"] = [[ValueText]];
  1814. G2L["f3"]["Position"] = UDim2.new(0.00236, 0, 0.4655, 0);
  1815.  
  1816.  
  1817. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.ValueText.UIStroke
  1818. G2L["f4"] = Instance.new("UIStroke", G2L["f3"]);
  1819. G2L["f4"]["Thickness"] = 4;
  1820.  
  1821.  
  1822. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextBox
  1823. G2L["f5"] = Instance.new("TextBox", G2L["ea"]);
  1824. G2L["f5"]["PlaceholderColor3"] = Color3.fromRGB(255, 255, 255);
  1825. G2L["f5"]["BorderSizePixel"] = 0;
  1826. G2L["f5"]["TextWrapped"] = true;
  1827. G2L["f5"]["TextSize"] = 14;
  1828. G2L["f5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1829. G2L["f5"]["TextScaled"] = true;
  1830. G2L["f5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1831. G2L["f5"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1832. G2L["f5"]["PlaceholderText"] = [[CHANGE TO NUMBER]];
  1833. G2L["f5"]["Size"] = UDim2.new(0, 158, 0, 50);
  1834. G2L["f5"]["Position"] = UDim2.new(0.22598, 0, 0.4655, 0);
  1835. G2L["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1836. G2L["f5"]["Text"] = [[]];
  1837. G2L["f5"]["BackgroundTransparency"] = 1;
  1838.  
  1839.  
  1840. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextBox.UIStroke
  1841. G2L["f6"] = Instance.new("UIStroke", G2L["f5"]);
  1842. G2L["f6"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1843.  
  1844.  
  1845. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.SuccessOrError
  1846. G2L["f7"] = Instance.new("TextLabel", G2L["ea"]);
  1847. G2L["f7"]["TextWrapped"] = true;
  1848. G2L["f7"]["BorderSizePixel"] = 0;
  1849. G2L["f7"]["TextSize"] = 14;
  1850. G2L["f7"]["TextScaled"] = true;
  1851. G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1852. G2L["f7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1853. G2L["f7"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1854. G2L["f7"]["BackgroundTransparency"] = 1;
  1855. G2L["f7"]["Size"] = UDim2.new(0, 304, 0, 67);
  1856. G2L["f7"]["Visible"] = false;
  1857. G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1858. G2L["f7"]["Text"] = [[Error!]];
  1859. G2L["f7"]["Name"] = [[SuccessOrError]];
  1860. G2L["f7"]["Position"] = UDim2.new(0.01726, 0, 0.83679, 0);
  1861.  
  1862.  
  1863. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.SuccessOrError.UIStroke
  1864. G2L["f8"] = Instance.new("UIStroke", G2L["f7"]);
  1865. G2L["f8"]["Thickness"] = 4;
  1866.  
  1867.  
  1868. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeStat
  1869. G2L["f9"] = Instance.new("LocalScript", G2L["ea"]);
  1870. G2L["f9"]["Name"] = [[FakeStat]];
  1871.  
  1872.  
  1873. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton
  1874. G2L["fa"] = Instance.new("TextButton", G2L["ea"]);
  1875. G2L["fa"]["TextWrapped"] = true;
  1876. G2L["fa"]["BorderSizePixel"] = 0;
  1877. G2L["fa"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1878. G2L["fa"]["TextSize"] = 14;
  1879. G2L["fa"]["TextScaled"] = true;
  1880. G2L["fa"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  1881. G2L["fa"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1882. G2L["fa"]["Size"] = UDim2.new(0, 283, 0, 98);
  1883. G2L["fa"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1884. G2L["fa"]["Text"] = [[Back]];
  1885. G2L["fa"]["Position"] = UDim2.new(0.58983, 0, 0.78204, 0);
  1886.  
  1887.  
  1888. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UIStroke
  1889. G2L["fb"] = Instance.new("UIStroke", G2L["fa"]);
  1890. G2L["fb"]["Thickness"] = 5;
  1891.  
  1892.  
  1893. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UIStroke
  1894. G2L["fc"] = Instance.new("UIStroke", G2L["fa"]);
  1895. G2L["fc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1896. G2L["fc"]["Thickness"] = 5;
  1897.  
  1898.  
  1899. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton.UICorner
  1900. G2L["fd"] = Instance.new("UICorner", G2L["fa"]);
  1901. G2L["fd"]["CornerRadius"] = UDim.new(0, 4);
  1902.  
  1903.  
  1904. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.Stat
  1905. G2L["fe"] = Instance.new("ObjectValue", G2L["ea"]);
  1906. G2L["fe"]["Name"] = [[Stat]];
  1907.  
  1908.  
  1909. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2
  1910. G2L["ff"] = Instance.new("TextButton", G2L["ea"]);
  1911. G2L["ff"]["TextWrapped"] = true;
  1912. G2L["ff"]["BorderSizePixel"] = 0;
  1913. G2L["ff"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1914. G2L["ff"]["TextSize"] = 14;
  1915. G2L["ff"]["TextScaled"] = true;
  1916. G2L["ff"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  1917. G2L["ff"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1918. G2L["ff"]["Size"] = UDim2.new(0, 243, 0, 56);
  1919. G2L["ff"]["BackgroundTransparency"] = 1;
  1920. G2L["ff"]["Name"] = [[TextButton2]];
  1921. G2L["ff"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1922. G2L["ff"]["Text"] = [[Off]];
  1923. G2L["ff"]["Position"] = UDim2.new(0.0579, 0, 0.59714, 0);
  1924.  
  1925.  
  1926. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UIStroke
  1927. G2L["100"] = Instance.new("UIStroke", G2L["ff"]);
  1928. G2L["100"]["Thickness"] = 5;
  1929.  
  1930.  
  1931. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UIStroke
  1932. G2L["101"] = Instance.new("UIStroke", G2L["ff"]);
  1933. G2L["101"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  1934. G2L["101"]["Thickness"] = 5;
  1935.  
  1936.  
  1937. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.TextButton2.UICorner
  1938. G2L["102"] = Instance.new("UICorner", G2L["ff"]);
  1939. G2L["102"]["CornerRadius"] = UDim.new(0, 4);
  1940.  
  1941.  
  1942. -- StarterGui.Menu (universal).GUI.Guis.Visuals
  1943. G2L["103"] = Instance.new("Frame", G2L["31"]);
  1944. G2L["103"]["Visible"] = false;
  1945. G2L["103"]["ZIndex"] = 3;
  1946. G2L["103"]["BorderSizePixel"] = 0;
  1947. G2L["103"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1948. G2L["103"]["Size"] = UDim2.new(0.83572, 0, 1.01167, 0);
  1949. G2L["103"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  1950. G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1951. G2L["103"]["Name"] = [[Visuals]];
  1952. G2L["103"]["BackgroundTransparency"] = 1;
  1953.  
  1954.  
  1955. -- StarterGui.Menu (universal).GUI.Guis.Visuals.UIAspectRatioConstraint
  1956. G2L["104"] = Instance.new("UIAspectRatioConstraint", G2L["103"]);
  1957. G2L["104"]["AspectRatio"] = 1.4547;
  1958.  
  1959.  
  1960. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info
  1961. G2L["105"] = Instance.new("TextLabel", G2L["103"]);
  1962. G2L["105"]["TextWrapped"] = true;
  1963. G2L["105"]["BorderSizePixel"] = 0;
  1964. G2L["105"]["TextSize"] = 14;
  1965. G2L["105"]["TextScaled"] = true;
  1966. G2L["105"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1967. G2L["105"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1968. G2L["105"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  1969. G2L["105"]["BackgroundTransparency"] = 1;
  1970. G2L["105"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  1971. G2L["105"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1972. G2L["105"]["Text"] = [[Visuals]];
  1973. G2L["105"]["Name"] = [[Info]];
  1974. G2L["105"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  1975.  
  1976.  
  1977. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info.UIStroke
  1978. G2L["106"] = Instance.new("UIStroke", G2L["105"]);
  1979. G2L["106"]["Thickness"] = 4;
  1980.  
  1981.  
  1982. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Info.UIAspectRatioConstraint
  1983. G2L["107"] = Instance.new("UIAspectRatioConstraint", G2L["105"]);
  1984. G2L["107"]["AspectRatio"] = 5.66176;
  1985.  
  1986.  
  1987. -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP
  1988. G2L["108"] = Instance.new("TextButton", G2L["103"]);
  1989. G2L["108"]["TextWrapped"] = true;
  1990. G2L["108"]["BorderSizePixel"] = 0;
  1991. G2L["108"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  1992. G2L["108"]["TextSize"] = 14;
  1993. G2L["108"]["TextScaled"] = true;
  1994. G2L["108"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  1995. G2L["108"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  1996. G2L["108"]["ZIndex"] = 2;
  1997. G2L["108"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
  1998. G2L["108"]["Name"] = [[ESP]];
  1999. G2L["108"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2000. G2L["108"]["Text"] = [[ESP]];
  2001. G2L["108"]["Position"] = UDim2.new(0.10241, 0, 0.18822, 0);
  2002.  
  2003.  
  2004. -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIStroke
  2005. G2L["109"] = Instance.new("UIStroke", G2L["108"]);
  2006. G2L["109"]["Thickness"] = 5;
  2007.  
  2008.  
  2009. -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIStroke
  2010. G2L["10a"] = Instance.new("UIStroke", G2L["108"]);
  2011. G2L["10a"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2012. G2L["10a"]["Thickness"] = 2;
  2013.  
  2014.  
  2015. -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UICorner
  2016. G2L["10b"] = Instance.new("UICorner", G2L["108"]);
  2017. G2L["10b"]["CornerRadius"] = UDim.new(0, 3);
  2018.  
  2019.  
  2020. -- StarterGui.Menu (universal).GUI.Guis.Visuals.ESP.UIAspectRatioConstraint
  2021. G2L["10c"] = Instance.new("UIAspectRatioConstraint", G2L["108"]);
  2022. G2L["10c"]["AspectRatio"] = 3.75862;
  2023.  
  2024.  
  2025. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag
  2026. G2L["10d"] = Instance.new("TextButton", G2L["103"]);
  2027. G2L["10d"]["TextWrapped"] = true;
  2028. G2L["10d"]["BorderSizePixel"] = 0;
  2029. G2L["10d"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  2030. G2L["10d"]["TextSize"] = 14;
  2031. G2L["10d"]["TextScaled"] = true;
  2032. G2L["10d"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2033. G2L["10d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2034. G2L["10d"]["ZIndex"] = 2;
  2035. G2L["10d"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
  2036. G2L["10d"]["Name"] = [[Nametag]];
  2037. G2L["10d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2038. G2L["10d"]["Text"] = [[Nametag]];
  2039. G2L["10d"]["Position"] = UDim2.new(0.44084, 0, 0.18822, 0);
  2040.  
  2041.  
  2042. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIStroke
  2043. G2L["10e"] = Instance.new("UIStroke", G2L["10d"]);
  2044. G2L["10e"]["Thickness"] = 5;
  2045.  
  2046.  
  2047. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIStroke
  2048. G2L["10f"] = Instance.new("UIStroke", G2L["10d"]);
  2049. G2L["10f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2050. G2L["10f"]["Thickness"] = 2;
  2051.  
  2052.  
  2053. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UICorner
  2054. G2L["110"] = Instance.new("UICorner", G2L["10d"]);
  2055. G2L["110"]["CornerRadius"] = UDim.new(0, 3);
  2056.  
  2057.  
  2058. -- StarterGui.Menu (universal).GUI.Guis.Visuals.Nametag.UIAspectRatioConstraint
  2059. G2L["111"] = Instance.new("UIAspectRatioConstraint", G2L["10d"]);
  2060. G2L["111"]["AspectRatio"] = 3.75862;
  2061.  
  2062.  
  2063. -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect
  2064. G2L["112"] = Instance.new("TextButton", G2L["103"]);
  2065. G2L["112"]["TextWrapped"] = true;
  2066. G2L["112"]["BorderSizePixel"] = 0;
  2067. G2L["112"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  2068. G2L["112"]["TextSize"] = 14;
  2069. G2L["112"]["TextScaled"] = true;
  2070. G2L["112"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2071. G2L["112"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2072. G2L["112"]["ZIndex"] = 2;
  2073. G2L["112"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
  2074. G2L["112"]["Name"] = [[GlowEffect]];
  2075. G2L["112"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2076. G2L["112"]["Text"] = [[Glow effect]];
  2077. G2L["112"]["Position"] = UDim2.new(0.10123, 0, 0.3301, 0);
  2078.  
  2079.  
  2080. -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIStroke
  2081. G2L["113"] = Instance.new("UIStroke", G2L["112"]);
  2082. G2L["113"]["Thickness"] = 5;
  2083.  
  2084.  
  2085. -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIStroke
  2086. G2L["114"] = Instance.new("UIStroke", G2L["112"]);
  2087. G2L["114"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2088. G2L["114"]["Thickness"] = 2;
  2089.  
  2090.  
  2091. -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UICorner
  2092. G2L["115"] = Instance.new("UICorner", G2L["112"]);
  2093. G2L["115"]["CornerRadius"] = UDim.new(0, 3);
  2094.  
  2095.  
  2096. -- StarterGui.Menu (universal).GUI.Guis.Visuals.GlowEffect.UIAspectRatioConstraint
  2097. G2L["116"] = Instance.new("UIAspectRatioConstraint", G2L["112"]);
  2098. G2L["116"]["AspectRatio"] = 3.75862;
  2099.  
  2100.  
  2101. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript
  2102. G2L["117"] = Instance.new("LocalScript", G2L["103"]);
  2103.  
  2104.  
  2105.  
  2106. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF
  2107. G2L["118"] = Instance.new("BillboardGui", G2L["117"]);
  2108. G2L["118"]["Active"] = true;
  2109. G2L["118"]["LightInfluence"] = 1;
  2110. G2L["118"]["AlwaysOnTop"] = true;
  2111. G2L["118"]["StudsOffset"] = Vector3.new(0.05, -0.05, 0);
  2112. G2L["118"]["Size"] = UDim2.new(5, 0, 6, 0);
  2113. G2L["118"]["Enabled"] = false;
  2114. G2L["118"]["ClipsDescendants"] = true;
  2115. G2L["118"]["Name"] = [[BodysdafawfAWF]];
  2116.  
  2117.  
  2118. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame
  2119. G2L["119"] = Instance.new("Frame", G2L["118"]);
  2120. G2L["119"]["BorderSizePixel"] = 0;
  2121. G2L["119"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2122. G2L["119"]["Size"] = UDim2.new(0.95, 0, 0.95, 0);
  2123. G2L["119"]["Position"] = UDim2.new(0.025, 0, 0.025, 0);
  2124. G2L["119"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2125. G2L["119"]["BackgroundTransparency"] = 1;
  2126.  
  2127.  
  2128. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame.UICorner
  2129. G2L["11a"] = Instance.new("UICorner", G2L["119"]);
  2130. G2L["11a"]["CornerRadius"] = UDim.new(0, 9);
  2131.  
  2132.  
  2133. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.BodysdafawfAWF.Frame.UIStroke
  2134. G2L["11b"] = Instance.new("UIStroke", G2L["119"]);
  2135. G2L["11b"]["Thickness"] = 2;
  2136.  
  2137.  
  2138. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf
  2139. G2L["11c"] = Instance.new("BillboardGui", G2L["117"]);
  2140. G2L["11c"]["Active"] = true;
  2141. G2L["11c"]["LightInfluence"] = 1;
  2142. G2L["11c"]["AlwaysOnTop"] = true;
  2143. G2L["11c"]["StudsOffset"] = Vector3.new(0, 1.75, 0);
  2144. G2L["11c"]["Size"] = UDim2.new(3.3, 0, 1.25, 0);
  2145. G2L["11c"]["Enabled"] = false;
  2146. G2L["11c"]["ClipsDescendants"] = true;
  2147. G2L["11c"]["Name"] = [[Nametagsdagawr145124sadasdf]];
  2148.  
  2149.  
  2150. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf.TextLabel
  2151. G2L["11d"] = Instance.new("TextLabel", G2L["11c"]);
  2152. G2L["11d"]["TextWrapped"] = true;
  2153. G2L["11d"]["BorderSizePixel"] = 0;
  2154. G2L["11d"]["TextSize"] = 14;
  2155. G2L["11d"]["TextScaled"] = true;
  2156. G2L["11d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2157. G2L["11d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2158. G2L["11d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2159. G2L["11d"]["BackgroundTransparency"] = 1;
  2160. G2L["11d"]["Size"] = UDim2.new(0.85, 0, 1, 0);
  2161. G2L["11d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2162. G2L["11d"]["Text"] = [[PlayerName]];
  2163. G2L["11d"]["Position"] = UDim2.new(0.1, 0, 0, 0);
  2164.  
  2165.  
  2166. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.Nametagsdagawr145124sadasdf.TextLabel.UIStroke
  2167. G2L["11e"] = Instance.new("UIStroke", G2L["11d"]);
  2168. G2L["11e"]["Thickness"] = 4;
  2169.  
  2170.  
  2171. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.HighlightsdasfAFFAFa
  2172. G2L["11f"] = Instance.new("Highlight", G2L["117"]);
  2173. G2L["11f"]["FillTransparency"] = 0.65;
  2174. G2L["11f"]["Name"] = [[HighlightsdasfAFFAFa]];
  2175.  
  2176.  
  2177. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.EOn
  2178. G2L["120"] = Instance.new("BoolValue", G2L["117"]);
  2179. G2L["120"]["Name"] = [[EOn]];
  2180.  
  2181.  
  2182. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.HOn
  2183. G2L["121"] = Instance.new("BoolValue", G2L["117"]);
  2184. G2L["121"]["Name"] = [[HOn]];
  2185.  
  2186.  
  2187. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript.NTOn
  2188. G2L["122"] = Instance.new("BoolValue", G2L["117"]);
  2189. G2L["122"]["Name"] = [[NTOn]];
  2190.  
  2191.  
  2192. -- StarterGui.Menu (universal).GUI.Guis.Settings
  2193. G2L["123"] = Instance.new("Frame", G2L["31"]);
  2194. G2L["123"]["Visible"] = false;
  2195. G2L["123"]["ZIndex"] = 3;
  2196. G2L["123"]["BorderSizePixel"] = 0;
  2197. G2L["123"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2198. G2L["123"]["Size"] = UDim2.new(0.83072, 0, 1.00991, 0);
  2199. G2L["123"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  2200. G2L["123"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2201. G2L["123"]["Name"] = [[Settings]];
  2202. G2L["123"]["BackgroundTransparency"] = 1;
  2203.  
  2204.  
  2205. -- StarterGui.Menu (universal).GUI.Guis.Settings.UIAspectRatioConstraint
  2206. G2L["124"] = Instance.new("UIAspectRatioConstraint", G2L["123"]);
  2207. G2L["124"]["AspectRatio"] = 1.4547;
  2208.  
  2209.  
  2210. -- StarterGui.Menu (universal).GUI.Guis.Settings.Info
  2211. G2L["125"] = Instance.new("TextLabel", G2L["123"]);
  2212. G2L["125"]["TextWrapped"] = true;
  2213. G2L["125"]["BorderSizePixel"] = 0;
  2214. G2L["125"]["TextSize"] = 14;
  2215. G2L["125"]["TextScaled"] = true;
  2216. G2L["125"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2217. G2L["125"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2218. G2L["125"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2219. G2L["125"]["BackgroundTransparency"] = 1;
  2220. G2L["125"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  2221. G2L["125"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2222. G2L["125"]["Text"] = [[Settings]];
  2223. G2L["125"]["Name"] = [[Info]];
  2224. G2L["125"]["Position"] = UDim2.new(-0.00582, 0, 0.01203, 0);
  2225.  
  2226.  
  2227. -- StarterGui.Menu (universal).GUI.Guis.Settings.Info.UIStroke
  2228. G2L["126"] = Instance.new("UIStroke", G2L["125"]);
  2229. G2L["126"]["Thickness"] = 4;
  2230.  
  2231.  
  2232. -- StarterGui.Menu (universal).GUI.Guis.Settings.Info.UIAspectRatioConstraint
  2233. G2L["127"] = Instance.new("UIAspectRatioConstraint", G2L["125"]);
  2234. G2L["127"]["AspectRatio"] = 5.66176;
  2235.  
  2236.  
  2237. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload
  2238. G2L["128"] = Instance.new("TextButton", G2L["123"]);
  2239. G2L["128"]["TextWrapped"] = true;
  2240. G2L["128"]["BorderSizePixel"] = 0;
  2241. G2L["128"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2242. G2L["128"]["TextSize"] = 14;
  2243. G2L["128"]["TextScaled"] = true;
  2244. G2L["128"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2245. G2L["128"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2246. G2L["128"]["Size"] = UDim2.new(0.35652, 0, 0.17569, 0);
  2247. G2L["128"]["Name"] = [[Unload]];
  2248. G2L["128"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2249. G2L["128"]["Text"] = [[Unload script]];
  2250. G2L["128"]["Position"] = UDim2.new(0.03136, 0, 0.20272, 0);
  2251.  
  2252.  
  2253. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIAspectRatioConstraint
  2254. G2L["129"] = Instance.new("UIAspectRatioConstraint", G2L["128"]);
  2255. G2L["129"]["AspectRatio"] = 2.95192;
  2256.  
  2257.  
  2258. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UICorner
  2259. G2L["12a"] = Instance.new("UICorner", G2L["128"]);
  2260. G2L["12a"]["CornerRadius"] = UDim.new(0, 4);
  2261.  
  2262.  
  2263. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIStroke
  2264. G2L["12b"] = Instance.new("UIStroke", G2L["128"]);
  2265. G2L["12b"]["Thickness"] = 5;
  2266.  
  2267.  
  2268. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.UIStroke
  2269. G2L["12c"] = Instance.new("UIStroke", G2L["128"]);
  2270. G2L["12c"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2271. G2L["12c"]["Thickness"] = 5;
  2272.  
  2273.  
  2274. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.LocalScript
  2275. G2L["12d"] = Instance.new("LocalScript", G2L["128"]);
  2276.  
  2277.  
  2278.  
  2279. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey
  2280. G2L["12e"] = Instance.new("TextButton", G2L["123"]);
  2281. G2L["12e"]["TextWrapped"] = true;
  2282. G2L["12e"]["BorderSizePixel"] = 0;
  2283. G2L["12e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2284. G2L["12e"]["TextSize"] = 14;
  2285. G2L["12e"]["TextScaled"] = true;
  2286. G2L["12e"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2287. G2L["12e"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2288. G2L["12e"]["Size"] = UDim2.new(0.35652, 0, 0.17569, 0);
  2289. G2L["12e"]["Name"] = [[ToggleKey]];
  2290. G2L["12e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2291. G2L["12e"]["Text"] = [[Toggle key (rightshift)]];
  2292. G2L["12e"]["Position"] = UDim2.new(0.44606, 0, 0.20272, 0);
  2293.  
  2294.  
  2295. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIAspectRatioConstraint
  2296. G2L["12f"] = Instance.new("UIAspectRatioConstraint", G2L["12e"]);
  2297. G2L["12f"]["AspectRatio"] = 2.95192;
  2298.  
  2299.  
  2300. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UICorner
  2301. G2L["130"] = Instance.new("UICorner", G2L["12e"]);
  2302. G2L["130"]["CornerRadius"] = UDim.new(0, 4);
  2303.  
  2304.  
  2305. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIStroke
  2306. G2L["131"] = Instance.new("UIStroke", G2L["12e"]);
  2307. G2L["131"]["Thickness"] = 5;
  2308.  
  2309.  
  2310. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.UIStroke
  2311. G2L["132"] = Instance.new("UIStroke", G2L["12e"]);
  2312. G2L["132"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2313. G2L["132"]["Thickness"] = 5;
  2314.  
  2315.  
  2316. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.LocalScript
  2317. G2L["133"] = Instance.new("LocalScript", G2L["12e"]);
  2318.  
  2319.  
  2320.  
  2321. -- StarterGui.Menu (universal).GUI.Guis.HUD
  2322. G2L["134"] = Instance.new("Frame", G2L["31"]);
  2323. G2L["134"]["Visible"] = false;
  2324. G2L["134"]["ZIndex"] = 3;
  2325. G2L["134"]["BorderSizePixel"] = 0;
  2326. G2L["134"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2327. G2L["134"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  2328. G2L["134"]["Position"] = UDim2.new(0.1594, 0, -0.00169, 0);
  2329. G2L["134"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2330. G2L["134"]["Name"] = [[HUD]];
  2331. G2L["134"]["BackgroundTransparency"] = 1;
  2332.  
  2333.  
  2334. -- StarterGui.Menu (universal).GUI.Guis.HUD.UIAspectRatioConstraint
  2335. G2L["135"] = Instance.new("UIAspectRatioConstraint", G2L["134"]);
  2336. G2L["135"]["AspectRatio"] = 1.4547;
  2337.  
  2338.  
  2339. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info
  2340. G2L["136"] = Instance.new("TextLabel", G2L["134"]);
  2341. G2L["136"]["TextWrapped"] = true;
  2342. G2L["136"]["BorderSizePixel"] = 0;
  2343. G2L["136"]["TextSize"] = 14;
  2344. G2L["136"]["TextScaled"] = true;
  2345. G2L["136"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2346. G2L["136"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2347. G2L["136"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  2348. G2L["136"]["BackgroundTransparency"] = 1;
  2349. G2L["136"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  2350. G2L["136"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2351. G2L["136"]["Text"] = [[HUD]];
  2352. G2L["136"]["Name"] = [[Info]];
  2353. G2L["136"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  2354.  
  2355.  
  2356. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info.UIStroke
  2357. G2L["137"] = Instance.new("UIStroke", G2L["136"]);
  2358. G2L["137"]["Thickness"] = 4;
  2359.  
  2360.  
  2361. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info.UIAspectRatioConstraint
  2362. G2L["138"] = Instance.new("UIAspectRatioConstraint", G2L["136"]);
  2363. G2L["138"]["AspectRatio"] = 5.66176;
  2364.  
  2365.  
  2366. -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger
  2367. G2L["139"] = Instance.new("TextButton", G2L["134"]);
  2368. G2L["139"]["TextWrapped"] = true;
  2369. G2L["139"]["BorderSizePixel"] = 0;
  2370. G2L["139"]["TextColor3"] = Color3.fromRGB(36, 36, 55);
  2371. G2L["139"]["TextSize"] = 14;
  2372. G2L["139"]["TextScaled"] = true;
  2373. G2L["139"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2374. G2L["139"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2375. G2L["139"]["Size"] = UDim2.new(0.32591, 0, 0.10036, 0);
  2376. G2L["139"]["Name"] = [[BGChanger]];
  2377. G2L["139"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2378. G2L["139"]["Text"] = [[Darkblue]];
  2379. G2L["139"]["Position"] = UDim2.new(0.02736, 0, 0.1886, 0);
  2380.  
  2381.  
  2382. -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIAspectRatioConstraint
  2383. G2L["13a"] = Instance.new("UIAspectRatioConstraint", G2L["139"]);
  2384. G2L["13a"]["AspectRatio"] = 4.72414;
  2385.  
  2386.  
  2387. -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UICorner
  2388. G2L["13b"] = Instance.new("UICorner", G2L["139"]);
  2389.  
  2390.  
  2391.  
  2392. -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIStroke
  2393. G2L["13c"] = Instance.new("UIStroke", G2L["139"]);
  2394. G2L["13c"]["Thickness"] = 2;
  2395.  
  2396.  
  2397. -- StarterGui.Menu (universal).GUI.Guis.HUD.BGChanger.UIStroke
  2398. G2L["13d"] = Instance.new("UIStroke", G2L["139"]);
  2399. G2L["13d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2400. G2L["13d"]["Thickness"] = 2;
  2401.  
  2402.  
  2403. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame
  2404. G2L["13e"] = Instance.new("ScrollingFrame", G2L["134"]);
  2405. G2L["13e"]["Visible"] = false;
  2406. G2L["13e"]["Active"] = true;
  2407. G2L["13e"]["ZIndex"] = 2;
  2408. G2L["13e"]["BorderSizePixel"] = 0;
  2409. G2L["13e"]["CanvasSize"] = UDim2.new(0, 0, 1.45, 0);
  2410. G2L["13e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2411. G2L["13e"]["Size"] = UDim2.new(0, 274, 0, 380);
  2412. G2L["13e"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  2413. G2L["13e"]["Position"] = UDim2.new(0.02736, 0, 0.29935, 0);
  2414. G2L["13e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2415. G2L["13e"]["BackgroundTransparency"] = 1;
  2416.  
  2417.  
  2418. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UIStroke
  2419. G2L["13f"] = Instance.new("UIStroke", G2L["13e"]);
  2420. G2L["13f"]["Thickness"] = 2;
  2421.  
  2422.  
  2423. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UIListLayout
  2424. G2L["140"] = Instance.new("UIListLayout", G2L["13e"]);
  2425. G2L["140"]["Padding"] = UDim.new(0, 7);
  2426. G2L["140"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2427.  
  2428.  
  2429. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2430. G2L["141"] = Instance.new("TextButton", G2L["13e"]);
  2431. G2L["141"]["TextWrapped"] = true;
  2432. G2L["141"]["BorderSizePixel"] = 0;
  2433. G2L["141"]["TextColor3"] = Color3.fromRGB(107, 0, 3);
  2434. G2L["141"]["TextSize"] = 14;
  2435. G2L["141"]["TextScaled"] = true;
  2436. G2L["141"]["BackgroundColor3"] = Color3.fromRGB(107, 0, 3);
  2437. G2L["141"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2438. G2L["141"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2439. G2L["141"]["Name"] = [[Option]];
  2440. G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2441. G2L["141"]["Text"] = [[Darkred]];
  2442.  
  2443.  
  2444. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2445. G2L["142"] = Instance.new("UIAspectRatioConstraint", G2L["141"]);
  2446. G2L["142"]["AspectRatio"] = 4.72414;
  2447.  
  2448.  
  2449. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2450. G2L["143"] = Instance.new("UICorner", G2L["141"]);
  2451.  
  2452.  
  2453.  
  2454. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2455. G2L["144"] = Instance.new("UIStroke", G2L["141"]);
  2456. G2L["144"]["Thickness"] = 2;
  2457.  
  2458.  
  2459. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2460. G2L["145"] = Instance.new("UIStroke", G2L["141"]);
  2461. G2L["145"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2462. G2L["145"]["Thickness"] = 2;
  2463.  
  2464.  
  2465. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2466. G2L["146"] = Instance.new("Color3Value", G2L["141"]);
  2467. G2L["146"]["Name"] = [[Color]];
  2468. G2L["146"]["Value"] = Color3.fromRGB(107, 0, 3);
  2469.  
  2470.  
  2471. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2472. G2L["147"] = Instance.new("TextButton", G2L["13e"]);
  2473. G2L["147"]["TextWrapped"] = true;
  2474. G2L["147"]["BorderSizePixel"] = 0;
  2475. G2L["147"]["TextColor3"] = Color3.fromRGB(255, 131, 0);
  2476. G2L["147"]["TextSize"] = 14;
  2477. G2L["147"]["TextScaled"] = true;
  2478. G2L["147"]["BackgroundColor3"] = Color3.fromRGB(255, 131, 0);
  2479. G2L["147"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2480. G2L["147"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2481. G2L["147"]["Name"] = [[Option]];
  2482. G2L["147"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2483. G2L["147"]["Text"] = [[Orange]];
  2484.  
  2485.  
  2486. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2487. G2L["148"] = Instance.new("UIAspectRatioConstraint", G2L["147"]);
  2488. G2L["148"]["AspectRatio"] = 4.72414;
  2489.  
  2490.  
  2491. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2492. G2L["149"] = Instance.new("UICorner", G2L["147"]);
  2493.  
  2494.  
  2495.  
  2496. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2497. G2L["14a"] = Instance.new("UIStroke", G2L["147"]);
  2498. G2L["14a"]["Thickness"] = 2;
  2499.  
  2500.  
  2501. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2502. G2L["14b"] = Instance.new("UIStroke", G2L["147"]);
  2503. G2L["14b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2504. G2L["14b"]["Thickness"] = 2;
  2505.  
  2506.  
  2507. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2508. G2L["14c"] = Instance.new("Color3Value", G2L["147"]);
  2509. G2L["14c"]["Name"] = [[Color]];
  2510. G2L["14c"]["Value"] = Color3.fromRGB(255, 131, 0);
  2511.  
  2512.  
  2513. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2514. G2L["14d"] = Instance.new("TextButton", G2L["13e"]);
  2515. G2L["14d"]["TextWrapped"] = true;
  2516. G2L["14d"]["BorderSizePixel"] = 0;
  2517. G2L["14d"]["TextColor3"] = Color3.fromRGB(255, 255, 0);
  2518. G2L["14d"]["TextSize"] = 14;
  2519. G2L["14d"]["TextScaled"] = true;
  2520. G2L["14d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0);
  2521. G2L["14d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2522. G2L["14d"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2523. G2L["14d"]["Name"] = [[Option]];
  2524. G2L["14d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2525. G2L["14d"]["Text"] = [[Yellow]];
  2526.  
  2527.  
  2528. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2529. G2L["14e"] = Instance.new("UIAspectRatioConstraint", G2L["14d"]);
  2530. G2L["14e"]["AspectRatio"] = 4.72414;
  2531.  
  2532.  
  2533. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2534. G2L["14f"] = Instance.new("UICorner", G2L["14d"]);
  2535.  
  2536.  
  2537.  
  2538. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2539. G2L["150"] = Instance.new("UIStroke", G2L["14d"]);
  2540. G2L["150"]["Thickness"] = 2;
  2541.  
  2542.  
  2543. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2544. G2L["151"] = Instance.new("UIStroke", G2L["14d"]);
  2545. G2L["151"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2546. G2L["151"]["Thickness"] = 2;
  2547.  
  2548.  
  2549. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2550. G2L["152"] = Instance.new("Color3Value", G2L["14d"]);
  2551. G2L["152"]["Name"] = [[Color]];
  2552. G2L["152"]["Value"] = Color3.fromRGB(255, 255, 0);
  2553.  
  2554.  
  2555. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2556. G2L["153"] = Instance.new("TextButton", G2L["13e"]);
  2557. G2L["153"]["TextWrapped"] = true;
  2558. G2L["153"]["BorderSizePixel"] = 0;
  2559. G2L["153"]["TextColor3"] = Color3.fromRGB(0, 255, 0);
  2560. G2L["153"]["TextSize"] = 14;
  2561. G2L["153"]["TextScaled"] = true;
  2562. G2L["153"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 0);
  2563. G2L["153"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2564. G2L["153"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2565. G2L["153"]["Name"] = [[Option]];
  2566. G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2567. G2L["153"]["Text"] = [[Green]];
  2568.  
  2569.  
  2570. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2571. G2L["154"] = Instance.new("UIAspectRatioConstraint", G2L["153"]);
  2572. G2L["154"]["AspectRatio"] = 4.72414;
  2573.  
  2574.  
  2575. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2576. G2L["155"] = Instance.new("UICorner", G2L["153"]);
  2577.  
  2578.  
  2579.  
  2580. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2581. G2L["156"] = Instance.new("UIStroke", G2L["153"]);
  2582. G2L["156"]["Thickness"] = 2;
  2583.  
  2584.  
  2585. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2586. G2L["157"] = Instance.new("UIStroke", G2L["153"]);
  2587. G2L["157"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2588. G2L["157"]["Thickness"] = 2;
  2589.  
  2590.  
  2591. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2592. G2L["158"] = Instance.new("Color3Value", G2L["153"]);
  2593. G2L["158"]["Name"] = [[Color]];
  2594. G2L["158"]["Value"] = Color3.fromRGB(0, 255, 0);
  2595.  
  2596.  
  2597. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2598. G2L["159"] = Instance.new("TextButton", G2L["13e"]);
  2599. G2L["159"]["TextWrapped"] = true;
  2600. G2L["159"]["BorderSizePixel"] = 0;
  2601. G2L["159"]["TextColor3"] = Color3.fromRGB(0, 255, 255);
  2602. G2L["159"]["TextSize"] = 14;
  2603. G2L["159"]["TextScaled"] = true;
  2604. G2L["159"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 255);
  2605. G2L["159"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2606. G2L["159"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2607. G2L["159"]["Name"] = [[Option]];
  2608. G2L["159"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2609. G2L["159"]["Text"] = [[Cyan]];
  2610.  
  2611.  
  2612. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2613. G2L["15a"] = Instance.new("UIAspectRatioConstraint", G2L["159"]);
  2614. G2L["15a"]["AspectRatio"] = 4.72414;
  2615.  
  2616.  
  2617. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2618. G2L["15b"] = Instance.new("UICorner", G2L["159"]);
  2619.  
  2620.  
  2621.  
  2622. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2623. G2L["15c"] = Instance.new("UIStroke", G2L["159"]);
  2624. G2L["15c"]["Thickness"] = 2;
  2625.  
  2626.  
  2627. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2628. G2L["15d"] = Instance.new("UIStroke", G2L["159"]);
  2629. G2L["15d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2630. G2L["15d"]["Thickness"] = 2;
  2631.  
  2632.  
  2633. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2634. G2L["15e"] = Instance.new("Color3Value", G2L["159"]);
  2635. G2L["15e"]["Name"] = [[Color]];
  2636. G2L["15e"]["Value"] = Color3.fromRGB(0, 255, 255);
  2637.  
  2638.  
  2639. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2640. G2L["15f"] = Instance.new("TextButton", G2L["13e"]);
  2641. G2L["15f"]["TextWrapped"] = true;
  2642. G2L["15f"]["BorderSizePixel"] = 0;
  2643. G2L["15f"]["TextColor3"] = Color3.fromRGB(0, 0, 255);
  2644. G2L["15f"]["TextSize"] = 14;
  2645. G2L["15f"]["TextScaled"] = true;
  2646. G2L["15f"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 255);
  2647. G2L["15f"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2648. G2L["15f"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2649. G2L["15f"]["Name"] = [[Option]];
  2650. G2L["15f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2651. G2L["15f"]["Text"] = [[Blue]];
  2652.  
  2653.  
  2654. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2655. G2L["160"] = Instance.new("UIAspectRatioConstraint", G2L["15f"]);
  2656. G2L["160"]["AspectRatio"] = 4.72414;
  2657.  
  2658.  
  2659. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2660. G2L["161"] = Instance.new("UICorner", G2L["15f"]);
  2661.  
  2662.  
  2663.  
  2664. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2665. G2L["162"] = Instance.new("UIStroke", G2L["15f"]);
  2666. G2L["162"]["Thickness"] = 2;
  2667.  
  2668.  
  2669. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2670. G2L["163"] = Instance.new("UIStroke", G2L["15f"]);
  2671. G2L["163"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2672. G2L["163"]["Thickness"] = 2;
  2673.  
  2674.  
  2675. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2676. G2L["164"] = Instance.new("Color3Value", G2L["15f"]);
  2677. G2L["164"]["Name"] = [[Color]];
  2678. G2L["164"]["Value"] = Color3.fromRGB(0, 0, 255);
  2679.  
  2680.  
  2681. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2682. G2L["165"] = Instance.new("TextButton", G2L["13e"]);
  2683. G2L["165"]["TextWrapped"] = true;
  2684. G2L["165"]["BorderSizePixel"] = 0;
  2685. G2L["165"]["TextColor3"] = Color3.fromRGB(255, 0, 252);
  2686. G2L["165"]["TextSize"] = 14;
  2687. G2L["165"]["TextScaled"] = true;
  2688. G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 252);
  2689. G2L["165"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2690. G2L["165"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2691. G2L["165"]["Name"] = [[Option]];
  2692. G2L["165"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2693. G2L["165"]["Text"] = [[Pink]];
  2694.  
  2695.  
  2696. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2697. G2L["166"] = Instance.new("UIAspectRatioConstraint", G2L["165"]);
  2698. G2L["166"]["AspectRatio"] = 4.72414;
  2699.  
  2700.  
  2701. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2702. G2L["167"] = Instance.new("UICorner", G2L["165"]);
  2703.  
  2704.  
  2705.  
  2706. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2707. G2L["168"] = Instance.new("UIStroke", G2L["165"]);
  2708. G2L["168"]["Thickness"] = 2;
  2709.  
  2710.  
  2711. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2712. G2L["169"] = Instance.new("UIStroke", G2L["165"]);
  2713. G2L["169"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2714. G2L["169"]["Thickness"] = 2;
  2715.  
  2716.  
  2717. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2718. G2L["16a"] = Instance.new("Color3Value", G2L["165"]);
  2719. G2L["16a"]["Name"] = [[Color]];
  2720. G2L["16a"]["Value"] = Color3.fromRGB(255, 0, 252);
  2721.  
  2722.  
  2723. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2724. G2L["16b"] = Instance.new("TextButton", G2L["13e"]);
  2725. G2L["16b"]["TextWrapped"] = true;
  2726. G2L["16b"]["BorderSizePixel"] = 0;
  2727. G2L["16b"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  2728. G2L["16b"]["TextSize"] = 14;
  2729. G2L["16b"]["TextScaled"] = true;
  2730. G2L["16b"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  2731. G2L["16b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2732. G2L["16b"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2733. G2L["16b"]["Name"] = [[Option]];
  2734. G2L["16b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2735. G2L["16b"]["Text"] = [[Red]];
  2736.  
  2737.  
  2738. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2739. G2L["16c"] = Instance.new("UIAspectRatioConstraint", G2L["16b"]);
  2740. G2L["16c"]["AspectRatio"] = 4.72414;
  2741.  
  2742.  
  2743. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2744. G2L["16d"] = Instance.new("UICorner", G2L["16b"]);
  2745.  
  2746.  
  2747.  
  2748. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2749. G2L["16e"] = Instance.new("UIStroke", G2L["16b"]);
  2750. G2L["16e"]["Thickness"] = 2;
  2751.  
  2752.  
  2753. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2754. G2L["16f"] = Instance.new("UIStroke", G2L["16b"]);
  2755. G2L["16f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2756. G2L["16f"]["Thickness"] = 2;
  2757.  
  2758.  
  2759. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2760. G2L["170"] = Instance.new("Color3Value", G2L["16b"]);
  2761. G2L["170"]["Name"] = [[Color]];
  2762. G2L["170"]["Value"] = Color3.fromRGB(255, 0, 0);
  2763.  
  2764.  
  2765. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2766. G2L["171"] = Instance.new("TextButton", G2L["13e"]);
  2767. G2L["171"]["TextWrapped"] = true;
  2768. G2L["171"]["BorderSizePixel"] = 0;
  2769. G2L["171"]["TextColor3"] = Color3.fromRGB(36, 36, 55);
  2770. G2L["171"]["TextSize"] = 14;
  2771. G2L["171"]["TextScaled"] = true;
  2772. G2L["171"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  2773. G2L["171"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2774. G2L["171"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2775. G2L["171"]["Name"] = [[Option]];
  2776. G2L["171"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2777. G2L["171"]["Text"] = [[Darkblue]];
  2778.  
  2779.  
  2780. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2781. G2L["172"] = Instance.new("UIAspectRatioConstraint", G2L["171"]);
  2782. G2L["172"]["AspectRatio"] = 4.72414;
  2783.  
  2784.  
  2785. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2786. G2L["173"] = Instance.new("UICorner", G2L["171"]);
  2787.  
  2788.  
  2789.  
  2790. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2791. G2L["174"] = Instance.new("UIStroke", G2L["171"]);
  2792. G2L["174"]["Thickness"] = 2;
  2793.  
  2794.  
  2795. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2796. G2L["175"] = Instance.new("UIStroke", G2L["171"]);
  2797. G2L["175"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2798. G2L["175"]["Thickness"] = 2;
  2799.  
  2800.  
  2801. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2802. G2L["176"] = Instance.new("Color3Value", G2L["171"]);
  2803. G2L["176"]["Name"] = [[Color]];
  2804. G2L["176"]["Value"] = Color3.fromRGB(36, 36, 55);
  2805.  
  2806.  
  2807. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2808. G2L["177"] = Instance.new("TextButton", G2L["13e"]);
  2809. G2L["177"]["TextWrapped"] = true;
  2810. G2L["177"]["BorderSizePixel"] = 0;
  2811. G2L["177"]["TextColor3"] = Color3.fromRGB(0, 80, 77);
  2812. G2L["177"]["TextSize"] = 14;
  2813. G2L["177"]["TextScaled"] = true;
  2814. G2L["177"]["BackgroundColor3"] = Color3.fromRGB(0, 80, 77);
  2815. G2L["177"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2816. G2L["177"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2817. G2L["177"]["Name"] = [[Option]];
  2818. G2L["177"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2819. G2L["177"]["Text"] = [[Darkcyan]];
  2820.  
  2821.  
  2822. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2823. G2L["178"] = Instance.new("UIAspectRatioConstraint", G2L["177"]);
  2824. G2L["178"]["AspectRatio"] = 4.72414;
  2825.  
  2826.  
  2827. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2828. G2L["179"] = Instance.new("UICorner", G2L["177"]);
  2829.  
  2830.  
  2831.  
  2832. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2833. G2L["17a"] = Instance.new("UIStroke", G2L["177"]);
  2834. G2L["17a"]["Thickness"] = 2;
  2835.  
  2836.  
  2837. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2838. G2L["17b"] = Instance.new("UIStroke", G2L["177"]);
  2839. G2L["17b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2840. G2L["17b"]["Thickness"] = 2;
  2841.  
  2842.  
  2843. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2844. G2L["17c"] = Instance.new("Color3Value", G2L["177"]);
  2845. G2L["17c"]["Name"] = [[Color]];
  2846. G2L["17c"]["Value"] = Color3.fromRGB(0, 80, 77);
  2847.  
  2848.  
  2849. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2850. G2L["17d"] = Instance.new("TextButton", G2L["13e"]);
  2851. G2L["17d"]["TextWrapped"] = true;
  2852. G2L["17d"]["BorderSizePixel"] = 0;
  2853. G2L["17d"]["TextColor3"] = Color3.fromRGB(114, 118, 0);
  2854. G2L["17d"]["TextSize"] = 14;
  2855. G2L["17d"]["TextScaled"] = true;
  2856. G2L["17d"]["BackgroundColor3"] = Color3.fromRGB(114, 118, 0);
  2857. G2L["17d"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2858. G2L["17d"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2859. G2L["17d"]["Name"] = [[Option]];
  2860. G2L["17d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2861. G2L["17d"]["Text"] = [[Darkyellow]];
  2862.  
  2863.  
  2864. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2865. G2L["17e"] = Instance.new("UIAspectRatioConstraint", G2L["17d"]);
  2866. G2L["17e"]["AspectRatio"] = 4.72414;
  2867.  
  2868.  
  2869. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2870. G2L["17f"] = Instance.new("UICorner", G2L["17d"]);
  2871.  
  2872.  
  2873.  
  2874. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2875. G2L["180"] = Instance.new("UIStroke", G2L["17d"]);
  2876. G2L["180"]["Thickness"] = 2;
  2877.  
  2878.  
  2879. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2880. G2L["181"] = Instance.new("UIStroke", G2L["17d"]);
  2881. G2L["181"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2882. G2L["181"]["Thickness"] = 2;
  2883.  
  2884.  
  2885. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2886. G2L["182"] = Instance.new("Color3Value", G2L["17d"]);
  2887. G2L["182"]["Name"] = [[Color]];
  2888. G2L["182"]["Value"] = Color3.fromRGB(114, 118, 0);
  2889.  
  2890.  
  2891. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2892. G2L["183"] = Instance.new("TextButton", G2L["13e"]);
  2893. G2L["183"]["TextWrapped"] = true;
  2894. G2L["183"]["BorderSizePixel"] = 0;
  2895. G2L["183"]["TextColor3"] = Color3.fromRGB(17, 55, 6);
  2896. G2L["183"]["TextSize"] = 14;
  2897. G2L["183"]["TextScaled"] = true;
  2898. G2L["183"]["BackgroundColor3"] = Color3.fromRGB(17, 55, 6);
  2899. G2L["183"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2900. G2L["183"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2901. G2L["183"]["Name"] = [[Option]];
  2902. G2L["183"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2903. G2L["183"]["Text"] = [[Darkgreen]];
  2904.  
  2905.  
  2906. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2907. G2L["184"] = Instance.new("UIAspectRatioConstraint", G2L["183"]);
  2908. G2L["184"]["AspectRatio"] = 4.72414;
  2909.  
  2910.  
  2911. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2912. G2L["185"] = Instance.new("UICorner", G2L["183"]);
  2913.  
  2914.  
  2915.  
  2916. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2917. G2L["186"] = Instance.new("UIStroke", G2L["183"]);
  2918. G2L["186"]["Thickness"] = 2;
  2919.  
  2920.  
  2921. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2922. G2L["187"] = Instance.new("UIStroke", G2L["183"]);
  2923. G2L["187"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2924. G2L["187"]["Thickness"] = 2;
  2925.  
  2926.  
  2927. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2928. G2L["188"] = Instance.new("Color3Value", G2L["183"]);
  2929. G2L["188"]["Name"] = [[Color]];
  2930. G2L["188"]["Value"] = Color3.fromRGB(17, 55, 6);
  2931.  
  2932.  
  2933. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.UICorner
  2934. G2L["189"] = Instance.new("UICorner", G2L["13e"]);
  2935.  
  2936.  
  2937.  
  2938. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option
  2939. G2L["18a"] = Instance.new("TextButton", G2L["13e"]);
  2940. G2L["18a"]["TextWrapped"] = true;
  2941. G2L["18a"]["BorderSizePixel"] = 0;
  2942. G2L["18a"]["TextColor3"] = Color3.fromRGB(55, 21, 7);
  2943. G2L["18a"]["TextSize"] = 14;
  2944. G2L["18a"]["TextScaled"] = true;
  2945. G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(55, 21, 7);
  2946. G2L["18a"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  2947. G2L["18a"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  2948. G2L["18a"]["Name"] = [[Option]];
  2949. G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2950. G2L["18a"]["Text"] = [[Darkbrown]];
  2951.  
  2952.  
  2953. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIAspectRatioConstraint
  2954. G2L["18b"] = Instance.new("UIAspectRatioConstraint", G2L["18a"]);
  2955. G2L["18b"]["AspectRatio"] = 4.72414;
  2956.  
  2957.  
  2958. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UICorner
  2959. G2L["18c"] = Instance.new("UICorner", G2L["18a"]);
  2960.  
  2961.  
  2962.  
  2963. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2964. G2L["18d"] = Instance.new("UIStroke", G2L["18a"]);
  2965. G2L["18d"]["Thickness"] = 2;
  2966.  
  2967.  
  2968. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.UIStroke
  2969. G2L["18e"] = Instance.new("UIStroke", G2L["18a"]);
  2970. G2L["18e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  2971. G2L["18e"]["Thickness"] = 2;
  2972.  
  2973.  
  2974. -- StarterGui.Menu (universal).GUI.Guis.HUD.ScrollingFrame.Option.Color
  2975. G2L["18f"] = Instance.new("Color3Value", G2L["18a"]);
  2976. G2L["18f"]["Name"] = [[Color]];
  2977. G2L["18f"]["Value"] = Color3.fromRGB(55, 21, 7);
  2978.  
  2979.  
  2980. -- StarterGui.Menu (universal).GUI.Guis.HUD.LocalScript
  2981. G2L["190"] = Instance.new("LocalScript", G2L["134"]);
  2982.  
  2983.  
  2984.  
  2985. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line
  2986. G2L["191"] = Instance.new("Frame", G2L["134"]);
  2987. G2L["191"]["BorderSizePixel"] = 0;
  2988. G2L["191"]["BackgroundColor3"] = Color3.fromRGB(174, 174, 174);
  2989. G2L["191"]["Size"] = UDim2.new(0.46486, 0, 0.09444, 0);
  2990. G2L["191"]["Position"] = UDim2.new(0.02199, 0, 0.59134, 0);
  2991. G2L["191"]["Name"] = [[X-Line]];
  2992.  
  2993.  
  2994. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.LocalScript
  2995. G2L["192"] = Instance.new("LocalScript", G2L["191"]);
  2996.  
  2997.  
  2998.  
  2999. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UICorner
  3000. G2L["193"] = Instance.new("UICorner", G2L["191"]);
  3001. G2L["193"]["CornerRadius"] = UDim.new(0.3, 0);
  3002.  
  3003.  
  3004. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton
  3005. G2L["194"] = Instance.new("TextButton", G2L["191"]);
  3006. G2L["194"]["BorderSizePixel"] = 0;
  3007. G2L["194"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3008. G2L["194"]["TextSize"] = 14;
  3009. G2L["194"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3010. G2L["194"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3011. G2L["194"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  3012. G2L["194"]["Size"] = UDim2.new(0.03958, 0, 5.48377, 0);
  3013. G2L["194"]["BorderColor3"] = Color3.fromRGB(28, 43, 54);
  3014. G2L["194"]["Text"] = [[]];
  3015. G2L["194"]["Position"] = UDim2.new(0, 0, 0.5, 0);
  3016.  
  3017.  
  3018. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UICorner
  3019. G2L["195"] = Instance.new("UICorner", G2L["194"]);
  3020. G2L["195"]["CornerRadius"] = UDim.new(1, 0);
  3021.  
  3022.  
  3023. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UIAspectRatioConstraint
  3024. G2L["196"] = Instance.new("UIAspectRatioConstraint", G2L["194"]);
  3025. G2L["196"]["AspectRatio"] = 0.18667;
  3026.  
  3027.  
  3028. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.TextButton.UIStroke
  3029. G2L["197"] = Instance.new("UIStroke", G2L["194"]);
  3030. G2L["197"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3031. G2L["197"]["Thickness"] = 4;
  3032.  
  3033.  
  3034. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UIAspectRatioConstraint
  3035. G2L["198"] = Instance.new("UIAspectRatioConstraint", G2L["191"]);
  3036. G2L["198"]["AspectRatio"] = 25.86563;
  3037.  
  3038.  
  3039. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.Percentage
  3040. G2L["199"] = Instance.new("IntValue", G2L["191"]);
  3041. G2L["199"]["Name"] = [[Percentage]];
  3042.  
  3043.  
  3044. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.UIStroke
  3045. G2L["19a"] = Instance.new("UIStroke", G2L["191"]);
  3046. G2L["19a"]["Thickness"] = 4;
  3047.  
  3048.  
  3049. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2
  3050. G2L["19b"] = Instance.new("TextLabel", G2L["134"]);
  3051. G2L["19b"]["TextWrapped"] = true;
  3052. G2L["19b"]["BorderSizePixel"] = 0;
  3053. G2L["19b"]["TextSize"] = 14;
  3054. G2L["19b"]["TextScaled"] = true;
  3055. G2L["19b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3056. G2L["19b"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3057. G2L["19b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3058. G2L["19b"]["BackgroundTransparency"] = 1;
  3059. G2L["19b"]["Size"] = UDim2.new(0.26918, 0, 0.08367, 0);
  3060. G2L["19b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3061. G2L["19b"]["Text"] = [[Transparency]];
  3062. G2L["19b"]["Name"] = [[Info2]];
  3063. G2L["19b"]["Position"] = UDim2.new(0.00837, 0, 0.34456, 0);
  3064.  
  3065.  
  3066. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2.UIStroke
  3067. G2L["19c"] = Instance.new("UIStroke", G2L["19b"]);
  3068. G2L["19c"]["Thickness"] = 4;
  3069.  
  3070.  
  3071. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info2.UIAspectRatioConstraint
  3072. G2L["19d"] = Instance.new("UIAspectRatioConstraint", G2L["19b"]);
  3073. G2L["19d"]["AspectRatio"] = 4.68;
  3074.  
  3075.  
  3076. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3
  3077. G2L["19e"] = Instance.new("TextLabel", G2L["134"]);
  3078. G2L["19e"]["TextWrapped"] = true;
  3079. G2L["19e"]["BorderSizePixel"] = 0;
  3080. G2L["19e"]["TextSize"] = 14;
  3081. G2L["19e"]["TextScaled"] = true;
  3082. G2L["19e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3083. G2L["19e"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3084. G2L["19e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3085. G2L["19e"]["BackgroundTransparency"] = 1;
  3086. G2L["19e"]["Size"] = UDim2.new(0.26918, 0, 0.08367, 0);
  3087. G2L["19e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3088. G2L["19e"]["Text"] = [[0]];
  3089. G2L["19e"]["Name"] = [[Info3]];
  3090. G2L["19e"]["Position"] = UDim2.new(0.10844, 0, 0.48131, 0);
  3091.  
  3092.  
  3093. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3.UIStroke
  3094. G2L["19f"] = Instance.new("UIStroke", G2L["19e"]);
  3095. G2L["19f"]["Thickness"] = 4;
  3096.  
  3097.  
  3098. -- StarterGui.Menu (universal).GUI.Guis.HUD.Info3.UIAspectRatioConstraint
  3099. G2L["1a0"] = Instance.new("UIAspectRatioConstraint", G2L["19e"]);
  3100. G2L["1a0"]["AspectRatio"] = 4.68;
  3101.  
  3102.  
  3103. -- StarterGui.Menu (universal).GUI.Guis.Credits
  3104. G2L["1a1"] = Instance.new("Frame", G2L["31"]);
  3105. G2L["1a1"]["Visible"] = false;
  3106. G2L["1a1"]["ZIndex"] = 3;
  3107. G2L["1a1"]["BorderSizePixel"] = 0;
  3108. G2L["1a1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3109. G2L["1a1"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  3110. G2L["1a1"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  3111. G2L["1a1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3112. G2L["1a1"]["Name"] = [[Credits]];
  3113. G2L["1a1"]["BackgroundTransparency"] = 1;
  3114.  
  3115.  
  3116. -- StarterGui.Menu (universal).GUI.Guis.Credits.UIAspectRatioConstraint
  3117. G2L["1a2"] = Instance.new("UIAspectRatioConstraint", G2L["1a1"]);
  3118. G2L["1a2"]["AspectRatio"] = 1.4547;
  3119.  
  3120.  
  3121. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
  3122. G2L["1a3"] = Instance.new("TextLabel", G2L["1a1"]);
  3123. G2L["1a3"]["TextWrapped"] = true;
  3124. G2L["1a3"]["BorderSizePixel"] = 0;
  3125. G2L["1a3"]["TextSize"] = 14;
  3126. G2L["1a3"]["TextScaled"] = true;
  3127. G2L["1a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3128. G2L["1a3"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3129. G2L["1a3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3130. G2L["1a3"]["BackgroundTransparency"] = 1;
  3131. G2L["1a3"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3132. G2L["1a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3133. G2L["1a3"]["Text"] = [[Credits]];
  3134. G2L["1a3"]["Name"] = [[Info]];
  3135. G2L["1a3"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  3136.  
  3137.  
  3138. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
  3139. G2L["1a4"] = Instance.new("UIStroke", G2L["1a3"]);
  3140. G2L["1a4"]["Thickness"] = 4;
  3141.  
  3142.  
  3143. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
  3144. G2L["1a5"] = Instance.new("UIAspectRatioConstraint", G2L["1a3"]);
  3145. G2L["1a5"]["AspectRatio"] = 5.66176;
  3146.  
  3147.  
  3148. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
  3149. G2L["1a6"] = Instance.new("TextLabel", G2L["1a1"]);
  3150. G2L["1a6"]["TextWrapped"] = true;
  3151. G2L["1a6"]["BorderSizePixel"] = 0;
  3152. G2L["1a6"]["TextSize"] = 14;
  3153. G2L["1a6"]["TextScaled"] = true;
  3154. G2L["1a6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3155. G2L["1a6"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3156. G2L["1a6"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3157. G2L["1a6"]["BackgroundTransparency"] = 1;
  3158. G2L["1a6"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3159. G2L["1a6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3160. G2L["1a6"]["Text"] = [[Scripter: BoboTheDev]];
  3161. G2L["1a6"]["Name"] = [[Info]];
  3162. G2L["1a6"]["Position"] = UDim2.new(0.02822, 0, 0.25473, 0);
  3163.  
  3164.  
  3165. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
  3166. G2L["1a7"] = Instance.new("UIStroke", G2L["1a6"]);
  3167. G2L["1a7"]["Thickness"] = 4;
  3168.  
  3169.  
  3170. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
  3171. G2L["1a8"] = Instance.new("UIAspectRatioConstraint", G2L["1a6"]);
  3172. G2L["1a8"]["AspectRatio"] = 5.66176;
  3173.  
  3174.  
  3175. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
  3176. G2L["1a9"] = Instance.new("TextLabel", G2L["1a1"]);
  3177. G2L["1a9"]["TextWrapped"] = true;
  3178. G2L["1a9"]["BorderSizePixel"] = 0;
  3179. G2L["1a9"]["TextSize"] = 14;
  3180. G2L["1a9"]["TextScaled"] = true;
  3181. G2L["1a9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3182. G2L["1a9"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3183. G2L["1a9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3184. G2L["1a9"]["BackgroundTransparency"] = 1;
  3185. G2L["1a9"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3186. G2L["1a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3187. G2L["1a9"]["Text"] = [[UI Designer: BoboTheDev]];
  3188. G2L["1a9"]["Name"] = [[Info]];
  3189. G2L["1a9"]["Position"] = UDim2.new(0.02822, 0, 0.37097, 0);
  3190.  
  3191.  
  3192. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
  3193. G2L["1aa"] = Instance.new("UIStroke", G2L["1a9"]);
  3194. G2L["1aa"]["Thickness"] = 4;
  3195.  
  3196.  
  3197. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
  3198. G2L["1ab"] = Instance.new("UIAspectRatioConstraint", G2L["1a9"]);
  3199. G2L["1ab"]["AspectRatio"] = 5.66176;
  3200.  
  3201.  
  3202. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info
  3203. G2L["1ac"] = Instance.new("TextLabel", G2L["1a1"]);
  3204. G2L["1ac"]["TextWrapped"] = true;
  3205. G2L["1ac"]["BorderSizePixel"] = 0;
  3206. G2L["1ac"]["TextSize"] = 14;
  3207. G2L["1ac"]["TextScaled"] = true;
  3208. G2L["1ac"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3209. G2L["1ac"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3210. G2L["1ac"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3211. G2L["1ac"]["BackgroundTransparency"] = 1;
  3212. G2L["1ac"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3213. G2L["1ac"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3214. G2L["1ac"]["Text"] = [[Idea: BoboTheDev]];
  3215. G2L["1ac"]["Name"] = [[Info]];
  3216. G2L["1ac"]["Position"] = UDim2.new(0.02822, 0, 0.48721, 0);
  3217.  
  3218.  
  3219. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIStroke
  3220. G2L["1ad"] = Instance.new("UIStroke", G2L["1ac"]);
  3221. G2L["1ad"]["Thickness"] = 4;
  3222.  
  3223.  
  3224. -- StarterGui.Menu (universal).GUI.Guis.Credits.Info.UIAspectRatioConstraint
  3225. G2L["1ae"] = Instance.new("UIAspectRatioConstraint", G2L["1ac"]);
  3226. G2L["1ae"]["AspectRatio"] = 5.66176;
  3227.  
  3228.  
  3229. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton
  3230. G2L["1af"] = Instance.new("TextButton", G2L["1a1"]);
  3231. G2L["1af"]["TextWrapped"] = true;
  3232. G2L["1af"]["BorderSizePixel"] = 0;
  3233. G2L["1af"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3234. G2L["1af"]["TextSize"] = 14;
  3235. G2L["1af"]["TextScaled"] = true;
  3236. G2L["1af"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  3237. G2L["1af"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3238. G2L["1af"]["Size"] = UDim2.new(0.57847, 0, 0.19574, 0);
  3239. G2L["1af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3240. G2L["1af"]["Text"] = [[Join my discord server for updates and suggestions. (this button will copy the link to your clipboard)]];
  3241. G2L["1af"]["Position"] = UDim2.new(0.05175, 0, 0.69596, 0);
  3242.  
  3243.  
  3244. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIAspectRatioConstraint
  3245. G2L["1b0"] = Instance.new("UIAspectRatioConstraint", G2L["1af"]);
  3246. G2L["1b0"]["AspectRatio"] = 4.29915;
  3247.  
  3248.  
  3249. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UICorner
  3250. G2L["1b1"] = Instance.new("UICorner", G2L["1af"]);
  3251. G2L["1b1"]["CornerRadius"] = UDim.new(0, 3);
  3252.  
  3253.  
  3254. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIStroke
  3255. G2L["1b2"] = Instance.new("UIStroke", G2L["1af"]);
  3256. G2L["1b2"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3257. G2L["1b2"]["Thickness"] = 2;
  3258.  
  3259.  
  3260. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.UIStroke
  3261. G2L["1b3"] = Instance.new("UIStroke", G2L["1af"]);
  3262. G2L["1b3"]["Thickness"] = 5;
  3263.  
  3264.  
  3265. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.LocalScript
  3266. G2L["1b4"] = Instance.new("LocalScript", G2L["1af"]);
  3267.  
  3268.  
  3269.  
  3270. -- StarterGui.Menu (universal).GUI.Guis.Home
  3271. G2L["1b5"] = Instance.new("Frame", G2L["31"]);
  3272. G2L["1b5"]["ZIndex"] = 3;
  3273. G2L["1b5"]["BorderSizePixel"] = 0;
  3274. G2L["1b5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3275. G2L["1b5"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  3276. G2L["1b5"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  3277. G2L["1b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3278. G2L["1b5"]["Name"] = [[Home]];
  3279. G2L["1b5"]["BackgroundTransparency"] = 1;
  3280.  
  3281.  
  3282. -- StarterGui.Menu (universal).GUI.Guis.Home.UIAspectRatioConstraint
  3283. G2L["1b6"] = Instance.new("UIAspectRatioConstraint", G2L["1b5"]);
  3284. G2L["1b6"]["AspectRatio"] = 1.4547;
  3285.  
  3286.  
  3287. -- StarterGui.Menu (universal).GUI.Guis.Home.Info
  3288. G2L["1b7"] = Instance.new("TextLabel", G2L["1b5"]);
  3289. G2L["1b7"]["TextWrapped"] = true;
  3290. G2L["1b7"]["BorderSizePixel"] = 0;
  3291. G2L["1b7"]["TextSize"] = 14;
  3292. G2L["1b7"]["TextScaled"] = true;
  3293. G2L["1b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3294. G2L["1b7"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3295. G2L["1b7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3296. G2L["1b7"]["BackgroundTransparency"] = 1;
  3297. G2L["1b7"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3298. G2L["1b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3299. G2L["1b7"]["Text"] = [[Welcome to BoboHub!]];
  3300. G2L["1b7"]["Name"] = [[Info]];
  3301. G2L["1b7"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  3302.  
  3303.  
  3304. -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIStroke
  3305. G2L["1b8"] = Instance.new("UIStroke", G2L["1b7"]);
  3306. G2L["1b8"]["Thickness"] = 4;
  3307.  
  3308.  
  3309. -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIAspectRatioConstraint
  3310. G2L["1b9"] = Instance.new("UIAspectRatioConstraint", G2L["1b7"]);
  3311. G2L["1b9"]["AspectRatio"] = 5.66176;
  3312.  
  3313.  
  3314. -- StarterGui.Menu (universal).GUI.Guis.Home.Info
  3315. G2L["1ba"] = Instance.new("TextLabel", G2L["1b5"]);
  3316. G2L["1ba"]["TextWrapped"] = true;
  3317. G2L["1ba"]["BorderSizePixel"] = 0;
  3318. G2L["1ba"]["TextSize"] = 14;
  3319. G2L["1ba"]["TextScaled"] = true;
  3320. G2L["1ba"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3321. G2L["1ba"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3322. G2L["1ba"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3323. G2L["1ba"]["BackgroundTransparency"] = 1;
  3324. G2L["1ba"]["Size"] = UDim2.new(0.97176, 0, 0.75305, 0);
  3325. G2L["1ba"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3326. G2L["1ba"]["Text"] = [[Welcome to BoboHub! I am very glad you chose to use BoboHub. Use RightShift to toggle the gui.]];
  3327. G2L["1ba"]["Name"] = [[Info]];
  3328. G2L["1ba"]["Position"] = UDim2.new(0.02822, 0, 0.21054, 0);
  3329.  
  3330.  
  3331. -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIStroke
  3332. G2L["1bb"] = Instance.new("UIStroke", G2L["1ba"]);
  3333. G2L["1bb"]["Thickness"] = 4;
  3334.  
  3335.  
  3336. -- StarterGui.Menu (universal).GUI.Guis.Home.Info.UIAspectRatioConstraint
  3337. G2L["1bc"] = Instance.new("UIAspectRatioConstraint", G2L["1ba"]);
  3338. G2L["1bc"]["AspectRatio"] = 1.87717;
  3339.  
  3340.  
  3341. -- StarterGui.Menu (universal).GUI.Guis.Misc
  3342. G2L["1bd"] = Instance.new("Frame", G2L["31"]);
  3343. G2L["1bd"]["Visible"] = false;
  3344. G2L["1bd"]["ZIndex"] = 3;
  3345. G2L["1bd"]["BorderSizePixel"] = 0;
  3346. G2L["1bd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3347. G2L["1bd"]["Size"] = UDim2.new(0.82977, 0, 1.01161, 0);
  3348. G2L["1bd"]["Position"] = UDim2.new(0.159, 0, -0.002, 0);
  3349. G2L["1bd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3350. G2L["1bd"]["Name"] = [[Misc]];
  3351. G2L["1bd"]["BackgroundTransparency"] = 1;
  3352.  
  3353.  
  3354. -- StarterGui.Menu (universal).GUI.Guis.Misc.UIAspectRatioConstraint
  3355. G2L["1be"] = Instance.new("UIAspectRatioConstraint", G2L["1bd"]);
  3356. G2L["1be"]["AspectRatio"] = 1.4547;
  3357.  
  3358.  
  3359. -- StarterGui.Menu (universal).GUI.Guis.Misc.Info
  3360. G2L["1bf"] = Instance.new("TextLabel", G2L["1bd"]);
  3361. G2L["1bf"]["TextWrapped"] = true;
  3362. G2L["1bf"]["BorderSizePixel"] = 0;
  3363. G2L["1bf"]["TextSize"] = 14;
  3364. G2L["1bf"]["TextScaled"] = true;
  3365. G2L["1bf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3366. G2L["1bf"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3367. G2L["1bf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3368. G2L["1bf"]["BackgroundTransparency"] = 1;
  3369. G2L["1bf"]["Size"] = UDim2.new(0.45263, 0, 0.1163, 0);
  3370. G2L["1bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3371. G2L["1bf"]["Text"] = [[Misc]];
  3372. G2L["1bf"]["Name"] = [[Info]];
  3373. G2L["1bf"]["Position"] = UDim2.new(0.02822, 0, 0.04789, 0);
  3374.  
  3375.  
  3376. -- StarterGui.Menu (universal).GUI.Guis.Misc.Info.UIStroke
  3377. G2L["1c0"] = Instance.new("UIStroke", G2L["1bf"]);
  3378. G2L["1c0"]["Thickness"] = 4;
  3379.  
  3380.  
  3381. -- StarterGui.Menu (universal).GUI.Guis.Misc.Info.UIAspectRatioConstraint
  3382. G2L["1c1"] = Instance.new("UIAspectRatioConstraint", G2L["1bf"]);
  3383. G2L["1c1"]["AspectRatio"] = 5.66176;
  3384.  
  3385.  
  3386. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript
  3387. G2L["1c2"] = Instance.new("LocalScript", G2L["1bd"]);
  3388.  
  3389.  
  3390.  
  3391. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body
  3392. G2L["1c3"] = Instance.new("BillboardGui", G2L["1c2"]);
  3393. G2L["1c3"]["Active"] = true;
  3394. G2L["1c3"]["LightInfluence"] = 1;
  3395. G2L["1c3"]["AlwaysOnTop"] = true;
  3396. G2L["1c3"]["StudsOffset"] = Vector3.new(0.05, -0.05, 0);
  3397. G2L["1c3"]["Size"] = UDim2.new(5, 0, 6, 0);
  3398. G2L["1c3"]["Enabled"] = false;
  3399. G2L["1c3"]["ClipsDescendants"] = true;
  3400. G2L["1c3"]["Name"] = [[Body]];
  3401.  
  3402.  
  3403. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame
  3404. G2L["1c4"] = Instance.new("Frame", G2L["1c3"]);
  3405. G2L["1c4"]["BorderSizePixel"] = 0;
  3406. G2L["1c4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3407. G2L["1c4"]["Size"] = UDim2.new(0.95, 0, 0.95, 0);
  3408. G2L["1c4"]["Position"] = UDim2.new(0.025, 0, 0.025, 0);
  3409. G2L["1c4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3410. G2L["1c4"]["BackgroundTransparency"] = 1;
  3411.  
  3412.  
  3413. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame.UICorner
  3414. G2L["1c5"] = Instance.new("UICorner", G2L["1c4"]);
  3415. G2L["1c5"]["CornerRadius"] = UDim.new(0, 9);
  3416.  
  3417.  
  3418. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Body.Frame.UIStroke
  3419. G2L["1c6"] = Instance.new("UIStroke", G2L["1c4"]);
  3420. G2L["1c6"]["Thickness"] = 2;
  3421.  
  3422.  
  3423. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag
  3424. G2L["1c7"] = Instance.new("BillboardGui", G2L["1c2"]);
  3425. G2L["1c7"]["Active"] = true;
  3426. G2L["1c7"]["LightInfluence"] = 1;
  3427. G2L["1c7"]["AlwaysOnTop"] = true;
  3428. G2L["1c7"]["StudsOffset"] = Vector3.new(0, 1.75, 0);
  3429. G2L["1c7"]["Size"] = UDim2.new(3.3, 0, 1.25, 0);
  3430. G2L["1c7"]["Enabled"] = false;
  3431. G2L["1c7"]["ClipsDescendants"] = true;
  3432. G2L["1c7"]["Name"] = [[Nametag]];
  3433.  
  3434.  
  3435. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag.TextLabel
  3436. G2L["1c8"] = Instance.new("TextLabel", G2L["1c7"]);
  3437. G2L["1c8"]["TextWrapped"] = true;
  3438. G2L["1c8"]["BorderSizePixel"] = 0;
  3439. G2L["1c8"]["TextSize"] = 14;
  3440. G2L["1c8"]["TextScaled"] = true;
  3441. G2L["1c8"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3442. G2L["1c8"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3443. G2L["1c8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3444. G2L["1c8"]["BackgroundTransparency"] = 1;
  3445. G2L["1c8"]["Size"] = UDim2.new(0.85, 0, 1, 0);
  3446. G2L["1c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3447. G2L["1c8"]["Text"] = [[PlayerName]];
  3448. G2L["1c8"]["Position"] = UDim2.new(0.1, 0, 0, 0);
  3449.  
  3450.  
  3451. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript.Nametag.TextLabel.UIStroke
  3452. G2L["1c9"] = Instance.new("UIStroke", G2L["1c8"]);
  3453. G2L["1c9"]["Thickness"] = 4;
  3454.  
  3455.  
  3456. -- StarterGui.Menu (universal).GUI.Guis.Misc.CG
  3457. G2L["1ca"] = Instance.new("TextButton", G2L["1bd"]);
  3458. G2L["1ca"]["TextWrapped"] = true;
  3459. G2L["1ca"]["BorderSizePixel"] = 0;
  3460. G2L["1ca"]["TextColor3"] = Color3.fromRGB(255, 0, 0);
  3461. G2L["1ca"]["TextSize"] = 14;
  3462. G2L["1ca"]["TextScaled"] = true;
  3463. G2L["1ca"]["BackgroundColor3"] = Color3.fromRGB(36, 36, 55);
  3464. G2L["1ca"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3465. G2L["1ca"]["ZIndex"] = 2;
  3466. G2L["1ca"]["Size"] = UDim2.new(0.3028, 0, 0.12635, 0);
  3467. G2L["1ca"]["Name"] = [[CG]];
  3468. G2L["1ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3469. G2L["1ca"]["Text"] = [[Copy game]];
  3470. G2L["1ca"]["Position"] = UDim2.new(0.10241, 0, 0.18822, 0);
  3471.  
  3472.  
  3473. -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIStroke
  3474. G2L["1cb"] = Instance.new("UIStroke", G2L["1ca"]);
  3475. G2L["1cb"]["Thickness"] = 5;
  3476.  
  3477.  
  3478. -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIStroke
  3479. G2L["1cc"] = Instance.new("UIStroke", G2L["1ca"]);
  3480. G2L["1cc"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  3481. G2L["1cc"]["Thickness"] = 2;
  3482.  
  3483.  
  3484. -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UICorner
  3485. G2L["1cd"] = Instance.new("UICorner", G2L["1ca"]);
  3486. G2L["1cd"]["CornerRadius"] = UDim.new(0, 3);
  3487.  
  3488.  
  3489. -- StarterGui.Menu (universal).GUI.Guis.Misc.CG.UIAspectRatioConstraint
  3490. G2L["1ce"] = Instance.new("UIAspectRatioConstraint", G2L["1ca"]);
  3491. G2L["1ce"]["AspectRatio"] = 3.75862;
  3492.  
  3493.  
  3494. -- StarterGui.Menu (universal).GUI.Guis.Misc.Info2
  3495. G2L["1cf"] = Instance.new("TextLabel", G2L["1bd"]);
  3496. G2L["1cf"]["TextWrapped"] = true;
  3497. G2L["1cf"]["ZIndex"] = 2;
  3498. G2L["1cf"]["BorderSizePixel"] = 0;
  3499. G2L["1cf"]["TextSize"] = 14;
  3500. G2L["1cf"]["TextScaled"] = true;
  3501. G2L["1cf"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3502. G2L["1cf"]["FontFace"] = Font.new([[rbxasset://fonts/families/HighwayGothic.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  3503. G2L["1cf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  3504. G2L["1cf"]["BackgroundTransparency"] = 1;
  3505. G2L["1cf"]["Size"] = UDim2.new(0.24217, 0, 0.0728, 0);
  3506. G2L["1cf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3507. G2L["1cf"]["Text"] = [[Working but banable]];
  3508. G2L["1cf"]["Name"] = [[Info2]];
  3509. G2L["1cf"]["Position"] = UDim2.new(0.13172, 0, 0.26538, 0);
  3510.  
  3511.  
  3512. -- StarterGui.Menu (universal).GUI.Guis.Misc.Info2.UIStroke
  3513. G2L["1d0"] = Instance.new("UIStroke", G2L["1cf"]);
  3514. G2L["1d0"]["Thickness"] = 4;
  3515.  
  3516.  
  3517. -- StarterGui.Menu (universal).GUI.Guis.UIAspectRatioConstraint
  3518. G2L["1d1"] = Instance.new("UIAspectRatioConstraint", G2L["31"]);
  3519. G2L["1d1"]["AspectRatio"] = 1.77305;
  3520.  
  3521.  
  3522. -- StarterGui.Menu (universal).GUI.Data
  3523. G2L["1d2"] = Instance.new("LocalScript", G2L["2"]);
  3524. G2L["1d2"]["Enabled"] = false;
  3525. G2L["1d2"]["Name"] = [[Data]];
  3526. G2L["1d2"]["Disabled"] = true;
  3527.  
  3528.  
  3529. -- StarterGui.Menu (universal).GUI.Data.ESP
  3530. G2L["1d3"] = Instance.new("BoolValue", G2L["1d2"]);
  3531. G2L["1d3"]["Name"] = [[ESP]];
  3532.  
  3533.  
  3534. -- StarterGui.Menu (universal).GUI.Data.Nametag
  3535. G2L["1d4"] = Instance.new("BoolValue", G2L["1d2"]);
  3536. G2L["1d4"]["Name"] = [[Nametag]];
  3537.  
  3538.  
  3539. -- StarterGui.Menu (universal).GUI.Data.GlowEffect
  3540. G2L["1d5"] = Instance.new("BoolValue", G2L["1d2"]);
  3541. G2L["1d5"]["Name"] = [[GlowEffect]];
  3542.  
  3543.  
  3544. -- StarterGui.Menu (universal).GUI.Data.Invisible
  3545. G2L["1d6"] = Instance.new("BoolValue", G2L["1d2"]);
  3546. G2L["1d6"]["Name"] = [[Invisible]];
  3547.  
  3548.  
  3549. -- StarterGui.Menu (universal).GUI.Data.HUDColor
  3550. G2L["1d7"] = Instance.new("Color3Value", G2L["1d2"]);
  3551. G2L["1d7"]["Name"] = [[HUDColor]];
  3552. G2L["1d7"]["Value"] = Color3.fromRGB(36, 36, 55);
  3553.  
  3554.  
  3555. -- StarterGui.Menu (universal).GUI.Data.InfiniteZoom
  3556. G2L["1d8"] = Instance.new("BoolValue", G2L["1d2"]);
  3557. G2L["1d8"]["Name"] = [[InfiniteZoom]];
  3558.  
  3559.  
  3560. -- StarterGui.Menu (universal).GUI.Data.NoLegs
  3561. G2L["1d9"] = Instance.new("BoolValue", G2L["1d2"]);
  3562. G2L["1d9"]["Name"] = [[NoLegs]];
  3563.  
  3564.  
  3565. -- StarterGui.Menu (universal).GUI.Data.NoArms
  3566. G2L["1da"] = Instance.new("BoolValue", G2L["1d2"]);
  3567. G2L["1da"]["Name"] = [[NoArms]];
  3568.  
  3569.  
  3570. -- StarterGui.Menu (universal).GUI.Data.JumpPower
  3571. G2L["1db"] = Instance.new("IntValue", G2L["1d2"]);
  3572. G2L["1db"]["Name"] = [[JumpPower]];
  3573.  
  3574.  
  3575. -- StarterGui.Menu (universal).GUI.Data.SpeedOn
  3576. G2L["1dc"] = Instance.new("BoolValue", G2L["1d2"]);
  3577. G2L["1dc"]["Name"] = [[SpeedOn]];
  3578.  
  3579.  
  3580. -- StarterGui.Menu (universal).GUI.Data.JumpOn
  3581. G2L["1dd"] = Instance.new("BoolValue", G2L["1d2"]);
  3582. G2L["1dd"]["Name"] = [[JumpOn]];
  3583.  
  3584.  
  3585. -- StarterGui.Menu (universal).GUI.Data.TransparencyH
  3586. G2L["1de"] = Instance.new("IntValue", G2L["1d2"]);
  3587. G2L["1de"]["Name"] = [[TransparencyH]];
  3588.  
  3589.  
  3590. -- StarterGui.Menu (universal).GUI.Data.Speed
  3591. G2L["1df"] = Instance.new("IntValue", G2L["1d2"]);
  3592. G2L["1df"]["Name"] = [[Speed]];
  3593.  
  3594.  
  3595. -- StarterGui.Menu (universal).GUI.Data.XLinePosition
  3596. G2L["1e0"] = Instance.new("IntValue", G2L["1d2"]);
  3597. G2L["1e0"]["Name"] = [[XLinePosition]];
  3598.  
  3599.  
  3600. -- StarterGui.Menu (universal).GUI.Data.HUDColor1
  3601. G2L["1e1"] = Instance.new("IntValue", G2L["1d2"]);
  3602. G2L["1e1"]["Name"] = [[HUDColor1]];
  3603.  
  3604.  
  3605. -- StarterGui.Menu (universal).GUI.Data.HUDColor2
  3606. G2L["1e2"] = Instance.new("IntValue", G2L["1d2"]);
  3607. G2L["1e2"]["Name"] = [[HUDColor2]];
  3608.  
  3609.  
  3610. -- StarterGui.Menu (universal).GUI.Data.HUDColor3
  3611. G2L["1e3"] = Instance.new("IntValue", G2L["1d2"]);
  3612. G2L["1e3"]["Name"] = [[HUDColor3]];
  3613.  
  3614.  
  3615. -- StarterGui.Menu (universal).GUI.Options.LocalScript
  3616. local function C_28()
  3617. local script = G2L["28"];
  3618. local OpenColor = script.Parent.Open.Value
  3619. local ClosedColor = script.Parent.Closed.Value
  3620.  
  3621. for _, Buttons in pairs(script.Parent:GetChildren()) do
  3622. if Buttons:IsA("TextButton") then
  3623. Buttons.MouseButton1Click:Connect(function()
  3624. script.Parent.Parent.Guis.Home.Visible = false
  3625. for _, UnClickedButtons in pairs(script.Parent:GetChildren()) do
  3626. if UnClickedButtons:IsA("TextButton") then
  3627. UnClickedButtons.BackgroundColor3 = ClosedColor
  3628. end
  3629. end
  3630. Buttons.BackgroundColor3 = OpenColor
  3631. local Frame = script.Parent.Parent.Guis:FindFirstChild(Buttons.Name)
  3632. if Frame then
  3633. Frame.Visible = true
  3634. for _, OtherFrame in pairs(script.Parent.Parent.Guis:GetChildren()) do
  3635. if OtherFrame:IsA("Frame") then
  3636. if OtherFrame.Name ~= Buttons.Name then
  3637. OtherFrame.Visible = false
  3638. end
  3639. end
  3640. end
  3641. end
  3642. end)
  3643. end
  3644. end
  3645. end;
  3646. task.spawn(C_28);
  3647. -- StarterGui.Menu (universal).GUI.MoveGUI.LocalScript
  3648. local function C_30()
  3649. local script = G2L["30"];
  3650. local UIS = game:GetService('UserInputService')
  3651. local DragPart = script.Parent.Parent.BG
  3652. local frame = script.Parent.Parent
  3653.  
  3654.  
  3655.  
  3656. local dragToggle = nil
  3657. local dragSpeed = 0.15
  3658. local dragStart = nil
  3659. local startPos = nil
  3660.  
  3661.  
  3662. local function updateInput(input)
  3663. local delta = input.Position - dragStart
  3664. local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  3665. startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  3666. game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  3667. end
  3668.  
  3669.  
  3670. DragPart.InputBegan:Connect(function(input)
  3671. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  3672. dragToggle = true
  3673. dragStart = input.Position
  3674. startPos = frame.Position
  3675. input.Changed:Connect(function()
  3676. if input.UserInputState == Enum.UserInputState.End then
  3677. dragToggle = false
  3678. end
  3679. end)
  3680. end
  3681. end)
  3682.  
  3683.  
  3684. UIS.InputChanged:Connect(function(input)
  3685. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  3686. if dragToggle then
  3687. updateInput(input)
  3688. end
  3689. end
  3690. end)
  3691. end;
  3692. task.spawn(C_30);
  3693. -- StarterGui.Menu (universal).GUI.Guis.Player.LocalScript
  3694. local function C_50()
  3695. local script = G2L["50"];
  3696. local Player = game.Players.LocalPlayer
  3697. local Character = Player.Character or Player.CharacterAdded:Wait()
  3698. local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
  3699.  
  3700. Humanoid.UseJumpPower = true
  3701.  
  3702. local Speed = Humanoid.WalkSpeed
  3703. local JumpPower = Humanoid.JumpPower
  3704. local CameraMaxZoom = Player.CameraMaxZoomDistance
  3705.  
  3706. local SC = script.Parent.SpeedChanger
  3707. local JC = script.Parent.JumpChanger
  3708.  
  3709. local T1 = script.Parent.Toggle1
  3710. local T2 = script.Parent.Toggle2
  3711.  
  3712. local IZ = script.Parent.InfiniteZoom
  3713.  
  3714. local T1On = false
  3715. local T2On = false
  3716. local IZOn = false
  3717.  
  3718. local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2)
  3719.  
  3720. -- Wrapped these into functions so we can reapply them after respawn
  3721. local function forceSetSpeed(targetSpeed)
  3722. Humanoid.WalkSpeed = targetSpeed
  3723. local attempts = 0
  3724. repeat
  3725. wait()
  3726. attempts += 1
  3727. Humanoid.WalkSpeed = targetSpeed
  3728. until Humanoid.WalkSpeed == targetSpeed or attempts > 5
  3729. end
  3730.  
  3731. local function forceSetJumpPower(targetJump)
  3732. Humanoid.JumpPower = targetJump
  3733. local attempts = 0
  3734. repeat
  3735. wait()
  3736. attempts += 1
  3737. Humanoid.JumpPower = targetJump
  3738. until Humanoid.JumpPower == targetJump or attempts > 5
  3739. end
  3740.  
  3741. -- Reusable function to update Humanoid reference on respawn
  3742. local function onCharacterAdded(char)
  3743. Character = char
  3744. Humanoid = Character:WaitForChild("Humanoid")
  3745. Humanoid.UseJumpPower = true
  3746.  
  3747. -- Reapply the toggles if they were on
  3748. if T1On and SC.Text ~= "" then
  3749. forceSetSpeed(tonumber(SC.Text))
  3750. end
  3751. if T2On and JC.Text ~= "" then
  3752. forceSetJumpPower(tonumber(JC.Text))
  3753. end
  3754. end
  3755.  
  3756. Player.CharacterAdded:Connect(onCharacterAdded)
  3757.  
  3758. T1.MouseButton1Click:Connect(function()
  3759. if not T1On then
  3760. T1On = true
  3761. T1.TextColor3 = Color3.fromRGB(0, 255, 0)
  3762. local speedValue = tonumber(SC.Text) or 16
  3763. forceSetSpeed(speedValue)
  3764. T1.Text = "On"
  3765. else
  3766. T1On = false
  3767. T1.TextColor3 = Color3.fromRGB(255, 0, 0)
  3768. forceSetSpeed(Speed)
  3769. T1.Text = "Off"
  3770. end
  3771. end)
  3772.  
  3773. T2.MouseButton1Click:Connect(function()
  3774. if not T2On then
  3775. T2On = true
  3776. T2.TextColor3 = Color3.fromRGB(0, 255, 0)
  3777. local jumpValue = tonumber(JC.Text) or 50
  3778. forceSetJumpPower(jumpValue)
  3779. T2.Text = "On"
  3780. else
  3781. T2On = false
  3782. T2.TextColor3 = Color3.fromRGB(255, 0, 0)
  3783. forceSetJumpPower(JumpPower)
  3784. T2.Text = "Off"
  3785. end
  3786. end)
  3787.  
  3788. IZ.MouseButton1Click:Connect(function()
  3789. if not IZOn then
  3790. IZOn = true
  3791. Player.CameraMaxZoomDistance = 100000
  3792. IZ.TextColor3 = Color3.fromRGB(0, 255, 0)
  3793. else
  3794. IZOn = false
  3795. Player.CameraMaxZoomDistance = CameraMaxZoom
  3796. IZ.TextColor3 = Color3.fromRGB(255, 0, 0)
  3797. end
  3798. end)
  3799.  
  3800. -- Keep applying the values if toggles are on
  3801. while wait() do
  3802. if Humanoid then
  3803. if T1On then
  3804. Humanoid.WalkSpeed = tonumber(SC.Text)
  3805. end
  3806. if T2On then
  3807. Humanoid.JumpPower = tonumber(JC.Text)
  3808. end
  3809. end
  3810. end
  3811. end;
  3812. task.spawn(C_50);
  3813. -- StarterGui.Menu (universal).GUI.Guis.Player.FlyScript
  3814. local function C_51()
  3815. local script = G2L["51"];
  3816. local Button = script.Parent.Fly
  3817. local HoverAnimID = "rbxassetid://131102640777117"
  3818. local FlyAnimID = "rbxassetid://131102640777117"
  3819. local WindSoundEnabled = false
  3820.  
  3821. local BodyVelocity = script:WaitForChild("BodyVelocity"):Clone()
  3822. local v3 = script.BodyGyro:Clone()
  3823. local player = game.Players.LocalPlayer
  3824. local Character = player.Character
  3825. local Humanoid = Character:FindFirstChild("Humanoid") or Character:WaitForChild("Humanoid")
  3826. BodyVelocity.Parent = Character
  3827. v3.Parent = Character
  3828. local Hover = Instance.new("Animation")
  3829. Hover.AnimationId = HoverAnimID
  3830. local Fly = Instance.new("Animation")
  3831. Fly.AnimationId = FlyAnimID
  3832. local Sound1 = Instance.new("Sound", Character.HumanoidRootPart)
  3833. Sound1.SoundId = "rbxassetid://3308152153"
  3834. Sound1.Name = "Sound1"
  3835. if WindSoundEnabled == false then
  3836. Sound1.Volume = 0
  3837. end
  3838. local v10 = Humanoid.Animator:LoadAnimation(Hover)
  3839. local v11 = Humanoid.Animator:LoadAnimation(Fly)
  3840. local Camera = game.Workspace.Camera
  3841. local function u2()
  3842. if Humanoid.MoveDirection == Vector3.new(0, 0, 0) then
  3843. return Humanoid.MoveDirection
  3844. end
  3845. local v12 = (Camera.CFrame * CFrame.new((CFrame.new(Camera.CFrame.p, Camera.CFrame.p + Vector3.new(Camera.CFrame.lookVector.x, 0, Camera.CFrame.lookVector.z)):VectorToObjectSpace(Humanoid.MoveDirection)))).p - Camera.CFrame.p;
  3846. if v12 == Vector3.new() then
  3847. return v12
  3848. end
  3849. return v12.unit
  3850. end
  3851. local Flymoving = script.Flymoving
  3852. local TweenService = game:GetService("TweenService")
  3853. local UIS = game:GetService("UserInputService")
  3854. local Flying = false
  3855.  
  3856. game:GetService("RunService").RenderStepped:Connect(function()
  3857. if player.Character == Character then
  3858. if Flying == true then
  3859. Humanoid:ChangeState(6)
  3860. v3.CFrame = game.Workspace.Camera.CFrame
  3861. if u2() == Vector3.new(0, 0, 0) then
  3862. Flymoving.Value = false
  3863. else
  3864. Flymoving.Value = true
  3865. end
  3866. TweenService:Create(BodyVelocity, TweenInfo.new(0.3), {Velocity = u2() * 350}):Play()
  3867. end
  3868.  
  3869. end
  3870. end)
  3871.  
  3872. Flymoving.Changed:Connect(function(p1)
  3873. if p1 == true then
  3874. --TweenService:Create(Camera, TweenInfo.new(0.5), {FieldOfView = 100}):Play()
  3875. v10:Stop()
  3876. Sound1:Play()
  3877. v11:Play()
  3878. return
  3879. end
  3880. if p1 == false then
  3881. --TweenService:Create(Camera, TweenInfo.new(0.5), {FieldOfView = 70}):Play()
  3882. v11:Stop()
  3883. Sound1:Stop()
  3884. v10:Play()
  3885. end
  3886. end)
  3887.  
  3888. local xractivated = false
  3889.  
  3890. Button.MouseButton1Click:Connect(function()
  3891. if Flying == false then
  3892. Flying = true
  3893. Button.TextColor3 = Color3.fromRGB(0, 255, 0)
  3894. if Character:FindFirstChild("HumanoidRootPart") then
  3895. v10:Play(0.1, 1, 1)
  3896. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running, false)
  3897. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
  3898. Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  3899. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall, false)
  3900. Character.HumanoidRootPart.Running.Volume = 0
  3901. Humanoid:ChangeState(6)
  3902. BodyVelocity.Parent = Character.HumanoidRootPart
  3903. v3.Parent = Character.HumanoidRootPart
  3904. end
  3905. else
  3906. Flying = false
  3907. Button.TextColor3 = Color3.fromRGB(255, 0, 0)
  3908. Flymoving.Value = false
  3909. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running, true)
  3910. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, true)
  3911. Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, true)
  3912. Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall, true)
  3913. Character.HumanoidRootPart.Running.Volume = 0.65
  3914. Humanoid:ChangeState(8)
  3915. BodyVelocity.Parent = Character
  3916. v3.Parent = Character
  3917. v10:Stop()
  3918. v11:Stop()
  3919. end
  3920. end)
  3921. end;
  3922. task.spawn(C_51);
  3923. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript
  3924. local function C_e4()
  3925. local script = G2L["e4"];
  3926. local SF = script.Parent.ScrollingFrame
  3927. local I = script.Parent.Invisible
  3928. local NA = script.Parent.NoArms
  3929. local NL = script.Parent.NoLegs
  3930. local K = script.Parent.Korblox
  3931.  
  3932. local IOn = false
  3933. local NAOn = false
  3934. local NLOn = false
  3935. local KOn = false
  3936.  
  3937. local Player = game.Players.LocalPlayer
  3938. local Character = Player.Character
  3939. local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
  3940.  
  3941. local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2)
  3942.  
  3943. --[[if Data.Invisible.Value == true then
  3944. IOn = true
  3945. I.TextColor3 = Color3.fromRGB(0, 255, 0)
  3946. for _, BodyPart in pairs(Character:GetDescendants()) do
  3947. if BodyPart:IsA("BasePart") then
  3948. if not (BodyPart.Name == "HumanoidRootPart") then
  3949. BodyPart.Transparency = 1
  3950. end
  3951. end
  3952. end
  3953. end
  3954.  
  3955. if Data.NoArms.Value == true then
  3956. NAOn = true
  3957. NA.TextColor3 = Color3.fromRGB(0, 255, 0)
  3958. if not (Character:FindFirstChild("Left Arm")) then
  3959. Character.LeftLowerArm.Transparency = 1
  3960. Character.LeftUpperArm.Transparency = 1
  3961. Character.LeftHand.Transparency = 1
  3962. Character.RightLowerArm.Transparency = 1
  3963. Character.RightUpperArm.Transparency = 1
  3964. Character.RightHand.Transparency = 1
  3965. else
  3966. Character["Left Arm"].Transparency = 1
  3967. Character["Right Arm"].Transparency = 1
  3968. end
  3969. end
  3970. if Data.NoLegs.Value == true then
  3971. NLOn = true
  3972. NL.TextColor3 = Color3.fromRGB(0, 255, 0)
  3973. if not (Character:FindFirstChild("Left Leg")) then
  3974. Character.LeftLowerLeg.Transparency = 1
  3975. Character.LeftUpperLeg.Transparency = 1
  3976. Character.LeftFoot.Transparency = 1
  3977. Character.RightLowerLeg.Transparency = 1
  3978. Character.RightUpperLeg.Transparency = 1
  3979. Character.RightFoot.Transparency = 1
  3980. else
  3981. Character["Left Leg"].Transparency = 1
  3982. Character["Right Leg"].Transparency = 1
  3983. end
  3984. end --]]
  3985.  
  3986. local originalTransparency = {} -- Store original transparency
  3987.  
  3988. I.MouseButton1Click:Connect(function()
  3989. if not Character then return end
  3990.  
  3991. IOn = not IOn
  3992. I.TextColor3 = IOn and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
  3993. --Data.Invisible.Value = IOn
  3994.  
  3995. for _, BodyPart in pairs(Character:GetDescendants()) do
  3996. if BodyPart:IsA("BasePart") and BodyPart.Name ~= "HumanoidRootPart" then
  3997. if IOn then
  3998. Character.Head.face.Transparency = 1
  3999. originalTransparency[BodyPart] = BodyPart.Transparency -- Save original transparency
  4000. BodyPart.Transparency = 1
  4001. else
  4002. Character.Head.face.Transparency = 0
  4003. if originalTransparency[BodyPart] then
  4004. BodyPart.Transparency = originalTransparency[BodyPart] -- Restore original transparency
  4005. else
  4006. BodyPart.Transparency = 0
  4007. end
  4008. end
  4009. end
  4010. end
  4011. end)
  4012.  
  4013. NA.MouseButton1Click:Connect(function()
  4014. if NAOn == false then
  4015. NAOn = true
  4016. --Data.NoArms.Value = true
  4017. NA.TextColor3 = Color3.fromRGB(0, 255, 0)
  4018. if not (Character:FindFirstChild("Left Arm")) then
  4019. Character.LeftLowerArm.Transparency = 1
  4020. Character.LeftUpperArm.Transparency = 1
  4021. Character.LeftHand.Transparency = 1
  4022. Character.RightLowerArm.Transparency = 1
  4023. Character.RightUpperArm.Transparency = 1
  4024. Character.RightHand.Transparency = 1
  4025. else
  4026. Character["Left Arm"].Transparency = 1
  4027. Character["Right Arm"].Transparency = 1
  4028. end
  4029. else
  4030. NAOn = false
  4031. --Data.NoArms.Value = false
  4032. NA.TextColor3 = Color3.fromRGB(255, 0, 0)
  4033. if not (Character:FindFirstChild("Left Arm")) then
  4034. Character.LeftLowerArm.Transparency = 0
  4035. Character.LeftUpperArm.Transparency = 0
  4036. Character.LeftHand.Transparency = 0
  4037. Character.RightLowerArm.Transparency = 0
  4038. Character.RightUpperArm.Transparency = 0
  4039. Character.RightHand.Transparency = 0
  4040. else
  4041. Character["Left Arm"].Transparency = 0
  4042. Character["Right Arm"].Transparency = 0
  4043. end
  4044. end
  4045. end)
  4046.  
  4047. NL.MouseButton1Click:Connect(function()
  4048. if NLOn == false then
  4049. NLOn = true
  4050. --Data.NoLegs.Value = true
  4051. NL.TextColor3 = Color3.fromRGB(0, 255, 0)
  4052. if not (Character:FindFirstChild("Left Leg")) then
  4053. Character.LeftLowerLeg.Transparency = 1
  4054. Character.LeftUpperLeg.Transparency = 1
  4055. Character.LeftFoot.Transparency = 1
  4056. Character.RightLowerLeg.Transparency = 1
  4057. Character.RightUpperLeg.Transparency = 1
  4058. Character.RightFoot.Transparency = 1
  4059. else
  4060. Character["Left Leg"].Transparency = 1
  4061. Character["Right Leg"].Transparency = 1
  4062. end
  4063. else
  4064. NLOn = false
  4065. --Data.NoLegs.Value = false
  4066. NL.TextColor3 = Color3.fromRGB(255, 0, 0)
  4067. if not (Character:FindFirstChild("Left Leg")) then
  4068. Character.LeftLowerLeg.Transparency = 0
  4069. Character.LeftUpperLeg.Transparency = 0
  4070. Character.LeftFoot.Transparency = 0
  4071. Character.RightLowerLeg.Transparency = 0
  4072. Character.RightUpperLeg.Transparency = 0
  4073. Character.RightFoot.Transparency = 0
  4074. else
  4075. Character["Left Leg"].Transparency = 0
  4076. Character["Right Leg"].Transparency = 0
  4077. end
  4078. end
  4079. end)
  4080.  
  4081. --[[for _, Stat in pairs(Player:GetChildren()) do
  4082. if Stat:IsA("IntValue") or Stat:IsA("NumberValue") then
  4083. local Button = script.TextButton:Clone()
  4084. Button.Name = Stat.Name
  4085. Button.Text = Stat.Name
  4086. Button.Parent = SF
  4087. local StatFrame = script.Stat:Clone()
  4088. StatFrame.Name = Stat.Name
  4089. StatFrame.Stat.Value = Stat
  4090. StatFrame.Parent = script.Parent.Parent
  4091. end
  4092.  
  4093. if Stat:IsA("Folder") then
  4094. for _, OtherStat in pairs(Stat:GetChildren()) do
  4095. if OtherStat:IsA("IntValue") or OtherStat:IsA("NumberValue") then
  4096. local Button = script.TextButton:Clone()
  4097. Button.Name = OtherStat.Name
  4098. Button.Text = OtherStat.Name
  4099. Button.Parent = SF
  4100. local StatFrame = script.Stat:Clone()
  4101. StatFrame.Name = OtherStat.Name
  4102. StatFrame.Stat.Value = OtherStat
  4103. StatFrame.Parent = script.Parent.Parent
  4104. end
  4105. end
  4106. end
  4107. end --]]
  4108. end;
  4109. task.spawn(C_e4);
  4110. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.TextButton.LocalScript
  4111. local function C_e9()
  4112. local script = G2L["e9"];
  4113. script.Parent.MouseButton1Click:Connect(function()
  4114. script.Parent.Parent.Parent.Visible = false
  4115. script.Parent.Parent.Parent.Parent:FindFirstChild(script.Parent.Name).Visible = true
  4116. end)
  4117. end;
  4118. task.spawn(C_e9);
  4119. -- StarterGui.Menu (universal).GUI.Guis.Client.LocalScript.Stat.FakeStat
  4120. local function C_f9()
  4121. local script = G2L["f9"];
  4122. local Stat = script.Parent.Stat
  4123. local SOR = script.Parent.SuccessOrError
  4124. local FakeValueTextBox = script.Parent.TextBox
  4125.  
  4126. local On = false
  4127. local Toggle = script.Parent.TextButton2
  4128.  
  4129. local ValueBefore = Stat.Value
  4130. script.Parent.Info2.Text = tostring(ValueBefore)
  4131.  
  4132. Toggle.MouseButton1Click:Connect(function()
  4133. if On then
  4134. On = false
  4135. Toggle.Text = "OFF"
  4136. Toggle.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  4137. else
  4138. On = true
  4139. Toggle.Text = "ON"
  4140. Toggle.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  4141. end
  4142. end)
  4143.  
  4144. Stat.Changed:Connect(function(Value)
  4145. if not On then
  4146. ValueBefore = Value
  4147. script.Parent.Info2.Text = tostring(ValueBefore)
  4148. end
  4149. end)
  4150.  
  4151. FakeValueTextBox.Changed:Connect(function()
  4152. if On then
  4153. if Stat then
  4154. local FakeValue = tonumber(FakeValueTextBox.Text)
  4155. local S, E = pcall(function()
  4156. Stat.Value = FakeValue
  4157. end)
  4158. if S then
  4159. SOR.TextColor3 = Color3.fromRGB(0, 255, 0)
  4160. SOR.Text = "Success"
  4161. SOR.Visible = true
  4162. else
  4163. SOR.TextColor3 = Color3.fromRGB(255, 0, 0)
  4164. SOR.Text = tostring(E)
  4165. SOR.Visible = true
  4166. end
  4167. end
  4168. end
  4169. end)
  4170.  
  4171. script.Parent.TextButton.MouseButton1Click:Connect(function()
  4172. script.Parent.Visible = false
  4173. script.Parent.Parent.Client.Visible = true
  4174. end)
  4175. end;
  4176. task.spawn(C_f9);
  4177. -- StarterGui.Menu (universal).GUI.Guis.Visuals.LocalScript
  4178. local function C_117()
  4179. local script = G2L["117"];
  4180. local Player = game.Players.LocalPlayer
  4181.  
  4182. local H = script.HighlightsdasfAFFAFa
  4183. local B = script.BodysdafawfAWF
  4184. local NT = script.Nametagsdagawr145124sadasdf
  4185.  
  4186. local HB = script.Parent.GlowEffect
  4187. local EB = script.Parent.ESP
  4188. local NTB = script.Parent.Nametag
  4189.  
  4190. HB.MouseButton1Click:Connect(function()
  4191. script.HOn.Value = not script.HOn.Value
  4192. HB.TextColor3 = script.HOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
  4193. end)
  4194.  
  4195. EB.MouseButton1Click:Connect(function()
  4196. script.EOn.Value = not script.EOn.Value
  4197. EB.TextColor3 = script.EOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
  4198. end)
  4199.  
  4200. NTB.MouseButton1Click:Connect(function()
  4201. script.NTOn.Value = not script.NTOn.Value
  4202. NTB.TextColor3 = script.NTOn.Value and Color3.fromRGB(0, 255, 0) or Color3.fromRGB(255, 0, 0)
  4203. end)
  4204.  
  4205. while wait() do
  4206. for _, Players in pairs(game.Players:GetPlayers()) do
  4207. local Characters = Players.Character
  4208. if Characters then
  4209. if script.HOn.Value then
  4210. if not (Characters:FindFirstChild(H.Name)) then
  4211. local HC = H:Clone()
  4212. HC.Parent = Characters
  4213. end
  4214. else
  4215. local HC = Characters:FindFirstChild(H.Name)
  4216. if HC then
  4217. HC:Destroy()
  4218. end
  4219. end
  4220. if script.EOn.Value then
  4221. if not (Characters:FindFirstChild(B.Name)) then
  4222. local BC = B:Clone()
  4223. BC.Parent = Characters
  4224. BC.Enabled = true
  4225. end
  4226. else
  4227. local BC = Characters:FindFirstChild(B.Name)
  4228. if BC and BC:IsA("BillboardGui") then
  4229. BC:Destroy()
  4230. end
  4231. end
  4232. if script.NTOn.Value then
  4233. if not (Characters:FindFirstChild(NT.Name)) then
  4234. local TC = NT:Clone()
  4235. TC.Parent = Characters:WaitForChild("Head" ,5)
  4236. TC.TextLabel.Text = Players.Name
  4237. TC.Enabled = true
  4238. end
  4239. else
  4240. local TC = Characters:WaitForChild("Head", 5):FindFirstChild(NT.Name)
  4241. if TC then
  4242. TC:Destroy()
  4243. end
  4244. end
  4245. end
  4246. end
  4247. end
  4248. end;
  4249. task.spawn(C_117);
  4250. -- StarterGui.Menu (universal).GUI.Guis.Settings.Unload.LocalScript
  4251. local function C_12d()
  4252. local script = G2L["12d"];
  4253. script.Parent.MouseButton1Click:Connect(function()
  4254. script.Parent.Parent.Parent.Parent.Parent:Destroy()
  4255. end)
  4256. end;
  4257. task.spawn(C_12d);
  4258. -- StarterGui.Menu (universal).GUI.Guis.Settings.ToggleKey.LocalScript
  4259. local function C_133()
  4260. local script = G2L["133"];
  4261. local Detect = false
  4262. local UserInputService = game:GetService("UserInputService")
  4263.  
  4264. local Key = Enum.KeyCode.RightShift
  4265.  
  4266. UserInputService.InputBegan:Connect(function(Input)
  4267. if Detect == false then
  4268. if Input.KeyCode == Key then
  4269. script.Parent.Parent.Parent.Parent.Visible = not script.Parent.Parent.Parent.Parent.Visible
  4270. end
  4271. else
  4272. if Detect == true then
  4273. if Input.KeyCode and not (Input.KeyCode == Enum.KeyCode.Unknown) then
  4274. Key = Input.KeyCode
  4275. script.Parent.Text = "Toggle key ("..tostring(Key.Name)..")"
  4276. Detect = false
  4277. end
  4278. end
  4279. end
  4280. end)
  4281.  
  4282. script.Parent.MouseButton1Click:Connect(function()
  4283. if Detect == false then
  4284. script.Parent.Text = "Please press a key"
  4285. Detect = true
  4286. wait(3)
  4287. Detect = false
  4288. script.Parent.Text = "Toggle key ("..tostring(Key.Name)..")"
  4289. end
  4290. end)
  4291. end;
  4292. task.spawn(C_133);
  4293. -- StarterGui.Menu (universal).GUI.Guis.HUD.LocalScript
  4294. local function C_190()
  4295. local script = G2L["190"];
  4296. local BGChangerButton = script.Parent.BGChanger
  4297. local SCF = script.Parent.ScrollingFrame
  4298.  
  4299. local Data = script.Parent.Parent.Parent.Parent.Parent:WaitForChild("Settings", 2) -- make it save
  4300.  
  4301. BGChangerButton.MouseButton1Click:Connect(function()
  4302. SCF.Visible = not SCF.Visible
  4303. end)
  4304.  
  4305. for _, ColorButton in pairs(SCF:GetChildren()) do
  4306. if ColorButton:IsA("TextButton") then
  4307. ColorButton.MouseButton1Click:Connect(function()
  4308. local Color = ColorButton:FindFirstChild("Color")
  4309. if Color and Color:IsA("Color3Value") then
  4310. BGChangerButton.Text = ColorButton.Text
  4311. BGChangerButton.BackgroundColor3 = Color.Value
  4312. BGChangerButton.TextColor3 = Color.Value
  4313. script.Parent.Parent.Parent.BG.BackgroundColor3 = Color.Value
  4314. for _, Buttons in pairs(script.Parent.Parent.Parent:GetDescendants()) do
  4315. if Buttons:IsA("TextButton") or Buttons:IsA("TextBox") then
  4316. Buttons.BackgroundColor3 = Color.Value
  4317. end
  4318. end
  4319. SCF.Visible = false
  4320. end
  4321. end)
  4322. end
  4323. end
  4324. end;
  4325. task.spawn(C_190);
  4326. -- StarterGui.Menu (universal).GUI.Guis.HUD.X-Line.LocalScript
  4327. local function C_192()
  4328. local script = G2L["192"];
  4329. local UIS = game:GetService("UserInputService")
  4330.  
  4331. local Dragging = false
  4332.  
  4333. script.Parent.TextButton.MouseButton1Down:Connect(function()
  4334. Dragging = true
  4335. end)
  4336.  
  4337. function ChangeToValue(Percent)
  4338. local Value = math.floor(Percent*100)
  4339. return Value
  4340. end
  4341.  
  4342. UIS.InputChanged:Connect(function()
  4343. if Dragging then
  4344. local MousePos = UIS:GetMouseLocation()+Vector2.new(0,-36)
  4345. local RelPos = MousePos-script.Parent.AbsolutePosition
  4346. local Percent = math.clamp(RelPos.X/script.Parent.AbsoluteSize.X,0,1)
  4347.  
  4348. script.Parent.TextButton.Position = UDim2.new(Percent,0,script.Parent.TextButton.Position.Y.Scale,0)
  4349. local FinalValue = ChangeToValue(Percent)
  4350.  
  4351. script.Parent.Percentage.Value = FinalValue
  4352. script.Parent.Parent.Parent.Parent.BG.Transparency = (FinalValue/100)
  4353. script.Parent.Parent.Info3.Text = tostring((FinalValue/100))
  4354. end
  4355. end)
  4356.  
  4357. UIS.InputEnded:Connect(function(input)
  4358. if input.UserInputType == Enum.UserInputType.MouseButton1 then
  4359. Dragging = false
  4360. end
  4361. end)
  4362. end;
  4363. task.spawn(C_192);
  4364. -- StarterGui.Menu (universal).GUI.Guis.Credits.TextButton.LocalScript
  4365. local function C_1b4()
  4366. local script = G2L["1b4"];
  4367. script.Parent.MouseButton1Click:Connect(function()
  4368. setclipboard("https://discord.gg/C6Z4RY9YBn")
  4369. end)
  4370. end;
  4371. task.spawn(C_1b4);
  4372. -- StarterGui.Menu (universal).GUI.Guis.Misc.LocalScript
  4373. local function C_1c2()
  4374. local script = G2L["1c2"];
  4375. script.Parent.CG.MouseButton1Click:Connect(function()
  4376. saveinstance()
  4377. end)
  4378. end;
  4379. task.spawn(C_1c2);
  4380.  
  4381. return G2L["1"], require;
Add Comment
Please, Sign In to add comment