BoboTheScripter

ahsdu1h8haisdh

Mar 24th, 2025 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.88 KB | None | 0 0
  1. local G2L = {};
  2.  
  3. -- StarterGui.Menu
  4. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  5. G2L["1"]["IgnoreGuiInset"] = true;
  6. G2L["1"]["ScreenInsets"] = Enum.ScreenInsets.DeviceSafeInsets;
  7. G2L["1"]["Name"] = [[Menu]];
  8. G2L["1"]["ResetOnSpawn"] = false;
  9.  
  10.  
  11. -- StarterGui.Menu.Blur
  12. G2L["2"] = Instance.new("Frame", G2L["1"]);
  13. G2L["2"]["BorderSizePixel"] = 0;
  14. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  15. G2L["2"]["Size"] = UDim2.new(1, 0, 1, 0);
  16. G2L["2"]["Position"] = UDim2.new(-0.00331, 0, 0, 0);
  17. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  18. G2L["2"]["Name"] = [[Blur]];
  19. G2L["2"]["BackgroundTransparency"] = 0.65;
  20.  
  21.  
  22. -- StarterGui.Menu.All
  23. G2L["3"] = Instance.new("Frame", G2L["1"]);
  24. G2L["3"]["BorderSizePixel"] = 0;
  25. G2L["3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  26. G2L["3"]["Size"] = UDim2.new(1, 0, 1, 0);
  27. G2L["3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  28. G2L["3"]["Name"] = [[All]];
  29. G2L["3"]["BackgroundTransparency"] = 1;
  30.  
  31.  
  32. -- StarterGui.Menu.All.MainR
  33. G2L["4"] = Instance.new("Frame", G2L["3"]);
  34. G2L["4"]["ZIndex"] = 3;
  35. G2L["4"]["BorderSizePixel"] = 0;
  36. G2L["4"]["BackgroundColor3"] = Color3.fromRGB(255, 156, 156);
  37. G2L["4"]["Size"] = UDim2.new(0.4536, 0, 0.56638, 0);
  38. G2L["4"]["Position"] = UDim2.new(0.54025, 0, 0.01285, 0);
  39. G2L["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  40. G2L["4"]["Name"] = [[MainR]];
  41.  
  42.  
  43. -- StarterGui.Menu.All.MainR.UIAspectRatioConstraint
  44. G2L["5"] = Instance.new("UIAspectRatioConstraint", G2L["4"]);
  45. G2L["5"]["AspectRatio"] = 1.81096;
  46.  
  47.  
  48. -- StarterGui.Menu.All.MainR.UICorner
  49. G2L["6"] = Instance.new("UICorner", G2L["4"]);
  50. G2L["6"]["CornerRadius"] = UDim.new(0, 12);
  51.  
  52.  
  53. -- StarterGui.Menu.All.MainR.Logo
  54. G2L["7"] = Instance.new("ImageLabel", G2L["4"]);
  55. G2L["7"]["ZIndex"] = 4;
  56. G2L["7"]["BorderSizePixel"] = 0;
  57. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  58. G2L["7"]["Image"] = [[rbxassetid://88997328610291]];
  59. G2L["7"]["Size"] = UDim2.new(0.29954, 0, 0.24953, 0);
  60. G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  61. G2L["7"]["BackgroundTransparency"] = 1;
  62. G2L["7"]["Name"] = [[Logo]];
  63.  
  64.  
  65. -- StarterGui.Menu.All.MainR.Logo.UIAspectRatioConstraint
  66. G2L["8"] = Instance.new("UIAspectRatioConstraint", G2L["7"]);
  67. G2L["8"]["AspectRatio"] = 2.17391;
  68.  
  69.  
  70. -- StarterGui.Menu.All.MainR.Title
  71. G2L["9"] = Instance.new("TextLabel", G2L["4"]);
  72. G2L["9"]["TextWrapped"] = true;
  73. G2L["9"]["ZIndex"] = 4;
  74. G2L["9"]["BorderSizePixel"] = 0;
  75. G2L["9"]["TextSize"] = 14;
  76. G2L["9"]["TextScaled"] = true;
  77. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  78. G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
  79. G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  80. G2L["9"]["BackgroundTransparency"] = 1;
  81. G2L["9"]["Size"] = UDim2.new(0.34969, 0, 0.13422, 0);
  82. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  83. G2L["9"]["Text"] = [[Infinite Yield]];
  84. G2L["9"]["Name"] = [[Title]];
  85. G2L["9"]["Position"] = UDim2.new(0.65031, 0, 0, 0);
  86.  
  87.  
  88. -- StarterGui.Menu.All.MainR.Title.UIAspectRatioConstraint
  89. G2L["a"] = Instance.new("UIAspectRatioConstraint", G2L["9"]);
  90. G2L["a"]["AspectRatio"] = 4.71831;
  91.  
  92.  
  93. -- StarterGui.Menu.All.MainR.Info
  94. G2L["b"] = Instance.new("TextLabel", G2L["4"]);
  95. G2L["b"]["TextWrapped"] = true;
  96. G2L["b"]["ZIndex"] = 4;
  97. G2L["b"]["BorderSizePixel"] = 0;
  98. G2L["b"]["TextSize"] = 14;
  99. G2L["b"]["TextScaled"] = true;
  100. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  101. G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/JosefinSans.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  102. G2L["b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  103. G2L["b"]["BackgroundTransparency"] = 1;
  104. G2L["b"]["Size"] = UDim2.new(0.58768, 0, 0.87335, 0);
  105. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  106. G2L["b"]["Text"] = [[The best admin script is here! Infinite yield is good for alot of things. Its used by over one million people and its very popular.]];
  107. G2L["b"]["Name"] = [[Info]];
  108. G2L["b"]["Position"] = UDim2.new(0.41232, 0, 0.12665, 0);
  109.  
  110.  
  111. -- StarterGui.Menu.All.MainR.Info.UIAspectRatioConstraint
  112. G2L["c"] = Instance.new("UIAspectRatioConstraint", G2L["b"]);
  113. G2L["c"]["AspectRatio"] = 1.21861;
  114.  
  115.  
  116. -- StarterGui.Menu.All.MainR.Execute
  117. G2L["d"] = Instance.new("TextButton", G2L["4"]);
  118. G2L["d"]["TextWrapped"] = true;
  119. G2L["d"]["BorderSizePixel"] = 0;
  120. G2L["d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  121. G2L["d"]["TextSize"] = 14;
  122. G2L["d"]["TextScaled"] = true;
  123. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(210, 56, 56);
  124. G2L["d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
  125. G2L["d"]["ZIndex"] = 4;
  126. G2L["d"]["Size"] = UDim2.new(0.40292, 0, 0.18904, 0);
  127. G2L["d"]["Name"] = [[Execute]];
  128. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  129. G2L["d"]["Text"] = [[Execute script]];
  130. G2L["d"]["Position"] = UDim2.new(0.00939, 0, 0.71834, 0);
  131.  
  132.  
  133. -- StarterGui.Menu.All.MainR.Execute.UICorner
  134. G2L["e"] = Instance.new("UICorner", G2L["d"]);
  135.  
  136.  
  137.  
  138. -- StarterGui.Menu.All.MainR.Execute.UIStroke
  139. G2L["f"] = Instance.new("UIStroke", G2L["d"]);
  140. G2L["f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  141.  
  142.  
  143. -- StarterGui.Menu.All.MainR.Execute.LocalScript
  144. G2L["10"] = Instance.new("LocalScript", G2L["d"]);
  145.  
  146.  
  147.  
  148. -- StarterGui.Menu.All.MainR.Execute.UIAspectRatioConstraint
  149. G2L["11"] = Instance.new("UIAspectRatioConstraint", G2L["d"]);
  150. G2L["11"]["AspectRatio"] = 3.86;
  151.  
  152.  
  153. -- StarterGui.Menu.All.MainR.Status
  154. G2L["12"] = Instance.new("TextLabel", G2L["4"]);
  155. G2L["12"]["TextWrapped"] = true;
  156. G2L["12"]["ZIndex"] = 4;
  157. G2L["12"]["BorderSizePixel"] = 0;
  158. G2L["12"]["TextSize"] = 14;
  159. G2L["12"]["TextScaled"] = true;
  160. G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  161. G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  162. G2L["12"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  163. G2L["12"]["BackgroundTransparency"] = 1;
  164. G2L["12"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
  165. G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  166. G2L["12"]["Text"] = [[Status: 🟢]];
  167. G2L["12"]["Name"] = [[Status]];
  168. G2L["12"]["Position"] = UDim2.new(0.00939, 0, 0.43478, 0);
  169.  
  170.  
  171. -- StarterGui.Menu.All.MainR.Status.UIAspectRatioConstraint
  172. G2L["13"] = Instance.new("UIAspectRatioConstraint", G2L["12"]);
  173. G2L["13"]["AspectRatio"] = 5.85507;
  174.  
  175.  
  176. -- StarterGui.Menu.All.MainR.SaveOrNot
  177. G2L["14"] = Instance.new("TextLabel", G2L["4"]);
  178. G2L["14"]["TextWrapped"] = true;
  179. G2L["14"]["ZIndex"] = 4;
  180. G2L["14"]["BorderSizePixel"] = 0;
  181. G2L["14"]["TextSize"] = 14;
  182. G2L["14"]["TextScaled"] = true;
  183. G2L["14"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  184. G2L["14"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  185. G2L["14"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  186. G2L["14"]["BackgroundTransparency"] = 1;
  187. G2L["14"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
  188. G2L["14"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  189. G2L["14"]["Text"] = [[Save to use 👍]];
  190. G2L["14"]["Name"] = [[SaveOrNot]];
  191. G2L["14"]["Position"] = UDim2.new(0.00939, 0, 0.53308, 0);
  192.  
  193.  
  194. -- StarterGui.Menu.All.MainR.SaveOrNot.UIAspectRatioConstraint
  195. G2L["15"] = Instance.new("UIAspectRatioConstraint", G2L["14"]);
  196. G2L["15"]["AspectRatio"] = 5.85507;
  197.  
  198.  
  199. -- StarterGui.Menu.All.ROutline2
  200. G2L["16"] = Instance.new("Frame", G2L["3"]);
  201. G2L["16"]["ZIndex"] = 2;
  202. G2L["16"]["BorderSizePixel"] = 0;
  203. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  204. G2L["16"]["Size"] = UDim2.new(0.12347, 0, 0.15418, 0);
  205. G2L["16"]["Position"] = UDim2.new(0.87358, 0, 0.00642, 0);
  206. G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  207. G2L["16"]["Name"] = [[ROutline2]];
  208.  
  209.  
  210. -- StarterGui.Menu.All.ROutline2.UIAspectRatioConstraint
  211. G2L["17"] = Instance.new("UIAspectRatioConstraint", G2L["16"]);
  212. G2L["17"]["AspectRatio"] = 1.81096;
  213.  
  214.  
  215. -- StarterGui.Menu.All.ROutline2.UICorner
  216. G2L["18"] = Instance.new("UICorner", G2L["16"]);
  217. G2L["18"]["CornerRadius"] = UDim.new(0, 12);
  218.  
  219.  
  220. -- StarterGui.Menu.All.ROutline1
  221. G2L["19"] = Instance.new("Frame", G2L["3"]);
  222. G2L["19"]["ZIndex"] = 2;
  223. G2L["19"]["BorderSizePixel"] = 0;
  224. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  225. G2L["19"]["Size"] = UDim2.new(0.4536, 0, 0.56638, 0);
  226. G2L["19"]["Position"] = UDim2.new(0.53172, 0, 0.02875, 0);
  227. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  228. G2L["19"]["Name"] = [[ROutline1]];
  229.  
  230.  
  231. -- StarterGui.Menu.All.ROutline1.UIAspectRatioConstraint
  232. G2L["1a"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
  233. G2L["1a"]["AspectRatio"] = 1.81096;
  234.  
  235.  
  236. -- StarterGui.Menu.All.ROutline1.UICorner
  237. G2L["1b"] = Instance.new("UICorner", G2L["19"]);
  238. G2L["1b"]["CornerRadius"] = UDim.new(0, 12);
  239.  
  240.  
  241. -- StarterGui.Menu.All.Value
  242. G2L["1c"] = Instance.new("StringValue", G2L["3"]);
  243. G2L["1c"]["Value"] = [[0,0,0.015,0]];
  244.  
  245.  
  246. -- StarterGui.Menu.All.LocalScript
  247. G2L["1d"] = Instance.new("LocalScript", G2L["3"]);
  248.  
  249.  
  250.  
  251. -- StarterGui.Menu.All.LocalScript.Secret shush sidjhaidhsauhdyushgaudwgfdygsadg
  252. G2L["1e"] = Instance.new("BlurEffect", G2L["1d"]);
  253. G2L["1e"]["Name"] = [[Secret shush sidjhaidhsauhdyushgaudwgfdygsadg]];
  254. G2L["1e"]["Size"] = 56;
  255.  
  256.  
  257. -- StarterGui.Menu.All.MainB
  258. G2L["1f"] = Instance.new("Frame", G2L["3"]);
  259. G2L["1f"]["ZIndex"] = 3;
  260. G2L["1f"]["BorderSizePixel"] = 0;
  261. G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(52, 52, 73);
  262. G2L["1f"]["Size"] = UDim2.new(0.41474, 0, 0.42022, 0);
  263. G2L["1f"]["Position"] = UDim2.new(0.55303, 0, 0.55124, 0);
  264. G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  265. G2L["1f"]["Name"] = [[MainB]];
  266.  
  267.  
  268. -- StarterGui.Menu.All.MainB.UICorner
  269. G2L["20"] = Instance.new("UICorner", G2L["1f"]);
  270. G2L["20"]["CornerRadius"] = UDim.new(0, 3);
  271.  
  272.  
  273. -- StarterGui.Menu.All.MainB.UIStroke
  274. G2L["21"] = Instance.new("UIStroke", G2L["1f"]);
  275. G2L["21"]["Thickness"] = 3;
  276.  
  277.  
  278. -- StarterGui.Menu.All.MainB.UIAspectRatioConstraint
  279. G2L["22"] = Instance.new("UIAspectRatioConstraint", G2L["1f"]);
  280. G2L["22"]["AspectRatio"] = 1.97484;
  281.  
  282.  
  283. -- StarterGui.Menu.All.MainB.TextLabel
  284. G2L["23"] = Instance.new("TextLabel", G2L["1f"]);
  285. G2L["23"]["TextWrapped"] = true;
  286. G2L["23"]["ZIndex"] = 4;
  287. G2L["23"]["BorderSizePixel"] = 0;
  288. G2L["23"]["TextSize"] = 14;
  289. G2L["23"]["TextScaled"] = true;
  290. G2L["23"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  291. G2L["23"]["FontFace"] = Font.new([[rbxasset://fonts/families/ComicNeueAngular.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  292. G2L["23"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  293. G2L["23"]["BackgroundTransparency"] = 1;
  294. G2L["23"]["Size"] = UDim2.new(0.28344, 0, 0.21069, 0);
  295. G2L["23"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  296. G2L["23"]["Text"] = [[BoboHub]];
  297. G2L["23"]["Position"] = UDim2.new(0, 0, -0.04088, 0);
  298.  
  299.  
  300. -- StarterGui.Menu.All.MainB.TextLabel.UIAspectRatioConstraint
  301. G2L["24"] = Instance.new("UIAspectRatioConstraint", G2L["23"]);
  302. G2L["24"]["AspectRatio"] = 2.65672;
  303.  
  304.  
  305. -- StarterGui.Menu.All.MainB.Title
  306. G2L["25"] = Instance.new("TextLabel", G2L["1f"]);
  307. G2L["25"]["TextWrapped"] = true;
  308. G2L["25"]["ZIndex"] = 4;
  309. G2L["25"]["BorderSizePixel"] = 0;
  310. G2L["25"]["TextSize"] = 14;
  311. G2L["25"]["TextScaled"] = true;
  312. G2L["25"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  313. G2L["25"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
  314. G2L["25"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  315. G2L["25"]["BackgroundTransparency"] = 1;
  316. G2L["25"]["Size"] = UDim2.new(0.34969, 0, 0.13422, 0);
  317. G2L["25"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  318. G2L["25"]["Text"] = [[BoboHub]];
  319. G2L["25"]["Name"] = [[Title]];
  320. G2L["25"]["Position"] = UDim2.new(0.65031, 0, 0, 0);
  321.  
  322.  
  323. -- StarterGui.Menu.All.MainB.Title.UIAspectRatioConstraint
  324. G2L["26"] = Instance.new("UIAspectRatioConstraint", G2L["25"]);
  325. G2L["26"]["AspectRatio"] = 4.71831;
  326.  
  327.  
  328. -- StarterGui.Menu.All.MainB.Info
  329. G2L["27"] = Instance.new("TextLabel", G2L["1f"]);
  330. G2L["27"]["TextWrapped"] = true;
  331. G2L["27"]["ZIndex"] = 4;
  332. G2L["27"]["BorderSizePixel"] = 0;
  333. G2L["27"]["TextSize"] = 14;
  334. G2L["27"]["TextScaled"] = true;
  335. G2L["27"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  336. G2L["27"]["FontFace"] = Font.new([[rbxasset://fonts/families/JosefinSans.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  337. G2L["27"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  338. G2L["27"]["BackgroundTransparency"] = 1;
  339. G2L["27"]["Size"] = UDim2.new(0.58768, 0, 0.87335, 0);
  340. G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  341. G2L["27"]["Text"] = [[BoboHub is my own hub. I made it for fun and i think its really good. It doesnt work in every game but in most.]];
  342. G2L["27"]["Name"] = [[Info]];
  343. G2L["27"]["Position"] = UDim2.new(0.44894, 0, 0.12665, 0);
  344.  
  345.  
  346. -- StarterGui.Menu.All.MainB.Info.UIAspectRatioConstraint
  347. G2L["28"] = Instance.new("UIAspectRatioConstraint", G2L["27"]);
  348. G2L["28"]["AspectRatio"] = 1.21861;
  349.  
  350.  
  351. -- StarterGui.Menu.All.MainB.SaveOrNot
  352. G2L["29"] = Instance.new("TextLabel", G2L["1f"]);
  353. G2L["29"]["TextWrapped"] = true;
  354. G2L["29"]["ZIndex"] = 4;
  355. G2L["29"]["BorderSizePixel"] = 0;
  356. G2L["29"]["TextSize"] = 14;
  357. G2L["29"]["TextScaled"] = true;
  358. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  359. G2L["29"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  360. G2L["29"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  361. G2L["29"]["BackgroundTransparency"] = 1;
  362. G2L["29"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
  363. G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  364. G2L["29"]["Text"] = [[Save to use 👍]];
  365. G2L["29"]["Name"] = [[SaveOrNot]];
  366. G2L["29"]["Position"] = UDim2.new(0.00939, 0, 0.53308, 0);
  367.  
  368.  
  369. -- StarterGui.Menu.All.MainB.SaveOrNot.UIAspectRatioConstraint
  370. G2L["2a"] = Instance.new("UIAspectRatioConstraint", G2L["29"]);
  371. G2L["2a"]["AspectRatio"] = 5.85507;
  372.  
  373.  
  374. -- StarterGui.Menu.All.MainB.Status
  375. G2L["2b"] = Instance.new("TextLabel", G2L["1f"]);
  376. G2L["2b"]["TextWrapped"] = true;
  377. G2L["2b"]["ZIndex"] = 4;
  378. G2L["2b"]["BorderSizePixel"] = 0;
  379. G2L["2b"]["TextSize"] = 14;
  380. G2L["2b"]["TextScaled"] = true;
  381. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  382. G2L["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  383. G2L["2b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  384. G2L["2b"]["BackgroundTransparency"] = 1;
  385. G2L["2b"]["Size"] = UDim2.new(0.42171, 0, 0.13043, 0);
  386. G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  387. G2L["2b"]["Text"] = [[Status: 🟡]];
  388. G2L["2b"]["Name"] = [[Status]];
  389. G2L["2b"]["Position"] = UDim2.new(0.00939, 0, 0.43478, 0);
  390.  
  391.  
  392. -- StarterGui.Menu.All.MainB.Status.UIAspectRatioConstraint
  393. G2L["2c"] = Instance.new("UIAspectRatioConstraint", G2L["2b"]);
  394. G2L["2c"]["AspectRatio"] = 5.85507;
  395.  
  396.  
  397. -- StarterGui.Menu.All.MainB.Execute
  398. G2L["2d"] = Instance.new("TextButton", G2L["1f"]);
  399. G2L["2d"]["TextWrapped"] = true;
  400. G2L["2d"]["BorderSizePixel"] = 0;
  401. G2L["2d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  402. G2L["2d"]["TextSize"] = 14;
  403. G2L["2d"]["TextScaled"] = true;
  404. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(210, 56, 56);
  405. G2L["2d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Bold, Enum.FontStyle.Italic);
  406. G2L["2d"]["ZIndex"] = 4;
  407. G2L["2d"]["Size"] = UDim2.new(0.40292, 0, 0.18904, 0);
  408. G2L["2d"]["Name"] = [[Execute]];
  409. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  410. G2L["2d"]["Text"] = [[Execute script]];
  411. G2L["2d"]["Position"] = UDim2.new(0.00939, 0, 0.71834, 0);
  412.  
  413.  
  414. -- StarterGui.Menu.All.MainB.Execute.UICorner
  415. G2L["2e"] = Instance.new("UICorner", G2L["2d"]);
  416.  
  417.  
  418.  
  419. -- StarterGui.Menu.All.MainB.Execute.UIStroke
  420. G2L["2f"] = Instance.new("UIStroke", G2L["2d"]);
  421. G2L["2f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  422.  
  423.  
  424. -- StarterGui.Menu.All.MainB.Execute.LocalScript
  425. G2L["30"] = Instance.new("LocalScript", G2L["2d"]);
  426.  
  427.  
  428.  
  429. -- StarterGui.Menu.All.MainB.Execute.UIAspectRatioConstraint
  430. G2L["31"] = Instance.new("UIAspectRatioConstraint", G2L["2d"]);
  431. G2L["31"]["AspectRatio"] = 3.86;
  432.  
  433.  
  434. -- StarterGui.Menu.All.Player
  435. G2L["32"] = Instance.new("Frame", G2L["3"]);
  436. G2L["32"]["ZIndex"] = 5;
  437. G2L["32"]["BorderSizePixel"] = 0;
  438. G2L["32"]["BackgroundColor3"] = Color3.fromRGB(131, 168, 255);
  439. G2L["32"]["Size"] = UDim2.new(0.3196, 0, 0.65127, 0);
  440. G2L["32"]["Position"] = UDim2.new(0, 0, 0.34873, 0);
  441. G2L["32"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  442. G2L["32"]["Name"] = [[Player]];
  443.  
  444.  
  445. -- StarterGui.Menu.All.Player.PlayerIcon
  446. G2L["33"] = Instance.new("ImageLabel", G2L["32"]);
  447. G2L["33"]["ZIndex"] = 6;
  448. G2L["33"]["BorderSizePixel"] = 0;
  449. G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  450. G2L["33"]["Image"] = [[rbxasset://textures/ui/GuiImagePlaceholder.png]];
  451. G2L["33"]["Size"] = UDim2.new(0.60148, 0, 0.64504, 0);
  452. G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  453. G2L["33"]["BackgroundTransparency"] = 1;
  454. G2L["33"]["Name"] = [[PlayerIcon]];
  455. G2L["33"]["Position"] = UDim2.new(0.175, 0, -0.295, 0);
  456.  
  457.  
  458. -- StarterGui.Menu.All.Player.PlayerIcon.UIAspectRatioConstraint
  459. G2L["34"] = Instance.new("UIAspectRatioConstraint", G2L["33"]);
  460.  
  461.  
  462.  
  463. -- StarterGui.Menu.All.Player.PlayerIcon.LocalScript
  464. G2L["35"] = Instance.new("LocalScript", G2L["33"]);
  465.  
  466.  
  467.  
  468. -- StarterGui.Menu.All.Player.HubName
  469. G2L["36"] = Instance.new("TextLabel", G2L["32"]);
  470. G2L["36"]["TextWrapped"] = true;
  471. G2L["36"]["ZIndex"] = 5;
  472. G2L["36"]["BorderSizePixel"] = 0;
  473. G2L["36"]["TextSize"] = 14;
  474. G2L["36"]["TextScaled"] = true;
  475. G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  476. G2L["36"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  477. G2L["36"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  478. G2L["36"]["BackgroundTransparency"] = 1;
  479. G2L["36"]["Size"] = UDim2.new(0.23704, 0, 0.12182, 0);
  480. G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  481. G2L["36"]["Text"] = [[Locked Hub]];
  482. G2L["36"]["Name"] = [[HubName]];
  483.  
  484.  
  485. -- StarterGui.Menu.All.Player.HubName.UIStroke
  486. G2L["37"] = Instance.new("UIStroke", G2L["36"]);
  487.  
  488.  
  489.  
  490. -- StarterGui.Menu.All.Player.HubName.UIAspectRatioConstraint
  491. G2L["38"] = Instance.new("UIAspectRatioConstraint", G2L["36"]);
  492. G2L["38"]["AspectRatio"] = 2.36;
  493.  
  494.  
  495. -- StarterGui.Menu.All.Player.PlayerName
  496. G2L["39"] = Instance.new("TextLabel", G2L["32"]);
  497. G2L["39"]["TextWrapped"] = true;
  498. G2L["39"]["ZIndex"] = 5;
  499. G2L["39"]["BorderSizePixel"] = 0;
  500. G2L["39"]["TextSize"] = 14;
  501. G2L["39"]["TextScaled"] = true;
  502. G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  503. G2L["39"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  504. G2L["39"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  505. G2L["39"]["BackgroundTransparency"] = 1;
  506. G2L["39"]["Size"] = UDim2.new(0.60148, 0, 0.06641, 0);
  507. G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  508. G2L["39"]["Text"] = [[You]];
  509. G2L["39"]["Name"] = [[PlayerName]];
  510. G2L["39"]["Position"] = UDim2.new(0.17481, 0, 0.2444, 0);
  511.  
  512.  
  513. -- StarterGui.Menu.All.Player.PlayerName.UIStroke
  514. G2L["3a"] = Instance.new("UIStroke", G2L["39"]);
  515.  
  516.  
  517.  
  518. -- StarterGui.Menu.All.Player.PlayerName.UIAspectRatioConstraint
  519. G2L["3b"] = Instance.new("UIAspectRatioConstraint", G2L["39"]);
  520. G2L["3b"]["AspectRatio"] = 8.12;
  521.  
  522.  
  523. -- StarterGui.Menu.All.Player.PlayerName.LocalScript
  524. G2L["3c"] = Instance.new("LocalScript", G2L["39"]);
  525.  
  526.  
  527.  
  528. -- StarterGui.Menu.All.Player.Info
  529. G2L["3d"] = Instance.new("TextLabel", G2L["32"]);
  530. G2L["3d"]["TextWrapped"] = true;
  531. G2L["3d"]["ZIndex"] = 5;
  532. G2L["3d"]["BorderSizePixel"] = 0;
  533. G2L["3d"]["TextSize"] = 14;
  534. G2L["3d"]["TextScaled"] = true;
  535. G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  536. G2L["3d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Balthazar.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  537. G2L["3d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  538. G2L["3d"]["BackgroundTransparency"] = 1;
  539. G2L["3d"]["Size"] = UDim2.new(1, 0, 0.68919, 0);
  540. G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  541. G2L["3d"]["Text"] = [[Thanks for using Locked Hub! This was made by ZVS_BoboTheDev and LockZVS. Have fun exploiting! I will release more safe scripts to the menu when i find them.]];
  542. G2L["3d"]["Name"] = [[Info]];
  543. G2L["3d"]["Position"] = UDim2.new(0, 0, 0.31081, 0);
  544.  
  545.  
  546. -- StarterGui.Menu.All.Player.Info.UIStroke
  547. G2L["3e"] = Instance.new("UIStroke", G2L["3d"]);
  548.  
  549.  
  550.  
  551. -- StarterGui.Menu.All.Player.Info.UIAspectRatioConstraint
  552. G2L["3f"] = Instance.new("UIAspectRatioConstraint", G2L["3d"]);
  553. G2L["3f"]["AspectRatio"] = 1.30092;
  554.  
  555.  
  556. -- StarterGui.Menu.All.MainR.Execute.LocalScript
  557. local function C_10()
  558. local script = G2L["10"];
  559. local Clicked = false
  560.  
  561. script.Parent.MouseButton1Click:Connect(function()
  562. if Clicked == false then
  563. Clicked = true
  564. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  565. end
  566. end)
  567. end;
  568. task.spawn(C_10);
  569. -- StarterGui.Menu.All.LocalScript
  570. local function C_1d()
  571. local script = G2L["1d"];
  572. local TweenService = game:GetService("TweenService")
  573. local Info = TweenInfo.new(0.5, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
  574. local Info2 = TweenInfo.new(0.4, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
  575. local prop = {
  576. Position = UDim2.new(0, 0, 0, 0)
  577. }
  578. local prop2 = {
  579. Size = 56
  580. }
  581. local Animation = TweenService:Create(script.Parent, Info, prop)
  582. local Animation2 = TweenService:Create(script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"], Info2, prop2)
  583.  
  584. script.Parent.Position = UDim2.new(0, 0, 0.015, 0)
  585. script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
  586. script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = game.Lighting
  587. Animation2:Play()
  588. Animation:Play()
  589.  
  590. local UIS = game:GetService("UserInputService")
  591. local Key = Enum.KeyCode.KeypadFour
  592.  
  593. UIS.InputBegan:Connect(function(input)
  594. if input.KeyCode == Key then
  595. if script.Parent.Parent.Enabled == true then
  596. script.Parent.Parent.Enabled = false
  597. game.Lighting["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = script
  598. wait(0.001)
  599. script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
  600. else
  601. script.Parent.Parent.Enabled = true
  602. script.Parent.Position = UDim2.new(0, 0, 0.015, 0)
  603. script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Size = 0
  604. script["Secret shush sidjhaidhsauhdyushgaudwgfdygsadg"].Parent = game.Lighting
  605. Animation2:Play()
  606. Animation:Play()
  607. end
  608. end
  609. end)
  610. end;
  611. task.spawn(C_1d);
  612. -- StarterGui.Menu.All.MainB.Execute.LocalScript
  613. local function C_30()
  614. local script = G2L["30"];
  615. local Clicked = false
  616.  
  617. script.Parent.MouseButton1Click:Connect(function()
  618. if Clicked == false then
  619. Clicked = true
  620. loadstring(game:HttpGet("https://pastebin.com/raw/0yZHyrZ5"))()
  621. end
  622. end)
  623. end;
  624. task.spawn(C_30);
  625. -- StarterGui.Menu.All.Player.PlayerIcon.LocalScript
  626. local function C_35()
  627. local script = G2L["35"];
  628. local Players = game:GetService("Players")
  629.  
  630. local player = Players.LocalPlayer
  631.  
  632.  
  633. local userId = player.UserId
  634. local thumbType = Enum.ThumbnailType.AvatarThumbnail
  635. local thumbSize = Enum.ThumbnailSize.Size420x420
  636. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  637.  
  638. local imageLabel = script.Parent
  639. imageLabel.Image = content
  640.  
  641. local TweenService = game:GetService("TweenService")
  642. local Info = TweenInfo.new(0.75, Enum.EasingStyle.Linear, Enum.EasingDirection.InOut)
  643.  
  644. local Prop = {
  645. Position = UDim2.new(0.175, 0,-0.305, 0)
  646. }
  647.  
  648. local Prop2 = {
  649. Position = UDim2.new(0.175, 0,-0.2875, 0)
  650. }
  651.  
  652. local Tween = TweenService:Create(script.Parent, Info, Prop)
  653. local Tween2 = TweenService:Create(script.Parent, Info, Prop2)
  654.  
  655. Tween:Play()
  656.  
  657. Tween.Completed:Connect(function()
  658. Tween2:Play()
  659. end)
  660.  
  661. Tween2.Completed:Connect(function()
  662. Tween:Play()
  663. end)
  664. end;
  665. task.spawn(C_35);
  666. -- StarterGui.Menu.All.Player.PlayerName.LocalScript
  667. local function C_3c()
  668. local script = G2L["3c"];
  669. script.Parent.Text = game.Players.LocalPlayer.DisplayName
  670. end;
  671. task.spawn(C_3c);
  672.  
  673. return G2L["1"], require;
Add Comment
Please, Sign In to add comment