Advertisement
munciseek

Untitled

Nov 23rd, 2024 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 324.11 KB | None | 0 0
  1. --[=[
  2. d888b db db d888888b .d888b. db db db .d8b.
  3. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b
  4. 88 88 88 88 odD' 88 88 88 88ooo88
  5. 88 ooo 88 88 88 .88' 88 88 88 88~~~88
  6. 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 @uniquadev
  7. Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 634 | Scripts: 40 | Modules: 0 | Tags: 0
  11. local G2L = {};
  12.  
  13. -- StarterGui.Sciptmode
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["Name"] = [[Sciptmode]];
  16. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  17.  
  18.  
  19. -- StarterGui.Sciptmode.ANIMATIONS
  20. G2L["2"] = Instance.new("LocalScript", G2L["1"]);
  21. G2L["2"]["Name"] = [[ANIMATIONS]];
  22.  
  23.  
  24. -- StarterGui.Sciptmode.Equipment-inspection
  25. G2L["3"] = Instance.new("LocalScript", G2L["1"]);
  26. G2L["3"]["Name"] = [[Equipment-inspection]];
  27.  
  28.  
  29. -- StarterGui.Sciptmode.Main
  30. G2L["4"] = Instance.new("Frame", G2L["1"]);
  31. G2L["4"]["Active"] = true;
  32. G2L["4"]["BorderSizePixel"] = 0;
  33. G2L["4"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  34. G2L["4"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  35. G2L["4"]["Size"] = UDim2.new(0.48756, 0, 0.92044, 0);
  36. G2L["4"]["Position"] = UDim2.new(0.5, 0, 1.5, 0);
  37. G2L["4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  38. G2L["4"]["Name"] = [[Main]];
  39.  
  40.  
  41. -- StarterGui.Sciptmode.Main.UIStroke
  42. G2L["5"] = Instance.new("UIStroke", G2L["4"]);
  43. G2L["5"]["Transparency"] = 0.2;
  44. G2L["5"]["Thickness"] = 5;
  45. G2L["5"]["Color"] = Color3.fromRGB(255, 223, 190);
  46.  
  47.  
  48. -- StarterGui.Sciptmode.Main.UICorner
  49. G2L["6"] = Instance.new("UICorner", G2L["4"]);
  50. G2L["6"]["CornerRadius"] = UDim.new(0.1, 0);
  51.  
  52.  
  53. -- StarterGui.Sciptmode.Main.update
  54. G2L["7"] = Instance.new("Frame", G2L["4"]);
  55. G2L["7"]["BorderSizePixel"] = 0;
  56. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  57. G2L["7"]["Size"] = UDim2.new(0.34505, 0, 0.79685, 0);
  58. G2L["7"]["Position"] = UDim2.new(2, 0, 0.077, 0);
  59. G2L["7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  60. G2L["7"]["Name"] = [[update]];
  61. G2L["7"]["BackgroundTransparency"] = 0.2;
  62.  
  63.  
  64. -- StarterGui.Sciptmode.Main.update.UICorner
  65. G2L["8"] = Instance.new("UICorner", G2L["7"]);
  66. G2L["8"]["CornerRadius"] = UDim.new(0.1, 0);
  67.  
  68.  
  69. -- StarterGui.Sciptmode.Main.update.UIStroke
  70. G2L["9"] = Instance.new("UIStroke", G2L["7"]);
  71. G2L["9"]["Transparency"] = 0.2;
  72. G2L["9"]["Thickness"] = 5;
  73. G2L["9"]["Color"] = Color3.fromRGB(255, 223, 190);
  74.  
  75.  
  76. -- StarterGui.Sciptmode.Main.update.TextLabel
  77. G2L["a"] = Instance.new("TextLabel", G2L["7"]);
  78. G2L["a"]["TextWrapped"] = true;
  79. G2L["a"]["BorderSizePixel"] = 0;
  80. G2L["a"]["TextScaled"] = true;
  81. G2L["a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  82. G2L["a"]["TextSize"] = 14;
  83. G2L["a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  84. G2L["a"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  85. G2L["a"]["BackgroundTransparency"] = 1;
  86. G2L["a"]["Size"] = UDim2.new(0.99862, 0, 0.10513, 0);
  87. G2L["a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  88. G2L["a"]["Text"] = [[Latest update]];
  89. G2L["a"]["Position"] = UDim2.new(0, 0, 0, 0);
  90.  
  91.  
  92. -- StarterGui.Sciptmode.Main.Function
  93. G2L["b"] = Instance.new("ScrollingFrame", G2L["4"]);
  94. G2L["b"]["Active"] = true;
  95. G2L["b"]["BorderSizePixel"] = 0;
  96. G2L["b"]["CanvasSize"] = UDim2.new(0, 0, 0.5, 0);
  97. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  98. G2L["b"]["Name"] = [[Function]];
  99. G2L["b"]["ScrollBarImageTransparency"] = 1;
  100. G2L["b"]["Size"] = UDim2.new(0.26897, 0, 0.79787, 0);
  101. G2L["b"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  102. G2L["b"]["Position"] = UDim2.new(-0.27, 0, 0.076, 0);
  103. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  104. G2L["b"]["ScrollBarThickness"] = 0;
  105. G2L["b"]["BackgroundTransparency"] = 1;
  106.  
  107.  
  108. -- StarterGui.Sciptmode.Main.Function.mode
  109. G2L["c"] = Instance.new("TextButton", G2L["b"]);
  110. G2L["c"]["TextWrapped"] = true;
  111. G2L["c"]["BorderSizePixel"] = 0;
  112. G2L["c"]["TextSize"] = 14;
  113. G2L["c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  114. G2L["c"]["TextScaled"] = true;
  115. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  116. G2L["c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  117. G2L["c"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  118. G2L["c"]["Name"] = [[mode]];
  119. G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  120. G2L["c"]["Text"] = [[Mode]];
  121.  
  122.  
  123. -- StarterGui.Sciptmode.Main.Function.mode.UICorner
  124. G2L["d"] = Instance.new("UICorner", G2L["c"]);
  125. G2L["d"]["CornerRadius"] = UDim.new(0.3, 0);
  126.  
  127.  
  128. -- StarterGui.Sciptmode.Main.Function.mode.ImageLabel
  129. G2L["e"] = Instance.new("ImageLabel", G2L["c"]);
  130. G2L["e"]["BorderSizePixel"] = 0;
  131. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  132. G2L["e"]["Image"] = [[rbxassetid://135149552063914]];
  133. G2L["e"]["Size"] = UDim2.new(0.23904, 0, 1, 0);
  134. G2L["e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  135. G2L["e"]["BackgroundTransparency"] = 1;
  136. G2L["e"]["Position"] = UDim2.new(0.02789, 0, 0, 0);
  137.  
  138.  
  139. -- StarterGui.Sciptmode.Main.Function.mode.ImageLabel.UIAspectRatioConstraint
  140. G2L["f"] = Instance.new("UIAspectRatioConstraint", G2L["e"]);
  141. G2L["f"]["DominantAxis"] = Enum.DominantAxis.Height;
  142.  
  143.  
  144. -- StarterGui.Sciptmode.Main.Function.mode.LocalScript
  145. G2L["10"] = Instance.new("LocalScript", G2L["c"]);
  146.  
  147.  
  148.  
  149. -- StarterGui.Sciptmode.Main.Function.place
  150. G2L["11"] = Instance.new("TextButton", G2L["b"]);
  151. G2L["11"]["TextWrapped"] = true;
  152. G2L["11"]["BorderSizePixel"] = 0;
  153. G2L["11"]["TextSize"] = 14;
  154. G2L["11"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  155. G2L["11"]["TextScaled"] = true;
  156. G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  157. G2L["11"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  158. G2L["11"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  159. G2L["11"]["Name"] = [[place]];
  160. G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  161. G2L["11"]["Text"] = [[Place]];
  162. G2L["11"]["Position"] = UDim2.new(0, 0, 0.11887, 0);
  163.  
  164.  
  165. -- StarterGui.Sciptmode.Main.Function.place.UICorner
  166. G2L["12"] = Instance.new("UICorner", G2L["11"]);
  167. G2L["12"]["CornerRadius"] = UDim.new(0.3, 0);
  168.  
  169.  
  170. -- StarterGui.Sciptmode.Main.Function.place.ImageLabel
  171. G2L["13"] = Instance.new("ImageLabel", G2L["11"]);
  172. G2L["13"]["BorderSizePixel"] = 0;
  173. G2L["13"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  174. G2L["13"]["Image"] = [[rbxassetid://18218271735]];
  175. G2L["13"]["Size"] = UDim2.new(0.23904, 0, 1, 0);
  176. G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  177. G2L["13"]["BackgroundTransparency"] = 1;
  178. G2L["13"]["Position"] = UDim2.new(0.02789, 0, 0, 0);
  179. -- Attributes
  180. G2L["13"]:SetAttribute([[UIAspectRatioConstraint]], [[true]]);
  181.  
  182.  
  183. -- StarterGui.Sciptmode.Main.Function.place.ImageLabel.UIAspectRatioConstraint
  184. G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["13"]);
  185. G2L["14"]["DominantAxis"] = Enum.DominantAxis.Height;
  186.  
  187.  
  188. -- StarterGui.Sciptmode.Main.Function.place.LocalScript
  189. G2L["15"] = Instance.new("LocalScript", G2L["11"]);
  190.  
  191.  
  192.  
  193. -- StarterGui.Sciptmode.Main.Function.UIListLayout
  194. G2L["16"] = Instance.new("UIListLayout", G2L["b"]);
  195. G2L["16"]["Padding"] = UDim.new(0.01, 0);
  196. G2L["16"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  197.  
  198.  
  199. -- StarterGui.Sciptmode.Main.Function.Item
  200. G2L["17"] = Instance.new("TextButton", G2L["b"]);
  201. G2L["17"]["TextWrapped"] = true;
  202. G2L["17"]["BorderSizePixel"] = 0;
  203. G2L["17"]["TextSize"] = 14;
  204. G2L["17"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  205. G2L["17"]["TextScaled"] = true;
  206. G2L["17"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  207. G2L["17"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  208. G2L["17"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  209. G2L["17"]["Name"] = [[Item]];
  210. G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  211. G2L["17"]["Text"] = [[Item]];
  212.  
  213.  
  214. -- StarterGui.Sciptmode.Main.Function.Item.UICorner
  215. G2L["18"] = Instance.new("UICorner", G2L["17"]);
  216. G2L["18"]["CornerRadius"] = UDim.new(0.3, 0);
  217.  
  218.  
  219. -- StarterGui.Sciptmode.Main.Function.Item.ImageLabel
  220. G2L["19"] = Instance.new("ImageLabel", G2L["17"]);
  221. G2L["19"]["BorderSizePixel"] = 0;
  222. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  223. G2L["19"]["Image"] = [[rbxassetid://7817553487]];
  224. G2L["19"]["Size"] = UDim2.new(0.23904, 0, 1, 0);
  225. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  226. G2L["19"]["BackgroundTransparency"] = 1;
  227. G2L["19"]["Position"] = UDim2.new(0.02789, 0, 0, 0);
  228.  
  229.  
  230. -- StarterGui.Sciptmode.Main.Function.Item.ImageLabel.UIAspectRatioConstraint
  231. G2L["1a"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
  232. G2L["1a"]["DominantAxis"] = Enum.DominantAxis.Height;
  233.  
  234.  
  235. -- StarterGui.Sciptmode.Main.Function.Item.LocalScript
  236. G2L["1b"] = Instance.new("LocalScript", G2L["17"]);
  237.  
  238.  
  239.  
  240. -- StarterGui.Sciptmode.Main.Function.Customentity
  241. G2L["1c"] = Instance.new("TextButton", G2L["b"]);
  242. G2L["1c"]["TextWrapped"] = true;
  243. G2L["1c"]["BorderSizePixel"] = 0;
  244. G2L["1c"]["TextSize"] = 29;
  245. G2L["1c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  246. G2L["1c"]["TextScaled"] = true;
  247. G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  248. G2L["1c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  249. G2L["1c"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  250. G2L["1c"]["Name"] = [[Customentity]];
  251. G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  252. G2L["1c"]["Text"] = [[Custom
  253. entity]];
  254. G2L["1c"]["Visible"] = false;
  255.  
  256.  
  257. -- StarterGui.Sciptmode.Main.Function.Customentity.UICorner
  258. G2L["1d"] = Instance.new("UICorner", G2L["1c"]);
  259. G2L["1d"]["CornerRadius"] = UDim.new(0.3, 0);
  260.  
  261.  
  262. -- StarterGui.Sciptmode.Main.Function.Customentity.LocalScript
  263. G2L["1e"] = Instance.new("LocalScript", G2L["1c"]);
  264.  
  265.  
  266.  
  267. -- StarterGui.Sciptmode.Main.Function.Customentity.ImageLabel
  268. G2L["1f"] = Instance.new("ImageLabel", G2L["1c"]);
  269. G2L["1f"]["BorderSizePixel"] = 0;
  270. G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  271. G2L["1f"]["Image"] = [[rbxassetid://76607055144408]];
  272. G2L["1f"]["Size"] = UDim2.new(0.23904, 0, 1, 0);
  273. G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  274. G2L["1f"]["BackgroundTransparency"] = 1;
  275. G2L["1f"]["Position"] = UDim2.new(0.02789, 0, 0, 0);
  276.  
  277.  
  278. -- StarterGui.Sciptmode.Main.Function.Customentity.ImageLabel.UIAspectRatioConstraint
  279. G2L["20"] = Instance.new("UIAspectRatioConstraint", G2L["1f"]);
  280. G2L["20"]["DominantAxis"] = Enum.DominantAxis.Height;
  281.  
  282.  
  283. -- StarterGui.Sciptmode.Main.Function.Customentity.Frame
  284. G2L["21"] = Instance.new("Frame", G2L["1c"]);
  285. G2L["21"]["ZIndex"] = 2;
  286. G2L["21"]["BorderSizePixel"] = 0;
  287. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  288. G2L["21"]["Size"] = UDim2.new(1, 0, 1, 0);
  289. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  290. G2L["21"]["BackgroundTransparency"] = 0.5;
  291.  
  292.  
  293. -- StarterGui.Sciptmode.Main.Function.Customentity.Frame.TextLabel
  294. G2L["22"] = Instance.new("TextLabel", G2L["21"]);
  295. G2L["22"]["TextWrapped"] = true;
  296. G2L["22"]["ZIndex"] = 3;
  297. G2L["22"]["BorderSizePixel"] = 0;
  298. G2L["22"]["TextScaled"] = true;
  299. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  300. G2L["22"]["TextSize"] = 14;
  301. G2L["22"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  302. G2L["22"]["TextColor3"] = Color3.fromRGB(255, 0, 5);
  303. G2L["22"]["BackgroundTransparency"] = 1;
  304. G2L["22"]["Size"] = UDim2.new(1, 0, 1, 0);
  305. G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  306. G2L["22"]["Text"] = [[UNPURCHASED]];
  307. G2L["22"]["Rotation"] = 5;
  308.  
  309.  
  310. -- StarterGui.Sciptmode.Main.Function.Customentity.Frame.TextLabel.LocalScript
  311. G2L["23"] = Instance.new("LocalScript", G2L["22"]);
  312.  
  313.  
  314.  
  315. -- StarterGui.Sciptmode.Main.Function.Customentity.Frame.UICorner
  316. G2L["24"] = Instance.new("UICorner", G2L["21"]);
  317. G2L["24"]["CornerRadius"] = UDim.new(0.3, 0);
  318.  
  319.  
  320. -- StarterGui.Sciptmode.Main.Settings
  321. G2L["25"] = Instance.new("Frame", G2L["4"]);
  322. G2L["25"]["Visible"] = false;
  323. G2L["25"]["BorderSizePixel"] = 0;
  324. G2L["25"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  325. G2L["25"]["Size"] = UDim2.new(1, 0, 0, 0);
  326. G2L["25"]["Position"] = UDim2.new(0, 0, 0.262, 0);
  327. G2L["25"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  328. G2L["25"]["Name"] = [[Settings]];
  329. G2L["25"]["BackgroundTransparency"] = 1;
  330.  
  331.  
  332. -- StarterGui.Sciptmode.Main.Settings.Darg
  333. G2L["26"] = Instance.new("TextButton", G2L["25"]);
  334. G2L["26"]["TextWrapped"] = true;
  335. G2L["26"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
  336. G2L["26"]["BorderSizePixel"] = 0;
  337. G2L["26"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  338. G2L["26"]["TextSize"] = 14;
  339. G2L["26"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  340. G2L["26"]["TextScaled"] = true;
  341. G2L["26"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  342. G2L["26"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  343. G2L["26"]["Size"] = UDim2.new(1, 0, 0.18053, 0);
  344. G2L["26"]["BackgroundTransparency"] = 1;
  345. G2L["26"]["Name"] = [[Darg]];
  346. G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  347. G2L["26"]["Text"] = [[ Drag]];
  348. G2L["26"]["Position"] = UDim2.new(0, 0, 0.04694, 0);
  349. G2L["26"]["SelectionGroup"] = true;
  350.  
  351.  
  352. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground
  353. G2L["27"] = Instance.new("Frame", G2L["26"]);
  354. G2L["27"]["BorderSizePixel"] = 0;
  355. G2L["27"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  356. G2L["27"]["Size"] = UDim2.new(0.29292, 0, 0.79, 0);
  357. G2L["27"]["Position"] = UDim2.new(0.68562, 0, 0.1, 0);
  358. G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  359. G2L["27"]["Name"] = [[Buttonbackground]];
  360.  
  361.  
  362. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.UICorner
  363. G2L["28"] = Instance.new("UICorner", G2L["27"]);
  364. G2L["28"]["CornerRadius"] = UDim.new(1, 0);
  365.  
  366.  
  367. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.Button
  368. G2L["29"] = Instance.new("Frame", G2L["27"]);
  369. G2L["29"]["ZIndex"] = 2;
  370. G2L["29"]["BorderSizePixel"] = 0;
  371. G2L["29"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  372. G2L["29"]["Size"] = UDim2.new(0.28938, 0, 1, 0);
  373. G2L["29"]["Position"] = UDim2.new(0.71062, 0, -0.01266, 0);
  374. G2L["29"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  375. G2L["29"]["Name"] = [[Button]];
  376.  
  377.  
  378. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.Button.UICorner
  379. G2L["2a"] = Instance.new("UICorner", G2L["29"]);
  380. G2L["2a"]["CornerRadius"] = UDim.new(1, 0);
  381.  
  382.  
  383. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.TextLabel
  384. G2L["2b"] = Instance.new("TextLabel", G2L["27"]);
  385. G2L["2b"]["TextWrapped"] = true;
  386. G2L["2b"]["BorderSizePixel"] = 0;
  387. G2L["2b"]["TextScaled"] = true;
  388. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  389. G2L["2b"]["TextSize"] = 14;
  390. G2L["2b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  391. G2L["2b"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  392. G2L["2b"]["BackgroundTransparency"] = 1;
  393. G2L["2b"]["Size"] = UDim2.new(0.7326, 0, 0.63291, 0);
  394. G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  395. G2L["2b"]["Text"] = [[OFF]];
  396. G2L["2b"]["Position"] = UDim2.new(0.0989, 0, 0.17722, 0);
  397.  
  398.  
  399. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.TextLabel.UIStroke
  400. G2L["2c"] = Instance.new("UIStroke", G2L["2b"]);
  401. G2L["2c"]["Thickness"] = 5;
  402.  
  403.  
  404. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.black
  405. G2L["2d"] = Instance.new("Frame", G2L["27"]);
  406. G2L["2d"]["ZIndex"] = 3;
  407. G2L["2d"]["BorderSizePixel"] = 0;
  408. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  409. G2L["2d"]["Size"] = UDim2.new(1.00343, 0, 1.02532, 0);
  410. G2L["2d"]["Position"] = UDim2.new(0, 0, -0.01266, 0);
  411. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  412. G2L["2d"]["Name"] = [[black]];
  413. G2L["2d"]["BackgroundTransparency"] = 0.5;
  414.  
  415.  
  416. -- StarterGui.Sciptmode.Main.Settings.Darg.Buttonbackground.black.UICorner
  417. G2L["2e"] = Instance.new("UICorner", G2L["2d"]);
  418. G2L["2e"]["CornerRadius"] = UDim.new(1, 0);
  419.  
  420.  
  421. -- StarterGui.Sciptmode.Main.Settings.Darg.LocalScript
  422. G2L["2f"] = Instance.new("LocalScript", G2L["26"]);
  423.  
  424.  
  425.  
  426. -- StarterGui.Sciptmode.Main.Settings.Language
  427. G2L["30"] = Instance.new("TextButton", G2L["25"]);
  428. G2L["30"]["TextWrapped"] = true;
  429. G2L["30"]["TextTruncate"] = Enum.TextTruncate.AtEnd;
  430. G2L["30"]["BorderSizePixel"] = 0;
  431. G2L["30"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  432. G2L["30"]["TextSize"] = 14;
  433. G2L["30"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  434. G2L["30"]["TextScaled"] = true;
  435. G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  436. G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  437. G2L["30"]["Size"] = UDim2.new(1, 0, 0.18053, 0);
  438. G2L["30"]["BackgroundTransparency"] = 1;
  439. G2L["30"]["Name"] = [[Language]];
  440. G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  441. G2L["30"]["Text"] = [[ Language]];
  442. G2L["30"]["Position"] = UDim2.new(0, 0, 0.23059, 0);
  443. G2L["30"]["SelectionGroup"] = true;
  444.  
  445.  
  446. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground
  447. G2L["31"] = Instance.new("Frame", G2L["30"]);
  448. G2L["31"]["BorderSizePixel"] = 0;
  449. G2L["31"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  450. G2L["31"]["Size"] = UDim2.new(0.29292, 0, 0.79, 0);
  451. G2L["31"]["Position"] = UDim2.new(0.68562, 0, 0.1, 0);
  452. G2L["31"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  453. G2L["31"]["Name"] = [[Buttonbackground]];
  454.  
  455.  
  456. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.UICorner
  457. G2L["32"] = Instance.new("UICorner", G2L["31"]);
  458. G2L["32"]["CornerRadius"] = UDim.new(1, 0);
  459.  
  460.  
  461. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.TextLabel
  462. G2L["33"] = Instance.new("TextLabel", G2L["31"]);
  463. G2L["33"]["TextWrapped"] = true;
  464. G2L["33"]["BorderSizePixel"] = 0;
  465. G2L["33"]["TextScaled"] = true;
  466. G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  467. G2L["33"]["TextSize"] = 14;
  468. G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  469. G2L["33"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  470. G2L["33"]["BackgroundTransparency"] = 1;
  471. G2L["33"]["Size"] = UDim2.new(0.7326, 0, 0.63291, 0);
  472. G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  473. G2L["33"]["Text"] = [[English]];
  474. G2L["33"]["Position"] = UDim2.new(0.0989, 0, 0.17722, 0);
  475.  
  476.  
  477. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.TextLabel.UIStroke
  478. G2L["34"] = Instance.new("UIStroke", G2L["33"]);
  479. G2L["34"]["Thickness"] = 5;
  480.  
  481.  
  482. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame
  483. G2L["35"] = Instance.new("Frame", G2L["31"]);
  484. G2L["35"]["Visible"] = false;
  485. G2L["35"]["BorderSizePixel"] = 0;
  486. G2L["35"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  487. G2L["35"]["Size"] = UDim2.new(1, 0, 3, 0);
  488. G2L["35"]["Position"] = UDim2.new(0, 0, 0.9, 0);
  489. G2L["35"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  490. G2L["35"]["BackgroundTransparency"] = 1;
  491.  
  492.  
  493. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.UIStroke
  494. G2L["36"] = Instance.new("UIStroke", G2L["35"]);
  495. G2L["36"]["Transparency"] = 0.2;
  496. G2L["36"]["Thickness"] = 5;
  497. G2L["36"]["Color"] = Color3.fromRGB(255, 223, 190);
  498.  
  499.  
  500. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.UICorner
  501. G2L["37"] = Instance.new("UICorner", G2L["35"]);
  502. G2L["37"]["CornerRadius"] = UDim.new(0.1, 0);
  503.  
  504.  
  505. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame
  506. G2L["38"] = Instance.new("ScrollingFrame", G2L["35"]);
  507. G2L["38"]["Active"] = true;
  508. G2L["38"]["BorderSizePixel"] = 0;
  509. G2L["38"]["CanvasSize"] = UDim2.new(0, 0, 10, 0);
  510. G2L["38"]["ElasticBehavior"] = Enum.ElasticBehavior.Always;
  511. G2L["38"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  512. G2L["38"]["Size"] = UDim2.new(1, 0, 1, 0);
  513. G2L["38"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  514. G2L["38"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  515. G2L["38"]["ScrollBarThickness"] = 0;
  516. G2L["38"]["BackgroundTransparency"] = 0.5;
  517.  
  518.  
  519. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.UIListLayout
  520. G2L["39"] = Instance.new("UIListLayout", G2L["38"]);
  521. G2L["39"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  522. G2L["39"]["Padding"] = UDim.new(0.01, 0);
  523. G2L["39"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  524.  
  525.  
  526. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English
  527. G2L["3a"] = Instance.new("Frame", G2L["38"]);
  528. G2L["3a"]["BorderSizePixel"] = 0;
  529. G2L["3a"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  530. G2L["3a"]["Size"] = UDim2.new(0.9, 0, 0.02, 0);
  531. G2L["3a"]["Position"] = UDim2.new(0.05106, 0, 0.04069, 0);
  532. G2L["3a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  533. G2L["3a"]["Name"] = [[English]];
  534.  
  535.  
  536. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.TextButton
  537. G2L["3b"] = Instance.new("TextButton", G2L["3a"]);
  538. G2L["3b"]["TextWrapped"] = true;
  539. G2L["3b"]["BorderSizePixel"] = 0;
  540. G2L["3b"]["TextSize"] = 14;
  541. G2L["3b"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  542. G2L["3b"]["TextScaled"] = true;
  543. G2L["3b"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  544. G2L["3b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  545. G2L["3b"]["Size"] = UDim2.new(1, 0, 1, 0);
  546. G2L["3b"]["BackgroundTransparency"] = 1;
  547. G2L["3b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  548. G2L["3b"]["Text"] = [[English]];
  549. G2L["3b"]["Position"] = UDim2.new(0, 0, 0, 0);
  550.  
  551.  
  552. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.TextButton.Frame
  553. G2L["3c"] = Instance.new("Frame", G2L["3b"]);
  554. G2L["3c"]["BorderSizePixel"] = 0;
  555. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  556. G2L["3c"]["Size"] = UDim2.new(1, 0, 1, 0);
  557. G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  558. G2L["3c"]["BackgroundTransparency"] = 1;
  559.  
  560.  
  561. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.TextButton.LocalScript
  562. G2L["3d"] = Instance.new("LocalScript", G2L["3b"]);
  563.  
  564.  
  565.  
  566. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.TextButton.Blackbackground
  567. G2L["3e"] = Instance.new("Frame", G2L["3b"]);
  568. G2L["3e"]["BorderSizePixel"] = 0;
  569. G2L["3e"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  570. G2L["3e"]["Size"] = UDim2.new(1, 0, 1, 0);
  571. G2L["3e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  572. G2L["3e"]["Name"] = [[Blackbackground]];
  573. G2L["3e"]["BackgroundTransparency"] = 0.5;
  574.  
  575.  
  576. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.UICorner
  577. G2L["3f"] = Instance.new("UICorner", G2L["3a"]);
  578. G2L["3f"]["CornerRadius"] = UDim.new(0.1, 0);
  579.  
  580.  
  581. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.UIStroke
  582. G2L["40"] = Instance.new("UIStroke", G2L["3a"]);
  583. G2L["40"]["Thickness"] = 5;
  584. G2L["40"]["Color"] = Color3.fromRGB(255, 223, 190);
  585.  
  586.  
  587. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese
  588. G2L["41"] = Instance.new("Frame", G2L["38"]);
  589. G2L["41"]["BorderSizePixel"] = 0;
  590. G2L["41"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  591. G2L["41"]["Size"] = UDim2.new(0.9, 0, 0.02, 0);
  592. G2L["41"]["Position"] = UDim2.new(0.05106, 0, 0.04069, 0);
  593. G2L["41"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  594. G2L["41"]["Name"] = [[SChinese]];
  595.  
  596.  
  597. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.TextButton
  598. G2L["42"] = Instance.new("TextButton", G2L["41"]);
  599. G2L["42"]["TextWrapped"] = true;
  600. G2L["42"]["BorderSizePixel"] = 0;
  601. G2L["42"]["TextSize"] = 14;
  602. G2L["42"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  603. G2L["42"]["TextScaled"] = true;
  604. G2L["42"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  605. G2L["42"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  606. G2L["42"]["Size"] = UDim2.new(1, 0, 1, 0);
  607. G2L["42"]["BackgroundTransparency"] = 1;
  608. G2L["42"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  609. G2L["42"]["Text"] = [[简体中文]];
  610. G2L["42"]["Position"] = UDim2.new(0, 0, 0, 0);
  611.  
  612.  
  613. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.TextButton.Frame
  614. G2L["43"] = Instance.new("Frame", G2L["42"]);
  615. G2L["43"]["BorderSizePixel"] = 0;
  616. G2L["43"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  617. G2L["43"]["Size"] = UDim2.new(1, 0, 1, 0);
  618. G2L["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  619. G2L["43"]["BackgroundTransparency"] = 1;
  620.  
  621.  
  622. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.TextButton.Blackbackground
  623. G2L["44"] = Instance.new("Frame", G2L["42"]);
  624. G2L["44"]["Visible"] = false;
  625. G2L["44"]["BorderSizePixel"] = 0;
  626. G2L["44"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  627. G2L["44"]["Size"] = UDim2.new(1, 0, 1, 0);
  628. G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  629. G2L["44"]["Name"] = [[Blackbackground]];
  630. G2L["44"]["BackgroundTransparency"] = 0.5;
  631.  
  632.  
  633. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.TextButton.LocalScript
  634. G2L["45"] = Instance.new("LocalScript", G2L["42"]);
  635.  
  636.  
  637.  
  638. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.UICorner
  639. G2L["46"] = Instance.new("UICorner", G2L["41"]);
  640. G2L["46"]["CornerRadius"] = UDim.new(0.1, 0);
  641.  
  642.  
  643. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.UIStroke
  644. G2L["47"] = Instance.new("UIStroke", G2L["41"]);
  645. G2L["47"]["Thickness"] = 5;
  646. G2L["47"]["Color"] = Color3.fromRGB(255, 223, 190);
  647.  
  648.  
  649. -- StarterGui.Sciptmode.Main.Settings.Language.LocalScript
  650. G2L["48"] = Instance.new("LocalScript", G2L["30"]);
  651.  
  652.  
  653.  
  654. -- StarterGui.Sciptmode.Main.Settings.Language.CN
  655. G2L["49"] = Instance.new("Frame", G2L["30"]);
  656. G2L["49"]["Visible"] = false;
  657. G2L["49"]["BorderSizePixel"] = 0;
  658. G2L["49"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  659. G2L["49"]["Size"] = UDim2.new(1, 0, 1, 0);
  660. G2L["49"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  661. G2L["49"]["Name"] = [[CN]];
  662. G2L["49"]["BackgroundTransparency"] = 1;
  663.  
  664.  
  665. -- StarterGui.Sciptmode.Main.Settings.Language.EN
  666. G2L["4a"] = Instance.new("Frame", G2L["30"]);
  667. G2L["4a"]["BorderSizePixel"] = 0;
  668. G2L["4a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  669. G2L["4a"]["Size"] = UDim2.new(1, 0, 1, 0);
  670. G2L["4a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  671. G2L["4a"]["Name"] = [[EN]];
  672. G2L["4a"]["BackgroundTransparency"] = 1;
  673.  
  674.  
  675. -- StarterGui.Sciptmode.Main.Customentity
  676. G2L["4b"] = Instance.new("Frame", G2L["4"]);
  677. G2L["4b"]["Visible"] = false;
  678. G2L["4b"]["BorderSizePixel"] = 0;
  679. G2L["4b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  680. G2L["4b"]["Size"] = UDim2.new(0.9998, 0, 0.99974, 0);
  681. G2L["4b"]["Position"] = UDim2.new(-0, 0, 0, 0);
  682. G2L["4b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  683. G2L["4b"]["Name"] = [[Customentity]];
  684. G2L["4b"]["BackgroundTransparency"] = 1;
  685.  
  686.  
  687. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame
  688. G2L["4c"] = Instance.new("ScrollingFrame", G2L["4b"]);
  689. G2L["4c"]["Active"] = true;
  690. G2L["4c"]["BorderSizePixel"] = 0;
  691. G2L["4c"]["CanvasSize"] = UDim2.new(0, 0, 5, 0);
  692. G2L["4c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  693. G2L["4c"]["ScrollBarImageTransparency"] = 1;
  694. G2L["4c"]["Size"] = UDim2.new(1, 0, 0.83333, 0);
  695. G2L["4c"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  696. G2L["4c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  697. G2L["4c"]["ScrollBarThickness"] = 0;
  698. G2L["4c"]["BackgroundTransparency"] = 1;
  699.  
  700.  
  701. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.UIListLayout
  702. G2L["4d"] = Instance.new("UIListLayout", G2L["4c"]);
  703. G2L["4d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  704. G2L["4d"]["ItemLineAlignment"] = Enum.ItemLineAlignment.Center;
  705.  
  706.  
  707. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.TextLabel
  708. G2L["4e"] = Instance.new("TextLabel", G2L["4c"]);
  709. G2L["4e"]["TextWrapped"] = true;
  710. G2L["4e"]["BorderSizePixel"] = 0;
  711. G2L["4e"]["TextScaled"] = true;
  712. G2L["4e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  713. G2L["4e"]["TextSize"] = 14;
  714. G2L["4e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  715. G2L["4e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  716. G2L["4e"]["BackgroundTransparency"] = 1;
  717. G2L["4e"]["Size"] = UDim2.new(1, 0, 0.03, 0);
  718. G2L["4e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  719. G2L["4e"]["Text"] = [[Custom entity]];
  720.  
  721.  
  722. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity
  723. G2L["4f"] = Instance.new("Frame", G2L["4c"]);
  724. G2L["4f"]["BorderSizePixel"] = 0;
  725. G2L["4f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  726. G2L["4f"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  727. G2L["4f"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  728. G2L["4f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  729. G2L["4f"]["Name"] = [[Entity]];
  730. G2L["4f"]["BackgroundTransparency"] = 1;
  731.  
  732.  
  733. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.N1ame
  734. G2L["50"] = Instance.new("Frame", G2L["4f"]);
  735. G2L["50"]["BorderSizePixel"] = 0;
  736. G2L["50"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  737. G2L["50"]["Size"] = UDim2.new(1, 0, 0.2, 0);
  738. G2L["50"]["Position"] = UDim2.new(0, 0, 0.05, 0);
  739. G2L["50"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  740. G2L["50"]["Name"] = [[N1ame]];
  741. G2L["50"]["BackgroundTransparency"] = 2;
  742.  
  743.  
  744. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.N1ame.T
  745. G2L["51"] = Instance.new("TextLabel", G2L["50"]);
  746. G2L["51"]["TextWrapped"] = true;
  747. G2L["51"]["BorderSizePixel"] = 0;
  748. G2L["51"]["TextScaled"] = true;
  749. G2L["51"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  750. G2L["51"]["TextSize"] = 14;
  751. G2L["51"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  752. G2L["51"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  753. G2L["51"]["BackgroundTransparency"] = 1;
  754. G2L["51"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  755. G2L["51"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  756. G2L["51"]["Text"] = [[Name]];
  757. G2L["51"]["Name"] = [[T]];
  758.  
  759.  
  760. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.N1ame.Frame
  761. G2L["52"] = Instance.new("Frame", G2L["50"]);
  762. G2L["52"]["BorderSizePixel"] = 0;
  763. G2L["52"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  764. G2L["52"]["Size"] = UDim2.new(0.389, 0, 1, 0);
  765. G2L["52"]["Position"] = UDim2.new(0.214, 0, 0, 0);
  766. G2L["52"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  767. G2L["52"]["BackgroundTransparency"] = 0.5;
  768.  
  769.  
  770. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.N1ame.Frame.UIStroke
  771. G2L["53"] = Instance.new("UIStroke", G2L["52"]);
  772. G2L["53"]["Thickness"] = 5;
  773. G2L["53"]["Color"] = Color3.fromRGB(255, 223, 190);
  774.  
  775.  
  776. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.N1ame.Frame.TextBox
  777. G2L["54"] = Instance.new("TextBox", G2L["52"]);
  778. G2L["54"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  779. G2L["54"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  780. G2L["54"]["BorderSizePixel"] = 0;
  781. G2L["54"]["TextWrapped"] = true;
  782. G2L["54"]["TextSize"] = 14;
  783. G2L["54"]["TextScaled"] = true;
  784. G2L["54"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  785. G2L["54"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  786. G2L["54"]["Size"] = UDim2.new(1, 0, 1, 0);
  787. G2L["54"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  788. G2L["54"]["Text"] = [[Enitity]];
  789. G2L["54"]["BackgroundTransparency"] = 0.5;
  790.  
  791.  
  792. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.UIListLayout
  793. G2L["55"] = Instance.new("UIListLayout", G2L["4f"]);
  794. G2L["55"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  795. G2L["55"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  796. G2L["55"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  797. G2L["55"]["Padding"] = UDim.new(0.15, 0);
  798. G2L["55"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  799. G2L["55"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  800.  
  801.  
  802. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.Model
  803. G2L["56"] = Instance.new("Frame", G2L["4f"]);
  804. G2L["56"]["BorderSizePixel"] = 0;
  805. G2L["56"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  806. G2L["56"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  807. G2L["56"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  808. G2L["56"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  809. G2L["56"]["Name"] = [[Model]];
  810. G2L["56"]["BackgroundTransparency"] = 2;
  811.  
  812.  
  813. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.Model.T
  814. G2L["57"] = Instance.new("TextLabel", G2L["56"]);
  815. G2L["57"]["TextWrapped"] = true;
  816. G2L["57"]["BorderSizePixel"] = 0;
  817. G2L["57"]["TextScaled"] = true;
  818. G2L["57"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  819. G2L["57"]["TextSize"] = 14;
  820. G2L["57"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  821. G2L["57"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  822. G2L["57"]["BackgroundTransparency"] = 1;
  823. G2L["57"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  824. G2L["57"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  825. G2L["57"]["Text"] = [[Model]];
  826. G2L["57"]["Name"] = [[T]];
  827.  
  828.  
  829. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.Model.Frame
  830. G2L["58"] = Instance.new("Frame", G2L["56"]);
  831. G2L["58"]["BorderSizePixel"] = 0;
  832. G2L["58"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  833. G2L["58"]["Size"] = UDim2.new(0.7, 0, 1, 0);
  834. G2L["58"]["Position"] = UDim2.new(0.214, 0, 0, 0);
  835. G2L["58"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  836. G2L["58"]["BackgroundTransparency"] = 0.5;
  837.  
  838.  
  839. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.Model.Frame.UIStroke
  840. G2L["59"] = Instance.new("UIStroke", G2L["58"]);
  841. G2L["59"]["Thickness"] = 5;
  842. G2L["59"]["Color"] = Color3.fromRGB(255, 223, 190);
  843.  
  844.  
  845. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.Model.Frame.TextBox
  846. G2L["5a"] = Instance.new("TextBox", G2L["58"]);
  847. G2L["5a"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  848. G2L["5a"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  849. G2L["5a"]["BorderSizePixel"] = 0;
  850. G2L["5a"]["TextWrapped"] = true;
  851. G2L["5a"]["TextSize"] = 14;
  852. G2L["5a"]["TextScaled"] = true;
  853. G2L["5a"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  854. G2L["5a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  855. G2L["5a"]["Size"] = UDim2.new(1, 0, 1, 0);
  856. G2L["5a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  857. G2L["5a"]["Text"] = [[123456]];
  858. G2L["5a"]["BackgroundTransparency"] = 0.5;
  859.  
  860.  
  861. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.HeightOffset
  862. G2L["5b"] = Instance.new("Frame", G2L["4f"]);
  863. G2L["5b"]["BorderSizePixel"] = 0;
  864. G2L["5b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  865. G2L["5b"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  866. G2L["5b"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  867. G2L["5b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  868. G2L["5b"]["Name"] = [[HeightOffset]];
  869. G2L["5b"]["BackgroundTransparency"] = 2;
  870.  
  871.  
  872. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.HeightOffset.T
  873. G2L["5c"] = Instance.new("TextLabel", G2L["5b"]);
  874. G2L["5c"]["TextWrapped"] = true;
  875. G2L["5c"]["BorderSizePixel"] = 0;
  876. G2L["5c"]["TextScaled"] = true;
  877. G2L["5c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  878. G2L["5c"]["TextSize"] = 14;
  879. G2L["5c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  880. G2L["5c"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  881. G2L["5c"]["BackgroundTransparency"] = 1;
  882. G2L["5c"]["Size"] = UDim2.new(0.214, 0, 1, 0);
  883. G2L["5c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  884. G2L["5c"]["Text"] = [[Height
  885. Offset]];
  886. G2L["5c"]["Name"] = [[T]];
  887.  
  888.  
  889. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.HeightOffset.Frame
  890. G2L["5d"] = Instance.new("Frame", G2L["5b"]);
  891. G2L["5d"]["BorderSizePixel"] = 0;
  892. G2L["5d"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  893. G2L["5d"]["Size"] = UDim2.new(0.389, 0, 1, 0);
  894. G2L["5d"]["Position"] = UDim2.new(0.214, 0, 0, 0);
  895. G2L["5d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  896. G2L["5d"]["BackgroundTransparency"] = 0.5;
  897.  
  898.  
  899. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.HeightOffset.Frame.UIStroke
  900. G2L["5e"] = Instance.new("UIStroke", G2L["5d"]);
  901. G2L["5e"]["Thickness"] = 5;
  902. G2L["5e"]["Color"] = Color3.fromRGB(255, 223, 190);
  903.  
  904.  
  905. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.HeightOffset.Frame.TextBox
  906. G2L["5f"] = Instance.new("TextBox", G2L["5d"]);
  907. G2L["5f"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  908. G2L["5f"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  909. G2L["5f"]["BorderSizePixel"] = 0;
  910. G2L["5f"]["TextWrapped"] = true;
  911. G2L["5f"]["TextSize"] = 14;
  912. G2L["5f"]["TextScaled"] = true;
  913. G2L["5f"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  914. G2L["5f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  915. G2L["5f"]["Size"] = UDim2.new(1, 0, 1, 0);
  916. G2L["5f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  917. G2L["5f"]["Text"] = [[0]];
  918. G2L["5f"]["BackgroundTransparency"] = 0.5;
  919.  
  920.  
  921. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Entity.UIStroke
  922. G2L["60"] = Instance.new("UIStroke", G2L["4f"]);
  923. G2L["60"]["Thickness"] = 5;
  924. G2L["60"]["Color"] = Color3.fromRGB(255, 223, 190);
  925.  
  926.  
  927. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights
  928. G2L["61"] = Instance.new("Frame", G2L["4c"]);
  929. G2L["61"]["BorderSizePixel"] = 0;
  930. G2L["61"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  931. G2L["61"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  932. G2L["61"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  933. G2L["61"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  934. G2L["61"]["Name"] = [[Lights]];
  935. G2L["61"]["BackgroundTransparency"] = 1;
  936.  
  937.  
  938. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.UIListLayout
  939. G2L["62"] = Instance.new("UIListLayout", G2L["61"]);
  940. G2L["62"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  941. G2L["62"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  942. G2L["62"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  943. G2L["62"]["Padding"] = UDim.new(0.1, 0);
  944. G2L["62"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  945. G2L["62"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  946.  
  947.  
  948. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Lights
  949. G2L["63"] = Instance.new("TextLabel", G2L["61"]);
  950. G2L["63"]["TextWrapped"] = true;
  951. G2L["63"]["BorderSizePixel"] = 0;
  952. G2L["63"]["TextScaled"] = true;
  953. G2L["63"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  954. G2L["63"]["TextSize"] = 14;
  955. G2L["63"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  956. G2L["63"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  957. G2L["63"]["BackgroundTransparency"] = 1;
  958. G2L["63"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  959. G2L["63"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  960. G2L["63"]["Text"] = [[Lights]];
  961. G2L["63"]["Name"] = [[Lights]];
  962.  
  963.  
  964. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker
  965. G2L["64"] = Instance.new("Frame", G2L["61"]);
  966. G2L["64"]["BorderSizePixel"] = 0;
  967. G2L["64"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  968. G2L["64"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  969. G2L["64"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  970. G2L["64"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  971. G2L["64"]["Name"] = [[Flicker]];
  972. G2L["64"]["BackgroundTransparency"] = 2;
  973.  
  974.  
  975. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration
  976. G2L["65"] = Instance.new("Frame", G2L["64"]);
  977. G2L["65"]["BorderSizePixel"] = 0;
  978. G2L["65"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  979. G2L["65"]["Size"] = UDim2.new(0.389, 0, 1, 0);
  980. G2L["65"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  981. G2L["65"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  982. G2L["65"]["Name"] = [[Duration]];
  983. G2L["65"]["BackgroundTransparency"] = 0.5;
  984.  
  985.  
  986. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.UIStroke
  987. G2L["66"] = Instance.new("UIStroke", G2L["65"]);
  988. G2L["66"]["Thickness"] = 5;
  989. G2L["66"]["Color"] = Color3.fromRGB(255, 223, 190);
  990.  
  991.  
  992. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.TextBox
  993. G2L["67"] = Instance.new("TextBox", G2L["65"]);
  994. G2L["67"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  995. G2L["67"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  996. G2L["67"]["BorderSizePixel"] = 0;
  997. G2L["67"]["TextWrapped"] = true;
  998. G2L["67"]["TextSize"] = 14;
  999. G2L["67"]["TextScaled"] = true;
  1000. G2L["67"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1001. G2L["67"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1002. G2L["67"]["Size"] = UDim2.new(1, 0, 1, 0);
  1003. G2L["67"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1004. G2L["67"]["Text"] = [[1]];
  1005. G2L["67"]["BackgroundTransparency"] = 0.5;
  1006.  
  1007.  
  1008. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.Duration
  1009. G2L["68"] = Instance.new("Frame", G2L["65"]);
  1010. G2L["68"]["BorderSizePixel"] = 0;
  1011. G2L["68"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1012. G2L["68"]["Size"] = UDim2.new(0.47, 0, 1.03057, 0);
  1013. G2L["68"]["Position"] = UDim2.new(0.53, 0, -1.1, 0);
  1014. G2L["68"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1015. G2L["68"]["Name"] = [[Duration]];
  1016. G2L["68"]["BackgroundTransparency"] = 1;
  1017.  
  1018.  
  1019. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.Duration.TextLabel
  1020. G2L["69"] = Instance.new("TextLabel", G2L["68"]);
  1021. G2L["69"]["TextWrapped"] = true;
  1022. G2L["69"]["BorderSizePixel"] = 0;
  1023. G2L["69"]["TextScaled"] = true;
  1024. G2L["69"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1025. G2L["69"]["TextSize"] = 14;
  1026. G2L["69"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1027. G2L["69"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1028. G2L["69"]["BackgroundTransparency"] = 1;
  1029. G2L["69"]["Size"] = UDim2.new(1, 0, 1, 0);
  1030. G2L["69"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1031. G2L["69"]["Text"] = [[Duration]];
  1032.  
  1033.  
  1034. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.Duration.TextLabel.UIStroke
  1035. G2L["6a"] = Instance.new("UIStroke", G2L["69"]);
  1036. G2L["6a"]["Thickness"] = 5;
  1037.  
  1038.  
  1039. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Duration.Duration.UIStroke
  1040. G2L["6b"] = Instance.new("UIStroke", G2L["68"]);
  1041. G2L["6b"]["Thickness"] = 5;
  1042. G2L["6b"]["Color"] = Color3.fromRGB(255, 223, 190);
  1043.  
  1044.  
  1045. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker
  1046. G2L["6c"] = Instance.new("TextButton", G2L["64"]);
  1047. G2L["6c"]["TextWrapped"] = true;
  1048. G2L["6c"]["BorderSizePixel"] = 0;
  1049. G2L["6c"]["TextSize"] = 14;
  1050. G2L["6c"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1051. G2L["6c"]["TextScaled"] = true;
  1052. G2L["6c"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  1053. G2L["6c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1054. G2L["6c"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  1055. G2L["6c"]["BackgroundTransparency"] = 1;
  1056. G2L["6c"]["Name"] = [[Flicker]];
  1057. G2L["6c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1058. G2L["6c"]["Text"] = [[]];
  1059. G2L["6c"]["Position"] = UDim2.new(0.03, 0, 0, 0);
  1060.  
  1061.  
  1062. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.UICorner
  1063. G2L["6d"] = Instance.new("UICorner", G2L["6c"]);
  1064. G2L["6d"]["CornerRadius"] = UDim.new(0.3, 0);
  1065.  
  1066.  
  1067. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.LocalScript
  1068. G2L["6e"] = Instance.new("LocalScript", G2L["6c"]);
  1069.  
  1070.  
  1071.  
  1072. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.oo
  1073. G2L["6f"] = Instance.new("Frame", G2L["6c"]);
  1074. G2L["6f"]["BorderSizePixel"] = 0;
  1075. G2L["6f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1076. G2L["6f"]["Size"] = UDim2.new(1, 0, 1, 0);
  1077. G2L["6f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1078. G2L["6f"]["Name"] = [[oo]];
  1079. G2L["6f"]["BackgroundTransparency"] = 1;
  1080.  
  1081.  
  1082. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.TextLabel
  1083. G2L["70"] = Instance.new("TextLabel", G2L["6c"]);
  1084. G2L["70"]["TextWrapped"] = true;
  1085. G2L["70"]["BorderSizePixel"] = 0;
  1086. G2L["70"]["TextScaled"] = true;
  1087. G2L["70"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1088. G2L["70"]["TextSize"] = 14;
  1089. G2L["70"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1090. G2L["70"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1091. G2L["70"]["BackgroundTransparency"] = 1;
  1092. G2L["70"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1093. G2L["70"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1094. G2L["70"]["Text"] = [[Flicker]];
  1095. G2L["70"]["Position"] = UDim2.new(0, 0, -0.01272, 0);
  1096.  
  1097.  
  1098. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background
  1099. G2L["71"] = Instance.new("Frame", G2L["6c"]);
  1100. G2L["71"]["BorderSizePixel"] = 0;
  1101. G2L["71"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  1102. G2L["71"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1103. G2L["71"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  1104. G2L["71"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1105. G2L["71"]["Name"] = [[background]];
  1106. G2L["71"]["BackgroundTransparency"] = 0.5;
  1107.  
  1108.  
  1109. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background.UICorner
  1110. G2L["72"] = Instance.new("UICorner", G2L["71"]);
  1111. G2L["72"]["CornerRadius"] = UDim.new(1, 0);
  1112.  
  1113.  
  1114. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background.Button
  1115. G2L["73"] = Instance.new("Frame", G2L["71"]);
  1116. G2L["73"]["ZIndex"] = 2;
  1117. G2L["73"]["BorderSizePixel"] = 0;
  1118. G2L["73"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  1119. G2L["73"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1120. G2L["73"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1121. G2L["73"]["Name"] = [[Button]];
  1122.  
  1123.  
  1124. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background.Button.UICorner
  1125. G2L["74"] = Instance.new("UICorner", G2L["73"]);
  1126. G2L["74"]["CornerRadius"] = UDim.new(1, 0);
  1127.  
  1128.  
  1129. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background.black
  1130. G2L["75"] = Instance.new("Frame", G2L["71"]);
  1131. G2L["75"]["ZIndex"] = 3;
  1132. G2L["75"]["BorderSizePixel"] = 0;
  1133. G2L["75"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1134. G2L["75"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  1135. G2L["75"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  1136. G2L["75"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1137. G2L["75"]["Name"] = [[black]];
  1138. G2L["75"]["BackgroundTransparency"] = 1;
  1139.  
  1140.  
  1141. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.background.black.UICorner
  1142. G2L["76"] = Instance.new("UICorner", G2L["75"]);
  1143. G2L["76"]["CornerRadius"] = UDim.new(1, 0);
  1144.  
  1145.  
  1146. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR
  1147. G2L["77"] = Instance.new("Frame", G2L["61"]);
  1148. G2L["77"]["BorderSizePixel"] = 0;
  1149. G2L["77"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1150. G2L["77"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  1151. G2L["77"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  1152. G2L["77"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1153. G2L["77"]["Name"] = [[SR]];
  1154. G2L["77"]["BackgroundTransparency"] = 2;
  1155.  
  1156.  
  1157. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair
  1158. G2L["78"] = Instance.new("Frame", G2L["77"]);
  1159. G2L["78"]["BorderSizePixel"] = 0;
  1160. G2L["78"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1161. G2L["78"]["Size"] = UDim2.new(0.41454, 0, 1, 0);
  1162. G2L["78"]["Position"] = UDim2.new(0.49946, 0, -0.01272, 0);
  1163. G2L["78"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1164. G2L["78"]["Name"] = [[Repair]];
  1165. G2L["78"]["BackgroundTransparency"] = 1;
  1166.  
  1167.  
  1168. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB
  1169. G2L["79"] = Instance.new("TextButton", G2L["78"]);
  1170. G2L["79"]["TextWrapped"] = true;
  1171. G2L["79"]["BorderSizePixel"] = 0;
  1172. G2L["79"]["TextSize"] = 14;
  1173. G2L["79"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1174. G2L["79"]["TextScaled"] = true;
  1175. G2L["79"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  1176. G2L["79"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1177. G2L["79"]["Size"] = UDim2.new(1, 0, 1, 0);
  1178. G2L["79"]["BackgroundTransparency"] = 1;
  1179. G2L["79"]["Name"] = [[TB]];
  1180. G2L["79"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1181. G2L["79"]["Text"] = [[]];
  1182.  
  1183.  
  1184. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.UICorner
  1185. G2L["7a"] = Instance.new("UICorner", G2L["79"]);
  1186. G2L["7a"]["CornerRadius"] = UDim.new(0.3, 0);
  1187.  
  1188.  
  1189. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.LocalScript
  1190. G2L["7b"] = Instance.new("LocalScript", G2L["79"]);
  1191.  
  1192.  
  1193.  
  1194. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background
  1195. G2L["7c"] = Instance.new("Frame", G2L["79"]);
  1196. G2L["7c"]["BorderSizePixel"] = 0;
  1197. G2L["7c"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  1198. G2L["7c"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1199. G2L["7c"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  1200. G2L["7c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1201. G2L["7c"]["Name"] = [[background]];
  1202. G2L["7c"]["BackgroundTransparency"] = 0.5;
  1203.  
  1204.  
  1205. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background.UICorner
  1206. G2L["7d"] = Instance.new("UICorner", G2L["7c"]);
  1207. G2L["7d"]["CornerRadius"] = UDim.new(1, 0);
  1208.  
  1209.  
  1210. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background.Button
  1211. G2L["7e"] = Instance.new("Frame", G2L["7c"]);
  1212. G2L["7e"]["ZIndex"] = 2;
  1213. G2L["7e"]["BorderSizePixel"] = 0;
  1214. G2L["7e"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  1215. G2L["7e"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1216. G2L["7e"]["Position"] = UDim2.new(0.69, 0, 0, 0);
  1217. G2L["7e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1218. G2L["7e"]["Name"] = [[Button]];
  1219.  
  1220.  
  1221. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background.Button.UICorner
  1222. G2L["7f"] = Instance.new("UICorner", G2L["7e"]);
  1223. G2L["7f"]["CornerRadius"] = UDim.new(1, 0);
  1224.  
  1225.  
  1226. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background.black
  1227. G2L["80"] = Instance.new("Frame", G2L["7c"]);
  1228. G2L["80"]["ZIndex"] = 3;
  1229. G2L["80"]["BorderSizePixel"] = 0;
  1230. G2L["80"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1231. G2L["80"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  1232. G2L["80"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  1233. G2L["80"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1234. G2L["80"]["Name"] = [[black]];
  1235. G2L["80"]["BackgroundTransparency"] = 0.5;
  1236.  
  1237.  
  1238. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.background.black.UICorner
  1239. G2L["81"] = Instance.new("UICorner", G2L["80"]);
  1240. G2L["81"]["CornerRadius"] = UDim.new(1, 0);
  1241.  
  1242.  
  1243. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.oo
  1244. G2L["82"] = Instance.new("Frame", G2L["79"]);
  1245. G2L["82"]["Visible"] = false;
  1246. G2L["82"]["BorderSizePixel"] = 0;
  1247. G2L["82"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1248. G2L["82"]["Size"] = UDim2.new(1, 0, 1, 0);
  1249. G2L["82"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1250. G2L["82"]["Name"] = [[oo]];
  1251. G2L["82"]["BackgroundTransparency"] = 1;
  1252.  
  1253.  
  1254. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.T
  1255. G2L["83"] = Instance.new("TextLabel", G2L["78"]);
  1256. G2L["83"]["TextWrapped"] = true;
  1257. G2L["83"]["BorderSizePixel"] = 0;
  1258. G2L["83"]["TextScaled"] = true;
  1259. G2L["83"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1260. G2L["83"]["TextSize"] = 14;
  1261. G2L["83"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1262. G2L["83"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1263. G2L["83"]["BackgroundTransparency"] = 1;
  1264. G2L["83"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1265. G2L["83"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1266. G2L["83"]["Text"] = [[Repair]];
  1267. G2L["83"]["Name"] = [[T]];
  1268. G2L["83"]["Position"] = UDim2.new(0.00045, 0, 0.00762, 0);
  1269.  
  1270.  
  1271. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter
  1272. G2L["84"] = Instance.new("Frame", G2L["77"]);
  1273. G2L["84"]["BorderSizePixel"] = 0;
  1274. G2L["84"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1275. G2L["84"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  1276. G2L["84"]["Position"] = UDim2.new(0.02894, 0, 0, 0);
  1277. G2L["84"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1278. G2L["84"]["Name"] = [[Shatter]];
  1279. G2L["84"]["BackgroundTransparency"] = 1;
  1280.  
  1281.  
  1282. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.T
  1283. G2L["85"] = Instance.new("TextLabel", G2L["84"]);
  1284. G2L["85"]["TextWrapped"] = true;
  1285. G2L["85"]["BorderSizePixel"] = 0;
  1286. G2L["85"]["TextScaled"] = true;
  1287. G2L["85"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1288. G2L["85"]["TextSize"] = 14;
  1289. G2L["85"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1290. G2L["85"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1291. G2L["85"]["BackgroundTransparency"] = 1;
  1292. G2L["85"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1293. G2L["85"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1294. G2L["85"]["Text"] = [[Shatter]];
  1295. G2L["85"]["Name"] = [[T]];
  1296. G2L["85"]["Position"] = UDim2.new(0.00092, 0, 0.02545, 0);
  1297.  
  1298.  
  1299. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB
  1300. G2L["86"] = Instance.new("TextButton", G2L["84"]);
  1301. G2L["86"]["TextWrapped"] = true;
  1302. G2L["86"]["BorderSizePixel"] = 0;
  1303. G2L["86"]["TextSize"] = 14;
  1304. G2L["86"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1305. G2L["86"]["TextScaled"] = true;
  1306. G2L["86"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  1307. G2L["86"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1308. G2L["86"]["Size"] = UDim2.new(1, 0, 1, 0);
  1309. G2L["86"]["BackgroundTransparency"] = 1;
  1310. G2L["86"]["Name"] = [[TB]];
  1311. G2L["86"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1312. G2L["86"]["Text"] = [[]];
  1313.  
  1314.  
  1315. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.UICorner
  1316. G2L["87"] = Instance.new("UICorner", G2L["86"]);
  1317. G2L["87"]["CornerRadius"] = UDim.new(0.3, 0);
  1318.  
  1319.  
  1320. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.LocalScript
  1321. G2L["88"] = Instance.new("LocalScript", G2L["86"]);
  1322.  
  1323.  
  1324.  
  1325. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background
  1326. G2L["89"] = Instance.new("Frame", G2L["86"]);
  1327. G2L["89"]["BorderSizePixel"] = 0;
  1328. G2L["89"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  1329. G2L["89"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1330. G2L["89"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  1331. G2L["89"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1332. G2L["89"]["Name"] = [[background]];
  1333. G2L["89"]["BackgroundTransparency"] = 0.5;
  1334.  
  1335.  
  1336. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background.UICorner
  1337. G2L["8a"] = Instance.new("UICorner", G2L["89"]);
  1338. G2L["8a"]["CornerRadius"] = UDim.new(1, 0);
  1339.  
  1340.  
  1341. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background.Button
  1342. G2L["8b"] = Instance.new("Frame", G2L["89"]);
  1343. G2L["8b"]["ZIndex"] = 2;
  1344. G2L["8b"]["BorderSizePixel"] = 0;
  1345. G2L["8b"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  1346. G2L["8b"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1347. G2L["8b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1348. G2L["8b"]["Name"] = [[Button]];
  1349.  
  1350.  
  1351. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background.Button.UICorner
  1352. G2L["8c"] = Instance.new("UICorner", G2L["8b"]);
  1353. G2L["8c"]["CornerRadius"] = UDim.new(1, 0);
  1354.  
  1355.  
  1356. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background.black
  1357. G2L["8d"] = Instance.new("Frame", G2L["89"]);
  1358. G2L["8d"]["ZIndex"] = 3;
  1359. G2L["8d"]["BorderSizePixel"] = 0;
  1360. G2L["8d"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1361. G2L["8d"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  1362. G2L["8d"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  1363. G2L["8d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1364. G2L["8d"]["Name"] = [[black]];
  1365. G2L["8d"]["BackgroundTransparency"] = 1;
  1366.  
  1367.  
  1368. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.background.black.UICorner
  1369. G2L["8e"] = Instance.new("UICorner", G2L["8d"]);
  1370. G2L["8e"]["CornerRadius"] = UDim.new(1, 0);
  1371.  
  1372.  
  1373. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.oo
  1374. G2L["8f"] = Instance.new("Frame", G2L["86"]);
  1375. G2L["8f"]["BorderSizePixel"] = 0;
  1376. G2L["8f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1377. G2L["8f"]["Size"] = UDim2.new(1, 0, 1, 0);
  1378. G2L["8f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1379. G2L["8f"]["Name"] = [[oo]];
  1380. G2L["8f"]["BackgroundTransparency"] = 1;
  1381.  
  1382.  
  1383. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.UIStroke
  1384. G2L["90"] = Instance.new("UIStroke", G2L["61"]);
  1385. G2L["90"]["Thickness"] = 5;
  1386. G2L["90"]["Color"] = Color3.fromRGB(255, 223, 190);
  1387.  
  1388.  
  1389. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake
  1390. G2L["91"] = Instance.new("Frame", G2L["4c"]);
  1391. G2L["91"]["BorderSizePixel"] = 0;
  1392. G2L["91"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1393. G2L["91"]["Size"] = UDim2.new(1, 0, 0.05, 0);
  1394. G2L["91"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  1395. G2L["91"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1396. G2L["91"]["Name"] = [[Earthquake]];
  1397. G2L["91"]["BackgroundTransparency"] = 1;
  1398.  
  1399.  
  1400. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.UIListLayout
  1401. G2L["92"] = Instance.new("UIListLayout", G2L["91"]);
  1402. G2L["92"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  1403. G2L["92"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  1404. G2L["92"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  1405. G2L["92"]["Padding"] = UDim.new(0.1, 0);
  1406. G2L["92"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  1407. G2L["92"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1408.  
  1409.  
  1410. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.Earthquake
  1411. G2L["93"] = Instance.new("TextLabel", G2L["91"]);
  1412. G2L["93"]["TextWrapped"] = true;
  1413. G2L["93"]["BorderSizePixel"] = 0;
  1414. G2L["93"]["TextScaled"] = true;
  1415. G2L["93"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1416. G2L["93"]["TextSize"] = 14;
  1417. G2L["93"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1418. G2L["93"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1419. G2L["93"]["BackgroundTransparency"] = 1;
  1420. G2L["93"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  1421. G2L["93"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1422. G2L["93"]["Text"] = [[Earthquake]];
  1423. G2L["93"]["Name"] = [[Earthquake]];
  1424.  
  1425.  
  1426. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB
  1427. G2L["94"] = Instance.new("Frame", G2L["91"]);
  1428. G2L["94"]["BorderSizePixel"] = 0;
  1429. G2L["94"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1430. G2L["94"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  1431. G2L["94"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  1432. G2L["94"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1433. G2L["94"]["Name"] = [[TB]];
  1434. G2L["94"]["BackgroundTransparency"] = 2;
  1435.  
  1436.  
  1437. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB
  1438. G2L["95"] = Instance.new("TextButton", G2L["94"]);
  1439. G2L["95"]["TextWrapped"] = true;
  1440. G2L["95"]["BorderSizePixel"] = 0;
  1441. G2L["95"]["TextSize"] = 14;
  1442. G2L["95"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1443. G2L["95"]["TextScaled"] = true;
  1444. G2L["95"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  1445. G2L["95"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1446. G2L["95"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  1447. G2L["95"]["BackgroundTransparency"] = 1;
  1448. G2L["95"]["Name"] = [[TB]];
  1449. G2L["95"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1450. G2L["95"]["Text"] = [[]];
  1451. G2L["95"]["Position"] = UDim2.new(0.39228, 0, -0.04123, 0);
  1452.  
  1453.  
  1454. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.UICorner
  1455. G2L["96"] = Instance.new("UICorner", G2L["95"]);
  1456. G2L["96"]["CornerRadius"] = UDim.new(0.3, 0);
  1457.  
  1458.  
  1459. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.LocalScript
  1460. G2L["97"] = Instance.new("LocalScript", G2L["95"]);
  1461.  
  1462.  
  1463.  
  1464. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background
  1465. G2L["98"] = Instance.new("Frame", G2L["95"]);
  1466. G2L["98"]["BorderSizePixel"] = 0;
  1467. G2L["98"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  1468. G2L["98"]["Size"] = UDim2.new(1, 0, 1, 0);
  1469. G2L["98"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1470. G2L["98"]["Name"] = [[background]];
  1471. G2L["98"]["BackgroundTransparency"] = 0.5;
  1472.  
  1473.  
  1474. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background.UICorner
  1475. G2L["99"] = Instance.new("UICorner", G2L["98"]);
  1476. G2L["99"]["CornerRadius"] = UDim.new(1, 0);
  1477.  
  1478.  
  1479. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background.Button
  1480. G2L["9a"] = Instance.new("Frame", G2L["98"]);
  1481. G2L["9a"]["ZIndex"] = 2;
  1482. G2L["9a"]["BorderSizePixel"] = 0;
  1483. G2L["9a"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  1484. G2L["9a"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1485. G2L["9a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1486. G2L["9a"]["Name"] = [[Button]];
  1487.  
  1488.  
  1489. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background.Button.UICorner
  1490. G2L["9b"] = Instance.new("UICorner", G2L["9a"]);
  1491. G2L["9b"]["CornerRadius"] = UDim.new(1, 0);
  1492.  
  1493.  
  1494. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background.black
  1495. G2L["9c"] = Instance.new("Frame", G2L["98"]);
  1496. G2L["9c"]["ZIndex"] = 3;
  1497. G2L["9c"]["BorderSizePixel"] = 0;
  1498. G2L["9c"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1499. G2L["9c"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  1500. G2L["9c"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  1501. G2L["9c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1502. G2L["9c"]["Name"] = [[black]];
  1503. G2L["9c"]["BackgroundTransparency"] = 1;
  1504.  
  1505.  
  1506. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.background.black.UICorner
  1507. G2L["9d"] = Instance.new("UICorner", G2L["9c"]);
  1508. G2L["9d"]["CornerRadius"] = UDim.new(1, 0);
  1509.  
  1510.  
  1511. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.oo
  1512. G2L["9e"] = Instance.new("Frame", G2L["95"]);
  1513. G2L["9e"]["BorderSizePixel"] = 0;
  1514. G2L["9e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1515. G2L["9e"]["Size"] = UDim2.new(1, 0, 1, 0);
  1516. G2L["9e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1517. G2L["9e"]["Name"] = [[oo]];
  1518. G2L["9e"]["BackgroundTransparency"] = 1;
  1519.  
  1520.  
  1521. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.UIStroke
  1522. G2L["9f"] = Instance.new("UIStroke", G2L["91"]);
  1523. G2L["9f"]["Thickness"] = 5;
  1524. G2L["9f"]["Color"] = Color3.fromRGB(255, 223, 190);
  1525.  
  1526.  
  1527. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake
  1528. G2L["a0"] = Instance.new("Frame", G2L["4c"]);
  1529. G2L["a0"]["BorderSizePixel"] = 0;
  1530. G2L["a0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1531. G2L["a0"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  1532. G2L["a0"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  1533. G2L["a0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1534. G2L["a0"]["Name"] = [[CameraShake]];
  1535. G2L["a0"]["BackgroundTransparency"] = 1;
  1536.  
  1537.  
  1538. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.UIListLayout
  1539. G2L["a1"] = Instance.new("UIListLayout", G2L["a0"]);
  1540. G2L["a1"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  1541. G2L["a1"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  1542. G2L["a1"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  1543. G2L["a1"]["Padding"] = UDim.new(0.1, 0);
  1544. G2L["a1"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  1545. G2L["a1"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1546.  
  1547.  
  1548. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.CameraShake
  1549. G2L["a2"] = Instance.new("TextLabel", G2L["a0"]);
  1550. G2L["a2"]["TextWrapped"] = true;
  1551. G2L["a2"]["BorderSizePixel"] = 0;
  1552. G2L["a2"]["TextScaled"] = true;
  1553. G2L["a2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1554. G2L["a2"]["TextSize"] = 14;
  1555. G2L["a2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1556. G2L["a2"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1557. G2L["a2"]["BackgroundTransparency"] = 1;
  1558. G2L["a2"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  1559. G2L["a2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1560. G2L["a2"]["Text"] = [[CameraShake]];
  1561. G2L["a2"]["Name"] = [[CameraShake]];
  1562.  
  1563.  
  1564. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA
  1565. G2L["a3"] = Instance.new("Frame", G2L["a0"]);
  1566. G2L["a3"]["BorderSizePixel"] = 0;
  1567. G2L["a3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1568. G2L["a3"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  1569. G2L["a3"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  1570. G2L["a3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1571. G2L["a3"]["Name"] = [[EDRA]];
  1572. G2L["a3"]["BackgroundTransparency"] = 2;
  1573.  
  1574.  
  1575. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED
  1576. G2L["a4"] = Instance.new("TextButton", G2L["a3"]);
  1577. G2L["a4"]["TextWrapped"] = true;
  1578. G2L["a4"]["BorderSizePixel"] = 0;
  1579. G2L["a4"]["TextSize"] = 14;
  1580. G2L["a4"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  1581. G2L["a4"]["TextScaled"] = true;
  1582. G2L["a4"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  1583. G2L["a4"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1584. G2L["a4"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  1585. G2L["a4"]["BackgroundTransparency"] = 1;
  1586. G2L["a4"]["Name"] = [[ED]];
  1587. G2L["a4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1588. G2L["a4"]["Text"] = [[]];
  1589. G2L["a4"]["Position"] = UDim2.new(0.05252, 0, -0.01014, 0);
  1590.  
  1591.  
  1592. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.UICorner
  1593. G2L["a5"] = Instance.new("UICorner", G2L["a4"]);
  1594. G2L["a5"]["CornerRadius"] = UDim.new(0.3, 0);
  1595.  
  1596.  
  1597. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.LocalScript
  1598. G2L["a6"] = Instance.new("LocalScript", G2L["a4"]);
  1599.  
  1600.  
  1601.  
  1602. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background
  1603. G2L["a7"] = Instance.new("Frame", G2L["a4"]);
  1604. G2L["a7"]["BorderSizePixel"] = 0;
  1605. G2L["a7"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  1606. G2L["a7"]["Size"] = UDim2.new(1, 0, 1, 0);
  1607. G2L["a7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1608. G2L["a7"]["Name"] = [[background]];
  1609. G2L["a7"]["BackgroundTransparency"] = 0.5;
  1610.  
  1611.  
  1612. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.UICorner
  1613. G2L["a8"] = Instance.new("UICorner", G2L["a7"]);
  1614. G2L["a8"]["CornerRadius"] = UDim.new(1, 0);
  1615.  
  1616.  
  1617. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.Button
  1618. G2L["a9"] = Instance.new("Frame", G2L["a7"]);
  1619. G2L["a9"]["ZIndex"] = 2;
  1620. G2L["a9"]["BorderSizePixel"] = 0;
  1621. G2L["a9"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  1622. G2L["a9"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1623. G2L["a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1624. G2L["a9"]["Name"] = [[Button]];
  1625.  
  1626.  
  1627. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.Button.UICorner
  1628. G2L["aa"] = Instance.new("UICorner", G2L["a9"]);
  1629. G2L["aa"]["CornerRadius"] = UDim.new(1, 0);
  1630.  
  1631.  
  1632. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.black
  1633. G2L["ab"] = Instance.new("Frame", G2L["a7"]);
  1634. G2L["ab"]["ZIndex"] = 3;
  1635. G2L["ab"]["BorderSizePixel"] = 0;
  1636. G2L["ab"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1637. G2L["ab"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  1638. G2L["ab"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  1639. G2L["ab"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1640. G2L["ab"]["Name"] = [[black]];
  1641. G2L["ab"]["BackgroundTransparency"] = 1;
  1642.  
  1643.  
  1644. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.black.UICorner
  1645. G2L["ac"] = Instance.new("UICorner", G2L["ab"]);
  1646. G2L["ac"]["CornerRadius"] = UDim.new(1, 0);
  1647.  
  1648.  
  1649. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.background.TextLabel
  1650. G2L["ad"] = Instance.new("TextLabel", G2L["a7"]);
  1651. G2L["ad"]["TextWrapped"] = true;
  1652. G2L["ad"]["BorderSizePixel"] = 0;
  1653. G2L["ad"]["TextScaled"] = true;
  1654. G2L["ad"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1655. G2L["ad"]["TextSize"] = 14;
  1656. G2L["ad"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1657. G2L["ad"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  1658. G2L["ad"]["BackgroundTransparency"] = 1;
  1659. G2L["ad"]["Size"] = UDim2.new(1, 0, 0.6541, 0);
  1660. G2L["ad"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1661. G2L["ad"]["Text"] = [[Enabled]];
  1662. G2L["ad"]["Position"] = UDim2.new(-0.01013, 0, -0.53636, 0);
  1663.  
  1664.  
  1665. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.oo
  1666. G2L["ae"] = Instance.new("Frame", G2L["a4"]);
  1667. G2L["ae"]["BorderSizePixel"] = 0;
  1668. G2L["ae"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1669. G2L["ae"]["Size"] = UDim2.new(1, 0, 1, 0);
  1670. G2L["ae"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1671. G2L["ae"]["Name"] = [[oo]];
  1672. G2L["ae"]["BackgroundTransparency"] = 1;
  1673.  
  1674.  
  1675. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.Range
  1676. G2L["af"] = Instance.new("Frame", G2L["a3"]);
  1677. G2L["af"]["BorderSizePixel"] = 0;
  1678. G2L["af"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1679. G2L["af"]["Size"] = UDim2.new(0.5555, 0, 1, 0);
  1680. G2L["af"]["Position"] = UDim2.new(0.33762, 0, 0, 0);
  1681. G2L["af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1682. G2L["af"]["Name"] = [[Range]];
  1683. G2L["af"]["BackgroundTransparency"] = 1;
  1684.  
  1685.  
  1686. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.Range.Range
  1687. G2L["b0"] = Instance.new("Frame", G2L["af"]);
  1688. G2L["b0"]["BorderSizePixel"] = 0;
  1689. G2L["b0"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1690. G2L["b0"]["Size"] = UDim2.new(0.7, 0, 1, 0);
  1691. G2L["b0"]["Position"] = UDim2.new(0.3, 0, 0, 0);
  1692. G2L["b0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1693. G2L["b0"]["Name"] = [[Range]];
  1694. G2L["b0"]["BackgroundTransparency"] = 0.5;
  1695.  
  1696.  
  1697. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.Range.Range.UIStroke
  1698. G2L["b1"] = Instance.new("UIStroke", G2L["b0"]);
  1699. G2L["b1"]["Thickness"] = 5;
  1700. G2L["b1"]["Color"] = Color3.fromRGB(255, 223, 190);
  1701.  
  1702.  
  1703. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.Range.Range.TextBox
  1704. G2L["b2"] = Instance.new("TextBox", G2L["b0"]);
  1705. G2L["b2"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1706. G2L["b2"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1707. G2L["b2"]["BorderSizePixel"] = 0;
  1708. G2L["b2"]["TextWrapped"] = true;
  1709. G2L["b2"]["TextSize"] = 14;
  1710. G2L["b2"]["TextScaled"] = true;
  1711. G2L["b2"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1712. G2L["b2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1713. G2L["b2"]["Size"] = UDim2.new(1, 0, 1, 0);
  1714. G2L["b2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1715. G2L["b2"]["Text"] = [[100]];
  1716. G2L["b2"]["BackgroundTransparency"] = 0.5;
  1717.  
  1718.  
  1719. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.Range.TTT
  1720. G2L["b3"] = Instance.new("TextLabel", G2L["af"]);
  1721. G2L["b3"]["TextWrapped"] = true;
  1722. G2L["b3"]["BorderSizePixel"] = 0;
  1723. G2L["b3"]["TextScaled"] = true;
  1724. G2L["b3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1725. G2L["b3"]["TextSize"] = 14;
  1726. G2L["b3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1727. G2L["b3"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1728. G2L["b3"]["BackgroundTransparency"] = 1;
  1729. G2L["b3"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  1730. G2L["b3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1731. G2L["b3"]["Text"] = [[Range]];
  1732. G2L["b3"]["Name"] = [[TTT]];
  1733. G2L["b3"]["Position"] = UDim2.new(0, 0, -0.00318, 0);
  1734.  
  1735.  
  1736. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values
  1737. G2L["b4"] = Instance.new("Frame", G2L["a0"]);
  1738. G2L["b4"]["BorderSizePixel"] = 0;
  1739. G2L["b4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1740. G2L["b4"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  1741. G2L["b4"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  1742. G2L["b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1743. G2L["b4"]["Name"] = [[Values]];
  1744. G2L["b4"]["BackgroundTransparency"] = 2;
  1745.  
  1746.  
  1747. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Values
  1748. G2L["b5"] = Instance.new("TextLabel", G2L["b4"]);
  1749. G2L["b5"]["TextWrapped"] = true;
  1750. G2L["b5"]["BorderSizePixel"] = 0;
  1751. G2L["b5"]["TextScaled"] = true;
  1752. G2L["b5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1753. G2L["b5"]["TextSize"] = 14;
  1754. G2L["b5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1755. G2L["b5"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1756. G2L["b5"]["BackgroundTransparency"] = 1;
  1757. G2L["b5"]["Size"] = UDim2.new(0.21936, 0, 0.99808, 0);
  1758. G2L["b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1759. G2L["b5"]["Text"] = [[Values]];
  1760. G2L["b5"]["Name"] = [[Values]];
  1761.  
  1762.  
  1763. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Magnitude
  1764. G2L["b6"] = Instance.new("Frame", G2L["b4"]);
  1765. G2L["b6"]["BorderSizePixel"] = 0;
  1766. G2L["b6"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1767. G2L["b6"]["Size"] = UDim2.new(0.17517, 0, 1, 0);
  1768. G2L["b6"]["Position"] = UDim2.new(0.22, 0, 0, 0);
  1769. G2L["b6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1770. G2L["b6"]["Name"] = [[Magnitude]];
  1771. G2L["b6"]["BackgroundTransparency"] = 0.5;
  1772.  
  1773.  
  1774. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Magnitude.UIStroke
  1775. G2L["b7"] = Instance.new("UIStroke", G2L["b6"]);
  1776. G2L["b7"]["Thickness"] = 5;
  1777. G2L["b7"]["Color"] = Color3.fromRGB(255, 223, 190);
  1778.  
  1779.  
  1780. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Magnitude.TextBox
  1781. G2L["b8"] = Instance.new("TextBox", G2L["b6"]);
  1782. G2L["b8"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1783. G2L["b8"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1784. G2L["b8"]["BorderSizePixel"] = 0;
  1785. G2L["b8"]["TextWrapped"] = true;
  1786. G2L["b8"]["TextSize"] = 14;
  1787. G2L["b8"]["TextScaled"] = true;
  1788. G2L["b8"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1789. G2L["b8"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1790. G2L["b8"]["Size"] = UDim2.new(1, 0, 1, 0);
  1791. G2L["b8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1792. G2L["b8"]["Text"] = [[1.5]];
  1793. G2L["b8"]["BackgroundTransparency"] = 0.5;
  1794.  
  1795.  
  1796. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Roughness
  1797. G2L["b9"] = Instance.new("Frame", G2L["b4"]);
  1798. G2L["b9"]["BorderSizePixel"] = 0;
  1799. G2L["b9"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1800. G2L["b9"]["Size"] = UDim2.new(0.17517, 0, 1, 0);
  1801. G2L["b9"]["Position"] = UDim2.new(0.4, 0, 0, 0);
  1802. G2L["b9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1803. G2L["b9"]["Name"] = [[Roughness]];
  1804. G2L["b9"]["BackgroundTransparency"] = 0.5;
  1805.  
  1806.  
  1807. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Roughness.UIStroke
  1808. G2L["ba"] = Instance.new("UIStroke", G2L["b9"]);
  1809. G2L["ba"]["Thickness"] = 5;
  1810. G2L["ba"]["Color"] = Color3.fromRGB(255, 223, 190);
  1811.  
  1812.  
  1813. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.Roughness.TextBox
  1814. G2L["bb"] = Instance.new("TextBox", G2L["b9"]);
  1815. G2L["bb"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1816. G2L["bb"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1817. G2L["bb"]["BorderSizePixel"] = 0;
  1818. G2L["bb"]["TextWrapped"] = true;
  1819. G2L["bb"]["TextSize"] = 14;
  1820. G2L["bb"]["TextScaled"] = true;
  1821. G2L["bb"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1822. G2L["bb"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1823. G2L["bb"]["Size"] = UDim2.new(1, 0, 1, 0);
  1824. G2L["bb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1825. G2L["bb"]["Text"] = [[20]];
  1826. G2L["bb"]["BackgroundTransparency"] = 0.5;
  1827.  
  1828.  
  1829. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeIn
  1830. G2L["bc"] = Instance.new("Frame", G2L["b4"]);
  1831. G2L["bc"]["BorderSizePixel"] = 0;
  1832. G2L["bc"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1833. G2L["bc"]["Size"] = UDim2.new(0.17517, 0, 1, 0);
  1834. G2L["bc"]["Position"] = UDim2.new(0.58, 0, 0, 0);
  1835. G2L["bc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1836. G2L["bc"]["Name"] = [[FadeIn]];
  1837. G2L["bc"]["BackgroundTransparency"] = 0.5;
  1838.  
  1839.  
  1840. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeIn.UIStroke
  1841. G2L["bd"] = Instance.new("UIStroke", G2L["bc"]);
  1842. G2L["bd"]["Thickness"] = 5;
  1843. G2L["bd"]["Color"] = Color3.fromRGB(255, 223, 190);
  1844.  
  1845.  
  1846. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeIn.TextBox
  1847. G2L["be"] = Instance.new("TextBox", G2L["bc"]);
  1848. G2L["be"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1849. G2L["be"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1850. G2L["be"]["BorderSizePixel"] = 0;
  1851. G2L["be"]["TextWrapped"] = true;
  1852. G2L["be"]["TextSize"] = 14;
  1853. G2L["be"]["TextScaled"] = true;
  1854. G2L["be"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1855. G2L["be"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1856. G2L["be"]["Size"] = UDim2.new(1, 0, 1, 0);
  1857. G2L["be"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1858. G2L["be"]["Text"] = [[0.1]];
  1859. G2L["be"]["BackgroundTransparency"] = 0.5;
  1860.  
  1861.  
  1862. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeOut
  1863. G2L["bf"] = Instance.new("Frame", G2L["b4"]);
  1864. G2L["bf"]["BorderSizePixel"] = 0;
  1865. G2L["bf"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1866. G2L["bf"]["Size"] = UDim2.new(0.17517, 0, 1, 0);
  1867. G2L["bf"]["Position"] = UDim2.new(0.76, 0, 0, 0);
  1868. G2L["bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1869. G2L["bf"]["Name"] = [[FadeOut]];
  1870. G2L["bf"]["BackgroundTransparency"] = 0.5;
  1871.  
  1872.  
  1873. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeOut.UIStroke
  1874. G2L["c0"] = Instance.new("UIStroke", G2L["bf"]);
  1875. G2L["c0"]["Thickness"] = 5;
  1876. G2L["c0"]["Color"] = Color3.fromRGB(255, 223, 190);
  1877.  
  1878.  
  1879. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.Values.FadeOut.TextBox
  1880. G2L["c1"] = Instance.new("TextBox", G2L["bf"]);
  1881. G2L["c1"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1882. G2L["c1"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1883. G2L["c1"]["BorderSizePixel"] = 0;
  1884. G2L["c1"]["TextWrapped"] = true;
  1885. G2L["c1"]["TextSize"] = 14;
  1886. G2L["c1"]["TextScaled"] = true;
  1887. G2L["c1"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1888. G2L["c1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1889. G2L["c1"]["Size"] = UDim2.new(1, 0, 1, 0);
  1890. G2L["c1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1891. G2L["c1"]["Text"] = [[1]];
  1892. G2L["c1"]["BackgroundTransparency"] = 0.5;
  1893.  
  1894.  
  1895. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.UIStroke
  1896. G2L["c2"] = Instance.new("UIStroke", G2L["a0"]);
  1897. G2L["c2"]["Thickness"] = 5;
  1898. G2L["c2"]["Color"] = Color3.fromRGB(255, 223, 190);
  1899.  
  1900.  
  1901. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement
  1902. G2L["c3"] = Instance.new("Frame", G2L["4c"]);
  1903. G2L["c3"]["BorderSizePixel"] = 0;
  1904. G2L["c3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1905. G2L["c3"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  1906. G2L["c3"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  1907. G2L["c3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1908. G2L["c3"]["Name"] = [[Movement]];
  1909. G2L["c3"]["BackgroundTransparency"] = 1;
  1910.  
  1911.  
  1912. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.UIListLayout
  1913. G2L["c4"] = Instance.new("UIListLayout", G2L["c3"]);
  1914. G2L["c4"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  1915. G2L["c4"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  1916. G2L["c4"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  1917. G2L["c4"]["Padding"] = UDim.new(0.1, 0);
  1918. G2L["c4"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  1919. G2L["c4"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  1920.  
  1921.  
  1922. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Movement
  1923. G2L["c5"] = Instance.new("TextLabel", G2L["c3"]);
  1924. G2L["c5"]["TextWrapped"] = true;
  1925. G2L["c5"]["BorderSizePixel"] = 0;
  1926. G2L["c5"]["TextScaled"] = true;
  1927. G2L["c5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1928. G2L["c5"]["TextSize"] = 14;
  1929. G2L["c5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1930. G2L["c5"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1931. G2L["c5"]["BackgroundTransparency"] = 1;
  1932. G2L["c5"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  1933. G2L["c5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1934. G2L["c5"]["Text"] = [[Movement]];
  1935. G2L["c5"]["Name"] = [[Movement]];
  1936. G2L["c5"]["Position"] = UDim2.new(0, 0, -0.0031, 0);
  1937.  
  1938.  
  1939. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD
  1940. G2L["c6"] = Instance.new("Frame", G2L["c3"]);
  1941. G2L["c6"]["BorderSizePixel"] = 0;
  1942. G2L["c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1943. G2L["c6"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  1944. G2L["c6"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  1945. G2L["c6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1946. G2L["c6"]["Name"] = [[SD]];
  1947. G2L["c6"]["BackgroundTransparency"] = 2;
  1948.  
  1949.  
  1950. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Speed
  1951. G2L["c7"] = Instance.new("Frame", G2L["c6"]);
  1952. G2L["c7"]["BorderSizePixel"] = 0;
  1953. G2L["c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1954. G2L["c7"]["Size"] = UDim2.new(0.42, 0, 1, 0);
  1955. G2L["c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1956. G2L["c7"]["Name"] = [[Speed]];
  1957. G2L["c7"]["BackgroundTransparency"] = 1;
  1958.  
  1959.  
  1960. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Speed.Speed
  1961. G2L["c8"] = Instance.new("Frame", G2L["c7"]);
  1962. G2L["c8"]["BorderSizePixel"] = 0;
  1963. G2L["c8"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1964. G2L["c8"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  1965. G2L["c8"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  1966. G2L["c8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1967. G2L["c8"]["Name"] = [[Speed]];
  1968. G2L["c8"]["BackgroundTransparency"] = 0.5;
  1969.  
  1970.  
  1971. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Speed.Speed.UIStroke
  1972. G2L["c9"] = Instance.new("UIStroke", G2L["c8"]);
  1973. G2L["c9"]["Thickness"] = 5;
  1974. G2L["c9"]["Color"] = Color3.fromRGB(255, 223, 190);
  1975.  
  1976.  
  1977. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Speed.Speed.TextBox
  1978. G2L["ca"] = Instance.new("TextBox", G2L["c8"]);
  1979. G2L["ca"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  1980. G2L["ca"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  1981. G2L["ca"]["BorderSizePixel"] = 0;
  1982. G2L["ca"]["TextWrapped"] = true;
  1983. G2L["ca"]["TextSize"] = 14;
  1984. G2L["ca"]["TextScaled"] = true;
  1985. G2L["ca"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  1986. G2L["ca"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  1987. G2L["ca"]["Size"] = UDim2.new(1, 0, 1, 0);
  1988. G2L["ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  1989. G2L["ca"]["Text"] = [[100]];
  1990. G2L["ca"]["BackgroundTransparency"] = 0.5;
  1991.  
  1992.  
  1993. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Speed.TextLabel
  1994. G2L["cb"] = Instance.new("TextLabel", G2L["c7"]);
  1995. G2L["cb"]["TextWrapped"] = true;
  1996. G2L["cb"]["BorderSizePixel"] = 0;
  1997. G2L["cb"]["TextScaled"] = true;
  1998. G2L["cb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  1999. G2L["cb"]["TextSize"] = 14;
  2000. G2L["cb"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2001. G2L["cb"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2002. G2L["cb"]["BackgroundTransparency"] = 1;
  2003. G2L["cb"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2004. G2L["cb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2005. G2L["cb"]["Text"] = [[Speed]];
  2006. G2L["cb"]["Position"] = UDim2.new(-0.00107, 0, -0.00318, 0);
  2007.  
  2008.  
  2009. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Delay
  2010. G2L["cc"] = Instance.new("Frame", G2L["c6"]);
  2011. G2L["cc"]["BorderSizePixel"] = 0;
  2012. G2L["cc"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2013. G2L["cc"]["Size"] = UDim2.new(0.41801, 0, 1, 0);
  2014. G2L["cc"]["Position"] = UDim2.new(0.48553, 0, 0, 0);
  2015. G2L["cc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2016. G2L["cc"]["Name"] = [[Delay]];
  2017. G2L["cc"]["BackgroundTransparency"] = 1;
  2018.  
  2019.  
  2020. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Delay.Delay
  2021. G2L["cd"] = Instance.new("Frame", G2L["cc"]);
  2022. G2L["cd"]["BorderSizePixel"] = 0;
  2023. G2L["cd"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2024. G2L["cd"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2025. G2L["cd"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2026. G2L["cd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2027. G2L["cd"]["Name"] = [[Delay]];
  2028. G2L["cd"]["BackgroundTransparency"] = 0.5;
  2029.  
  2030.  
  2031. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Delay.Delay.UIStroke
  2032. G2L["ce"] = Instance.new("UIStroke", G2L["cd"]);
  2033. G2L["ce"]["Thickness"] = 5;
  2034. G2L["ce"]["Color"] = Color3.fromRGB(255, 223, 190);
  2035.  
  2036.  
  2037. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Delay.Delay.TextBox
  2038. G2L["cf"] = Instance.new("TextBox", G2L["cd"]);
  2039. G2L["cf"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2040. G2L["cf"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2041. G2L["cf"]["BorderSizePixel"] = 0;
  2042. G2L["cf"]["TextWrapped"] = true;
  2043. G2L["cf"]["TextSize"] = 14;
  2044. G2L["cf"]["TextScaled"] = true;
  2045. G2L["cf"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2046. G2L["cf"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2047. G2L["cf"]["Size"] = UDim2.new(1, 0, 1, 0);
  2048. G2L["cf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2049. G2L["cf"]["Text"] = [[2]];
  2050. G2L["cf"]["BackgroundTransparency"] = 0.5;
  2051.  
  2052.  
  2053. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.SD.Delay.TextLabel
  2054. G2L["d0"] = Instance.new("TextLabel", G2L["cc"]);
  2055. G2L["d0"]["TextWrapped"] = true;
  2056. G2L["d0"]["BorderSizePixel"] = 0;
  2057. G2L["d0"]["TextScaled"] = true;
  2058. G2L["d0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2059. G2L["d0"]["TextSize"] = 14;
  2060. G2L["d0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2061. G2L["d0"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2062. G2L["d0"]["BackgroundTransparency"] = 1;
  2063. G2L["d0"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2064. G2L["d0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2065. G2L["d0"]["Text"] = [[Delay]];
  2066.  
  2067.  
  2068. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed
  2069. G2L["d1"] = Instance.new("Frame", G2L["c3"]);
  2070. G2L["d1"]["BorderSizePixel"] = 0;
  2071. G2L["d1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2072. G2L["d1"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  2073. G2L["d1"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  2074. G2L["d1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2075. G2L["d1"]["Name"] = [[Reversed]];
  2076. G2L["d1"]["BackgroundTransparency"] = 2;
  2077.  
  2078.  
  2079. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.T
  2080. G2L["d2"] = Instance.new("TextLabel", G2L["d1"]);
  2081. G2L["d2"]["TextWrapped"] = true;
  2082. G2L["d2"]["BorderSizePixel"] = 0;
  2083. G2L["d2"]["TextScaled"] = true;
  2084. G2L["d2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2085. G2L["d2"]["TextSize"] = 14;
  2086. G2L["d2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2087. G2L["d2"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2088. G2L["d2"]["BackgroundTransparency"] = 1;
  2089. G2L["d2"]["Size"] = UDim2.new(0.26688, 0, 1, 0);
  2090. G2L["d2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2091. G2L["d2"]["Text"] = [[Reversed]];
  2092. G2L["d2"]["Name"] = [[T]];
  2093. G2L["d2"]["Position"] = UDim2.new(0, 0, -0.01464, 0);
  2094.  
  2095.  
  2096. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB
  2097. G2L["d3"] = Instance.new("TextButton", G2L["d1"]);
  2098. G2L["d3"]["TextWrapped"] = true;
  2099. G2L["d3"]["BorderSizePixel"] = 0;
  2100. G2L["d3"]["TextSize"] = 14;
  2101. G2L["d3"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  2102. G2L["d3"]["TextScaled"] = true;
  2103. G2L["d3"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  2104. G2L["d3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2105. G2L["d3"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  2106. G2L["d3"]["BackgroundTransparency"] = 1;
  2107. G2L["d3"]["Name"] = [[TB]];
  2108. G2L["d3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2109. G2L["d3"]["Text"] = [[]];
  2110. G2L["d3"]["Position"] = UDim2.new(0.27331, 0, -0.01915, 0);
  2111.  
  2112.  
  2113. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.UICorner
  2114. G2L["d4"] = Instance.new("UICorner", G2L["d3"]);
  2115. G2L["d4"]["CornerRadius"] = UDim.new(0.3, 0);
  2116.  
  2117.  
  2118. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.oo
  2119. G2L["d5"] = Instance.new("Frame", G2L["d3"]);
  2120. G2L["d5"]["BorderSizePixel"] = 0;
  2121. G2L["d5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2122. G2L["d5"]["Size"] = UDim2.new(1, 0, 1, 0);
  2123. G2L["d5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2124. G2L["d5"]["Name"] = [[oo]];
  2125. G2L["d5"]["BackgroundTransparency"] = 1;
  2126.  
  2127.  
  2128. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background
  2129. G2L["d6"] = Instance.new("Frame", G2L["d3"]);
  2130. G2L["d6"]["BorderSizePixel"] = 0;
  2131. G2L["d6"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  2132. G2L["d6"]["Size"] = UDim2.new(1, 0, 1, 0);
  2133. G2L["d6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2134. G2L["d6"]["Name"] = [[background]];
  2135. G2L["d6"]["BackgroundTransparency"] = 0.5;
  2136.  
  2137.  
  2138. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background.UICorner
  2139. G2L["d7"] = Instance.new("UICorner", G2L["d6"]);
  2140. G2L["d7"]["CornerRadius"] = UDim.new(1, 0);
  2141.  
  2142.  
  2143. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background.Button
  2144. G2L["d8"] = Instance.new("Frame", G2L["d6"]);
  2145. G2L["d8"]["ZIndex"] = 2;
  2146. G2L["d8"]["BorderSizePixel"] = 0;
  2147. G2L["d8"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  2148. G2L["d8"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2149. G2L["d8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2150. G2L["d8"]["Name"] = [[Button]];
  2151.  
  2152.  
  2153. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background.Button.UICorner
  2154. G2L["d9"] = Instance.new("UICorner", G2L["d8"]);
  2155. G2L["d9"]["CornerRadius"] = UDim.new(1, 0);
  2156.  
  2157.  
  2158. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background.black
  2159. G2L["da"] = Instance.new("Frame", G2L["d6"]);
  2160. G2L["da"]["ZIndex"] = 3;
  2161. G2L["da"]["BorderSizePixel"] = 0;
  2162. G2L["da"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2163. G2L["da"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  2164. G2L["da"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  2165. G2L["da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2166. G2L["da"]["Name"] = [[black]];
  2167. G2L["da"]["BackgroundTransparency"] = 1;
  2168.  
  2169.  
  2170. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.background.black.UICorner
  2171. G2L["db"] = Instance.new("UICorner", G2L["da"]);
  2172. G2L["db"]["CornerRadius"] = UDim.new(1, 0);
  2173.  
  2174.  
  2175. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.LocalScript
  2176. G2L["dc"] = Instance.new("LocalScript", G2L["d3"]);
  2177.  
  2178.  
  2179.  
  2180. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.UIStroke
  2181. G2L["dd"] = Instance.new("UIStroke", G2L["c3"]);
  2182. G2L["dd"]["Thickness"] = 5;
  2183. G2L["dd"]["Color"] = Color3.fromRGB(255, 223, 190);
  2184.  
  2185.  
  2186. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding
  2187. G2L["de"] = Instance.new("Frame", G2L["4c"]);
  2188. G2L["de"]["BorderSizePixel"] = 0;
  2189. G2L["de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2190. G2L["de"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  2191. G2L["de"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  2192. G2L["de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2193. G2L["de"]["Name"] = [[Rebounding]];
  2194. G2L["de"]["BackgroundTransparency"] = 1;
  2195.  
  2196.  
  2197. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.UIListLayout
  2198. G2L["df"] = Instance.new("UIListLayout", G2L["de"]);
  2199. G2L["df"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2200. G2L["df"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  2201. G2L["df"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  2202. G2L["df"]["Padding"] = UDim.new(0.1, 0);
  2203. G2L["df"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  2204. G2L["df"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2205.  
  2206.  
  2207. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.Rebounding
  2208. G2L["e0"] = Instance.new("TextLabel", G2L["de"]);
  2209. G2L["e0"]["TextWrapped"] = true;
  2210. G2L["e0"]["BorderSizePixel"] = 0;
  2211. G2L["e0"]["TextScaled"] = true;
  2212. G2L["e0"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2213. G2L["e0"]["TextSize"] = 14;
  2214. G2L["e0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2215. G2L["e0"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2216. G2L["e0"]["BackgroundTransparency"] = 1;
  2217. G2L["e0"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  2218. G2L["e0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2219. G2L["e0"]["Text"] = [[Rebounding]];
  2220. G2L["e0"]["Name"] = [[Rebounding]];
  2221.  
  2222.  
  2223. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET
  2224. G2L["e1"] = Instance.new("Frame", G2L["de"]);
  2225. G2L["e1"]["BorderSizePixel"] = 0;
  2226. G2L["e1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2227. G2L["e1"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  2228. G2L["e1"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  2229. G2L["e1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2230. G2L["e1"]["Name"] = [[ET]];
  2231. G2L["e1"]["BackgroundTransparency"] = 2;
  2232.  
  2233.  
  2234. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED
  2235. G2L["e2"] = Instance.new("TextButton", G2L["e1"]);
  2236. G2L["e2"]["TextWrapped"] = true;
  2237. G2L["e2"]["BorderSizePixel"] = 0;
  2238. G2L["e2"]["TextSize"] = 14;
  2239. G2L["e2"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  2240. G2L["e2"]["TextScaled"] = true;
  2241. G2L["e2"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  2242. G2L["e2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2243. G2L["e2"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  2244. G2L["e2"]["BackgroundTransparency"] = 1;
  2245. G2L["e2"]["Name"] = [[ED]];
  2246. G2L["e2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2247. G2L["e2"]["Text"] = [[]];
  2248.  
  2249.  
  2250. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.UICorner
  2251. G2L["e3"] = Instance.new("UICorner", G2L["e2"]);
  2252. G2L["e3"]["CornerRadius"] = UDim.new(0.3, 0);
  2253.  
  2254.  
  2255. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.oo
  2256. G2L["e4"] = Instance.new("Frame", G2L["e2"]);
  2257. G2L["e4"]["BorderSizePixel"] = 0;
  2258. G2L["e4"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2259. G2L["e4"]["Size"] = UDim2.new(1, 0, 1, 0);
  2260. G2L["e4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2261. G2L["e4"]["Name"] = [[oo]];
  2262. G2L["e4"]["BackgroundTransparency"] = 1;
  2263.  
  2264.  
  2265. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background
  2266. G2L["e5"] = Instance.new("Frame", G2L["e2"]);
  2267. G2L["e5"]["BorderSizePixel"] = 0;
  2268. G2L["e5"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  2269. G2L["e5"]["Size"] = UDim2.new(1, 0, 1, 0);
  2270. G2L["e5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2271. G2L["e5"]["Name"] = [[background]];
  2272. G2L["e5"]["BackgroundTransparency"] = 0.5;
  2273.  
  2274.  
  2275. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.UICorner
  2276. G2L["e6"] = Instance.new("UICorner", G2L["e5"]);
  2277. G2L["e6"]["CornerRadius"] = UDim.new(1, 0);
  2278.  
  2279.  
  2280. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.Button
  2281. G2L["e7"] = Instance.new("Frame", G2L["e5"]);
  2282. G2L["e7"]["ZIndex"] = 2;
  2283. G2L["e7"]["BorderSizePixel"] = 0;
  2284. G2L["e7"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  2285. G2L["e7"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2286. G2L["e7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2287. G2L["e7"]["Name"] = [[Button]];
  2288.  
  2289.  
  2290. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.Button.UICorner
  2291. G2L["e8"] = Instance.new("UICorner", G2L["e7"]);
  2292. G2L["e8"]["CornerRadius"] = UDim.new(1, 0);
  2293.  
  2294.  
  2295. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.black
  2296. G2L["e9"] = Instance.new("Frame", G2L["e5"]);
  2297. G2L["e9"]["ZIndex"] = 3;
  2298. G2L["e9"]["BorderSizePixel"] = 0;
  2299. G2L["e9"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2300. G2L["e9"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  2301. G2L["e9"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  2302. G2L["e9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2303. G2L["e9"]["Name"] = [[black]];
  2304. G2L["e9"]["BackgroundTransparency"] = 1;
  2305.  
  2306.  
  2307. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.black.UICorner
  2308. G2L["ea"] = Instance.new("UICorner", G2L["e9"]);
  2309. G2L["ea"]["CornerRadius"] = UDim.new(1, 0);
  2310.  
  2311.  
  2312. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.background.TextLabel
  2313. G2L["eb"] = Instance.new("TextLabel", G2L["e5"]);
  2314. G2L["eb"]["TextWrapped"] = true;
  2315. G2L["eb"]["BorderSizePixel"] = 0;
  2316. G2L["eb"]["TextScaled"] = true;
  2317. G2L["eb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2318. G2L["eb"]["TextSize"] = 14;
  2319. G2L["eb"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2320. G2L["eb"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  2321. G2L["eb"]["BackgroundTransparency"] = 1;
  2322. G2L["eb"]["Size"] = UDim2.new(1, 0, 0.6541, 0);
  2323. G2L["eb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2324. G2L["eb"]["Text"] = [[Enabled]];
  2325. G2L["eb"]["Position"] = UDim2.new(-0.01013, 0, -0.53636, 0);
  2326.  
  2327.  
  2328. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.LocalScript
  2329. G2L["ec"] = Instance.new("LocalScript", G2L["e2"]);
  2330.  
  2331.  
  2332.  
  2333. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type
  2334. G2L["ed"] = Instance.new("Frame", G2L["e1"]);
  2335. G2L["ed"]["BorderSizePixel"] = 0;
  2336. G2L["ed"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2337. G2L["ed"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  2338. G2L["ed"]["Position"] = UDim2.new(0.25295, 0, 0, 0);
  2339. G2L["ed"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2340. G2L["ed"]["Name"] = [[Type]];
  2341. G2L["ed"]["BackgroundTransparency"] = 1;
  2342.  
  2343.  
  2344. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TextLabel
  2345. G2L["ee"] = Instance.new("TextLabel", G2L["ed"]);
  2346. G2L["ee"]["TextWrapped"] = true;
  2347. G2L["ee"]["BorderSizePixel"] = 0;
  2348. G2L["ee"]["TextScaled"] = true;
  2349. G2L["ee"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2350. G2L["ee"]["TextSize"] = 14;
  2351. G2L["ee"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2352. G2L["ee"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2353. G2L["ee"]["BackgroundTransparency"] = 1;
  2354. G2L["ee"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2355. G2L["ee"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2356. G2L["ee"]["Text"] = [[Type]];
  2357. G2L["ee"]["Position"] = UDim2.new(-0.00214, 0, -0.0159, 0);
  2358.  
  2359.  
  2360. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1
  2361. G2L["ef"] = Instance.new("TextButton", G2L["ed"]);
  2362. G2L["ef"]["TextWrapped"] = true;
  2363. G2L["ef"]["BorderSizePixel"] = 0;
  2364. G2L["ef"]["TextSize"] = 14;
  2365. G2L["ef"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  2366. G2L["ef"]["TextScaled"] = true;
  2367. G2L["ef"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  2368. G2L["ef"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2369. G2L["ef"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2370. G2L["ef"]["BackgroundTransparency"] = 1;
  2371. G2L["ef"]["Name"] = [[TB1]];
  2372. G2L["ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2373. G2L["ef"]["Text"] = [[]];
  2374. G2L["ef"]["Position"] = UDim2.new(0.50054, 0, -0.01272, 0);
  2375.  
  2376.  
  2377. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.LocalScript
  2378. G2L["f0"] = Instance.new("LocalScript", G2L["ef"]);
  2379.  
  2380.  
  2381.  
  2382. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.UICorner
  2383. G2L["f1"] = Instance.new("UICorner", G2L["ef"]);
  2384. G2L["f1"]["CornerRadius"] = UDim.new(0.3, 0);
  2385.  
  2386.  
  2387. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.oo
  2388. G2L["f2"] = Instance.new("Frame", G2L["ef"]);
  2389. G2L["f2"]["BorderSizePixel"] = 0;
  2390. G2L["f2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2391. G2L["f2"]["Size"] = UDim2.new(1, 0, 1, 0);
  2392. G2L["f2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2393. G2L["f2"]["Name"] = [[oo]];
  2394. G2L["f2"]["BackgroundTransparency"] = 1;
  2395.  
  2396.  
  2397. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background
  2398. G2L["f3"] = Instance.new("Frame", G2L["ef"]);
  2399. G2L["f3"]["BorderSizePixel"] = 0;
  2400. G2L["f3"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  2401. G2L["f3"]["Size"] = UDim2.new(1, 0, 1, 0);
  2402. G2L["f3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2403. G2L["f3"]["Name"] = [[background]];
  2404. G2L["f3"]["BackgroundTransparency"] = 0.5;
  2405.  
  2406.  
  2407. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background.UICorner
  2408. G2L["f4"] = Instance.new("UICorner", G2L["f3"]);
  2409. G2L["f4"]["CornerRadius"] = UDim.new(1, 0);
  2410.  
  2411.  
  2412. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background.oo
  2413. G2L["f5"] = Instance.new("TextLabel", G2L["f3"]);
  2414. G2L["f5"]["TextWrapped"] = true;
  2415. G2L["f5"]["BorderSizePixel"] = 0;
  2416. G2L["f5"]["TextScaled"] = true;
  2417. G2L["f5"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  2418. G2L["f5"]["TextSize"] = 14;
  2419. G2L["f5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2420. G2L["f5"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  2421. G2L["f5"]["BackgroundTransparency"] = 1;
  2422. G2L["f5"]["Size"] = UDim2.new(1, 0, 1, 0);
  2423. G2L["f5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2424. G2L["f5"]["Text"] = [[Ambush]];
  2425. G2L["f5"]["Name"] = [[oo]];
  2426.  
  2427.  
  2428. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background.oo.UIStroke
  2429. G2L["f6"] = Instance.new("UIStroke", G2L["f5"]);
  2430. G2L["f6"]["Thickness"] = 3;
  2431.  
  2432.  
  2433. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background.Button
  2434. G2L["f7"] = Instance.new("Frame", G2L["f3"]);
  2435. G2L["f7"]["ZIndex"] = -1;
  2436. G2L["f7"]["BorderSizePixel"] = 0;
  2437. G2L["f7"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  2438. G2L["f7"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2439. G2L["f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2440. G2L["f7"]["Name"] = [[Button]];
  2441.  
  2442.  
  2443. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.background.Button.UICorner
  2444. G2L["f8"] = Instance.new("UICorner", G2L["f7"]);
  2445. G2L["f8"]["CornerRadius"] = UDim.new(1, 0);
  2446.  
  2447.  
  2448. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.UIListLayout
  2449. G2L["f9"] = Instance.new("UIListLayout", G2L["e1"]);
  2450. G2L["f9"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2451. G2L["f9"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  2452. G2L["f9"]["Padding"] = UDim.new(0.3, 0);
  2453. G2L["f9"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2454. G2L["f9"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2455. G2L["f9"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2456.  
  2457.  
  2458. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.UIStroke
  2459. G2L["fa"] = Instance.new("UIStroke", G2L["de"]);
  2460. G2L["fa"]["Thickness"] = 5;
  2461. G2L["fa"]["Color"] = Color3.fromRGB(255, 223, 190);
  2462.  
  2463.  
  2464. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD
  2465. G2L["fb"] = Instance.new("Frame", G2L["de"]);
  2466. G2L["fb"]["BorderSizePixel"] = 0;
  2467. G2L["fb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2468. G2L["fb"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  2469. G2L["fb"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  2470. G2L["fb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2471. G2L["fb"]["Name"] = [[MMD]];
  2472. G2L["fb"]["BackgroundTransparency"] = 2;
  2473.  
  2474.  
  2475. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.UIListLayout
  2476. G2L["fc"] = Instance.new("UIListLayout", G2L["fb"]);
  2477. G2L["fc"]["Padding"] = UDim.new(0.01, 0);
  2478. G2L["fc"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2479. G2L["fc"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2480.  
  2481.  
  2482. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Min
  2483. G2L["fd"] = Instance.new("Frame", G2L["fb"]);
  2484. G2L["fd"]["BorderSizePixel"] = 0;
  2485. G2L["fd"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2486. G2L["fd"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2487. G2L["fd"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2488. G2L["fd"]["Name"] = [[Min]];
  2489. G2L["fd"]["BackgroundTransparency"] = 1;
  2490.  
  2491.  
  2492. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Min.F
  2493. G2L["fe"] = Instance.new("Frame", G2L["fd"]);
  2494. G2L["fe"]["BorderSizePixel"] = 0;
  2495. G2L["fe"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2496. G2L["fe"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2497. G2L["fe"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2498. G2L["fe"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2499. G2L["fe"]["Name"] = [[F]];
  2500. G2L["fe"]["BackgroundTransparency"] = 0.5;
  2501.  
  2502.  
  2503. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Min.F.UIStroke
  2504. G2L["ff"] = Instance.new("UIStroke", G2L["fe"]);
  2505. G2L["ff"]["Thickness"] = 5;
  2506. G2L["ff"]["Color"] = Color3.fromRGB(255, 223, 190);
  2507.  
  2508.  
  2509. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Min.F.TextBox
  2510. G2L["100"] = Instance.new("TextBox", G2L["fe"]);
  2511. G2L["100"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2512. G2L["100"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2513. G2L["100"]["BorderSizePixel"] = 0;
  2514. G2L["100"]["TextWrapped"] = true;
  2515. G2L["100"]["TextSize"] = 14;
  2516. G2L["100"]["TextScaled"] = true;
  2517. G2L["100"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2518. G2L["100"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2519. G2L["100"]["Size"] = UDim2.new(1, 0, 1, 0);
  2520. G2L["100"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2521. G2L["100"]["Text"] = [[1]];
  2522. G2L["100"]["BackgroundTransparency"] = 0.5;
  2523.  
  2524.  
  2525. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Min.T
  2526. G2L["101"] = Instance.new("TextLabel", G2L["fd"]);
  2527. G2L["101"]["TextWrapped"] = true;
  2528. G2L["101"]["BorderSizePixel"] = 0;
  2529. G2L["101"]["TextScaled"] = true;
  2530. G2L["101"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2531. G2L["101"]["TextSize"] = 14;
  2532. G2L["101"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2533. G2L["101"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2534. G2L["101"]["BackgroundTransparency"] = 1;
  2535. G2L["101"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2536. G2L["101"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2537. G2L["101"]["Text"] = [[Min]];
  2538. G2L["101"]["Name"] = [[T]];
  2539.  
  2540.  
  2541. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Max
  2542. G2L["102"] = Instance.new("Frame", G2L["fb"]);
  2543. G2L["102"]["BorderSizePixel"] = 0;
  2544. G2L["102"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2545. G2L["102"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2546. G2L["102"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2547. G2L["102"]["Name"] = [[Max]];
  2548. G2L["102"]["BackgroundTransparency"] = 1;
  2549.  
  2550.  
  2551. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Max.T
  2552. G2L["103"] = Instance.new("TextLabel", G2L["102"]);
  2553. G2L["103"]["TextWrapped"] = true;
  2554. G2L["103"]["BorderSizePixel"] = 0;
  2555. G2L["103"]["TextScaled"] = true;
  2556. G2L["103"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2557. G2L["103"]["TextSize"] = 14;
  2558. G2L["103"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2559. G2L["103"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2560. G2L["103"]["BackgroundTransparency"] = 1;
  2561. G2L["103"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2562. G2L["103"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2563. G2L["103"]["Text"] = [[Max]];
  2564. G2L["103"]["Name"] = [[T]];
  2565.  
  2566.  
  2567. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Max.F
  2568. G2L["104"] = Instance.new("Frame", G2L["102"]);
  2569. G2L["104"]["BorderSizePixel"] = 0;
  2570. G2L["104"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2571. G2L["104"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2572. G2L["104"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2573. G2L["104"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2574. G2L["104"]["Name"] = [[F]];
  2575. G2L["104"]["BackgroundTransparency"] = 0.5;
  2576.  
  2577.  
  2578. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Max.F.UIStroke
  2579. G2L["105"] = Instance.new("UIStroke", G2L["104"]);
  2580. G2L["105"]["Thickness"] = 5;
  2581. G2L["105"]["Color"] = Color3.fromRGB(255, 223, 190);
  2582.  
  2583.  
  2584. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Max.F.TextBox
  2585. G2L["106"] = Instance.new("TextBox", G2L["104"]);
  2586. G2L["106"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2587. G2L["106"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2588. G2L["106"]["BorderSizePixel"] = 0;
  2589. G2L["106"]["TextWrapped"] = true;
  2590. G2L["106"]["TextSize"] = 14;
  2591. G2L["106"]["TextScaled"] = true;
  2592. G2L["106"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2593. G2L["106"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2594. G2L["106"]["Size"] = UDim2.new(1, 0, 1, 0);
  2595. G2L["106"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2596. G2L["106"]["Text"] = [[1]];
  2597. G2L["106"]["BackgroundTransparency"] = 0.5;
  2598.  
  2599.  
  2600. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Delay
  2601. G2L["107"] = Instance.new("Frame", G2L["fb"]);
  2602. G2L["107"]["BorderSizePixel"] = 0;
  2603. G2L["107"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2604. G2L["107"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2605. G2L["107"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2606. G2L["107"]["Name"] = [[Delay]];
  2607. G2L["107"]["BackgroundTransparency"] = 1;
  2608.  
  2609.  
  2610. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Delay.F
  2611. G2L["108"] = Instance.new("Frame", G2L["107"]);
  2612. G2L["108"]["BorderSizePixel"] = 0;
  2613. G2L["108"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2614. G2L["108"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2615. G2L["108"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2616. G2L["108"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2617. G2L["108"]["Name"] = [[F]];
  2618. G2L["108"]["BackgroundTransparency"] = 0.5;
  2619.  
  2620.  
  2621. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Delay.F.UIStroke
  2622. G2L["109"] = Instance.new("UIStroke", G2L["108"]);
  2623. G2L["109"]["Thickness"] = 5;
  2624. G2L["109"]["Color"] = Color3.fromRGB(255, 223, 190);
  2625.  
  2626.  
  2627. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Delay.F.TextBox
  2628. G2L["10a"] = Instance.new("TextBox", G2L["108"]);
  2629. G2L["10a"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2630. G2L["10a"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2631. G2L["10a"]["BorderSizePixel"] = 0;
  2632. G2L["10a"]["TextWrapped"] = true;
  2633. G2L["10a"]["TextSize"] = 14;
  2634. G2L["10a"]["TextScaled"] = true;
  2635. G2L["10a"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2636. G2L["10a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2637. G2L["10a"]["Size"] = UDim2.new(1, 0, 1, 0);
  2638. G2L["10a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2639. G2L["10a"]["Text"] = [[2]];
  2640. G2L["10a"]["BackgroundTransparency"] = 0.5;
  2641.  
  2642.  
  2643. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.MMD.Delay.T
  2644. G2L["10b"] = Instance.new("TextLabel", G2L["107"]);
  2645. G2L["10b"]["TextWrapped"] = true;
  2646. G2L["10b"]["BorderSizePixel"] = 0;
  2647. G2L["10b"]["TextScaled"] = true;
  2648. G2L["10b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2649. G2L["10b"]["TextSize"] = 14;
  2650. G2L["10b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2651. G2L["10b"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2652. G2L["10b"]["BackgroundTransparency"] = 1;
  2653. G2L["10b"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2654. G2L["10b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2655. G2L["10b"]["Text"] = [[Delay]];
  2656. G2L["10b"]["Name"] = [[T]];
  2657.  
  2658.  
  2659. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage
  2660. G2L["10c"] = Instance.new("Frame", G2L["4c"]);
  2661. G2L["10c"]["BorderSizePixel"] = 0;
  2662. G2L["10c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2663. G2L["10c"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  2664. G2L["10c"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  2665. G2L["10c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2666. G2L["10c"]["Name"] = [[Damage]];
  2667. G2L["10c"]["BackgroundTransparency"] = 1;
  2668.  
  2669.  
  2670. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.UIListLayout
  2671. G2L["10d"] = Instance.new("UIListLayout", G2L["10c"]);
  2672. G2L["10d"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2673. G2L["10d"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  2674. G2L["10d"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  2675. G2L["10d"]["Padding"] = UDim.new(0.1, 0);
  2676. G2L["10d"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  2677. G2L["10d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2678.  
  2679.  
  2680. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.Damage
  2681. G2L["10e"] = Instance.new("TextLabel", G2L["10c"]);
  2682. G2L["10e"]["TextWrapped"] = true;
  2683. G2L["10e"]["BorderSizePixel"] = 0;
  2684. G2L["10e"]["TextScaled"] = true;
  2685. G2L["10e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2686. G2L["10e"]["TextSize"] = 14;
  2687. G2L["10e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2688. G2L["10e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2689. G2L["10e"]["BackgroundTransparency"] = 1;
  2690. G2L["10e"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  2691. G2L["10e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2692. G2L["10e"]["Text"] = [[Damage]];
  2693. G2L["10e"]["Name"] = [[Damage]];
  2694.  
  2695.  
  2696. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.UIStroke
  2697. G2L["10f"] = Instance.new("UIStroke", G2L["10c"]);
  2698. G2L["10f"]["Thickness"] = 5;
  2699. G2L["10f"]["Color"] = Color3.fromRGB(255, 223, 190);
  2700.  
  2701.  
  2702. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED
  2703. G2L["110"] = Instance.new("Frame", G2L["10c"]);
  2704. G2L["110"]["BorderSizePixel"] = 0;
  2705. G2L["110"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2706. G2L["110"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  2707. G2L["110"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  2708. G2L["110"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2709. G2L["110"]["Name"] = [[ED]];
  2710. G2L["110"]["BackgroundTransparency"] = 2;
  2711.  
  2712.  
  2713. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.UIListLayout
  2714. G2L["111"] = Instance.new("UIListLayout", G2L["110"]);
  2715. G2L["111"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2716. G2L["111"]["Padding"] = UDim.new(0.01, 0);
  2717. G2L["111"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2718. G2L["111"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2719.  
  2720.  
  2721. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED
  2722. G2L["112"] = Instance.new("TextButton", G2L["110"]);
  2723. G2L["112"]["TextWrapped"] = true;
  2724. G2L["112"]["BorderSizePixel"] = 0;
  2725. G2L["112"]["TextSize"] = 14;
  2726. G2L["112"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  2727. G2L["112"]["TextScaled"] = true;
  2728. G2L["112"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  2729. G2L["112"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2730. G2L["112"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  2731. G2L["112"]["BackgroundTransparency"] = 1;
  2732. G2L["112"]["Name"] = [[ED]];
  2733. G2L["112"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2734. G2L["112"]["Text"] = [[]];
  2735.  
  2736.  
  2737. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.UICorner
  2738. G2L["113"] = Instance.new("UICorner", G2L["112"]);
  2739. G2L["113"]["CornerRadius"] = UDim.new(0.3, 0);
  2740.  
  2741.  
  2742. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.oo
  2743. G2L["114"] = Instance.new("Frame", G2L["112"]);
  2744. G2L["114"]["BorderSizePixel"] = 0;
  2745. G2L["114"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2746. G2L["114"]["Size"] = UDim2.new(1, 0, 1, 0);
  2747. G2L["114"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2748. G2L["114"]["Name"] = [[oo]];
  2749. G2L["114"]["BackgroundTransparency"] = 1;
  2750.  
  2751.  
  2752. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background
  2753. G2L["115"] = Instance.new("Frame", G2L["112"]);
  2754. G2L["115"]["BorderSizePixel"] = 0;
  2755. G2L["115"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  2756. G2L["115"]["Size"] = UDim2.new(1, 0, 1, 0);
  2757. G2L["115"]["Position"] = UDim2.new(0, 0, -0.03986, 0);
  2758. G2L["115"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2759. G2L["115"]["Name"] = [[background]];
  2760. G2L["115"]["BackgroundTransparency"] = 0.5;
  2761.  
  2762.  
  2763. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.UICorner
  2764. G2L["116"] = Instance.new("UICorner", G2L["115"]);
  2765. G2L["116"]["CornerRadius"] = UDim.new(1, 0);
  2766.  
  2767.  
  2768. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.Button
  2769. G2L["117"] = Instance.new("Frame", G2L["115"]);
  2770. G2L["117"]["ZIndex"] = 2;
  2771. G2L["117"]["BorderSizePixel"] = 0;
  2772. G2L["117"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  2773. G2L["117"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  2774. G2L["117"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2775. G2L["117"]["Name"] = [[Button]];
  2776.  
  2777.  
  2778. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.Button.UICorner
  2779. G2L["118"] = Instance.new("UICorner", G2L["117"]);
  2780. G2L["118"]["CornerRadius"] = UDim.new(1, 0);
  2781.  
  2782.  
  2783. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.black
  2784. G2L["119"] = Instance.new("Frame", G2L["115"]);
  2785. G2L["119"]["ZIndex"] = 3;
  2786. G2L["119"]["BorderSizePixel"] = 0;
  2787. G2L["119"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2788. G2L["119"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  2789. G2L["119"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  2790. G2L["119"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2791. G2L["119"]["Name"] = [[black]];
  2792. G2L["119"]["BackgroundTransparency"] = 1;
  2793.  
  2794.  
  2795. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.black.UICorner
  2796. G2L["11a"] = Instance.new("UICorner", G2L["119"]);
  2797. G2L["11a"]["CornerRadius"] = UDim.new(1, 0);
  2798.  
  2799.  
  2800. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.background.TextLabel
  2801. G2L["11b"] = Instance.new("TextLabel", G2L["115"]);
  2802. G2L["11b"]["TextWrapped"] = true;
  2803. G2L["11b"]["BorderSizePixel"] = 0;
  2804. G2L["11b"]["TextScaled"] = true;
  2805. G2L["11b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2806. G2L["11b"]["TextSize"] = 14;
  2807. G2L["11b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2808. G2L["11b"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  2809. G2L["11b"]["BackgroundTransparency"] = 1;
  2810. G2L["11b"]["Size"] = UDim2.new(1, 0, 0.6541, 0);
  2811. G2L["11b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2812. G2L["11b"]["Text"] = [[Enabled]];
  2813. G2L["11b"]["Position"] = UDim2.new(-0.01013, 0, -0.53636, 0);
  2814.  
  2815.  
  2816. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.LocalScript
  2817. G2L["11c"] = Instance.new("LocalScript", G2L["112"]);
  2818.  
  2819.  
  2820.  
  2821. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA
  2822. G2L["11d"] = Instance.new("Frame", G2L["10c"]);
  2823. G2L["11d"]["BorderSizePixel"] = 0;
  2824. G2L["11d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2825. G2L["11d"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  2826. G2L["11d"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  2827. G2L["11d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2828. G2L["11d"]["Name"] = [[RA]];
  2829. G2L["11d"]["BackgroundTransparency"] = 2;
  2830.  
  2831.  
  2832. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.UIListLayout
  2833. G2L["11e"] = Instance.new("UIListLayout", G2L["11d"]);
  2834. G2L["11e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2835. G2L["11e"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  2836. G2L["11e"]["Padding"] = UDim.new(0.1, 0);
  2837. G2L["11e"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  2838. G2L["11e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2839. G2L["11e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  2840.  
  2841.  
  2842. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Range
  2843. G2L["11f"] = Instance.new("Frame", G2L["11d"]);
  2844. G2L["11f"]["BorderSizePixel"] = 0;
  2845. G2L["11f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2846. G2L["11f"]["Size"] = UDim2.new(0.29105, 0, 1.0204, 0);
  2847. G2L["11f"]["Position"] = UDim2.new(0.36036, 0, 0, 0);
  2848. G2L["11f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2849. G2L["11f"]["Name"] = [[Range]];
  2850. G2L["11f"]["BackgroundTransparency"] = 1;
  2851.  
  2852.  
  2853. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Range.F
  2854. G2L["120"] = Instance.new("Frame", G2L["11f"]);
  2855. G2L["120"]["BorderSizePixel"] = 0;
  2856. G2L["120"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2857. G2L["120"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2858. G2L["120"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2859. G2L["120"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2860. G2L["120"]["Name"] = [[F]];
  2861. G2L["120"]["BackgroundTransparency"] = 0.5;
  2862.  
  2863.  
  2864. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Range.F.UIStroke
  2865. G2L["121"] = Instance.new("UIStroke", G2L["120"]);
  2866. G2L["121"]["Thickness"] = 5;
  2867. G2L["121"]["Color"] = Color3.fromRGB(255, 223, 190);
  2868.  
  2869.  
  2870. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Range.F.TextBox
  2871. G2L["122"] = Instance.new("TextBox", G2L["120"]);
  2872. G2L["122"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2873. G2L["122"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2874. G2L["122"]["BorderSizePixel"] = 0;
  2875. G2L["122"]["TextWrapped"] = true;
  2876. G2L["122"]["TextSize"] = 14;
  2877. G2L["122"]["TextScaled"] = true;
  2878. G2L["122"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2879. G2L["122"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2880. G2L["122"]["Size"] = UDim2.new(1, 0, 1, 0);
  2881. G2L["122"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2882. G2L["122"]["Text"] = [[40]];
  2883. G2L["122"]["BackgroundTransparency"] = 0.5;
  2884.  
  2885.  
  2886. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Range.T
  2887. G2L["123"] = Instance.new("TextLabel", G2L["11f"]);
  2888. G2L["123"]["TextWrapped"] = true;
  2889. G2L["123"]["BorderSizePixel"] = 0;
  2890. G2L["123"]["TextScaled"] = true;
  2891. G2L["123"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2892. G2L["123"]["TextSize"] = 14;
  2893. G2L["123"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2894. G2L["123"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2895. G2L["123"]["BackgroundTransparency"] = 1;
  2896. G2L["123"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2897. G2L["123"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2898. G2L["123"]["Text"] = [[Range]];
  2899. G2L["123"]["Name"] = [[T]];
  2900.  
  2901.  
  2902. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Amount
  2903. G2L["124"] = Instance.new("Frame", G2L["11d"]);
  2904. G2L["124"]["BorderSizePixel"] = 0;
  2905. G2L["124"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2906. G2L["124"]["Size"] = UDim2.new(0.29105, 0, 1.0204, 0);
  2907. G2L["124"]["Position"] = UDim2.new(0.36036, 0, 0, 0);
  2908. G2L["124"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2909. G2L["124"]["Name"] = [[Amount]];
  2910. G2L["124"]["BackgroundTransparency"] = 1;
  2911.  
  2912.  
  2913. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Amount.F
  2914. G2L["125"] = Instance.new("Frame", G2L["124"]);
  2915. G2L["125"]["BorderSizePixel"] = 0;
  2916. G2L["125"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2917. G2L["125"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2918. G2L["125"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  2919. G2L["125"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2920. G2L["125"]["Name"] = [[F]];
  2921. G2L["125"]["BackgroundTransparency"] = 0.5;
  2922.  
  2923.  
  2924. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Amount.F.UIStroke
  2925. G2L["126"] = Instance.new("UIStroke", G2L["125"]);
  2926. G2L["126"]["Thickness"] = 5;
  2927. G2L["126"]["Color"] = Color3.fromRGB(255, 223, 190);
  2928.  
  2929.  
  2930. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Amount.F.TextBox
  2931. G2L["127"] = Instance.new("TextBox", G2L["125"]);
  2932. G2L["127"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2933. G2L["127"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  2934. G2L["127"]["BorderSizePixel"] = 0;
  2935. G2L["127"]["TextWrapped"] = true;
  2936. G2L["127"]["TextSize"] = 14;
  2937. G2L["127"]["TextScaled"] = true;
  2938. G2L["127"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  2939. G2L["127"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2940. G2L["127"]["Size"] = UDim2.new(1, 0, 1, 0);
  2941. G2L["127"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2942. G2L["127"]["Text"] = [[125]];
  2943. G2L["127"]["BackgroundTransparency"] = 0.5;
  2944.  
  2945.  
  2946. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.RA.Amount.T
  2947. G2L["128"] = Instance.new("TextLabel", G2L["124"]);
  2948. G2L["128"]["TextWrapped"] = true;
  2949. G2L["128"]["BorderSizePixel"] = 0;
  2950. G2L["128"]["TextScaled"] = true;
  2951. G2L["128"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2952. G2L["128"]["TextSize"] = 14;
  2953. G2L["128"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2954. G2L["128"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2955. G2L["128"]["BackgroundTransparency"] = 1;
  2956. G2L["128"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  2957. G2L["128"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2958. G2L["128"]["Text"] = [[Amount]];
  2959. G2L["128"]["Name"] = [[T]];
  2960.  
  2961.  
  2962. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion
  2963. G2L["129"] = Instance.new("Frame", G2L["4c"]);
  2964. G2L["129"]["BorderSizePixel"] = 0;
  2965. G2L["129"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2966. G2L["129"]["Size"] = UDim2.new(1, 0, 0.09, 0);
  2967. G2L["129"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  2968. G2L["129"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2969. G2L["129"]["Name"] = [[Crucifixion]];
  2970. G2L["129"]["BackgroundTransparency"] = 1;
  2971.  
  2972.  
  2973. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.UIListLayout
  2974. G2L["12a"] = Instance.new("UIListLayout", G2L["129"]);
  2975. G2L["12a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  2976. G2L["12a"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  2977. G2L["12a"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  2978. G2L["12a"]["Padding"] = UDim.new(0.1, 0);
  2979. G2L["12a"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  2980. G2L["12a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  2981.  
  2982.  
  2983. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.Damage
  2984. G2L["12b"] = Instance.new("TextLabel", G2L["129"]);
  2985. G2L["12b"]["TextWrapped"] = true;
  2986. G2L["12b"]["BorderSizePixel"] = 0;
  2987. G2L["12b"]["TextScaled"] = true;
  2988. G2L["12b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  2989. G2L["12b"]["TextSize"] = 14;
  2990. G2L["12b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  2991. G2L["12b"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  2992. G2L["12b"]["BackgroundTransparency"] = 1;
  2993. G2L["12b"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  2994. G2L["12b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  2995. G2L["12b"]["Text"] = [[Crucifixion]];
  2996. G2L["12b"]["Name"] = [[Damage]];
  2997.  
  2998.  
  2999. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.UIStroke
  3000. G2L["12c"] = Instance.new("UIStroke", G2L["129"]);
  3001. G2L["12c"]["Thickness"] = 5;
  3002. G2L["12c"]["Color"] = Color3.fromRGB(255, 223, 190);
  3003.  
  3004.  
  3005. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED
  3006. G2L["12d"] = Instance.new("Frame", G2L["129"]);
  3007. G2L["12d"]["BorderSizePixel"] = 0;
  3008. G2L["12d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3009. G2L["12d"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  3010. G2L["12d"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  3011. G2L["12d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3012. G2L["12d"]["Name"] = [[ED]];
  3013. G2L["12d"]["BackgroundTransparency"] = 2;
  3014.  
  3015.  
  3016. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.UIListLayout
  3017. G2L["12e"] = Instance.new("UIListLayout", G2L["12d"]);
  3018. G2L["12e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  3019. G2L["12e"]["Padding"] = UDim.new(0.1, 0);
  3020. G2L["12e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3021. G2L["12e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3022.  
  3023.  
  3024. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED
  3025. G2L["12f"] = Instance.new("TextButton", G2L["12d"]);
  3026. G2L["12f"]["TextWrapped"] = true;
  3027. G2L["12f"]["BorderSizePixel"] = 0;
  3028. G2L["12f"]["TextSize"] = 14;
  3029. G2L["12f"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3030. G2L["12f"]["TextScaled"] = true;
  3031. G2L["12f"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3032. G2L["12f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3033. G2L["12f"]["Size"] = UDim2.new(0.21436, 0, 1, 0);
  3034. G2L["12f"]["BackgroundTransparency"] = 1;
  3035. G2L["12f"]["Name"] = [[ED]];
  3036. G2L["12f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3037. G2L["12f"]["Text"] = [[]];
  3038.  
  3039.  
  3040. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.UICorner
  3041. G2L["130"] = Instance.new("UICorner", G2L["12f"]);
  3042. G2L["130"]["CornerRadius"] = UDim.new(0.3, 0);
  3043.  
  3044.  
  3045. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.oo
  3046. G2L["131"] = Instance.new("Frame", G2L["12f"]);
  3047. G2L["131"]["BorderSizePixel"] = 0;
  3048. G2L["131"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3049. G2L["131"]["Size"] = UDim2.new(1, 0, 1, 0);
  3050. G2L["131"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3051. G2L["131"]["Name"] = [[oo]];
  3052. G2L["131"]["BackgroundTransparency"] = 1;
  3053.  
  3054.  
  3055. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background
  3056. G2L["132"] = Instance.new("Frame", G2L["12f"]);
  3057. G2L["132"]["BorderSizePixel"] = 0;
  3058. G2L["132"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  3059. G2L["132"]["Size"] = UDim2.new(1, 0, 1, 0);
  3060. G2L["132"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3061. G2L["132"]["Name"] = [[background]];
  3062. G2L["132"]["BackgroundTransparency"] = 0.5;
  3063.  
  3064.  
  3065. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.UICorner
  3066. G2L["133"] = Instance.new("UICorner", G2L["132"]);
  3067. G2L["133"]["CornerRadius"] = UDim.new(1, 0);
  3068.  
  3069.  
  3070. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.Button
  3071. G2L["134"] = Instance.new("Frame", G2L["132"]);
  3072. G2L["134"]["ZIndex"] = 2;
  3073. G2L["134"]["BorderSizePixel"] = 0;
  3074. G2L["134"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  3075. G2L["134"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  3076. G2L["134"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3077. G2L["134"]["Name"] = [[Button]];
  3078.  
  3079.  
  3080. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.Button.UICorner
  3081. G2L["135"] = Instance.new("UICorner", G2L["134"]);
  3082. G2L["135"]["CornerRadius"] = UDim.new(1, 0);
  3083.  
  3084.  
  3085. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.black
  3086. G2L["136"] = Instance.new("Frame", G2L["132"]);
  3087. G2L["136"]["ZIndex"] = 3;
  3088. G2L["136"]["BorderSizePixel"] = 0;
  3089. G2L["136"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3090. G2L["136"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  3091. G2L["136"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  3092. G2L["136"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3093. G2L["136"]["Name"] = [[black]];
  3094. G2L["136"]["BackgroundTransparency"] = 1;
  3095.  
  3096.  
  3097. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.black.UICorner
  3098. G2L["137"] = Instance.new("UICorner", G2L["136"]);
  3099. G2L["137"]["CornerRadius"] = UDim.new(1, 0);
  3100.  
  3101.  
  3102. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.background.TextLabel
  3103. G2L["138"] = Instance.new("TextLabel", G2L["132"]);
  3104. G2L["138"]["TextWrapped"] = true;
  3105. G2L["138"]["BorderSizePixel"] = 0;
  3106. G2L["138"]["TextScaled"] = true;
  3107. G2L["138"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3108. G2L["138"]["TextSize"] = 14;
  3109. G2L["138"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3110. G2L["138"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  3111. G2L["138"]["BackgroundTransparency"] = 1;
  3112. G2L["138"]["Size"] = UDim2.new(1, 0, 0.6541, 0);
  3113. G2L["138"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3114. G2L["138"]["Text"] = [[Enabled]];
  3115. G2L["138"]["Position"] = UDim2.new(-0.01013, 0, -0.53636, 0);
  3116.  
  3117.  
  3118. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.LocalScript
  3119. G2L["139"] = Instance.new("LocalScript", G2L["12f"]);
  3120.  
  3121.  
  3122.  
  3123. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.Range
  3124. G2L["13a"] = Instance.new("Frame", G2L["12d"]);
  3125. G2L["13a"]["BorderSizePixel"] = 0;
  3126. G2L["13a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3127. G2L["13a"]["Size"] = UDim2.new(0.29105, 0, 1.0204, 0);
  3128. G2L["13a"]["Position"] = UDim2.new(0.36036, 0, 0, 0);
  3129. G2L["13a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3130. G2L["13a"]["Name"] = [[Range]];
  3131. G2L["13a"]["BackgroundTransparency"] = 1;
  3132.  
  3133.  
  3134. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.Range.F
  3135. G2L["13b"] = Instance.new("Frame", G2L["13a"]);
  3136. G2L["13b"]["BorderSizePixel"] = 0;
  3137. G2L["13b"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3138. G2L["13b"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3139. G2L["13b"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  3140. G2L["13b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3141. G2L["13b"]["Name"] = [[F]];
  3142. G2L["13b"]["BackgroundTransparency"] = 0.5;
  3143.  
  3144.  
  3145. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.Range.F.UIStroke
  3146. G2L["13c"] = Instance.new("UIStroke", G2L["13b"]);
  3147. G2L["13c"]["Thickness"] = 5;
  3148. G2L["13c"]["Color"] = Color3.fromRGB(255, 223, 190);
  3149.  
  3150.  
  3151. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.Range.F.TextBox
  3152. G2L["13d"] = Instance.new("TextBox", G2L["13b"]);
  3153. G2L["13d"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3154. G2L["13d"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  3155. G2L["13d"]["BorderSizePixel"] = 0;
  3156. G2L["13d"]["TextWrapped"] = true;
  3157. G2L["13d"]["TextSize"] = 14;
  3158. G2L["13d"]["TextScaled"] = true;
  3159. G2L["13d"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3160. G2L["13d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3161. G2L["13d"]["Size"] = UDim2.new(1, 0, 1, 0);
  3162. G2L["13d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3163. G2L["13d"]["Text"] = [[40]];
  3164. G2L["13d"]["BackgroundTransparency"] = 0.5;
  3165.  
  3166.  
  3167. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.Range.T
  3168. G2L["13e"] = Instance.new("TextLabel", G2L["13a"]);
  3169. G2L["13e"]["TextWrapped"] = true;
  3170. G2L["13e"]["BorderSizePixel"] = 0;
  3171. G2L["13e"]["TextScaled"] = true;
  3172. G2L["13e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3173. G2L["13e"]["TextSize"] = 14;
  3174. G2L["13e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3175. G2L["13e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3176. G2L["13e"]["BackgroundTransparency"] = 1;
  3177. G2L["13e"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3178. G2L["13e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3179. G2L["13e"]["Text"] = [[Range]];
  3180. G2L["13e"]["Name"] = [[T]];
  3181.  
  3182.  
  3183. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA
  3184. G2L["13f"] = Instance.new("Frame", G2L["129"]);
  3185. G2L["13f"]["BorderSizePixel"] = 0;
  3186. G2L["13f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3187. G2L["13f"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  3188. G2L["13f"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  3189. G2L["13f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3190. G2L["13f"]["Name"] = [[RA]];
  3191. G2L["13f"]["BackgroundTransparency"] = 2;
  3192.  
  3193.  
  3194. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.UIListLayout
  3195. G2L["140"] = Instance.new("UIListLayout", G2L["13f"]);
  3196. G2L["140"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  3197. G2L["140"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  3198. G2L["140"]["Padding"] = UDim.new(0.1, 0);
  3199. G2L["140"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  3200. G2L["140"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3201. G2L["140"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3202.  
  3203.  
  3204. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist
  3205. G2L["141"] = Instance.new("Frame", G2L["13f"]);
  3206. G2L["141"]["BorderSizePixel"] = 0;
  3207. G2L["141"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3208. G2L["141"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  3209. G2L["141"]["Position"] = UDim2.new(0.02894, 0, 0, 0);
  3210. G2L["141"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3211. G2L["141"]["Name"] = [[Resist]];
  3212. G2L["141"]["BackgroundTransparency"] = 1;
  3213.  
  3214.  
  3215. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.T
  3216. G2L["142"] = Instance.new("TextLabel", G2L["141"]);
  3217. G2L["142"]["TextWrapped"] = true;
  3218. G2L["142"]["BorderSizePixel"] = 0;
  3219. G2L["142"]["TextScaled"] = true;
  3220. G2L["142"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3221. G2L["142"]["TextSize"] = 14;
  3222. G2L["142"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3223. G2L["142"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3224. G2L["142"]["BackgroundTransparency"] = 1;
  3225. G2L["142"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3226. G2L["142"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3227. G2L["142"]["Text"] = [[Resist]];
  3228. G2L["142"]["Name"] = [[T]];
  3229. G2L["142"]["Position"] = UDim2.new(0.00092, 0, 0.02545, 0);
  3230.  
  3231.  
  3232. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB
  3233. G2L["143"] = Instance.new("TextButton", G2L["141"]);
  3234. G2L["143"]["TextWrapped"] = true;
  3235. G2L["143"]["BorderSizePixel"] = 0;
  3236. G2L["143"]["TextSize"] = 14;
  3237. G2L["143"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3238. G2L["143"]["TextScaled"] = true;
  3239. G2L["143"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3240. G2L["143"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3241. G2L["143"]["Size"] = UDim2.new(1, 0, 1, 0);
  3242. G2L["143"]["BackgroundTransparency"] = 1;
  3243. G2L["143"]["Name"] = [[TB]];
  3244. G2L["143"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3245. G2L["143"]["Text"] = [[]];
  3246.  
  3247.  
  3248. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.UICorner
  3249. G2L["144"] = Instance.new("UICorner", G2L["143"]);
  3250. G2L["144"]["CornerRadius"] = UDim.new(0.3, 0);
  3251.  
  3252.  
  3253. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.LocalScript
  3254. G2L["145"] = Instance.new("LocalScript", G2L["143"]);
  3255.  
  3256.  
  3257.  
  3258. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background
  3259. G2L["146"] = Instance.new("Frame", G2L["143"]);
  3260. G2L["146"]["BorderSizePixel"] = 0;
  3261. G2L["146"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  3262. G2L["146"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3263. G2L["146"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  3264. G2L["146"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3265. G2L["146"]["Name"] = [[background]];
  3266. G2L["146"]["BackgroundTransparency"] = 0.5;
  3267.  
  3268.  
  3269. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background.UICorner
  3270. G2L["147"] = Instance.new("UICorner", G2L["146"]);
  3271. G2L["147"]["CornerRadius"] = UDim.new(1, 0);
  3272.  
  3273.  
  3274. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background.Button
  3275. G2L["148"] = Instance.new("Frame", G2L["146"]);
  3276. G2L["148"]["ZIndex"] = 2;
  3277. G2L["148"]["BorderSizePixel"] = 0;
  3278. G2L["148"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  3279. G2L["148"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  3280. G2L["148"]["Position"] = UDim2.new(0.68961, 0, 0, 0);
  3281. G2L["148"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3282. G2L["148"]["Name"] = [[Button]];
  3283.  
  3284.  
  3285. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background.Button.UICorner
  3286. G2L["149"] = Instance.new("UICorner", G2L["148"]);
  3287. G2L["149"]["CornerRadius"] = UDim.new(1, 0);
  3288.  
  3289.  
  3290. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background.black
  3291. G2L["14a"] = Instance.new("Frame", G2L["146"]);
  3292. G2L["14a"]["ZIndex"] = 3;
  3293. G2L["14a"]["BorderSizePixel"] = 0;
  3294. G2L["14a"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3295. G2L["14a"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  3296. G2L["14a"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  3297. G2L["14a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3298. G2L["14a"]["Name"] = [[black]];
  3299. G2L["14a"]["BackgroundTransparency"] = 0.5;
  3300.  
  3301.  
  3302. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.background.black.UICorner
  3303. G2L["14b"] = Instance.new("UICorner", G2L["14a"]);
  3304. G2L["14b"]["CornerRadius"] = UDim.new(1, 0);
  3305.  
  3306.  
  3307. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.oo
  3308. G2L["14c"] = Instance.new("Frame", G2L["143"]);
  3309. G2L["14c"]["Visible"] = false;
  3310. G2L["14c"]["BorderSizePixel"] = 0;
  3311. G2L["14c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3312. G2L["14c"]["Size"] = UDim2.new(1, 0, 1, 0);
  3313. G2L["14c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3314. G2L["14c"]["Name"] = [[oo]];
  3315. G2L["14c"]["BackgroundTransparency"] = 1;
  3316.  
  3317.  
  3318. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break
  3319. G2L["14d"] = Instance.new("Frame", G2L["13f"]);
  3320. G2L["14d"]["BorderSizePixel"] = 0;
  3321. G2L["14d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3322. G2L["14d"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  3323. G2L["14d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3324. G2L["14d"]["Name"] = [[Break]];
  3325. G2L["14d"]["BackgroundTransparency"] = 1;
  3326.  
  3327.  
  3328. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break
  3329. G2L["14e"] = Instance.new("TextButton", G2L["14d"]);
  3330. G2L["14e"]["TextWrapped"] = true;
  3331. G2L["14e"]["BorderSizePixel"] = 0;
  3332. G2L["14e"]["TextSize"] = 14;
  3333. G2L["14e"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3334. G2L["14e"]["TextScaled"] = true;
  3335. G2L["14e"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3336. G2L["14e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3337. G2L["14e"]["Size"] = UDim2.new(1, 0, 1, 0);
  3338. G2L["14e"]["BackgroundTransparency"] = 1;
  3339. G2L["14e"]["Name"] = [[Break]];
  3340. G2L["14e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3341. G2L["14e"]["Text"] = [[]];
  3342. G2L["14e"]["Position"] = UDim2.new(0.03, 0, 0, 0);
  3343.  
  3344.  
  3345. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.UICorner
  3346. G2L["14f"] = Instance.new("UICorner", G2L["14e"]);
  3347. G2L["14f"]["CornerRadius"] = UDim.new(0.3, 0);
  3348.  
  3349.  
  3350. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.LocalScript
  3351. G2L["150"] = Instance.new("LocalScript", G2L["14e"]);
  3352.  
  3353.  
  3354.  
  3355. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.oo
  3356. G2L["151"] = Instance.new("Frame", G2L["14e"]);
  3357. G2L["151"]["BorderSizePixel"] = 0;
  3358. G2L["151"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3359. G2L["151"]["Size"] = UDim2.new(1, 0, 1, 0);
  3360. G2L["151"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3361. G2L["151"]["Name"] = [[oo]];
  3362. G2L["151"]["BackgroundTransparency"] = 1;
  3363.  
  3364.  
  3365. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.TextLabel
  3366. G2L["152"] = Instance.new("TextLabel", G2L["14e"]);
  3367. G2L["152"]["TextWrapped"] = true;
  3368. G2L["152"]["BorderSizePixel"] = 0;
  3369. G2L["152"]["TextScaled"] = true;
  3370. G2L["152"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3371. G2L["152"]["TextSize"] = 14;
  3372. G2L["152"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3373. G2L["152"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3374. G2L["152"]["BackgroundTransparency"] = 1;
  3375. G2L["152"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3376. G2L["152"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3377. G2L["152"]["Text"] = [[Break]];
  3378. G2L["152"]["Position"] = UDim2.new(0, 0, -0.01272, 0);
  3379.  
  3380.  
  3381. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background
  3382. G2L["153"] = Instance.new("Frame", G2L["14e"]);
  3383. G2L["153"]["BorderSizePixel"] = 0;
  3384. G2L["153"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  3385. G2L["153"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3386. G2L["153"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  3387. G2L["153"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3388. G2L["153"]["Name"] = [[background]];
  3389. G2L["153"]["BackgroundTransparency"] = 0.5;
  3390.  
  3391.  
  3392. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background.UICorner
  3393. G2L["154"] = Instance.new("UICorner", G2L["153"]);
  3394. G2L["154"]["CornerRadius"] = UDim.new(1, 0);
  3395.  
  3396.  
  3397. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background.Button
  3398. G2L["155"] = Instance.new("Frame", G2L["153"]);
  3399. G2L["155"]["ZIndex"] = 2;
  3400. G2L["155"]["BorderSizePixel"] = 0;
  3401. G2L["155"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  3402. G2L["155"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  3403. G2L["155"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3404. G2L["155"]["Name"] = [[Button]];
  3405.  
  3406.  
  3407. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background.Button.UICorner
  3408. G2L["156"] = Instance.new("UICorner", G2L["155"]);
  3409. G2L["156"]["CornerRadius"] = UDim.new(1, 0);
  3410.  
  3411.  
  3412. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background.black
  3413. G2L["157"] = Instance.new("Frame", G2L["153"]);
  3414. G2L["157"]["ZIndex"] = 3;
  3415. G2L["157"]["BorderSizePixel"] = 0;
  3416. G2L["157"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3417. G2L["157"]["Size"] = UDim2.new(1.11431, 0, 1, 0);
  3418. G2L["157"]["Position"] = UDim2.new(-0.05, 0, 0, 0);
  3419. G2L["157"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3420. G2L["157"]["Name"] = [[black]];
  3421. G2L["157"]["BackgroundTransparency"] = 1;
  3422.  
  3423.  
  3424. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.background.black.UICorner
  3425. G2L["158"] = Instance.new("UICorner", G2L["157"]);
  3426. G2L["158"]["CornerRadius"] = UDim.new(1, 0);
  3427.  
  3428.  
  3429. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death
  3430. G2L["159"] = Instance.new("Frame", G2L["4c"]);
  3431. G2L["159"]["BorderSizePixel"] = 0;
  3432. G2L["159"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3433. G2L["159"]["Size"] = UDim2.new(1, 0, 0.05, 0);
  3434. G2L["159"]["Position"] = UDim2.new(0, 0, 0.06016, 0);
  3435. G2L["159"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3436. G2L["159"]["Name"] = [[Death]];
  3437. G2L["159"]["BackgroundTransparency"] = 1;
  3438.  
  3439.  
  3440. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.UIListLayout
  3441. G2L["15a"] = Instance.new("UIListLayout", G2L["159"]);
  3442. G2L["15a"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  3443. G2L["15a"]["HorizontalFlex"] = Enum.UIFlexAlignment.Fill;
  3444. G2L["15a"]["VerticalFlex"] = Enum.UIFlexAlignment.Fill;
  3445. G2L["15a"]["Padding"] = UDim.new(0.1, 0);
  3446. G2L["15a"]["VerticalAlignment"] = Enum.VerticalAlignment.Bottom;
  3447. G2L["15a"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3448.  
  3449.  
  3450. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.Damage
  3451. G2L["15b"] = Instance.new("TextLabel", G2L["159"]);
  3452. G2L["15b"]["TextWrapped"] = true;
  3453. G2L["15b"]["BorderSizePixel"] = 0;
  3454. G2L["15b"]["TextScaled"] = true;
  3455. G2L["15b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3456. G2L["15b"]["TextSize"] = 14;
  3457. G2L["15b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3458. G2L["15b"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3459. G2L["15b"]["BackgroundTransparency"] = 1;
  3460. G2L["15b"]["Size"] = UDim2.new(0.21436, 0, 0.3, 0);
  3461. G2L["15b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3462. G2L["15b"]["Text"] = [[Death]];
  3463. G2L["15b"]["Name"] = [[Damage]];
  3464.  
  3465.  
  3466. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.UIStroke
  3467. G2L["15c"] = Instance.new("UIStroke", G2L["159"]);
  3468. G2L["15c"]["Thickness"] = 5;
  3469. G2L["15c"]["Color"] = Color3.fromRGB(255, 223, 190);
  3470.  
  3471.  
  3472. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC
  3473. G2L["15d"] = Instance.new("Frame", G2L["159"]);
  3474. G2L["15d"]["BorderSizePixel"] = 0;
  3475. G2L["15d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3476. G2L["15d"]["Size"] = UDim2.new(1, 0, 0.21, 0);
  3477. G2L["15d"]["Position"] = UDim2.new(0, 0, 0.56, 0);
  3478. G2L["15d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3479. G2L["15d"]["Name"] = [[EC]];
  3480. G2L["15d"]["BackgroundTransparency"] = 2;
  3481.  
  3482.  
  3483. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.UIListLayout
  3484. G2L["15e"] = Instance.new("UIListLayout", G2L["15d"]);
  3485. G2L["15e"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  3486. G2L["15e"]["Padding"] = UDim.new(0.1, 0);
  3487. G2L["15e"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3488. G2L["15e"]["FillDirection"] = Enum.FillDirection.Horizontal;
  3489.  
  3490.  
  3491. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Cause
  3492. G2L["15f"] = Instance.new("Frame", G2L["15d"]);
  3493. G2L["15f"]["BorderSizePixel"] = 0;
  3494. G2L["15f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3495. G2L["15f"]["Size"] = UDim2.new(0.29105, 0, 1, 0);
  3496. G2L["15f"]["Position"] = UDim2.new(0.36036, 0, 0, 0);
  3497. G2L["15f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3498. G2L["15f"]["Name"] = [[Cause]];
  3499. G2L["15f"]["BackgroundTransparency"] = 1;
  3500.  
  3501.  
  3502. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Cause.F
  3503. G2L["160"] = Instance.new("Frame", G2L["15f"]);
  3504. G2L["160"]["BorderSizePixel"] = 0;
  3505. G2L["160"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3506. G2L["160"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3507. G2L["160"]["Position"] = UDim2.new(0.5, 0, 0, 0);
  3508. G2L["160"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3509. G2L["160"]["Name"] = [[F]];
  3510. G2L["160"]["BackgroundTransparency"] = 0.5;
  3511.  
  3512.  
  3513. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Cause.F.UIStroke
  3514. G2L["161"] = Instance.new("UIStroke", G2L["160"]);
  3515. G2L["161"]["Thickness"] = 5;
  3516. G2L["161"]["Color"] = Color3.fromRGB(255, 223, 190);
  3517.  
  3518.  
  3519. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Cause.F.TextBox
  3520. G2L["162"] = Instance.new("TextBox", G2L["160"]);
  3521. G2L["162"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3522. G2L["162"]["PlaceholderColor3"] = Color3.fromRGB(255, 223, 190);
  3523. G2L["162"]["BorderSizePixel"] = 0;
  3524. G2L["162"]["TextWrapped"] = true;
  3525. G2L["162"]["TextSize"] = 14;
  3526. G2L["162"]["TextScaled"] = true;
  3527. G2L["162"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  3528. G2L["162"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3529. G2L["162"]["Size"] = UDim2.new(1, 0, 1, 0);
  3530. G2L["162"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3531. G2L["162"]["Text"] = [[]];
  3532. G2L["162"]["BackgroundTransparency"] = 0.5;
  3533.  
  3534.  
  3535. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Cause.T
  3536. G2L["163"] = Instance.new("TextLabel", G2L["15f"]);
  3537. G2L["163"]["TextWrapped"] = true;
  3538. G2L["163"]["BorderSizePixel"] = 0;
  3539. G2L["163"]["TextScaled"] = true;
  3540. G2L["163"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3541. G2L["163"]["TextSize"] = 14;
  3542. G2L["163"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3543. G2L["163"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3544. G2L["163"]["BackgroundTransparency"] = 1;
  3545. G2L["163"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3546. G2L["163"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3547. G2L["163"]["Text"] = [[Cause]];
  3548. G2L["163"]["Name"] = [[T]];
  3549.  
  3550.  
  3551. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type
  3552. G2L["164"] = Instance.new("Frame", G2L["15d"]);
  3553. G2L["164"]["BorderSizePixel"] = 0;
  3554. G2L["164"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3555. G2L["164"]["Size"] = UDim2.new(0.4, 0, 1, 0);
  3556. G2L["164"]["Position"] = UDim2.new(0.25295, 0, 0, 0);
  3557. G2L["164"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3558. G2L["164"]["Name"] = [[Type]];
  3559. G2L["164"]["BackgroundTransparency"] = 1;
  3560.  
  3561.  
  3562. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TextLabel
  3563. G2L["165"] = Instance.new("TextLabel", G2L["164"]);
  3564. G2L["165"]["TextWrapped"] = true;
  3565. G2L["165"]["BorderSizePixel"] = 0;
  3566. G2L["165"]["TextScaled"] = true;
  3567. G2L["165"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3568. G2L["165"]["TextSize"] = 14;
  3569. G2L["165"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3570. G2L["165"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3571. G2L["165"]["BackgroundTransparency"] = 1;
  3572. G2L["165"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3573. G2L["165"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3574. G2L["165"]["Text"] = [[Type]];
  3575. G2L["165"]["Position"] = UDim2.new(-0.00214, 0, -0.0159, 0);
  3576.  
  3577.  
  3578. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1
  3579. G2L["166"] = Instance.new("TextButton", G2L["164"]);
  3580. G2L["166"]["TextWrapped"] = true;
  3581. G2L["166"]["BorderSizePixel"] = 0;
  3582. G2L["166"]["TextSize"] = 14;
  3583. G2L["166"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3584. G2L["166"]["TextScaled"] = true;
  3585. G2L["166"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3586. G2L["166"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3587. G2L["166"]["Size"] = UDim2.new(0.5, 0, 1, 0);
  3588. G2L["166"]["BackgroundTransparency"] = 1;
  3589. G2L["166"]["Name"] = [[TB1]];
  3590. G2L["166"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3591. G2L["166"]["Text"] = [[]];
  3592. G2L["166"]["Position"] = UDim2.new(0.50054, 0, 0, 0);
  3593.  
  3594.  
  3595. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.LocalScript
  3596. G2L["167"] = Instance.new("LocalScript", G2L["166"]);
  3597.  
  3598.  
  3599.  
  3600. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.UICorner
  3601. G2L["168"] = Instance.new("UICorner", G2L["166"]);
  3602. G2L["168"]["CornerRadius"] = UDim.new(0.3, 0);
  3603.  
  3604.  
  3605. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.oo
  3606. G2L["169"] = Instance.new("Frame", G2L["166"]);
  3607. G2L["169"]["BorderSizePixel"] = 0;
  3608. G2L["169"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3609. G2L["169"]["Size"] = UDim2.new(1, 0, 1, 0);
  3610. G2L["169"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3611. G2L["169"]["Name"] = [[oo]];
  3612. G2L["169"]["BackgroundTransparency"] = 1;
  3613.  
  3614.  
  3615. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background
  3616. G2L["16a"] = Instance.new("Frame", G2L["166"]);
  3617. G2L["16a"]["BorderSizePixel"] = 0;
  3618. G2L["16a"]["BackgroundColor3"] = Color3.fromRGB(205, 148, 122);
  3619. G2L["16a"]["Size"] = UDim2.new(1, 0, 1, 0);
  3620. G2L["16a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3621. G2L["16a"]["Name"] = [[background]];
  3622. G2L["16a"]["BackgroundTransparency"] = 0.5;
  3623.  
  3624.  
  3625. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background.UICorner
  3626. G2L["16b"] = Instance.new("UICorner", G2L["16a"]);
  3627. G2L["16b"]["CornerRadius"] = UDim.new(1, 0);
  3628.  
  3629.  
  3630. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background.oo
  3631. G2L["16c"] = Instance.new("TextLabel", G2L["16a"]);
  3632. G2L["16c"]["TextWrapped"] = true;
  3633. G2L["16c"]["BorderSizePixel"] = 0;
  3634. G2L["16c"]["TextScaled"] = true;
  3635. G2L["16c"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  3636. G2L["16c"]["TextSize"] = 14;
  3637. G2L["16c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3638. G2L["16c"]["TextColor3"] = Color3.fromRGB(255, 223, 199);
  3639. G2L["16c"]["BackgroundTransparency"] = 1;
  3640. G2L["16c"]["Size"] = UDim2.new(1, 0, 1, 0);
  3641. G2L["16c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3642. G2L["16c"]["Text"] = [[Guiding]];
  3643. G2L["16c"]["Name"] = [[oo]];
  3644.  
  3645.  
  3646. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background.oo.UIStroke
  3647. G2L["16d"] = Instance.new("UIStroke", G2L["16c"]);
  3648. G2L["16d"]["Thickness"] = 3;
  3649.  
  3650.  
  3651. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background.Button
  3652. G2L["16e"] = Instance.new("Frame", G2L["16a"]);
  3653. G2L["16e"]["ZIndex"] = -1;
  3654. G2L["16e"]["BorderSizePixel"] = 0;
  3655. G2L["16e"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 199);
  3656. G2L["16e"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  3657. G2L["16e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3658. G2L["16e"]["Name"] = [[Button]];
  3659.  
  3660.  
  3661. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.background.Button.UICorner
  3662. G2L["16f"] = Instance.new("UICorner", G2L["16e"]);
  3663. G2L["16f"]["CornerRadius"] = UDim.new(1, 0);
  3664.  
  3665.  
  3666. -- StarterGui.Sciptmode.Main.Customentity.Frame
  3667. G2L["170"] = Instance.new("Frame", G2L["4b"]);
  3668. G2L["170"]["BorderSizePixel"] = 0;
  3669. G2L["170"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3670. G2L["170"]["Size"] = UDim2.new(1, 0, 0.1355, 0);
  3671. G2L["170"]["Position"] = UDim2.new(-0, 0, 0.8645, 0);
  3672. G2L["170"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3673. G2L["170"]["BackgroundTransparency"] = 1;
  3674.  
  3675.  
  3676. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton
  3677. G2L["171"] = Instance.new("TextButton", G2L["170"]);
  3678. G2L["171"]["TextWrapped"] = true;
  3679. G2L["171"]["BorderSizePixel"] = 0;
  3680. G2L["171"]["TextSize"] = 14;
  3681. G2L["171"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3682. G2L["171"]["TextScaled"] = true;
  3683. G2L["171"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3684. G2L["171"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3685. G2L["171"]["Size"] = UDim2.new(0.28617, 0, 0.93, 0);
  3686. G2L["171"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3687. G2L["171"]["Text"] = [[Execute]];
  3688. G2L["171"]["Position"] = UDim2.new(0.11301, 0, -0.04487, 0);
  3689.  
  3690.  
  3691. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton.UICorner
  3692. G2L["172"] = Instance.new("UICorner", G2L["171"]);
  3693. G2L["172"]["CornerRadius"] = UDim.new(0.5, 0);
  3694.  
  3695.  
  3696. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton.LocalScript
  3697. G2L["173"] = Instance.new("LocalScript", G2L["171"]);
  3698.  
  3699.  
  3700.  
  3701. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton2
  3702. G2L["174"] = Instance.new("TextButton", G2L["170"]);
  3703. G2L["174"]["TextWrapped"] = true;
  3704. G2L["174"]["BorderSizePixel"] = 0;
  3705. G2L["174"]["TextSize"] = 14;
  3706. G2L["174"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  3707. G2L["174"]["TextScaled"] = true;
  3708. G2L["174"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3709. G2L["174"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3710. G2L["174"]["Size"] = UDim2.new(0.28617, 0, 0.93, 0);
  3711. G2L["174"]["Name"] = [[TextButton2]];
  3712. G2L["174"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3713. G2L["174"]["Text"] = [[Get code]];
  3714. G2L["174"]["Position"] = UDim2.new(0.5557, 0, -0.04487, 0);
  3715.  
  3716.  
  3717. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton2.UICorner
  3718. G2L["175"] = Instance.new("UICorner", G2L["174"]);
  3719. G2L["175"]["CornerRadius"] = UDim.new(0.5, 0);
  3720.  
  3721.  
  3722. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton2.LocalScript
  3723. G2L["176"] = Instance.new("LocalScript", G2L["174"]);
  3724.  
  3725.  
  3726.  
  3727. -- StarterGui.Sciptmode.Main.Developer
  3728. G2L["177"] = Instance.new("Frame", G2L["4"]);
  3729. G2L["177"]["Visible"] = false;
  3730. G2L["177"]["BorderSizePixel"] = 0;
  3731. G2L["177"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3732. G2L["177"]["Size"] = UDim2.new(1, 0, 1, 0);
  3733. G2L["177"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3734. G2L["177"]["Name"] = [[Developer]];
  3735. G2L["177"]["BackgroundTransparency"] = 1;
  3736.  
  3737.  
  3738. -- StarterGui.Sciptmode.Main.Developer.Frame
  3739. G2L["178"] = Instance.new("Frame", G2L["177"]);
  3740. G2L["178"]["BorderSizePixel"] = 0;
  3741. G2L["178"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3742. G2L["178"]["Size"] = UDim2.new(1, 0, 0.66858, 0);
  3743. G2L["178"]["Position"] = UDim2.new(0, 0, 0.33011, 0);
  3744. G2L["178"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3745. G2L["178"]["BackgroundTransparency"] = 1;
  3746.  
  3747.  
  3748. -- StarterGui.Sciptmode.Main.Developer.Frame.Frame
  3749. G2L["179"] = Instance.new("Frame", G2L["178"]);
  3750. G2L["179"]["BorderSizePixel"] = 0;
  3751. G2L["179"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3752. G2L["179"]["Size"] = UDim2.new(1, 0, 0, 0);
  3753. G2L["179"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3754.  
  3755.  
  3756. -- StarterGui.Sciptmode.Main.Developer.Frame.Frame.UIStroke
  3757. G2L["17a"] = Instance.new("UIStroke", G2L["179"]);
  3758. G2L["17a"]["Thickness"] = 2.5;
  3759. G2L["17a"]["Color"] = Color3.fromRGB(255, 223, 190);
  3760.  
  3761.  
  3762. -- StarterGui.Sciptmode.Main.Developer.Frame.ScrollingFrame
  3763. G2L["17b"] = Instance.new("ScrollingFrame", G2L["178"]);
  3764. G2L["17b"]["Active"] = true;
  3765. G2L["17b"]["BorderSizePixel"] = 0;
  3766. G2L["17b"]["CanvasSize"] = UDim2.new(0, 0, 10, 0);
  3767. G2L["17b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3768. G2L["17b"]["ScrollBarImageTransparency"] = 1;
  3769. G2L["17b"]["Size"] = UDim2.new(1, 0, 1, 0);
  3770. G2L["17b"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  3771. G2L["17b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3772. G2L["17b"]["ScrollBarThickness"] = 0;
  3773. G2L["17b"]["BackgroundTransparency"] = 1;
  3774.  
  3775.  
  3776. -- StarterGui.Sciptmode.Main.Developer.Frame.ScrollingFrame.UIListLayout
  3777. G2L["17c"] = Instance.new("UIListLayout", G2L["17b"]);
  3778. G2L["17c"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  3779.  
  3780.  
  3781. -- StarterGui.Sciptmode.Main.Developer.Frame.ScrollingFrame.TTT
  3782. G2L["17d"] = Instance.new("TextLabel", G2L["17b"]);
  3783. G2L["17d"]["TextWrapped"] = true;
  3784. G2L["17d"]["BorderSizePixel"] = 0;
  3785. G2L["17d"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3786. G2L["17d"]["TextScaled"] = true;
  3787. G2L["17d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3788. G2L["17d"]["TextSize"] = 14;
  3789. G2L["17d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3790. G2L["17d"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3791. G2L["17d"]["BackgroundTransparency"] = 1;
  3792. G2L["17d"]["Size"] = UDim2.new(1, 0, 0.015, 0);
  3793. G2L["17d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3794. G2L["17d"]["Text"] = [[Script by Munciseek & rekms]];
  3795. G2L["17d"]["Name"] = [[TTT]];
  3796. G2L["17d"]["Position"] = UDim2.new(0, 0, 0, 0);
  3797.  
  3798.  
  3799. -- StarterGui.Sciptmode.Main.Developer.Frame.ScrollingFrame.TTT
  3800. G2L["17e"] = Instance.new("TextLabel", G2L["17b"]);
  3801. G2L["17e"]["TextWrapped"] = true;
  3802. G2L["17e"]["BorderSizePixel"] = 0;
  3803. G2L["17e"]["TextScaled"] = true;
  3804. G2L["17e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3805. G2L["17e"]["TextSize"] = 14;
  3806. G2L["17e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3807. G2L["17e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3808. G2L["17e"]["BackgroundTransparency"] = 1;
  3809. G2L["17e"]["Size"] = UDim2.new(1, 0, 0.015, 0);
  3810. G2L["17e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3811. G2L["17e"]["Text"] = [[--==Mode==--]];
  3812. G2L["17e"]["Name"] = [[TTT]];
  3813. G2L["17e"]["Position"] = UDim2.new(0, 0, 0, 0);
  3814.  
  3815.  
  3816. -- StarterGui.Sciptmode.Main.Developer.Frame.ScrollingFrame.TTT
  3817. G2L["17f"] = Instance.new("TextLabel", G2L["17b"]);
  3818. G2L["17f"]["TextWrapped"] = true;
  3819. G2L["17f"]["BorderSizePixel"] = 0;
  3820. G2L["17f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  3821. G2L["17f"]["TextScaled"] = true;
  3822. G2L["17f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3823. G2L["17f"]["TextSize"] = 14;
  3824. G2L["17f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3825. G2L["17f"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3826. G2L["17f"]["BackgroundTransparency"] = 1;
  3827. G2L["17f"]["Size"] = UDim2.new(1, 0, 0.05, 0);
  3828. G2L["17f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3829. G2L["17f"]["Text"] = [[ Noonie, Ping, jay, Francisco, jabiss, noah, anzor, Artemis, Noname, vynixu, Chrono, Plamen6789]];
  3830. G2L["17f"]["Name"] = [[TTT]];
  3831. G2L["17f"]["Position"] = UDim2.new(0, 0, 0.3, 0);
  3832.  
  3833.  
  3834. -- StarterGui.Sciptmode.Main.Icon
  3835. G2L["180"] = Instance.new("ImageLabel", G2L["4"]);
  3836. G2L["180"]["BorderSizePixel"] = 0;
  3837. G2L["180"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3838. G2L["180"]["ImageTransparency"] = 0.9;
  3839. G2L["180"]["Image"] = [[rbxassetid://120262485649266]];
  3840. G2L["180"]["Size"] = UDim2.new(1, 0, 1, 0);
  3841. G2L["180"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3842. G2L["180"]["BackgroundTransparency"] = 1;
  3843. G2L["180"]["Name"] = [[Icon]];
  3844. G2L["180"]["Position"] = UDim2.new(0.1, 0, 0, 0);
  3845.  
  3846.  
  3847. -- StarterGui.Sciptmode.Main.Icon.UIAspectRatioConstraint
  3848. G2L["181"] = Instance.new("UIAspectRatioConstraint", G2L["180"]);
  3849. G2L["181"]["DominantAxis"] = Enum.DominantAxis.Height;
  3850.  
  3851.  
  3852. -- StarterGui.Sciptmode.Main.Message
  3853. G2L["182"] = Instance.new("Frame", G2L["4"]);
  3854. G2L["182"]["BorderSizePixel"] = 0;
  3855. G2L["182"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3856. G2L["182"]["Size"] = UDim2.new(1, 0, 0.35, 0);
  3857. G2L["182"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3858. G2L["182"]["Name"] = [[Message]];
  3859. G2L["182"]["BackgroundTransparency"] = 1;
  3860.  
  3861.  
  3862. -- StarterGui.Sciptmode.Main.Message.Title
  3863. G2L["183"] = Instance.new("TextLabel", G2L["182"]);
  3864. G2L["183"]["TextWrapped"] = true;
  3865. G2L["183"]["BorderSizePixel"] = 0;
  3866. G2L["183"]["TextScaled"] = true;
  3867. G2L["183"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3868. G2L["183"]["TextSize"] = 14;
  3869. G2L["183"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3870. G2L["183"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3871. G2L["183"]["BackgroundTransparency"] = 1;
  3872. G2L["183"]["Size"] = UDim2.new(0.47448, 0, 0.44451, 0);
  3873. G2L["183"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3874. G2L["183"]["Text"] = [[Scipts Mode]];
  3875. G2L["183"]["Name"] = [[Title]];
  3876. G2L["183"]["Position"] = UDim2.new(0.26196, 0, 0.0006, 0);
  3877.  
  3878.  
  3879. -- StarterGui.Sciptmode.Main.Message.information
  3880. G2L["184"] = Instance.new("Frame", G2L["182"]);
  3881. G2L["184"]["BorderSizePixel"] = 0;
  3882. G2L["184"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3883. G2L["184"]["Size"] = UDim2.new(1, 0, 0.644, 0);
  3884. G2L["184"]["Position"] = UDim2.new(-0, 0, 0.356, 0);
  3885. G2L["184"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3886. G2L["184"]["Name"] = [[information]];
  3887. G2L["184"]["BackgroundTransparency"] = 1;
  3888.  
  3889.  
  3890. -- StarterGui.Sciptmode.Main.Message.information.Player
  3891. G2L["185"] = Instance.new("Frame", G2L["184"]);
  3892. G2L["185"]["BorderSizePixel"] = 0;
  3893. G2L["185"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3894. G2L["185"]["Size"] = UDim2.new(1, 0, 1, 0);
  3895. G2L["185"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3896. G2L["185"]["Name"] = [[Player]];
  3897. G2L["185"]["BackgroundTransparency"] = 1;
  3898.  
  3899.  
  3900. -- StarterGui.Sciptmode.Main.Message.information.Player.USER
  3901. G2L["186"] = Instance.new("TextLabel", G2L["185"]);
  3902. G2L["186"]["TextWrapped"] = true;
  3903. G2L["186"]["BorderSizePixel"] = 0;
  3904. G2L["186"]["TextScaled"] = true;
  3905. G2L["186"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3906. G2L["186"]["TextSize"] = 14;
  3907. G2L["186"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3908. G2L["186"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3909. G2L["186"]["BackgroundTransparency"] = 1;
  3910. G2L["186"]["Size"] = UDim2.new(0.5, 0, 0.25295, 0);
  3911. G2L["186"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3912. G2L["186"]["Text"] = [[Username : ???]];
  3913. G2L["186"]["Name"] = [[USER]];
  3914. G2L["186"]["Position"] = UDim2.new(0.49946, 0, 0.21168, 0);
  3915.  
  3916.  
  3917. -- StarterGui.Sciptmode.Main.Message.information.Player.USER.LocalScript
  3918. G2L["187"] = Instance.new("LocalScript", G2L["186"]);
  3919.  
  3920.  
  3921.  
  3922. -- StarterGui.Sciptmode.Main.Message.information.Player.ID
  3923. G2L["188"] = Instance.new("TextLabel", G2L["185"]);
  3924. G2L["188"]["TextWrapped"] = true;
  3925. G2L["188"]["BorderSizePixel"] = 0;
  3926. G2L["188"]["TextScaled"] = true;
  3927. G2L["188"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3928. G2L["188"]["TextSize"] = 14;
  3929. G2L["188"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3930. G2L["188"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3931. G2L["188"]["BackgroundTransparency"] = 1;
  3932. G2L["188"]["Size"] = UDim2.new(0.5, 0, 0.25406, 0);
  3933. G2L["188"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3934. G2L["188"]["Text"] = [[Player ID : ???]];
  3935. G2L["188"]["Name"] = [[ID]];
  3936. G2L["188"]["Position"] = UDim2.new(0, 0, 0.21168, 0);
  3937.  
  3938.  
  3939. -- StarterGui.Sciptmode.Main.Message.information.Player.ID.LocalScript
  3940. G2L["189"] = Instance.new("LocalScript", G2L["188"]);
  3941.  
  3942.  
  3943.  
  3944. -- StarterGui.Sciptmode.Main.Message.ImageButton
  3945. G2L["18a"] = Instance.new("ImageButton", G2L["182"]);
  3946. G2L["18a"]["BorderSizePixel"] = 0;
  3947. G2L["18a"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  3948. G2L["18a"]["ImageColor3"] = Color3.fromRGB(0, 0, 0);
  3949. G2L["18a"]["Image"] = [[rbxassetid://73614292695982]];
  3950. G2L["18a"]["Size"] = UDim2.new(0.05434, 0, 0.2, 0);
  3951. G2L["18a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3952. G2L["18a"]["Position"] = UDim2.new(0.0456, 0, 0.08083, 0);
  3953.  
  3954.  
  3955. -- StarterGui.Sciptmode.Main.Message.ImageButton.UICorner
  3956. G2L["18b"] = Instance.new("UICorner", G2L["18a"]);
  3957. G2L["18b"]["CornerRadius"] = UDim.new(0.3, 0);
  3958.  
  3959.  
  3960. -- StarterGui.Sciptmode.Main.Message.ImageButton.LocalScript
  3961. G2L["18c"] = Instance.new("LocalScript", G2L["18a"]);
  3962.  
  3963.  
  3964.  
  3965. -- StarterGui.Sciptmode.Main.Message.Version
  3966. G2L["18d"] = Instance.new("TextLabel", G2L["182"]);
  3967. G2L["18d"]["TextWrapped"] = true;
  3968. G2L["18d"]["BorderSizePixel"] = 0;
  3969. G2L["18d"]["TextScaled"] = true;
  3970. G2L["18d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3971. G2L["18d"]["TextSize"] = 14;
  3972. G2L["18d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3973. G2L["18d"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3974. G2L["18d"]["BackgroundTransparency"] = 1;
  3975. G2L["18d"]["Size"] = UDim2.new(0.054, 0, 0.2, 0);
  3976. G2L["18d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3977. G2L["18d"]["Text"] = [[V5]];
  3978. G2L["18d"]["Name"] = [[Version]];
  3979. G2L["18d"]["Position"] = UDim2.new(0.90119, 0, 0.08083, 0);
  3980.  
  3981.  
  3982. -- StarterGui.Sciptmode.Main.Message.Version.TextLabel
  3983. G2L["18e"] = Instance.new("TextLabel", G2L["18d"]);
  3984. G2L["18e"]["TextWrapped"] = true;
  3985. G2L["18e"]["BorderSizePixel"] = 0;
  3986. G2L["18e"]["TextScaled"] = true;
  3987. G2L["18e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  3988. G2L["18e"]["TextSize"] = 14;
  3989. G2L["18e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  3990. G2L["18e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  3991. G2L["18e"]["BackgroundTransparency"] = 1;
  3992. G2L["18e"]["Size"] = UDim2.new(1.23035, 0, 0.89541, 0);
  3993. G2L["18e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  3994. G2L["18e"]["Text"] = [[Bata]];
  3995. G2L["18e"]["Rotation"] = 10;
  3996. G2L["18e"]["Position"] = UDim2.new(0.12064, 0, -0.51942, 0);
  3997.  
  3998.  
  3999. -- StarterGui.Sciptmode.Main.Mainpage
  4000. G2L["18f"] = Instance.new("Frame", G2L["4"]);
  4001. G2L["18f"]["BorderSizePixel"] = 0;
  4002. G2L["18f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4003. G2L["18f"]["Size"] = UDim2.new(1, 0, 0.55, 0);
  4004. G2L["18f"]["Position"] = UDim2.new(0, 0, 0.45, 0);
  4005. G2L["18f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4006. G2L["18f"]["Name"] = [[Mainpage]];
  4007. G2L["18f"]["BackgroundTransparency"] = 1;
  4008.  
  4009.  
  4010. -- StarterGui.Sciptmode.Main.Mainpage.Itempage
  4011. G2L["190"] = Instance.new("ScrollingFrame", G2L["18f"]);
  4012. G2L["190"]["Visible"] = false;
  4013. G2L["190"]["Active"] = true;
  4014. G2L["190"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  4015. G2L["190"]["BorderSizePixel"] = 0;
  4016. G2L["190"]["CanvasSize"] = UDim2.new(0, 0, 3, 0);
  4017. G2L["190"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4018. G2L["190"]["Name"] = [[Itempage]];
  4019. G2L["190"]["ScrollBarImageTransparency"] = 1;
  4020. G2L["190"]["Size"] = UDim2.new(0.9998, 0, 0.99858, 0);
  4021. G2L["190"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  4022. G2L["190"]["Position"] = UDim2.new(0, 0, 0.00142, 0);
  4023. G2L["190"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4024. G2L["190"]["ScrollBarThickness"] = 0;
  4025. G2L["190"]["BackgroundTransparency"] = 1;
  4026.  
  4027.  
  4028. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special
  4029. G2L["191"] = Instance.new("Frame", G2L["190"]);
  4030. G2L["191"]["BorderSizePixel"] = 0;
  4031. G2L["191"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  4032. G2L["191"]["Size"] = UDim2.new(1, 0, 0.3, 0);
  4033. G2L["191"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4034. G2L["191"]["Name"] = [[Special]];
  4035. G2L["191"]["BackgroundTransparency"] = 1;
  4036.  
  4037.  
  4038. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.TextLabel
  4039. G2L["192"] = Instance.new("TextLabel", G2L["191"]);
  4040. G2L["192"]["TextWrapped"] = true;
  4041. G2L["192"]["BorderSizePixel"] = 0;
  4042. G2L["192"]["TextScaled"] = true;
  4043. G2L["192"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  4044. G2L["192"]["TextSize"] = 14;
  4045. G2L["192"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4046. G2L["192"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  4047. G2L["192"]["Size"] = UDim2.new(1.01179, 0, 0.2, 0);
  4048. G2L["192"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4049. G2L["192"]["Text"] = [[Special]];
  4050.  
  4051.  
  4052. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.UIStroke
  4053. G2L["193"] = Instance.new("UIStroke", G2L["191"]);
  4054. G2L["193"]["Thickness"] = 5;
  4055. G2L["193"]["Color"] = Color3.fromRGB(255, 223, 190);
  4056.  
  4057.  
  4058. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.GuidingCandle
  4059. G2L["194"] = Instance.new("TextButton", G2L["191"]);
  4060. G2L["194"]["TextWrapped"] = true;
  4061. G2L["194"]["BorderSizePixel"] = 0;
  4062. G2L["194"]["TextSize"] = 14;
  4063. G2L["194"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4064. G2L["194"]["TextScaled"] = true;
  4065. G2L["194"]["BackgroundColor3"] = Color3.fromRGB(0, 28, 149);
  4066. G2L["194"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4067. G2L["194"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4068. G2L["194"]["BackgroundTransparency"] = 0.2;
  4069. G2L["194"]["Name"] = [[GuidingCandle]];
  4070. G2L["194"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4071. G2L["194"]["Text"] = [[Guiding Candle]];
  4072. G2L["194"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4073.  
  4074.  
  4075. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.GuidingCandle.UICorner
  4076. G2L["195"] = Instance.new("UICorner", G2L["194"]);
  4077. G2L["195"]["CornerRadius"] = UDim.new(0.3, 0);
  4078.  
  4079.  
  4080. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.GuidingCandle.UIStroke
  4081. G2L["196"] = Instance.new("UIStroke", G2L["194"]);
  4082. G2L["196"]["Thickness"] = 5;
  4083.  
  4084.  
  4085. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.NVCS3000
  4086. G2L["197"] = Instance.new("TextButton", G2L["191"]);
  4087. G2L["197"]["TextWrapped"] = true;
  4088. G2L["197"]["BorderSizePixel"] = 0;
  4089. G2L["197"]["TextSize"] = 14;
  4090. G2L["197"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4091. G2L["197"]["TextScaled"] = true;
  4092. G2L["197"]["BackgroundColor3"] = Color3.fromRGB(0, 86, 0);
  4093. G2L["197"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4094. G2L["197"]["RichText"] = true;
  4095. G2L["197"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4096. G2L["197"]["BackgroundTransparency"] = 0.2;
  4097. G2L["197"]["Name"] = [[NVCS3000]];
  4098. G2L["197"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4099. G2L["197"]["Text"] = [[NVCS-3000]];
  4100. G2L["197"]["Position"] = UDim2.new(0.33776, 0, 0.19929, 0);
  4101.  
  4102.  
  4103. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.NVCS3000.UICorner
  4104. G2L["198"] = Instance.new("UICorner", G2L["197"]);
  4105. G2L["198"]["CornerRadius"] = UDim.new(0.3, 0);
  4106.  
  4107.  
  4108. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.NVCS3000.UIStroke
  4109. G2L["199"] = Instance.new("UIStroke", G2L["197"]);
  4110. G2L["199"]["Thickness"] = 5;
  4111.  
  4112.  
  4113. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.Purpleflashlight
  4114. G2L["19a"] = Instance.new("TextButton", G2L["191"]);
  4115. G2L["19a"]["TextWrapped"] = true;
  4116. G2L["19a"]["BorderSizePixel"] = 0;
  4117. G2L["19a"]["TextSize"] = 14;
  4118. G2L["19a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4119. G2L["19a"]["TextScaled"] = true;
  4120. G2L["19a"]["BackgroundColor3"] = Color3.fromRGB(125, 9, 178);
  4121. G2L["19a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4122. G2L["19a"]["RichText"] = true;
  4123. G2L["19a"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4124. G2L["19a"]["BackgroundTransparency"] = 0.2;
  4125. G2L["19a"]["Name"] = [[Purpleflashlight]];
  4126. G2L["19a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4127. G2L["19a"]["Text"] = [[Purple flashlight]];
  4128. G2L["19a"]["Position"] = UDim2.new(0.67645, 0, 0.19929, 0);
  4129.  
  4130.  
  4131. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.Purpleflashlight.UICorner
  4132. G2L["19b"] = Instance.new("UICorner", G2L["19a"]);
  4133. G2L["19b"]["CornerRadius"] = UDim.new(0.3, 0);
  4134.  
  4135.  
  4136. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Special.Purpleflashlight.UIStroke
  4137. G2L["19c"] = Instance.new("UIStroke", G2L["19a"]);
  4138. G2L["19c"]["Thickness"] = 5;
  4139.  
  4140.  
  4141. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.UIListLayout
  4142. G2L["19d"] = Instance.new("UIListLayout", G2L["190"]);
  4143. G2L["19d"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  4144.  
  4145.  
  4146. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.LocalScript
  4147. G2L["19e"] = Instance.new("LocalScript", G2L["190"]);
  4148.  
  4149.  
  4150.  
  4151. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms
  4152. G2L["19f"] = Instance.new("Frame", G2L["190"]);
  4153. G2L["19f"]["BorderSizePixel"] = 0;
  4154. G2L["19f"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  4155. G2L["19f"]["Size"] = UDim2.new(1, 0, 0.3, 0);
  4156. G2L["19f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4157. G2L["19f"]["Name"] = [[Rooms]];
  4158. G2L["19f"]["BackgroundTransparency"] = 1;
  4159.  
  4160.  
  4161. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.TextLabel
  4162. G2L["1a0"] = Instance.new("TextLabel", G2L["19f"]);
  4163. G2L["1a0"]["TextWrapped"] = true;
  4164. G2L["1a0"]["BorderSizePixel"] = 0;
  4165. G2L["1a0"]["TextScaled"] = true;
  4166. G2L["1a0"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  4167. G2L["1a0"]["TextSize"] = 14;
  4168. G2L["1a0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4169. G2L["1a0"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  4170. G2L["1a0"]["Size"] = UDim2.new(1.01179, 0, 0.2, 0);
  4171. G2L["1a0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4172. G2L["1a0"]["Text"] = [[Rooms]];
  4173.  
  4174.  
  4175. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.UIStroke
  4176. G2L["1a1"] = Instance.new("UIStroke", G2L["19f"]);
  4177. G2L["1a1"]["Thickness"] = 5;
  4178. G2L["1a1"]["Color"] = Color3.fromRGB(255, 223, 190);
  4179.  
  4180.  
  4181. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.Example
  4182. G2L["1a2"] = Instance.new("TextButton", G2L["19f"]);
  4183. G2L["1a2"]["TextWrapped"] = true;
  4184. G2L["1a2"]["BorderSizePixel"] = 0;
  4185. G2L["1a2"]["TextSize"] = 14;
  4186. G2L["1a2"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4187. G2L["1a2"]["TextScaled"] = true;
  4188. G2L["1a2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4189. G2L["1a2"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4190. G2L["1a2"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4191. G2L["1a2"]["BackgroundTransparency"] = 0.2;
  4192. G2L["1a2"]["Name"] = [[Example]];
  4193. G2L["1a2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4194. G2L["1a2"]["Text"] = [[Example]];
  4195. G2L["1a2"]["Visible"] = false;
  4196. G2L["1a2"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4197.  
  4198.  
  4199. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.Example.UICorner
  4200. G2L["1a3"] = Instance.new("UICorner", G2L["1a2"]);
  4201. G2L["1a3"]["CornerRadius"] = UDim.new(0.3, 0);
  4202.  
  4203.  
  4204. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.Example.UIStroke
  4205. G2L["1a4"] = Instance.new("UIStroke", G2L["1a2"]);
  4206. G2L["1a4"]["Thickness"] = 5;
  4207.  
  4208.  
  4209. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.BarrelStarlight
  4210. G2L["1a5"] = Instance.new("TextButton", G2L["19f"]);
  4211. G2L["1a5"]["TextWrapped"] = true;
  4212. G2L["1a5"]["BorderSizePixel"] = 0;
  4213. G2L["1a5"]["TextSize"] = 14;
  4214. G2L["1a5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4215. G2L["1a5"]["TextScaled"] = true;
  4216. G2L["1a5"]["BackgroundColor3"] = Color3.fromRGB(255, 239, 0);
  4217. G2L["1a5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4218. G2L["1a5"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4219. G2L["1a5"]["BackgroundTransparency"] = 0.2;
  4220. G2L["1a5"]["Name"] = [[BarrelStarlight]];
  4221. G2L["1a5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4222. G2L["1a5"]["Text"] = [[Barrel Of Starlight]];
  4223. G2L["1a5"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4224.  
  4225.  
  4226. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.BarrelStarlight.UICorner
  4227. G2L["1a6"] = Instance.new("UICorner", G2L["1a5"]);
  4228. G2L["1a6"]["CornerRadius"] = UDim.new(0.3, 0);
  4229.  
  4230.  
  4231. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Rooms.BarrelStarlight.UIStroke
  4232. G2L["1a7"] = Instance.new("UIStroke", G2L["1a5"]);
  4233. G2L["1a7"]["Thickness"] = 5;
  4234.  
  4235.  
  4236. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel
  4237. G2L["1a8"] = Instance.new("Frame", G2L["190"]);
  4238. G2L["1a8"]["Visible"] = false;
  4239. G2L["1a8"]["BorderSizePixel"] = 0;
  4240. G2L["1a8"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  4241. G2L["1a8"]["Size"] = UDim2.new(1, 0, 0.3, 0);
  4242. G2L["1a8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4243. G2L["1a8"]["Name"] = [[Hotel]];
  4244. G2L["1a8"]["BackgroundTransparency"] = 1;
  4245.  
  4246.  
  4247. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel.TextLabel
  4248. G2L["1a9"] = Instance.new("TextLabel", G2L["1a8"]);
  4249. G2L["1a9"]["TextWrapped"] = true;
  4250. G2L["1a9"]["BorderSizePixel"] = 0;
  4251. G2L["1a9"]["TextScaled"] = true;
  4252. G2L["1a9"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  4253. G2L["1a9"]["TextSize"] = 14;
  4254. G2L["1a9"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4255. G2L["1a9"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  4256. G2L["1a9"]["Size"] = UDim2.new(1.01179, 0, 0.2, 0);
  4257. G2L["1a9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4258. G2L["1a9"]["Text"] = [[Rooms]];
  4259.  
  4260.  
  4261. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel.UIStroke
  4262. G2L["1aa"] = Instance.new("UIStroke", G2L["1a8"]);
  4263. G2L["1aa"]["Thickness"] = 5;
  4264. G2L["1aa"]["Color"] = Color3.fromRGB(255, 223, 190);
  4265.  
  4266.  
  4267. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel.Example
  4268. G2L["1ab"] = Instance.new("TextButton", G2L["1a8"]);
  4269. G2L["1ab"]["TextWrapped"] = true;
  4270. G2L["1ab"]["BorderSizePixel"] = 0;
  4271. G2L["1ab"]["TextSize"] = 14;
  4272. G2L["1ab"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4273. G2L["1ab"]["TextScaled"] = true;
  4274. G2L["1ab"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4275. G2L["1ab"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4276. G2L["1ab"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4277. G2L["1ab"]["BackgroundTransparency"] = 0.2;
  4278. G2L["1ab"]["Name"] = [[Example]];
  4279. G2L["1ab"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4280. G2L["1ab"]["Text"] = [[Example]];
  4281. G2L["1ab"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4282.  
  4283.  
  4284. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel.Example.UICorner
  4285. G2L["1ac"] = Instance.new("UICorner", G2L["1ab"]);
  4286. G2L["1ac"]["CornerRadius"] = UDim.new(0.3, 0);
  4287.  
  4288.  
  4289. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Hotel.Example.UIStroke
  4290. G2L["1ad"] = Instance.new("UIStroke", G2L["1ab"]);
  4291. G2L["1ad"]["Thickness"] = 5;
  4292.  
  4293.  
  4294. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines
  4295. G2L["1ae"] = Instance.new("Frame", G2L["190"]);
  4296. G2L["1ae"]["Visible"] = false;
  4297. G2L["1ae"]["BorderSizePixel"] = 0;
  4298. G2L["1ae"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  4299. G2L["1ae"]["Size"] = UDim2.new(1, 0, 0.3, 0);
  4300. G2L["1ae"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4301. G2L["1ae"]["Name"] = [[Mines]];
  4302. G2L["1ae"]["BackgroundTransparency"] = 1;
  4303.  
  4304.  
  4305. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines.TextLabel
  4306. G2L["1af"] = Instance.new("TextLabel", G2L["1ae"]);
  4307. G2L["1af"]["TextWrapped"] = true;
  4308. G2L["1af"]["BorderSizePixel"] = 0;
  4309. G2L["1af"]["TextScaled"] = true;
  4310. G2L["1af"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  4311. G2L["1af"]["TextSize"] = 14;
  4312. G2L["1af"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4313. G2L["1af"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  4314. G2L["1af"]["Size"] = UDim2.new(1.01179, 0, 0.2, 0);
  4315. G2L["1af"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4316. G2L["1af"]["Text"] = [[Rooms]];
  4317.  
  4318.  
  4319. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines.UIStroke
  4320. G2L["1b0"] = Instance.new("UIStroke", G2L["1ae"]);
  4321. G2L["1b0"]["Thickness"] = 5;
  4322. G2L["1b0"]["Color"] = Color3.fromRGB(255, 223, 190);
  4323.  
  4324.  
  4325. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines.Example
  4326. G2L["1b1"] = Instance.new("TextButton", G2L["1ae"]);
  4327. G2L["1b1"]["TextWrapped"] = true;
  4328. G2L["1b1"]["BorderSizePixel"] = 0;
  4329. G2L["1b1"]["TextSize"] = 14;
  4330. G2L["1b1"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4331. G2L["1b1"]["TextScaled"] = true;
  4332. G2L["1b1"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4333. G2L["1b1"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4334. G2L["1b1"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4335. G2L["1b1"]["BackgroundTransparency"] = 0.2;
  4336. G2L["1b1"]["Name"] = [[Example]];
  4337. G2L["1b1"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4338. G2L["1b1"]["Text"] = [[Example]];
  4339. G2L["1b1"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4340.  
  4341.  
  4342. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines.Example.UICorner
  4343. G2L["1b2"] = Instance.new("UICorner", G2L["1b1"]);
  4344. G2L["1b2"]["CornerRadius"] = UDim.new(0.3, 0);
  4345.  
  4346.  
  4347. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Mines.Example.UIStroke
  4348. G2L["1b3"] = Instance.new("UIStroke", G2L["1b1"]);
  4349. G2L["1b3"]["Thickness"] = 5;
  4350.  
  4351.  
  4352. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor
  4353. G2L["1b4"] = Instance.new("Frame", G2L["190"]);
  4354. G2L["1b4"]["Visible"] = false;
  4355. G2L["1b4"]["BorderSizePixel"] = 0;
  4356. G2L["1b4"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  4357. G2L["1b4"]["Size"] = UDim2.new(1, 0, 0.3, 0);
  4358. G2L["1b4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4359. G2L["1b4"]["Name"] = [[Backdoor]];
  4360. G2L["1b4"]["BackgroundTransparency"] = 1;
  4361.  
  4362.  
  4363. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor.TextLabel
  4364. G2L["1b5"] = Instance.new("TextLabel", G2L["1b4"]);
  4365. G2L["1b5"]["TextWrapped"] = true;
  4366. G2L["1b5"]["BorderSizePixel"] = 0;
  4367. G2L["1b5"]["TextScaled"] = true;
  4368. G2L["1b5"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  4369. G2L["1b5"]["TextSize"] = 14;
  4370. G2L["1b5"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4371. G2L["1b5"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  4372. G2L["1b5"]["Size"] = UDim2.new(1.01179, 0, 0.2, 0);
  4373. G2L["1b5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4374. G2L["1b5"]["Text"] = [[Rooms]];
  4375.  
  4376.  
  4377. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor.UIStroke
  4378. G2L["1b6"] = Instance.new("UIStroke", G2L["1b4"]);
  4379. G2L["1b6"]["Thickness"] = 5;
  4380. G2L["1b6"]["Color"] = Color3.fromRGB(255, 223, 190);
  4381.  
  4382.  
  4383. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor.Example
  4384. G2L["1b7"] = Instance.new("TextButton", G2L["1b4"]);
  4385. G2L["1b7"]["TextWrapped"] = true;
  4386. G2L["1b7"]["BorderSizePixel"] = 0;
  4387. G2L["1b7"]["TextSize"] = 14;
  4388. G2L["1b7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4389. G2L["1b7"]["TextScaled"] = true;
  4390. G2L["1b7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4391. G2L["1b7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4392. G2L["1b7"]["Size"] = UDim2.new(0.32251, 0, 0.3, 0);
  4393. G2L["1b7"]["BackgroundTransparency"] = 0.2;
  4394. G2L["1b7"]["Name"] = [[Example]];
  4395. G2L["1b7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4396. G2L["1b7"]["Text"] = [[Example]];
  4397. G2L["1b7"]["Position"] = UDim2.new(-0.00107, 0, 0.19929, 0);
  4398.  
  4399.  
  4400. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor.Example.UICorner
  4401. G2L["1b8"] = Instance.new("UICorner", G2L["1b7"]);
  4402. G2L["1b8"]["CornerRadius"] = UDim.new(0.3, 0);
  4403.  
  4404.  
  4405. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.Backdoor.Example.UIStroke
  4406. G2L["1b9"] = Instance.new("UIStroke", G2L["1b7"]);
  4407. G2L["1b9"]["Thickness"] = 5;
  4408.  
  4409.  
  4410. -- StarterGui.Sciptmode.Main.Mainpage.Modepage
  4411. G2L["1ba"] = Instance.new("ScrollingFrame", G2L["18f"]);
  4412. G2L["1ba"]["Active"] = true;
  4413. G2L["1ba"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  4414. G2L["1ba"]["BorderSizePixel"] = 0;
  4415. G2L["1ba"]["CanvasSize"] = UDim2.new(0, 0, 10, 0);
  4416. G2L["1ba"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4417. G2L["1ba"]["Name"] = [[Modepage]];
  4418. G2L["1ba"]["ScrollBarImageTransparency"] = 1;
  4419. G2L["1ba"]["Size"] = UDim2.new(0.9998, 0, 0.99717, 0);
  4420. G2L["1ba"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  4421. G2L["1ba"]["Position"] = UDim2.new(0, 0, 0.00142, 0);
  4422. G2L["1ba"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4423. G2L["1ba"]["ScrollBarThickness"] = 0;
  4424. G2L["1ba"]["BackgroundTransparency"] = 1;
  4425.  
  4426.  
  4427. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Unpleasant
  4428. G2L["1bb"] = Instance.new("TextButton", G2L["1ba"]);
  4429. G2L["1bb"]["TextWrapped"] = true;
  4430. G2L["1bb"]["BorderSizePixel"] = 0;
  4431. G2L["1bb"]["TextSize"] = 14;
  4432. G2L["1bb"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4433. G2L["1bb"]["TextScaled"] = true;
  4434. G2L["1bb"]["BackgroundColor3"] = Color3.fromRGB(0, 150, 128);
  4435. G2L["1bb"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4436. G2L["1bb"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4437. G2L["1bb"]["BackgroundTransparency"] = 0.2;
  4438. G2L["1bb"]["Name"] = [[Unpleasant]];
  4439. G2L["1bb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4440. G2L["1bb"]["Text"] = [[Unpleasant]];
  4441. G2L["1bb"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  4442.  
  4443.  
  4444. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Unpleasant.UICorner
  4445. G2L["1bc"] = Instance.new("UICorner", G2L["1bb"]);
  4446. G2L["1bc"]["CornerRadius"] = UDim.new(0.3, 0);
  4447.  
  4448.  
  4449. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Unpleasant.UIStroke
  4450. G2L["1bd"] = Instance.new("UIStroke", G2L["1bb"]);
  4451. G2L["1bd"]["Thickness"] = 5;
  4452.  
  4453.  
  4454. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Unpleasant.Select
  4455. G2L["1be"] = Instance.new("Frame", G2L["1bb"]);
  4456. G2L["1be"]["Visible"] = false;
  4457. G2L["1be"]["BorderSizePixel"] = 0;
  4458. G2L["1be"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4459. G2L["1be"]["Size"] = UDim2.new(1, 0, 1, 0);
  4460. G2L["1be"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4461. G2L["1be"]["Name"] = [[Select]];
  4462. G2L["1be"]["BackgroundTransparency"] = 1;
  4463.  
  4464.  
  4465. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Horror
  4466. G2L["1bf"] = Instance.new("TextButton", G2L["1ba"]);
  4467. G2L["1bf"]["TextWrapped"] = true;
  4468. G2L["1bf"]["BorderSizePixel"] = 0;
  4469. G2L["1bf"]["TextSize"] = 14;
  4470. G2L["1bf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4471. G2L["1bf"]["TextScaled"] = true;
  4472. G2L["1bf"]["BackgroundColor3"] = Color3.fromRGB(98, 7, 255);
  4473. G2L["1bf"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4474. G2L["1bf"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4475. G2L["1bf"]["BackgroundTransparency"] = 0.2;
  4476. G2L["1bf"]["Name"] = [[Horror]];
  4477. G2L["1bf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4478. G2L["1bf"]["Text"] = [[Horror]];
  4479. G2L["1bf"]["Position"] = UDim2.new(0.29685, 0, 0.07257, 0);
  4480.  
  4481.  
  4482. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Horror.UICorner
  4483. G2L["1c0"] = Instance.new("UICorner", G2L["1bf"]);
  4484. G2L["1c0"]["CornerRadius"] = UDim.new(0.3, 0);
  4485.  
  4486.  
  4487. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Horror.UIStroke
  4488. G2L["1c1"] = Instance.new("UIStroke", G2L["1bf"]);
  4489. G2L["1c1"]["Thickness"] = 5;
  4490.  
  4491.  
  4492. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Horror.Select
  4493. G2L["1c2"] = Instance.new("Frame", G2L["1bf"]);
  4494. G2L["1c2"]["Visible"] = false;
  4495. G2L["1c2"]["BorderSizePixel"] = 0;
  4496. G2L["1c2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4497. G2L["1c2"]["Size"] = UDim2.new(1, 0, 1, 0);
  4498. G2L["1c2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4499. G2L["1c2"]["Name"] = [[Select]];
  4500. G2L["1c2"]["BackgroundTransparency"] = 1;
  4501.  
  4502.  
  4503. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Dark
  4504. G2L["1c3"] = Instance.new("TextButton", G2L["1ba"]);
  4505. G2L["1c3"]["TextWrapped"] = true;
  4506. G2L["1c3"]["BorderSizePixel"] = 0;
  4507. G2L["1c3"]["TextSize"] = 14;
  4508. G2L["1c3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4509. G2L["1c3"]["TextScaled"] = true;
  4510. G2L["1c3"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  4511. G2L["1c3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4512. G2L["1c3"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4513. G2L["1c3"]["BackgroundTransparency"] = 0.2;
  4514. G2L["1c3"]["Name"] = [[Dark]];
  4515. G2L["1c3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4516. G2L["1c3"]["Text"] = [[Dark]];
  4517. G2L["1c3"]["Position"] = UDim2.new(0.23147, 0, 0.47928, 0);
  4518.  
  4519.  
  4520. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Dark.UICorner
  4521. G2L["1c4"] = Instance.new("UICorner", G2L["1c3"]);
  4522. G2L["1c4"]["CornerRadius"] = UDim.new(0.3, 0);
  4523.  
  4524.  
  4525. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Dark.UIStroke
  4526. G2L["1c5"] = Instance.new("UIStroke", G2L["1c3"]);
  4527. G2L["1c5"]["Thickness"] = 5;
  4528.  
  4529.  
  4530. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Dark.Select
  4531. G2L["1c6"] = Instance.new("Frame", G2L["1c3"]);
  4532. G2L["1c6"]["Visible"] = false;
  4533. G2L["1c6"]["BorderSizePixel"] = 0;
  4534. G2L["1c6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4535. G2L["1c6"]["Size"] = UDim2.new(1, 0, 1, 0);
  4536. G2L["1c6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4537. G2L["1c6"]["Name"] = [[Select]];
  4538. G2L["1c6"]["BackgroundTransparency"] = 1;
  4539.  
  4540.  
  4541. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Forgotten
  4542. G2L["1c7"] = Instance.new("TextButton", G2L["1ba"]);
  4543. G2L["1c7"]["TextWrapped"] = true;
  4544. G2L["1c7"]["BorderSizePixel"] = 0;
  4545. G2L["1c7"]["TextSize"] = 14;
  4546. G2L["1c7"]["TextColor3"] = Color3.fromRGB(200, 200, 200);
  4547. G2L["1c7"]["TextScaled"] = true;
  4548. G2L["1c7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4549. G2L["1c7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4550. G2L["1c7"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4551. G2L["1c7"]["BackgroundTransparency"] = 0.2;
  4552. G2L["1c7"]["Name"] = [[Forgotten]];
  4553. G2L["1c7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4554. G2L["1c7"]["Text"] = [[Forgotten]];
  4555. G2L["1c7"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4556.  
  4557.  
  4558. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Forgotten.UICorner
  4559. G2L["1c8"] = Instance.new("UICorner", G2L["1c7"]);
  4560. G2L["1c8"]["CornerRadius"] = UDim.new(0.3, 0);
  4561.  
  4562.  
  4563. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Forgotten.UIStroke
  4564. G2L["1c9"] = Instance.new("UIStroke", G2L["1c7"]);
  4565. G2L["1c9"]["Thickness"] = 5;
  4566.  
  4567.  
  4568. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Forgotten.Select
  4569. G2L["1ca"] = Instance.new("Frame", G2L["1c7"]);
  4570. G2L["1ca"]["Visible"] = false;
  4571. G2L["1ca"]["BorderSizePixel"] = 0;
  4572. G2L["1ca"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4573. G2L["1ca"]["Size"] = UDim2.new(1, 0, 1, 0);
  4574. G2L["1ca"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4575. G2L["1ca"]["Name"] = [[Select]];
  4576. G2L["1ca"]["BackgroundTransparency"] = 1;
  4577.  
  4578.  
  4579. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Psychotic
  4580. G2L["1cb"] = Instance.new("TextButton", G2L["1ba"]);
  4581. G2L["1cb"]["TextWrapped"] = true;
  4582. G2L["1cb"]["BorderSizePixel"] = 0;
  4583. G2L["1cb"]["TextSize"] = 14;
  4584. G2L["1cb"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4585. G2L["1cb"]["TextScaled"] = true;
  4586. G2L["1cb"]["BackgroundColor3"] = Color3.fromRGB(101, 11, 0);
  4587. G2L["1cb"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4588. G2L["1cb"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4589. G2L["1cb"]["BackgroundTransparency"] = 0.2;
  4590. G2L["1cb"]["Name"] = [[Psychotic]];
  4591. G2L["1cb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4592. G2L["1cb"]["Text"] = [[Psychotic]];
  4593. G2L["1cb"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4594.  
  4595.  
  4596. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Psychotic.UICorner
  4597. G2L["1cc"] = Instance.new("UICorner", G2L["1cb"]);
  4598. G2L["1cc"]["CornerRadius"] = UDim.new(0.3, 0);
  4599.  
  4600.  
  4601. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Psychotic.UIStroke
  4602. G2L["1cd"] = Instance.new("UIStroke", G2L["1cb"]);
  4603. G2L["1cd"]["Thickness"] = 5;
  4604.  
  4605.  
  4606. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Psychotic.Select
  4607. G2L["1ce"] = Instance.new("Frame", G2L["1cb"]);
  4608. G2L["1ce"]["Visible"] = false;
  4609. G2L["1ce"]["BorderSizePixel"] = 0;
  4610. G2L["1ce"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4611. G2L["1ce"]["Size"] = UDim2.new(1, 0, 1, 0);
  4612. G2L["1ce"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4613. G2L["1ce"]["Name"] = [[Select]];
  4614. G2L["1ce"]["BackgroundTransparency"] = 1;
  4615.  
  4616.  
  4617. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoroBad
  4618. G2L["1cf"] = Instance.new("TextButton", G2L["1ba"]);
  4619. G2L["1cf"]["TextWrapped"] = true;
  4620. G2L["1cf"]["BorderSizePixel"] = 0;
  4621. G2L["1cf"]["TextSize"] = 14;
  4622. G2L["1cf"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4623. G2L["1cf"]["TextScaled"] = true;
  4624. G2L["1cf"]["BackgroundColor3"] = Color3.fromRGB(201, 0, 4);
  4625. G2L["1cf"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4626. G2L["1cf"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4627. G2L["1cf"]["BackgroundTransparency"] = 0.2;
  4628. G2L["1cf"]["Name"] = [[HardcoroBad]];
  4629. G2L["1cf"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4630. G2L["1cf"]["Text"] = [[Hardcore But Bad]];
  4631. G2L["1cf"]["Position"] = UDim2.new(0.24651, 0, 0, 0);
  4632.  
  4633.  
  4634. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoroBad.UICorner
  4635. G2L["1d0"] = Instance.new("UICorner", G2L["1cf"]);
  4636. G2L["1d0"]["CornerRadius"] = UDim.new(0.3, 0);
  4637.  
  4638.  
  4639. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoroBad.UIStroke
  4640. G2L["1d1"] = Instance.new("UIStroke", G2L["1cf"]);
  4641. G2L["1d1"]["Thickness"] = 5;
  4642.  
  4643.  
  4644. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoroBad.Select
  4645. G2L["1d2"] = Instance.new("Frame", G2L["1cf"]);
  4646. G2L["1d2"]["Visible"] = false;
  4647. G2L["1d2"]["BorderSizePixel"] = 0;
  4648. G2L["1d2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4649. G2L["1d2"]["Size"] = UDim2.new(1, 0, 1, 0);
  4650. G2L["1d2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4651. G2L["1d2"]["Name"] = [[Select]];
  4652. G2L["1d2"]["BackgroundTransparency"] = 1;
  4653.  
  4654.  
  4655. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fear
  4656. G2L["1d3"] = Instance.new("TextButton", G2L["1ba"]);
  4657. G2L["1d3"]["TextWrapped"] = true;
  4658. G2L["1d3"]["BorderSizePixel"] = 0;
  4659. G2L["1d3"]["TextSize"] = 14;
  4660. G2L["1d3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4661. G2L["1d3"]["TextScaled"] = true;
  4662. G2L["1d3"]["BackgroundColor3"] = Color3.fromRGB(176, 176, 0);
  4663. G2L["1d3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4664. G2L["1d3"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4665. G2L["1d3"]["BackgroundTransparency"] = 0.2;
  4666. G2L["1d3"]["Name"] = [[Fear]];
  4667. G2L["1d3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4668. G2L["1d3"]["Text"] = [[Fear]];
  4669. G2L["1d3"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4670.  
  4671.  
  4672. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fear.UICorner
  4673. G2L["1d4"] = Instance.new("UICorner", G2L["1d3"]);
  4674. G2L["1d4"]["CornerRadius"] = UDim.new(0.3, 0);
  4675.  
  4676.  
  4677. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fear.UIStroke
  4678. G2L["1d5"] = Instance.new("UIStroke", G2L["1d3"]);
  4679. G2L["1d5"]["Thickness"] = 5;
  4680.  
  4681.  
  4682. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fear.Select
  4683. G2L["1d6"] = Instance.new("Frame", G2L["1d3"]);
  4684. G2L["1d6"]["Visible"] = false;
  4685. G2L["1d6"]["BorderSizePixel"] = 0;
  4686. G2L["1d6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4687. G2L["1d6"]["Size"] = UDim2.new(1, 0, 1, 0);
  4688. G2L["1d6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4689. G2L["1d6"]["Name"] = [[Select]];
  4690. G2L["1d6"]["BackgroundTransparency"] = 1;
  4691.  
  4692.  
  4693. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Nightmare
  4694. G2L["1d7"] = Instance.new("TextButton", G2L["1ba"]);
  4695. G2L["1d7"]["TextWrapped"] = true;
  4696. G2L["1d7"]["BorderSizePixel"] = 0;
  4697. G2L["1d7"]["TextSize"] = 14;
  4698. G2L["1d7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4699. G2L["1d7"]["TextScaled"] = true;
  4700. G2L["1d7"]["BackgroundColor3"] = Color3.fromRGB(58, 58, 58);
  4701. G2L["1d7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4702. G2L["1d7"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4703. G2L["1d7"]["BackgroundTransparency"] = 0.2;
  4704. G2L["1d7"]["Name"] = [[Nightmare]];
  4705. G2L["1d7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4706. G2L["1d7"]["Text"] = [[Nightmare]];
  4707. G2L["1d7"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4708.  
  4709.  
  4710. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Nightmare.UICorner
  4711. G2L["1d8"] = Instance.new("UICorner", G2L["1d7"]);
  4712. G2L["1d8"]["CornerRadius"] = UDim.new(0.3, 0);
  4713.  
  4714.  
  4715. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Nightmare.UIStroke
  4716. G2L["1d9"] = Instance.new("UIStroke", G2L["1d7"]);
  4717. G2L["1d9"]["Thickness"] = 5;
  4718.  
  4719.  
  4720. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Nightmare.Select
  4721. G2L["1da"] = Instance.new("Frame", G2L["1d7"]);
  4722. G2L["1da"]["Visible"] = false;
  4723. G2L["1da"]["BorderSizePixel"] = 0;
  4724. G2L["1da"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4725. G2L["1da"]["Size"] = UDim2.new(1, 0, 1, 0);
  4726. G2L["1da"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4727. G2L["1da"]["Name"] = [[Select]];
  4728. G2L["1da"]["BackgroundTransparency"] = 1;
  4729.  
  4730.  
  4731. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Interminablerooms
  4732. G2L["1db"] = Instance.new("TextButton", G2L["1ba"]);
  4733. G2L["1db"]["TextWrapped"] = true;
  4734. G2L["1db"]["BorderSizePixel"] = 0;
  4735. G2L["1db"]["TextSize"] = 14;
  4736. G2L["1db"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4737. G2L["1db"]["TextScaled"] = true;
  4738. G2L["1db"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4739. G2L["1db"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4740. G2L["1db"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4741. G2L["1db"]["BackgroundTransparency"] = 0.2;
  4742. G2L["1db"]["Name"] = [[Interminablerooms]];
  4743. G2L["1db"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4744. G2L["1db"]["Text"] = [[Interminable-rooms]];
  4745. G2L["1db"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  4746.  
  4747.  
  4748. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Interminablerooms.UICorner
  4749. G2L["1dc"] = Instance.new("UICorner", G2L["1db"]);
  4750. G2L["1dc"]["CornerRadius"] = UDim.new(0.3, 0);
  4751.  
  4752.  
  4753. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Interminablerooms.UIStroke
  4754. G2L["1dd"] = Instance.new("UIStroke", G2L["1db"]);
  4755. G2L["1dd"]["Thickness"] = 5;
  4756.  
  4757.  
  4758. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Interminablerooms.Select
  4759. G2L["1de"] = Instance.new("Frame", G2L["1db"]);
  4760. G2L["1de"]["Visible"] = false;
  4761. G2L["1de"]["BorderSizePixel"] = 0;
  4762. G2L["1de"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4763. G2L["1de"]["Size"] = UDim2.new(1, 0, 1, 0);
  4764. G2L["1de"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4765. G2L["1de"]["Name"] = [[Select]];
  4766. G2L["1de"]["BackgroundTransparency"] = 1;
  4767.  
  4768.  
  4769. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Devil
  4770. G2L["1df"] = Instance.new("TextButton", G2L["1ba"]);
  4771. G2L["1df"]["TextWrapped"] = true;
  4772. G2L["1df"]["BorderSizePixel"] = 0;
  4773. G2L["1df"]["TextSize"] = 14;
  4774. G2L["1df"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4775. G2L["1df"]["TextScaled"] = true;
  4776. G2L["1df"]["BackgroundColor3"] = Color3.fromRGB(101, 0, 0);
  4777. G2L["1df"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4778. G2L["1df"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4779. G2L["1df"]["BackgroundTransparency"] = 0.2;
  4780. G2L["1df"]["Name"] = [[Devil]];
  4781. G2L["1df"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4782. G2L["1df"]["Text"] = [[Devil]];
  4783. G2L["1df"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4784.  
  4785.  
  4786. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Devil.UICorner
  4787. G2L["1e0"] = Instance.new("UICorner", G2L["1df"]);
  4788. G2L["1e0"]["CornerRadius"] = UDim.new(0.3, 0);
  4789.  
  4790.  
  4791. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Devil.UIStroke
  4792. G2L["1e1"] = Instance.new("UIStroke", G2L["1df"]);
  4793. G2L["1e1"]["Thickness"] = 5;
  4794.  
  4795.  
  4796. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Devil.Select
  4797. G2L["1e2"] = Instance.new("Frame", G2L["1df"]);
  4798. G2L["1e2"]["Visible"] = false;
  4799. G2L["1e2"]["BorderSizePixel"] = 0;
  4800. G2L["1e2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4801. G2L["1e2"]["Size"] = UDim2.new(1, 0, 1, 0);
  4802. G2L["1e2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4803. G2L["1e2"]["Name"] = [[Select]];
  4804. G2L["1e2"]["BackgroundTransparency"] = 1;
  4805.  
  4806.  
  4807. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fragmented
  4808. G2L["1e3"] = Instance.new("TextButton", G2L["1ba"]);
  4809. G2L["1e3"]["TextWrapped"] = true;
  4810. G2L["1e3"]["BorderSizePixel"] = 0;
  4811. G2L["1e3"]["TextSize"] = 14;
  4812. G2L["1e3"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4813. G2L["1e3"]["TextScaled"] = true;
  4814. G2L["1e3"]["BackgroundColor3"] = Color3.fromRGB(141, 0, 255);
  4815. G2L["1e3"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4816. G2L["1e3"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4817. G2L["1e3"]["BackgroundTransparency"] = 0.2;
  4818. G2L["1e3"]["Name"] = [[Fragmented]];
  4819. G2L["1e3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4820. G2L["1e3"]["Text"] = [[Fragmented]];
  4821. G2L["1e3"]["Position"] = UDim2.new(0.21394, 0, 0.26821, 0);
  4822.  
  4823.  
  4824. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fragmented.UICorner
  4825. G2L["1e4"] = Instance.new("UICorner", G2L["1e3"]);
  4826. G2L["1e4"]["CornerRadius"] = UDim.new(0.3, 0);
  4827.  
  4828.  
  4829. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fragmented.UIStroke
  4830. G2L["1e5"] = Instance.new("UIStroke", G2L["1e3"]);
  4831. G2L["1e5"]["Thickness"] = 5;
  4832.  
  4833.  
  4834. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Fragmented.Select
  4835. G2L["1e6"] = Instance.new("Frame", G2L["1e3"]);
  4836. G2L["1e6"]["Visible"] = false;
  4837. G2L["1e6"]["BorderSizePixel"] = 0;
  4838. G2L["1e6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4839. G2L["1e6"]["Size"] = UDim2.new(1, 0, 1, 0);
  4840. G2L["1e6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4841. G2L["1e6"]["Name"] = [[Select]];
  4842. G2L["1e6"]["BackgroundTransparency"] = 1;
  4843.  
  4844.  
  4845. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Cat
  4846. G2L["1e7"] = Instance.new("TextButton", G2L["1ba"]);
  4847. G2L["1e7"]["TextWrapped"] = true;
  4848. G2L["1e7"]["BorderSizePixel"] = 0;
  4849. G2L["1e7"]["TextSize"] = 14;
  4850. G2L["1e7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4851. G2L["1e7"]["TextScaled"] = true;
  4852. G2L["1e7"]["BackgroundColor3"] = Color3.fromRGB(255, 59, 177);
  4853. G2L["1e7"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4854. G2L["1e7"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4855. G2L["1e7"]["BackgroundTransparency"] = 0.2;
  4856. G2L["1e7"]["Name"] = [[Cat]];
  4857. G2L["1e7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4858. G2L["1e7"]["Text"] = [[Cat]];
  4859. G2L["1e7"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4860.  
  4861.  
  4862. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Cat.UICorner
  4863. G2L["1e8"] = Instance.new("UICorner", G2L["1e7"]);
  4864. G2L["1e8"]["CornerRadius"] = UDim.new(0.3, 0);
  4865.  
  4866.  
  4867. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Cat.UIStroke
  4868. G2L["1e9"] = Instance.new("UIStroke", G2L["1e7"]);
  4869. G2L["1e9"]["Thickness"] = 5;
  4870.  
  4871.  
  4872. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Cat.Select
  4873. G2L["1ea"] = Instance.new("Frame", G2L["1e7"]);
  4874. G2L["1ea"]["Visible"] = false;
  4875. G2L["1ea"]["BorderSizePixel"] = 0;
  4876. G2L["1ea"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4877. G2L["1ea"]["Size"] = UDim2.new(1, 0, 1, 0);
  4878. G2L["1ea"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4879. G2L["1ea"]["Name"] = [[Select]];
  4880. G2L["1ea"]["BackgroundTransparency"] = 1;
  4881.  
  4882.  
  4883. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Cat.Select.Select
  4884. G2L["1eb"] = Instance.new("Frame", G2L["1ea"]);
  4885. G2L["1eb"]["Visible"] = false;
  4886. G2L["1eb"]["BorderSizePixel"] = 0;
  4887. G2L["1eb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4888. G2L["1eb"]["Size"] = UDim2.new(1, 0, 1, 0);
  4889. G2L["1eb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4890. G2L["1eb"]["Name"] = [[Select]];
  4891. G2L["1eb"]["BackgroundTransparency"] = 1;
  4892.  
  4893.  
  4894. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Troll
  4895. G2L["1ec"] = Instance.new("TextButton", G2L["1ba"]);
  4896. G2L["1ec"]["TextWrapped"] = true;
  4897. G2L["1ec"]["BorderSizePixel"] = 0;
  4898. G2L["1ec"]["TextSize"] = 14;
  4899. G2L["1ec"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4900. G2L["1ec"]["TextScaled"] = true;
  4901. G2L["1ec"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4902. G2L["1ec"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4903. G2L["1ec"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4904. G2L["1ec"]["BackgroundTransparency"] = 0.2;
  4905. G2L["1ec"]["Name"] = [[Troll]];
  4906. G2L["1ec"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4907. G2L["1ec"]["Text"] = [[Troll]];
  4908. G2L["1ec"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4909.  
  4910.  
  4911. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Troll.UICorner
  4912. G2L["1ed"] = Instance.new("UICorner", G2L["1ec"]);
  4913. G2L["1ed"]["CornerRadius"] = UDim.new(0.3, 0);
  4914.  
  4915.  
  4916. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Troll.UIStroke
  4917. G2L["1ee"] = Instance.new("UIStroke", G2L["1ec"]);
  4918. G2L["1ee"]["Thickness"] = 5;
  4919.  
  4920.  
  4921. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Troll.Select
  4922. G2L["1ef"] = Instance.new("Frame", G2L["1ec"]);
  4923. G2L["1ef"]["Visible"] = false;
  4924. G2L["1ef"]["BorderSizePixel"] = 0;
  4925. G2L["1ef"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4926. G2L["1ef"]["Size"] = UDim2.new(1, 0, 1, 0);
  4927. G2L["1ef"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4928. G2L["1ef"]["Name"] = [[Select]];
  4929. G2L["1ef"]["BackgroundTransparency"] = 1;
  4930.  
  4931.  
  4932. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hell
  4933. G2L["1f0"] = Instance.new("TextButton", G2L["1ba"]);
  4934. G2L["1f0"]["TextWrapped"] = true;
  4935. G2L["1f0"]["BorderSizePixel"] = 0;
  4936. G2L["1f0"]["TextSize"] = 14;
  4937. G2L["1f0"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4938. G2L["1f0"]["TextScaled"] = true;
  4939. G2L["1f0"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 5);
  4940. G2L["1f0"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4941. G2L["1f0"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4942. G2L["1f0"]["BackgroundTransparency"] = 0.2;
  4943. G2L["1f0"]["Name"] = [[Hell]];
  4944. G2L["1f0"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4945. G2L["1f0"]["Text"] = [[Hell]];
  4946. G2L["1f0"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  4947.  
  4948.  
  4949. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hell.UICorner
  4950. G2L["1f1"] = Instance.new("UICorner", G2L["1f0"]);
  4951. G2L["1f1"]["CornerRadius"] = UDim.new(0.3, 0);
  4952.  
  4953.  
  4954. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hell.UIStroke
  4955. G2L["1f2"] = Instance.new("UIStroke", G2L["1f0"]);
  4956. G2L["1f2"]["Thickness"] = 5;
  4957.  
  4958.  
  4959. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hell.Select
  4960. G2L["1f3"] = Instance.new("Frame", G2L["1f0"]);
  4961. G2L["1f3"]["Visible"] = false;
  4962. G2L["1f3"]["BorderSizePixel"] = 0;
  4963. G2L["1f3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  4964. G2L["1f3"]["Size"] = UDim2.new(1, 0, 1, 0);
  4965. G2L["1f3"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4966. G2L["1f3"]["Name"] = [[Select]];
  4967. G2L["1f3"]["BackgroundTransparency"] = 1;
  4968.  
  4969.  
  4970. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hardcore
  4971. G2L["1f4"] = Instance.new("TextButton", G2L["1ba"]);
  4972. G2L["1f4"]["TextWrapped"] = true;
  4973. G2L["1f4"]["BorderSizePixel"] = 0;
  4974. G2L["1f4"]["TextSize"] = 14;
  4975. G2L["1f4"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  4976. G2L["1f4"]["TextScaled"] = true;
  4977. G2L["1f4"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  4978. G2L["1f4"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  4979. G2L["1f4"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  4980. G2L["1f4"]["BackgroundTransparency"] = 0.2;
  4981. G2L["1f4"]["Name"] = [[Hardcore]];
  4982. G2L["1f4"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  4983. G2L["1f4"]["Text"] = [[Hardcore]];
  4984. G2L["1f4"]["Position"] = UDim2.new(0.232, 0, 0, 0);
  4985.  
  4986.  
  4987. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hardcore.UICorner
  4988. G2L["1f5"] = Instance.new("UICorner", G2L["1f4"]);
  4989. G2L["1f5"]["CornerRadius"] = UDim.new(0.3, 0);
  4990.  
  4991.  
  4992. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hardcore.UIStroke
  4993. G2L["1f6"] = Instance.new("UIStroke", G2L["1f4"]);
  4994. G2L["1f6"]["Thickness"] = 5;
  4995.  
  4996.  
  4997. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hardcore.Select
  4998. G2L["1f7"] = Instance.new("Frame", G2L["1f4"]);
  4999. G2L["1f7"]["Visible"] = false;
  5000. G2L["1f7"]["BorderSizePixel"] = 0;
  5001. G2L["1f7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5002. G2L["1f7"]["Size"] = UDim2.new(1, 0, 1, 0);
  5003. G2L["1f7"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5004. G2L["1f7"]["Name"] = [[Select]];
  5005. G2L["1f7"]["BackgroundTransparency"] = 1;
  5006.  
  5007.  
  5008. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoreRemake
  5009. G2L["1f8"] = Instance.new("TextButton", G2L["1ba"]);
  5010. G2L["1f8"]["TextWrapped"] = true;
  5011. G2L["1f8"]["BorderSizePixel"] = 0;
  5012. G2L["1f8"]["TextSize"] = 14;
  5013. G2L["1f8"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5014. G2L["1f8"]["TextScaled"] = true;
  5015. G2L["1f8"]["BackgroundColor3"] = Color3.fromRGB(0, 255, 255);
  5016. G2L["1f8"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5017. G2L["1f8"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5018. G2L["1f8"]["BackgroundTransparency"] = 0.2;
  5019. G2L["1f8"]["Name"] = [[HardcoreRemake]];
  5020. G2L["1f8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5021. G2L["1f8"]["Text"] = [[Hardcore Remake]];
  5022. G2L["1f8"]["Position"] = UDim2.new(0.23025, 0, 0.26664, 0);
  5023.  
  5024.  
  5025. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoreRemake.UICorner
  5026. G2L["1f9"] = Instance.new("UICorner", G2L["1f8"]);
  5027. G2L["1f9"]["CornerRadius"] = UDim.new(0.3, 0);
  5028.  
  5029.  
  5030. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoreRemake.UIStroke
  5031. G2L["1fa"] = Instance.new("UIStroke", G2L["1f8"]);
  5032. G2L["1fa"]["Thickness"] = 5;
  5033.  
  5034.  
  5035. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.HardcoreRemake.Select
  5036. G2L["1fb"] = Instance.new("Frame", G2L["1f8"]);
  5037. G2L["1fb"]["Visible"] = false;
  5038. G2L["1fb"]["BorderSizePixel"] = 0;
  5039. G2L["1fb"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5040. G2L["1fb"]["Size"] = UDim2.new(1, 0, 1, 0);
  5041. G2L["1fb"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5042. G2L["1fb"]["Name"] = [[Select]];
  5043. G2L["1fb"]["BackgroundTransparency"] = 1;
  5044.  
  5045.  
  5046. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hard
  5047. G2L["1fc"] = Instance.new("TextButton", G2L["1ba"]);
  5048. G2L["1fc"]["TextWrapped"] = true;
  5049. G2L["1fc"]["BorderSizePixel"] = 0;
  5050. G2L["1fc"]["TextSize"] = 14;
  5051. G2L["1fc"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5052. G2L["1fc"]["TextScaled"] = true;
  5053. G2L["1fc"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 90);
  5054. G2L["1fc"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5055. G2L["1fc"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5056. G2L["1fc"]["BackgroundTransparency"] = 0.2;
  5057. G2L["1fc"]["Name"] = [[Hard]];
  5058. G2L["1fc"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5059. G2L["1fc"]["Text"] = [[Hard]];
  5060. G2L["1fc"]["Position"] = UDim2.new(0.24651, 0, 0, 0);
  5061.  
  5062.  
  5063. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hard.UICorner
  5064. G2L["1fd"] = Instance.new("UICorner", G2L["1fc"]);
  5065. G2L["1fd"]["CornerRadius"] = UDim.new(0.3, 0);
  5066.  
  5067.  
  5068. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hard.UIStroke
  5069. G2L["1fe"] = Instance.new("UIStroke", G2L["1fc"]);
  5070. G2L["1fe"]["Thickness"] = 5;
  5071.  
  5072.  
  5073. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hard.Select
  5074. G2L["1ff"] = Instance.new("Frame", G2L["1fc"]);
  5075. G2L["1ff"]["Visible"] = false;
  5076. G2L["1ff"]["BorderSizePixel"] = 0;
  5077. G2L["1ff"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5078. G2L["1ff"]["Size"] = UDim2.new(1, 0, 1, 0);
  5079. G2L["1ff"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5080. G2L["1ff"]["Name"] = [[Select]];
  5081. G2L["1ff"]["BackgroundTransparency"] = 1;
  5082.  
  5083.  
  5084. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Impossible
  5085. G2L["200"] = Instance.new("TextButton", G2L["1ba"]);
  5086. G2L["200"]["TextWrapped"] = true;
  5087. G2L["200"]["BorderSizePixel"] = 0;
  5088. G2L["200"]["TextSize"] = 14;
  5089. G2L["200"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5090. G2L["200"]["TextScaled"] = true;
  5091. G2L["200"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 0);
  5092. G2L["200"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5093. G2L["200"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5094. G2L["200"]["BackgroundTransparency"] = 0.2;
  5095. G2L["200"]["Name"] = [[Impossible]];
  5096. G2L["200"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5097. G2L["200"]["Text"] = [[Impossible]];
  5098. G2L["200"]["Position"] = UDim2.new(0.24651, 0, 0, 0);
  5099.  
  5100.  
  5101. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Impossible.UICorner
  5102. G2L["201"] = Instance.new("UICorner", G2L["200"]);
  5103. G2L["201"]["CornerRadius"] = UDim.new(0.3, 0);
  5104.  
  5105.  
  5106. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Impossible.UIStroke
  5107. G2L["202"] = Instance.new("UIStroke", G2L["200"]);
  5108. G2L["202"]["Thickness"] = 5;
  5109.  
  5110.  
  5111. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Impossible.Select
  5112. G2L["203"] = Instance.new("Frame", G2L["200"]);
  5113. G2L["203"]["Visible"] = false;
  5114. G2L["203"]["BorderSizePixel"] = 0;
  5115. G2L["203"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5116. G2L["203"]["Size"] = UDim2.new(1, 0, 1, 0);
  5117. G2L["203"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5118. G2L["203"]["Name"] = [[Select]];
  5119. G2L["203"]["BackgroundTransparency"] = 1;
  5120.  
  5121.  
  5122. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Veryhaed
  5123. G2L["204"] = Instance.new("TextButton", G2L["1ba"]);
  5124. G2L["204"]["TextWrapped"] = true;
  5125. G2L["204"]["BorderSizePixel"] = 0;
  5126. G2L["204"]["TextSize"] = 14;
  5127. G2L["204"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5128. G2L["204"]["TextScaled"] = true;
  5129. G2L["204"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  5130. G2L["204"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5131. G2L["204"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5132. G2L["204"]["BackgroundTransparency"] = 0.2;
  5133. G2L["204"]["Name"] = [[Veryhaed]];
  5134. G2L["204"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5135. G2L["204"]["Text"] = [[Very hard]];
  5136. G2L["204"]["Position"] = UDim2.new(0.232, 0, 0, 0);
  5137.  
  5138.  
  5139. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Veryhaed.UICorner
  5140. G2L["205"] = Instance.new("UICorner", G2L["204"]);
  5141. G2L["205"]["CornerRadius"] = UDim.new(0.3, 0);
  5142.  
  5143.  
  5144. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Veryhaed.UIStroke
  5145. G2L["206"] = Instance.new("UIStroke", G2L["204"]);
  5146. G2L["206"]["Thickness"] = 5;
  5147.  
  5148.  
  5149. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Veryhaed.Select
  5150. G2L["207"] = Instance.new("Frame", G2L["204"]);
  5151. G2L["207"]["Visible"] = false;
  5152. G2L["207"]["BorderSizePixel"] = 0;
  5153. G2L["207"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5154. G2L["207"]["Size"] = UDim2.new(1, 0, 1, 0);
  5155. G2L["207"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5156. G2L["207"]["Name"] = [[Select]];
  5157. G2L["207"]["BackgroundTransparency"] = 1;
  5158.  
  5159.  
  5160. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Mayhem
  5161. G2L["208"] = Instance.new("TextButton", G2L["1ba"]);
  5162. G2L["208"]["TextWrapped"] = true;
  5163. G2L["208"]["BorderSizePixel"] = 0;
  5164. G2L["208"]["TextSize"] = 14;
  5165. G2L["208"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5166. G2L["208"]["TextScaled"] = true;
  5167. G2L["208"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 128);
  5168. G2L["208"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5169. G2L["208"]["Selected"] = true;
  5170. G2L["208"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5171. G2L["208"]["BackgroundTransparency"] = 0.2;
  5172. G2L["208"]["Name"] = [[Mayhem]];
  5173. G2L["208"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5174. G2L["208"]["Text"] = [[Mayhem]];
  5175. G2L["208"]["Position"] = UDim2.new(0.24651, 0, 0, 0);
  5176.  
  5177.  
  5178. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Mayhem.UICorner
  5179. G2L["209"] = Instance.new("UICorner", G2L["208"]);
  5180. G2L["209"]["CornerRadius"] = UDim.new(0.3, 0);
  5181.  
  5182.  
  5183. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Mayhem.UIStroke
  5184. G2L["20a"] = Instance.new("UIStroke", G2L["208"]);
  5185. G2L["20a"]["Thickness"] = 5;
  5186.  
  5187.  
  5188. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Mayhem.Select
  5189. G2L["20b"] = Instance.new("Frame", G2L["208"]);
  5190. G2L["20b"]["Visible"] = false;
  5191. G2L["20b"]["BorderSizePixel"] = 0;
  5192. G2L["20b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5193. G2L["20b"]["Size"] = UDim2.new(1, 0, 1, 0);
  5194. G2L["20b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5195. G2L["20b"]["Name"] = [[Select]];
  5196. G2L["20b"]["BackgroundTransparency"] = 1;
  5197.  
  5198.  
  5199. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Creepy
  5200. G2L["20c"] = Instance.new("TextButton", G2L["1ba"]);
  5201. G2L["20c"]["TextWrapped"] = true;
  5202. G2L["20c"]["BorderSizePixel"] = 0;
  5203. G2L["20c"]["TextSize"] = 14;
  5204. G2L["20c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5205. G2L["20c"]["TextScaled"] = true;
  5206. G2L["20c"]["BackgroundColor3"] = Color3.fromRGB(2, 245, 59);
  5207. G2L["20c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5208. G2L["20c"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5209. G2L["20c"]["BackgroundTransparency"] = 0.2;
  5210. G2L["20c"]["Name"] = [[Creepy]];
  5211. G2L["20c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5212. G2L["20c"]["Text"] = [[Creepy]];
  5213. G2L["20c"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  5214.  
  5215.  
  5216. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Creepy.UICorner
  5217. G2L["20d"] = Instance.new("UICorner", G2L["20c"]);
  5218. G2L["20d"]["CornerRadius"] = UDim.new(0.3, 0);
  5219.  
  5220.  
  5221. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Creepy.UIStroke
  5222. G2L["20e"] = Instance.new("UIStroke", G2L["20c"]);
  5223. G2L["20e"]["Thickness"] = 5;
  5224.  
  5225.  
  5226. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Creepy.Select
  5227. G2L["20f"] = Instance.new("Frame", G2L["20c"]);
  5228. G2L["20f"]["Visible"] = false;
  5229. G2L["20f"]["BorderSizePixel"] = 0;
  5230. G2L["20f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5231. G2L["20f"]["Size"] = UDim2.new(1, 0, 1, 0);
  5232. G2L["20f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5233. G2L["20f"]["Name"] = [[Select]];
  5234. G2L["20f"]["BackgroundTransparency"] = 1;
  5235.  
  5236.  
  5237. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hamor
  5238. G2L["210"] = Instance.new("TextButton", G2L["1ba"]);
  5239. G2L["210"]["TextWrapped"] = true;
  5240. G2L["210"]["BorderSizePixel"] = 0;
  5241. G2L["210"]["TextSize"] = 14;
  5242. G2L["210"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5243. G2L["210"]["TextScaled"] = true;
  5244. G2L["210"]["BackgroundColor3"] = Color3.fromRGB(6, 0, 72);
  5245. G2L["210"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5246. G2L["210"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5247. G2L["210"]["BackgroundTransparency"] = 0.2;
  5248. G2L["210"]["Name"] = [[Hamor]];
  5249. G2L["210"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5250. G2L["210"]["Text"] = [[Hamor]];
  5251. G2L["210"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5252.  
  5253.  
  5254. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hamor.UICorner
  5255. G2L["211"] = Instance.new("UICorner", G2L["210"]);
  5256. G2L["211"]["CornerRadius"] = UDim.new(0.3, 0);
  5257.  
  5258.  
  5259. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hamor.UIStroke
  5260. G2L["212"] = Instance.new("UIStroke", G2L["210"]);
  5261. G2L["212"]["Thickness"] = 5;
  5262.  
  5263.  
  5264. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hamor.Select
  5265. G2L["213"] = Instance.new("Frame", G2L["210"]);
  5266. G2L["213"]["Visible"] = false;
  5267. G2L["213"]["BorderSizePixel"] = 0;
  5268. G2L["213"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5269. G2L["213"]["Size"] = UDim2.new(1, 0, 1, 0);
  5270. G2L["213"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5271. G2L["213"]["Name"] = [[Select]];
  5272. G2L["213"]["BackgroundTransparency"] = 1;
  5273.  
  5274.  
  5275. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.ExtremeAV
  5276. G2L["214"] = Instance.new("TextButton", G2L["1ba"]);
  5277. G2L["214"]["TextWrapped"] = true;
  5278. G2L["214"]["BorderSizePixel"] = 0;
  5279. G2L["214"]["TextSize"] = 14;
  5280. G2L["214"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5281. G2L["214"]["TextScaled"] = true;
  5282. G2L["214"]["BackgroundColor3"] = Color3.fromRGB(0, 111, 255);
  5283. G2L["214"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5284. G2L["214"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5285. G2L["214"]["BackgroundTransparency"] = 0.2;
  5286. G2L["214"]["Name"] = [[ExtremeAV]];
  5287. G2L["214"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5288. G2L["214"]["Text"] = [[Extreme]];
  5289. G2L["214"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5290.  
  5291.  
  5292. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.ExtremeAV.UICorner
  5293. G2L["215"] = Instance.new("UICorner", G2L["214"]);
  5294. G2L["215"]["CornerRadius"] = UDim.new(0.3, 0);
  5295.  
  5296.  
  5297. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.ExtremeAV.UIStroke
  5298. G2L["216"] = Instance.new("UIStroke", G2L["214"]);
  5299. G2L["216"]["Thickness"] = 5;
  5300.  
  5301.  
  5302. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.ExtremeAV.Select
  5303. G2L["217"] = Instance.new("Frame", G2L["214"]);
  5304. G2L["217"]["Visible"] = false;
  5305. G2L["217"]["BorderSizePixel"] = 0;
  5306. G2L["217"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5307. G2L["217"]["Size"] = UDim2.new(1, 0, 1, 0);
  5308. G2L["217"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5309. G2L["217"]["Name"] = [[Select]];
  5310. G2L["217"]["BackgroundTransparency"] = 1;
  5311.  
  5312.  
  5313. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hazy
  5314. G2L["218"] = Instance.new("TextButton", G2L["1ba"]);
  5315. G2L["218"]["TextWrapped"] = true;
  5316. G2L["218"]["BorderSizePixel"] = 0;
  5317. G2L["218"]["TextSize"] = 14;
  5318. G2L["218"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5319. G2L["218"]["TextScaled"] = true;
  5320. G2L["218"]["BackgroundColor3"] = Color3.fromRGB(51, 51, 51);
  5321. G2L["218"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5322. G2L["218"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5323. G2L["218"]["BackgroundTransparency"] = 0.2;
  5324. G2L["218"]["Name"] = [[Hazy]];
  5325. G2L["218"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5326. G2L["218"]["Text"] = [[Hazy]];
  5327. G2L["218"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5328.  
  5329.  
  5330. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hazy.UICorner
  5331. G2L["219"] = Instance.new("UICorner", G2L["218"]);
  5332. G2L["219"]["CornerRadius"] = UDim.new(0.3, 0);
  5333.  
  5334.  
  5335. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hazy.UIStroke
  5336. G2L["21a"] = Instance.new("UIStroke", G2L["218"]);
  5337. G2L["21a"]["Thickness"] = 5;
  5338.  
  5339.  
  5340. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Hazy.Select
  5341. G2L["21b"] = Instance.new("Frame", G2L["218"]);
  5342. G2L["21b"]["Visible"] = false;
  5343. G2L["21b"]["BorderSizePixel"] = 0;
  5344. G2L["21b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5345. G2L["21b"]["Size"] = UDim2.new(1, 0, 1, 0);
  5346. G2L["21b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5347. G2L["21b"]["Name"] = [[Select]];
  5348. G2L["21b"]["BackgroundTransparency"] = 1;
  5349.  
  5350.  
  5351. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Furry
  5352. G2L["21c"] = Instance.new("TextButton", G2L["1ba"]);
  5353. G2L["21c"]["TextWrapped"] = true;
  5354. G2L["21c"]["BorderSizePixel"] = 0;
  5355. G2L["21c"]["TextSize"] = 14;
  5356. G2L["21c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5357. G2L["21c"]["TextScaled"] = true;
  5358. G2L["21c"]["BackgroundColor3"] = Color3.fromRGB(255, 86, 128);
  5359. G2L["21c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5360. G2L["21c"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5361. G2L["21c"]["BackgroundTransparency"] = 0.2;
  5362. G2L["21c"]["Name"] = [[Furry]];
  5363. G2L["21c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5364. G2L["21c"]["Text"] = [[Furry]];
  5365. G2L["21c"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5366.  
  5367.  
  5368. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Furry.UICorner
  5369. G2L["21d"] = Instance.new("UICorner", G2L["21c"]);
  5370. G2L["21d"]["CornerRadius"] = UDim.new(0.3, 0);
  5371.  
  5372.  
  5373. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Furry.UIStroke
  5374. G2L["21e"] = Instance.new("UIStroke", G2L["21c"]);
  5375. G2L["21e"]["Thickness"] = 5;
  5376.  
  5377.  
  5378. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Furry.Select
  5379. G2L["21f"] = Instance.new("Frame", G2L["21c"]);
  5380. G2L["21f"]["Visible"] = false;
  5381. G2L["21f"]["BorderSizePixel"] = 0;
  5382. G2L["21f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5383. G2L["21f"]["Size"] = UDim2.new(1, 0, 1, 0);
  5384. G2L["21f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5385. G2L["21f"]["Name"] = [[Select]];
  5386. G2L["21f"]["BackgroundTransparency"] = 1;
  5387.  
  5388.  
  5389. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.LocalScript
  5390. G2L["220"] = Instance.new("LocalScript", G2L["1ba"]);
  5391.  
  5392.  
  5393.  
  5394. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Glitch
  5395. G2L["221"] = Instance.new("TextButton", G2L["1ba"]);
  5396. G2L["221"]["TextWrapped"] = true;
  5397. G2L["221"]["BorderSizePixel"] = 0;
  5398. G2L["221"]["TextSize"] = 14;
  5399. G2L["221"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5400. G2L["221"]["TextScaled"] = true;
  5401. G2L["221"]["BackgroundColor3"] = Color3.fromRGB(116, 0, 255);
  5402. G2L["221"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5403. G2L["221"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5404. G2L["221"]["BackgroundTransparency"] = 0.2;
  5405. G2L["221"]["Name"] = [[Glitch]];
  5406. G2L["221"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5407. G2L["221"]["Text"] = [[Glitch]];
  5408. G2L["221"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  5409.  
  5410.  
  5411. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Glitch.UICorner
  5412. G2L["222"] = Instance.new("UICorner", G2L["221"]);
  5413. G2L["222"]["CornerRadius"] = UDim.new(0.3, 0);
  5414.  
  5415.  
  5416. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Glitch.UIStroke
  5417. G2L["223"] = Instance.new("UIStroke", G2L["221"]);
  5418. G2L["223"]["Thickness"] = 5;
  5419.  
  5420.  
  5421. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Glitch.Select
  5422. G2L["224"] = Instance.new("Frame", G2L["221"]);
  5423. G2L["224"]["Visible"] = false;
  5424. G2L["224"]["BorderSizePixel"] = 0;
  5425. G2L["224"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5426. G2L["224"]["Size"] = UDim2.new(1, 0, 1, 0);
  5427. G2L["224"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5428. G2L["224"]["Name"] = [[Select]];
  5429. G2L["224"]["BackgroundTransparency"] = 1;
  5430.  
  5431.  
  5432. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Darkness
  5433. G2L["225"] = Instance.new("TextButton", G2L["1ba"]);
  5434. G2L["225"]["TextWrapped"] = true;
  5435. G2L["225"]["BorderSizePixel"] = 0;
  5436. G2L["225"]["TextSize"] = 14;
  5437. G2L["225"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5438. G2L["225"]["TextScaled"] = true;
  5439. G2L["225"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  5440. G2L["225"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5441. G2L["225"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5442. G2L["225"]["BackgroundTransparency"] = 0.2;
  5443. G2L["225"]["Name"] = [[Darkness]];
  5444. G2L["225"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5445. G2L["225"]["Text"] = [[Darkness]];
  5446. G2L["225"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5447.  
  5448.  
  5449. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Darkness.UICorner
  5450. G2L["226"] = Instance.new("UICorner", G2L["225"]);
  5451. G2L["226"]["CornerRadius"] = UDim.new(0.3, 0);
  5452.  
  5453.  
  5454. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Darkness.UIStroke
  5455. G2L["227"] = Instance.new("UIStroke", G2L["225"]);
  5456. G2L["227"]["Thickness"] = 5;
  5457.  
  5458.  
  5459. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Darkness.Select
  5460. G2L["228"] = Instance.new("Frame", G2L["225"]);
  5461. G2L["228"]["Visible"] = false;
  5462. G2L["228"]["BorderSizePixel"] = 0;
  5463. G2L["228"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5464. G2L["228"]["Size"] = UDim2.new(1, 0, 1, 0);
  5465. G2L["228"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5466. G2L["228"]["Name"] = [[Select]];
  5467. G2L["228"]["BackgroundTransparency"] = 1;
  5468.  
  5469.  
  5470. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Sorrowlight
  5471. G2L["229"] = Instance.new("TextButton", G2L["1ba"]);
  5472. G2L["229"]["TextWrapped"] = true;
  5473. G2L["229"]["BorderSizePixel"] = 0;
  5474. G2L["229"]["TextSize"] = 14;
  5475. G2L["229"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5476. G2L["229"]["TextScaled"] = true;
  5477. G2L["229"]["BackgroundColor3"] = Color3.fromRGB(225, 207, 255);
  5478. G2L["229"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5479. G2L["229"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5480. G2L["229"]["BackgroundTransparency"] = 0.2;
  5481. G2L["229"]["Name"] = [[Sorrowlight]];
  5482. G2L["229"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5483. G2L["229"]["Text"] = [[Sorrowlight]];
  5484. G2L["229"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5485.  
  5486.  
  5487. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Sorrowlight.UICorner
  5488. G2L["22a"] = Instance.new("UICorner", G2L["229"]);
  5489. G2L["22a"]["CornerRadius"] = UDim.new(0.3, 0);
  5490.  
  5491.  
  5492. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Sorrowlight.UIStroke
  5493. G2L["22b"] = Instance.new("UIStroke", G2L["229"]);
  5494. G2L["22b"]["Thickness"] = 5;
  5495.  
  5496.  
  5497. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Sorrowlight.Select
  5498. G2L["22c"] = Instance.new("Frame", G2L["229"]);
  5499. G2L["22c"]["Visible"] = false;
  5500. G2L["22c"]["BorderSizePixel"] = 0;
  5501. G2L["22c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5502. G2L["22c"]["Size"] = UDim2.new(1, 0, 1, 0);
  5503. G2L["22c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5504. G2L["22c"]["Name"] = [[Select]];
  5505. G2L["22c"]["BackgroundTransparency"] = 1;
  5506.  
  5507.  
  5508. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.limit
  5509. G2L["22d"] = Instance.new("TextButton", G2L["1ba"]);
  5510. G2L["22d"]["TextWrapped"] = true;
  5511. G2L["22d"]["BorderSizePixel"] = 0;
  5512. G2L["22d"]["TextSize"] = 14;
  5513. G2L["22d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5514. G2L["22d"]["TextScaled"] = true;
  5515. G2L["22d"]["BackgroundColor3"] = Color3.fromRGB(255, 107, 8);
  5516. G2L["22d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5517. G2L["22d"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5518. G2L["22d"]["BackgroundTransparency"] = 0.2;
  5519. G2L["22d"]["Name"] = [[limit]];
  5520. G2L["22d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5521. G2L["22d"]["Text"] = [[limit]];
  5522. G2L["22d"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5523.  
  5524.  
  5525. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.limit.UICorner
  5526. G2L["22e"] = Instance.new("UICorner", G2L["22d"]);
  5527. G2L["22e"]["CornerRadius"] = UDim.new(0.3, 0);
  5528.  
  5529.  
  5530. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.limit.UIStroke
  5531. G2L["22f"] = Instance.new("UIStroke", G2L["22d"]);
  5532. G2L["22f"]["Thickness"] = 5;
  5533.  
  5534.  
  5535. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.limit.Select
  5536. G2L["230"] = Instance.new("Frame", G2L["22d"]);
  5537. G2L["230"]["Visible"] = false;
  5538. G2L["230"]["BorderSizePixel"] = 0;
  5539. G2L["230"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5540. G2L["230"]["Size"] = UDim2.new(1, 0, 1, 0);
  5541. G2L["230"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5542. G2L["230"]["Name"] = [[Select]];
  5543. G2L["230"]["BackgroundTransparency"] = 1;
  5544.  
  5545.  
  5546. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Endless
  5547. G2L["231"] = Instance.new("TextButton", G2L["1ba"]);
  5548. G2L["231"]["TextWrapped"] = true;
  5549. G2L["231"]["BorderSizePixel"] = 0;
  5550. G2L["231"]["TextSize"] = 14;
  5551. G2L["231"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5552. G2L["231"]["TextScaled"] = true;
  5553. G2L["231"]["BackgroundColor3"] = Color3.fromRGB(121, 121, 0);
  5554. G2L["231"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5555. G2L["231"]["Selected"] = true;
  5556. G2L["231"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5557. G2L["231"]["BackgroundTransparency"] = 0.2;
  5558. G2L["231"]["Name"] = [[Endless]];
  5559. G2L["231"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5560. G2L["231"]["Text"] = [[Endless(old)]];
  5561. G2L["231"]["Position"] = UDim2.new(0.24651, 0, 0, 0);
  5562.  
  5563.  
  5564. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Endless.UICorner
  5565. G2L["232"] = Instance.new("UICorner", G2L["231"]);
  5566. G2L["232"]["CornerRadius"] = UDim.new(0.3, 0);
  5567.  
  5568.  
  5569. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Endless.UIStroke
  5570. G2L["233"] = Instance.new("UIStroke", G2L["231"]);
  5571. G2L["233"]["Thickness"] = 5;
  5572.  
  5573.  
  5574. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Endless.Select
  5575. G2L["234"] = Instance.new("Frame", G2L["231"]);
  5576. G2L["234"]["Visible"] = false;
  5577. G2L["234"]["BorderSizePixel"] = 0;
  5578. G2L["234"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5579. G2L["234"]["Size"] = UDim2.new(1, 0, 1, 0);
  5580. G2L["234"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5581. G2L["234"]["Name"] = [[Select]];
  5582. G2L["234"]["BackgroundTransparency"] = 1;
  5583.  
  5584.  
  5585. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Extreme
  5586. G2L["235"] = Instance.new("TextButton", G2L["1ba"]);
  5587. G2L["235"]["TextWrapped"] = true;
  5588. G2L["235"]["BorderSizePixel"] = 0;
  5589. G2L["235"]["TextSize"] = 14;
  5590. G2L["235"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5591. G2L["235"]["TextScaled"] = true;
  5592. G2L["235"]["BackgroundColor3"] = Color3.fromRGB(0, 111, 255);
  5593. G2L["235"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5594. G2L["235"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5595. G2L["235"]["BackgroundTransparency"] = 0.2;
  5596. G2L["235"]["Name"] = [[Extreme]];
  5597. G2L["235"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5598. G2L["235"]["Text"] = [[Extreme(old)]];
  5599. G2L["235"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5600.  
  5601.  
  5602. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Extreme.UICorner
  5603. G2L["236"] = Instance.new("UICorner", G2L["235"]);
  5604. G2L["236"]["CornerRadius"] = UDim.new(0.3, 0);
  5605.  
  5606.  
  5607. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Extreme.UIStroke
  5608. G2L["237"] = Instance.new("UIStroke", G2L["235"]);
  5609. G2L["237"]["Thickness"] = 5;
  5610.  
  5611.  
  5612. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Extreme.Select
  5613. G2L["238"] = Instance.new("Frame", G2L["235"]);
  5614. G2L["238"]["Visible"] = false;
  5615. G2L["238"]["BorderSizePixel"] = 0;
  5616. G2L["238"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5617. G2L["238"]["Size"] = UDim2.new(1, 0, 1, 0);
  5618. G2L["238"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5619. G2L["238"]["Name"] = [[Select]];
  5620. G2L["238"]["BackgroundTransparency"] = 1;
  5621.  
  5622.  
  5623. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.UIListLayout
  5624. G2L["239"] = Instance.new("UIListLayout", G2L["1ba"]);
  5625. G2L["239"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  5626. G2L["239"]["Padding"] = UDim.new(0.005, 0);
  5627. G2L["239"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  5628.  
  5629.  
  5630. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Birthday
  5631. G2L["23a"] = Instance.new("TextButton", G2L["1ba"]);
  5632. G2L["23a"]["TextWrapped"] = true;
  5633. G2L["23a"]["BorderSizePixel"] = 0;
  5634. G2L["23a"]["TextSize"] = 14;
  5635. G2L["23a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5636. G2L["23a"]["TextScaled"] = true;
  5637. G2L["23a"]["BackgroundColor3"] = Color3.fromRGB(255, 201, 224);
  5638. G2L["23a"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5639. G2L["23a"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5640. G2L["23a"]["BackgroundTransparency"] = 0.2;
  5641. G2L["23a"]["Name"] = [[Birthday]];
  5642. G2L["23a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5643. G2L["23a"]["Text"] = [[Birthday]];
  5644. G2L["23a"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  5645.  
  5646.  
  5647. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Birthday.UICorner
  5648. G2L["23b"] = Instance.new("UICorner", G2L["23a"]);
  5649. G2L["23b"]["CornerRadius"] = UDim.new(0.3, 0);
  5650.  
  5651.  
  5652. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Birthday.UIStroke
  5653. G2L["23c"] = Instance.new("UIStroke", G2L["23a"]);
  5654. G2L["23c"]["Thickness"] = 5;
  5655.  
  5656.  
  5657. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Birthday.Select
  5658. G2L["23d"] = Instance.new("Frame", G2L["23a"]);
  5659. G2L["23d"]["Visible"] = false;
  5660. G2L["23d"]["BorderSizePixel"] = 0;
  5661. G2L["23d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5662. G2L["23d"]["Size"] = UDim2.new(1, 0, 1, 0);
  5663. G2L["23d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5664. G2L["23d"]["Name"] = [[Select]];
  5665. G2L["23d"]["BackgroundTransparency"] = 1;
  5666.  
  5667.  
  5668. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Insanity
  5669. G2L["23e"] = Instance.new("TextButton", G2L["1ba"]);
  5670. G2L["23e"]["TextWrapped"] = true;
  5671. G2L["23e"]["BorderSizePixel"] = 0;
  5672. G2L["23e"]["TextSize"] = 14;
  5673. G2L["23e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5674. G2L["23e"]["TextScaled"] = true;
  5675. G2L["23e"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  5676. G2L["23e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5677. G2L["23e"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5678. G2L["23e"]["BackgroundTransparency"] = 0.2;
  5679. G2L["23e"]["Name"] = [[Insanity]];
  5680. G2L["23e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5681. G2L["23e"]["Text"] = [[Insanity]];
  5682. G2L["23e"]["Position"] = UDim2.new(0.23147, 0, 0.47928, 0);
  5683.  
  5684.  
  5685. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Insanity.UICorner
  5686. G2L["23f"] = Instance.new("UICorner", G2L["23e"]);
  5687. G2L["23f"]["CornerRadius"] = UDim.new(0.3, 0);
  5688.  
  5689.  
  5690. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Insanity.UIStroke
  5691. G2L["240"] = Instance.new("UIStroke", G2L["23e"]);
  5692. G2L["240"]["Thickness"] = 5;
  5693.  
  5694.  
  5695. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Insanity.Select
  5696. G2L["241"] = Instance.new("Frame", G2L["23e"]);
  5697. G2L["241"]["Visible"] = false;
  5698. G2L["241"]["BorderSizePixel"] = 0;
  5699. G2L["241"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5700. G2L["241"]["Size"] = UDim2.new(1, 0, 1, 0);
  5701. G2L["241"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5702. G2L["241"]["Name"] = [[Select]];
  5703. G2L["241"]["BackgroundTransparency"] = 1;
  5704.  
  5705.  
  5706. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Isolation
  5707. G2L["242"] = Instance.new("TextButton", G2L["1ba"]);
  5708. G2L["242"]["TextWrapped"] = true;
  5709. G2L["242"]["BorderSizePixel"] = 0;
  5710. G2L["242"]["TextSize"] = 14;
  5711. G2L["242"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5712. G2L["242"]["TextScaled"] = true;
  5713. G2L["242"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5714. G2L["242"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5715. G2L["242"]["Size"] = UDim2.new(0.537, 0, 0.015, 0);
  5716. G2L["242"]["BackgroundTransparency"] = 0.2;
  5717. G2L["242"]["Name"] = [[Isolation]];
  5718. G2L["242"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5719. G2L["242"]["Text"] = [[Isolation]];
  5720. G2L["242"]["Position"] = UDim2.new(0.23147, 0, 0.52244, 0);
  5721.  
  5722.  
  5723. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Isolation.UICorner
  5724. G2L["243"] = Instance.new("UICorner", G2L["242"]);
  5725. G2L["243"]["CornerRadius"] = UDim.new(0.3, 0);
  5726.  
  5727.  
  5728. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Isolation.UIStroke
  5729. G2L["244"] = Instance.new("UIStroke", G2L["242"]);
  5730. G2L["244"]["Thickness"] = 5;
  5731.  
  5732.  
  5733. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.Isolation.Select
  5734. G2L["245"] = Instance.new("Frame", G2L["242"]);
  5735. G2L["245"]["Visible"] = false;
  5736. G2L["245"]["BorderSizePixel"] = 0;
  5737. G2L["245"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5738. G2L["245"]["Size"] = UDim2.new(1, 0, 1, 0);
  5739. G2L["245"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5740. G2L["245"]["Name"] = [[Select]];
  5741. G2L["245"]["BackgroundTransparency"] = 1;
  5742.  
  5743.  
  5744. -- StarterGui.Sciptmode.Main.Mainpage.Placepage
  5745. G2L["246"] = Instance.new("ScrollingFrame", G2L["18f"]);
  5746. G2L["246"]["Visible"] = false;
  5747. G2L["246"]["Active"] = true;
  5748. G2L["246"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  5749. G2L["246"]["BorderSizePixel"] = 0;
  5750. G2L["246"]["CanvasSize"] = UDim2.new(0, 0, 5, 0);
  5751. G2L["246"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5752. G2L["246"]["Name"] = [[Placepage]];
  5753. G2L["246"]["ScrollBarImageTransparency"] = 1;
  5754. G2L["246"]["Size"] = UDim2.new(0.9998, 0, 0.99717, 0);
  5755. G2L["246"]["ScrollBarImageColor3"] = Color3.fromRGB(0, 0, 0);
  5756. G2L["246"]["Position"] = UDim2.new(0, 0, 0.00142, 0);
  5757. G2L["246"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5758. G2L["246"]["ScrollBarThickness"] = 0;
  5759. G2L["246"]["BackgroundTransparency"] = 1;
  5760.  
  5761.  
  5762. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.UIListLayout
  5763. G2L["247"] = Instance.new("UIListLayout", G2L["246"]);
  5764. G2L["247"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  5765. G2L["247"]["Padding"] = UDim.new(0.005, 0);
  5766. G2L["247"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  5767.  
  5768.  
  5769. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Floor2
  5770. G2L["248"] = Instance.new("TextButton", G2L["246"]);
  5771. G2L["248"]["TextWrapped"] = true;
  5772. G2L["248"]["BorderSizePixel"] = 0;
  5773. G2L["248"]["TextSize"] = 14;
  5774. G2L["248"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5775. G2L["248"]["TextScaled"] = true;
  5776. G2L["248"]["BackgroundColor3"] = Color3.fromRGB(11, 11, 11);
  5777. G2L["248"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5778. G2L["248"]["Size"] = UDim2.new(0.53706, 0, 0.035, 0);
  5779. G2L["248"]["BackgroundTransparency"] = 0.2;
  5780. G2L["248"]["Name"] = [[Floor2]];
  5781. G2L["248"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5782. G2L["248"]["Text"] = [[Floor 2 Theme]];
  5783. G2L["248"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5784.  
  5785.  
  5786. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Floor2.UICorner
  5787. G2L["249"] = Instance.new("UICorner", G2L["248"]);
  5788. G2L["249"]["CornerRadius"] = UDim.new(0.3, 0);
  5789.  
  5790.  
  5791. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Floor2.UIStroke
  5792. G2L["24a"] = Instance.new("UIStroke", G2L["248"]);
  5793. G2L["24a"]["Thickness"] = 5;
  5794.  
  5795.  
  5796. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.LocalScript
  5797. G2L["24b"] = Instance.new("LocalScript", G2L["246"]);
  5798.  
  5799.  
  5800.  
  5801. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Christmas
  5802. G2L["24c"] = Instance.new("TextButton", G2L["246"]);
  5803. G2L["24c"]["TextWrapped"] = true;
  5804. G2L["24c"]["BorderSizePixel"] = 0;
  5805. G2L["24c"]["TextSize"] = 14;
  5806. G2L["24c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5807. G2L["24c"]["TextScaled"] = true;
  5808. G2L["24c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5809. G2L["24c"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5810. G2L["24c"]["Size"] = UDim2.new(0.53706, 0, 0.035, 0);
  5811. G2L["24c"]["BackgroundTransparency"] = 0.2;
  5812. G2L["24c"]["Name"] = [[Christmas]];
  5813. G2L["24c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5814. G2L["24c"]["Text"] = [[Christmas Theme]];
  5815. G2L["24c"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5816.  
  5817.  
  5818. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Christmas.UICorner
  5819. G2L["24d"] = Instance.new("UICorner", G2L["24c"]);
  5820. G2L["24d"]["CornerRadius"] = UDim.new(0.3, 0);
  5821.  
  5822.  
  5823. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.Christmas.UIStroke
  5824. G2L["24e"] = Instance.new("UIStroke", G2L["24c"]);
  5825. G2L["24e"]["Thickness"] = 5;
  5826.  
  5827.  
  5828. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.CorrodedMetal
  5829. G2L["24f"] = Instance.new("TextButton", G2L["246"]);
  5830. G2L["24f"]["TextWrapped"] = true;
  5831. G2L["24f"]["BorderSizePixel"] = 0;
  5832. G2L["24f"]["TextSize"] = 14;
  5833. G2L["24f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  5834. G2L["24f"]["TextScaled"] = true;
  5835. G2L["24f"]["BackgroundColor3"] = Color3.fromRGB(255, 175, 13);
  5836. G2L["24f"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5837. G2L["24f"]["Size"] = UDim2.new(0.53706, 0, 0.035, 0);
  5838. G2L["24f"]["BackgroundTransparency"] = 0.2;
  5839. G2L["24f"]["Name"] = [[CorrodedMetal]];
  5840. G2L["24f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5841. G2L["24f"]["Text"] = [[CorrodedMetal]];
  5842. G2L["24f"]["Position"] = UDim2.new(0.23147, 0, 0.62893, 0);
  5843.  
  5844.  
  5845. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.CorrodedMetal.UICorner
  5846. G2L["250"] = Instance.new("UICorner", G2L["24f"]);
  5847. G2L["250"]["CornerRadius"] = UDim.new(0.3, 0);
  5848.  
  5849.  
  5850. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.CorrodedMetal.UIStroke
  5851. G2L["251"] = Instance.new("UIStroke", G2L["24f"]);
  5852. G2L["251"]["Thickness"] = 5;
  5853.  
  5854.  
  5855. -- StarterGui.Sciptmode.Main.window
  5856. G2L["252"] = Instance.new("Frame", G2L["4"]);
  5857. G2L["252"]["Visible"] = false;
  5858. G2L["252"]["BorderSizePixel"] = 0;
  5859. G2L["252"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  5860. G2L["252"]["Position"] = UDim2.new(0.14557, 0, 0.26643, 0);
  5861. G2L["252"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5862. G2L["252"]["Name"] = [[window]];
  5863. G2L["252"]["BackgroundTransparency"] = 0.2;
  5864.  
  5865.  
  5866. -- StarterGui.Sciptmode.Main.window.T1
  5867. G2L["253"] = Instance.new("TextLabel", G2L["252"]);
  5868. G2L["253"]["TextWrapped"] = true;
  5869. G2L["253"]["BorderSizePixel"] = 0;
  5870. G2L["253"]["TextScaled"] = true;
  5871. G2L["253"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5872. G2L["253"]["TextSize"] = 14;
  5873. G2L["253"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5874. G2L["253"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  5875. G2L["253"]["BackgroundTransparency"] = 1;
  5876. G2L["253"]["Size"] = UDim2.new(0.99976, 0, 0.196, 0);
  5877. G2L["253"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5878. G2L["253"]["Text"] = [[You don't have access to this feature]];
  5879. G2L["253"]["Name"] = [[T1]];
  5880. G2L["253"]["Position"] = UDim2.new(0, 0, 0.00649, 0);
  5881.  
  5882.  
  5883. -- StarterGui.Sciptmode.Main.window.UICorner
  5884. G2L["254"] = Instance.new("UICorner", G2L["252"]);
  5885. G2L["254"]["CornerRadius"] = UDim.new(0.1, 0);
  5886.  
  5887.  
  5888. -- StarterGui.Sciptmode.Main.window.UIStroke
  5889. G2L["255"] = Instance.new("UIStroke", G2L["252"]);
  5890. G2L["255"]["Transparency"] = 0.2;
  5891. G2L["255"]["Thickness"] = 5;
  5892. G2L["255"]["Color"] = Color3.fromRGB(255, 223, 190);
  5893.  
  5894.  
  5895. -- StarterGui.Sciptmode.Main.window.T2
  5896. G2L["256"] = Instance.new("TextLabel", G2L["252"]);
  5897. G2L["256"]["TextWrapped"] = true;
  5898. G2L["256"]["BorderSizePixel"] = 0;
  5899. G2L["256"]["TextScaled"] = true;
  5900. G2L["256"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5901. G2L["256"]["TextSize"] = 14;
  5902. G2L["256"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5903. G2L["256"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  5904. G2L["256"]["BackgroundTransparency"] = 1;
  5905. G2L["256"]["Size"] = UDim2.new(0.67608, 0, 0.15359, 0);
  5906. G2L["256"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5907. G2L["256"]["Text"] = [[Need to purchase this feature?]];
  5908. G2L["256"]["Name"] = [[T2]];
  5909. G2L["256"]["Position"] = UDim2.new(0.16184, 0, 0.22288, 0);
  5910.  
  5911.  
  5912. -- StarterGui.Sciptmode.Main.window.T3
  5913. G2L["257"] = Instance.new("TextLabel", G2L["252"]);
  5914. G2L["257"]["TextWrapped"] = true;
  5915. G2L["257"]["BorderSizePixel"] = 0;
  5916. G2L["257"]["TextScaled"] = true;
  5917. G2L["257"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5918. G2L["257"]["TextSize"] = 14;
  5919. G2L["257"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5920. G2L["257"]["TextColor3"] = Color3.fromRGB(0, 158, 255);
  5921. G2L["257"]["BackgroundTransparency"] = 1;
  5922. G2L["257"]["RichText"] = true;
  5923. G2L["257"]["Size"] = UDim2.new(0.968, 0, 0.15359, 0);
  5924. G2L["257"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5925. G2L["257"]["Text"] = [[<u>https://www.roblox.com/games/122207058918144/DOORS</u>]];
  5926. G2L["257"]["Name"] = [[T3]];
  5927. G2L["257"]["Position"] = UDim2.new(0.01512, 0, 0.37436, 0);
  5928.  
  5929.  
  5930. -- StarterGui.Sciptmode.Main.window.TextButton
  5931. G2L["258"] = Instance.new("TextButton", G2L["252"]);
  5932. G2L["258"]["TextWrapped"] = true;
  5933. G2L["258"]["BorderSizePixel"] = 0;
  5934. G2L["258"]["TextSize"] = 14;
  5935. G2L["258"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  5936. G2L["258"]["TextScaled"] = true;
  5937. G2L["258"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  5938. G2L["258"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5939. G2L["258"]["Size"] = UDim2.new(0.3025, 0, 0.23014, 0);
  5940. G2L["258"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5941. G2L["258"]["Text"] = [[Yes]];
  5942. G2L["258"]["Position"] = UDim2.new(0.05356, 0, 0.63583, 0);
  5943.  
  5944.  
  5945. -- StarterGui.Sciptmode.Main.window.TextButton.UICorner
  5946. G2L["259"] = Instance.new("UICorner", G2L["258"]);
  5947. G2L["259"]["CornerRadius"] = UDim.new(0.1, 0);
  5948.  
  5949.  
  5950. -- StarterGui.Sciptmode.Main.window.TextButton.LocalScript
  5951. G2L["25a"] = Instance.new("LocalScript", G2L["258"]);
  5952.  
  5953.  
  5954.  
  5955. -- StarterGui.Sciptmode.Main.window.TextButton1
  5956. G2L["25b"] = Instance.new("TextButton", G2L["252"]);
  5957. G2L["25b"]["TextWrapped"] = true;
  5958. G2L["25b"]["BorderSizePixel"] = 0;
  5959. G2L["25b"]["TextSize"] = 14;
  5960. G2L["25b"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  5961. G2L["25b"]["TextScaled"] = true;
  5962. G2L["25b"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  5963. G2L["25b"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  5964. G2L["25b"]["Size"] = UDim2.new(0.3025, 0, 0.23014, 0);
  5965. G2L["25b"]["Name"] = [[TextButton1]];
  5966. G2L["25b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5967. G2L["25b"]["Text"] = [[NO, Thank]];
  5968. G2L["25b"]["Position"] = UDim2.new(0.64352, 0, 0.63583, 0);
  5969.  
  5970.  
  5971. -- StarterGui.Sciptmode.Main.window.TextButton1.UICorner
  5972. G2L["25c"] = Instance.new("UICorner", G2L["25b"]);
  5973. G2L["25c"]["CornerRadius"] = UDim.new(0.1, 0);
  5974.  
  5975.  
  5976. -- StarterGui.Sciptmode.Main.window.TextButton1.LocalScript
  5977. G2L["25d"] = Instance.new("LocalScript", G2L["25b"]);
  5978.  
  5979.  
  5980.  
  5981. -- StarterGui.Sciptmode.Main.Feature
  5982. G2L["25e"] = Instance.new("Frame", G2L["4"]);
  5983. G2L["25e"]["BorderSizePixel"] = 0;
  5984. G2L["25e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  5985. G2L["25e"]["Size"] = UDim2.new(1, 0, 0.093, 0);
  5986. G2L["25e"]["Position"] = UDim2.new(0, 0, 0.35, 0);
  5987. G2L["25e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  5988. G2L["25e"]["Name"] = [[Feature]];
  5989. G2L["25e"]["BackgroundTransparency"] = 1;
  5990.  
  5991.  
  5992. -- StarterGui.Sciptmode.Main.Feature.UIStroke
  5993. G2L["25f"] = Instance.new("UIStroke", G2L["25e"]);
  5994. G2L["25f"]["Thickness"] = 3;
  5995. G2L["25f"]["Color"] = Color3.fromRGB(255, 223, 190);
  5996.  
  5997.  
  5998. -- StarterGui.Sciptmode.Main.Feature.UIListLayout
  5999. G2L["260"] = Instance.new("UIListLayout", G2L["25e"]);
  6000. G2L["260"]["Padding"] = UDim.new(0.01, 0);
  6001. G2L["260"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  6002. G2L["260"]["FillDirection"] = Enum.FillDirection.Horizontal;
  6003.  
  6004.  
  6005. -- StarterGui.Sciptmode.Main.Feature.Homepage
  6006. G2L["261"] = Instance.new("ImageButton", G2L["25e"]);
  6007. G2L["261"]["BorderSizePixel"] = 0;
  6008. G2L["261"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6009. G2L["261"]["Image"] = [[rbxassetid://18245158907]];
  6010. G2L["261"]["Size"] = UDim2.new(0.08686, 0, 1, 0);
  6011. G2L["261"]["BackgroundTransparency"] = 1;
  6012. G2L["261"]["Name"] = [[Homepage]];
  6013. G2L["261"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6014. G2L["261"]["Position"] = UDim2.new(0, 0, 0.16976, 0);
  6015.  
  6016.  
  6017. -- StarterGui.Sciptmode.Main.Feature.Homepage.LocalScript
  6018. G2L["262"] = Instance.new("LocalScript", G2L["261"]);
  6019.  
  6020.  
  6021.  
  6022. -- StarterGui.Sciptmode.Main.Feature.Homepage.UIAspectRatioConstraint
  6023. G2L["263"] = Instance.new("UIAspectRatioConstraint", G2L["261"]);
  6024. G2L["263"]["DominantAxis"] = Enum.DominantAxis.Height;
  6025.  
  6026.  
  6027. -- StarterGui.Sciptmode.Main.Feature.Settings
  6028. G2L["264"] = Instance.new("ImageButton", G2L["25e"]);
  6029. G2L["264"]["BorderSizePixel"] = 0;
  6030. G2L["264"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6031. G2L["264"]["Image"] = [[rbxassetid://5912368763]];
  6032. G2L["264"]["Size"] = UDim2.new(0.08686, 0, 1, 0);
  6033. G2L["264"]["BackgroundTransparency"] = 1;
  6034. G2L["264"]["Name"] = [[Settings]];
  6035. G2L["264"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6036.  
  6037.  
  6038. -- StarterGui.Sciptmode.Main.Feature.Settings.LocalScript
  6039. G2L["265"] = Instance.new("LocalScript", G2L["264"]);
  6040.  
  6041.  
  6042.  
  6043. -- StarterGui.Sciptmode.Main.Feature.Settings.UIAspectRatioConstraint
  6044. G2L["266"] = Instance.new("UIAspectRatioConstraint", G2L["264"]);
  6045. G2L["266"]["DominantAxis"] = Enum.DominantAxis.Height;
  6046.  
  6047.  
  6048. -- StarterGui.Sciptmode.Main.Feature.upadte
  6049. G2L["267"] = Instance.new("ImageButton", G2L["25e"]);
  6050. G2L["267"]["BorderSizePixel"] = 0;
  6051. G2L["267"]["AutoLocalize"] = false;
  6052. G2L["267"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6053. G2L["267"]["Image"] = [[rbxassetid://17338287888]];
  6054. G2L["267"]["Size"] = UDim2.new(0.08686, 0, 1, 0);
  6055. G2L["267"]["BackgroundTransparency"] = 1;
  6056. G2L["267"]["Name"] = [[upadte]];
  6057. G2L["267"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6058.  
  6059.  
  6060. -- StarterGui.Sciptmode.Main.Feature.upadte.LocalScript
  6061. G2L["268"] = Instance.new("LocalScript", G2L["267"]);
  6062.  
  6063.  
  6064.  
  6065. -- StarterGui.Sciptmode.Main.Feature.upadte.UIAspectRatioConstraint
  6066. G2L["269"] = Instance.new("UIAspectRatioConstraint", G2L["267"]);
  6067. G2L["269"]["DominantAxis"] = Enum.DominantAxis.Height;
  6068.  
  6069.  
  6070. -- StarterGui.Sciptmode.Notification
  6071. G2L["26a"] = Instance.new("Frame", G2L["1"]);
  6072. G2L["26a"]["BorderSizePixel"] = 0;
  6073. G2L["26a"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  6074. G2L["26a"]["Size"] = UDim2.new(0.18495, 0, 0.18281, 0);
  6075. G2L["26a"]["Position"] = UDim2.new(1.1, 0, 0.66078, 0);
  6076. G2L["26a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6077. G2L["26a"]["Name"] = [[Notification]];
  6078.  
  6079.  
  6080. -- StarterGui.Sciptmode.Notification.UICorner
  6081. G2L["26b"] = Instance.new("UICorner", G2L["26a"]);
  6082. G2L["26b"]["CornerRadius"] = UDim.new(0.1, 0);
  6083.  
  6084.  
  6085. -- StarterGui.Sciptmode.Notification.UIStroke
  6086. G2L["26c"] = Instance.new("UIStroke", G2L["26a"]);
  6087. G2L["26c"]["Transparency"] = 0.2;
  6088. G2L["26c"]["Thickness"] = 5;
  6089. G2L["26c"]["Color"] = Color3.fromRGB(255, 223, 190);
  6090.  
  6091.  
  6092. -- StarterGui.Sciptmode.Notification.Title
  6093. G2L["26d"] = Instance.new("TextLabel", G2L["26a"]);
  6094. G2L["26d"]["TextWrapped"] = true;
  6095. G2L["26d"]["BorderSizePixel"] = 0;
  6096. G2L["26d"]["TextScaled"] = true;
  6097. G2L["26d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6098. G2L["26d"]["TextSize"] = 14;
  6099. G2L["26d"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  6100. G2L["26d"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  6101. G2L["26d"]["BackgroundTransparency"] = 1;
  6102. G2L["26d"]["Size"] = UDim2.new(0.74294, 0, 0.4009, 0);
  6103. G2L["26d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6104. G2L["26d"]["Text"] = [[Scripts mode notification!]];
  6105. G2L["26d"]["Name"] = [[Title]];
  6106.  
  6107.  
  6108. -- StarterGui.Sciptmode.Notification.Text
  6109. G2L["26e"] = Instance.new("TextLabel", G2L["26a"]);
  6110. G2L["26e"]["TextWrapped"] = true;
  6111. G2L["26e"]["BorderSizePixel"] = 0;
  6112. G2L["26e"]["TextScaled"] = true;
  6113. G2L["26e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6114. G2L["26e"]["TextSize"] = 14;
  6115. G2L["26e"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  6116. G2L["26e"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  6117. G2L["26e"]["BackgroundTransparency"] = 1;
  6118. G2L["26e"]["Size"] = UDim2.new(0, 314, 0, 64);
  6119. G2L["26e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6120. G2L["26e"]["Text"] = [[Text]];
  6121. G2L["26e"]["Name"] = [[Text]];
  6122. G2L["26e"]["Position"] = UDim2.new(0.00282, 0, 0.35766, 0);
  6123.  
  6124.  
  6125. -- StarterGui.Sciptmode.Notification.Progress
  6126. G2L["26f"] = Instance.new("Frame", G2L["26a"]);
  6127. G2L["26f"]["BorderSizePixel"] = 0;
  6128. G2L["26f"]["BackgroundColor3"] = Color3.fromRGB(255, 0, 0);
  6129. G2L["26f"]["Size"] = UDim2.new(1, 0, 0.07883, 0);
  6130. G2L["26f"]["Position"] = UDim2.new(0, 0, 0.924, 0);
  6131. G2L["26f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6132. G2L["26f"]["Name"] = [[Progress]];
  6133.  
  6134.  
  6135. -- StarterGui.Sciptmode.Notification.Progress.UICorner
  6136. G2L["270"] = Instance.new("UICorner", G2L["26f"]);
  6137. G2L["270"]["CornerRadius"] = UDim.new(0.5, 0);
  6138.  
  6139.  
  6140. -- StarterGui.Sciptmode.Log
  6141. G2L["271"] = Instance.new("LocalScript", G2L["1"]);
  6142. G2L["271"]["Name"] = [[Log]];
  6143.  
  6144.  
  6145. -- StarterGui.Sciptmode.PC
  6146. G2L["272"] = Instance.new("Frame", G2L["1"]);
  6147. G2L["272"]["Visible"] = false;
  6148. G2L["272"]["BorderSizePixel"] = 0;
  6149. G2L["272"]["BackgroundColor3"] = Color3.fromRGB(31, 18, 17);
  6150. G2L["272"]["Size"] = UDim2.new(0.3928, 0, 0.1224, 0);
  6151. G2L["272"]["Position"] = UDim2.new(0.304, 0, -1, 0);
  6152. G2L["272"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6153. G2L["272"]["Name"] = [[PC]];
  6154. G2L["272"]["BackgroundTransparency"] = 0.2;
  6155.  
  6156.  
  6157. -- StarterGui.Sciptmode.PC.UICorner
  6158. G2L["273"] = Instance.new("UICorner", G2L["272"]);
  6159. G2L["273"]["CornerRadius"] = UDim.new(0.1, 0);
  6160.  
  6161.  
  6162. -- StarterGui.Sciptmode.PC.UIStroke
  6163. G2L["274"] = Instance.new("UIStroke", G2L["272"]);
  6164. G2L["274"]["Transparency"] = 0.2;
  6165. G2L["274"]["Thickness"] = 5;
  6166. G2L["274"]["Color"] = Color3.fromRGB(255, 223, 190);
  6167.  
  6168.  
  6169. -- StarterGui.Sciptmode.PC.TextLabel
  6170. G2L["275"] = Instance.new("TextLabel", G2L["272"]);
  6171. G2L["275"]["TextWrapped"] = true;
  6172. G2L["275"]["BorderSizePixel"] = 0;
  6173. G2L["275"]["TextScaled"] = true;
  6174. G2L["275"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6175. G2L["275"]["TextSize"] = 14;
  6176. G2L["275"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  6177. G2L["275"]["TextColor3"] = Color3.fromRGB(255, 223, 190);
  6178. G2L["275"]["BackgroundTransparency"] = 1;
  6179. G2L["275"]["Size"] = UDim2.new(1, 0, 1, 0);
  6180. G2L["275"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6181. G2L["275"]["Text"] = [[Press 'N' to toggle UI]];
  6182.  
  6183.  
  6184. -- StarterGui.Sciptmode.PC.LocalScript
  6185. G2L["276"] = Instance.new("LocalScript", G2L["272"]);
  6186.  
  6187.  
  6188.  
  6189. -- StarterGui.Sciptmode.Mobile
  6190. G2L["277"] = Instance.new("Frame", G2L["1"]);
  6191. G2L["277"]["Visible"] = false;
  6192. G2L["277"]["BorderSizePixel"] = 0;
  6193. G2L["277"]["BackgroundColor3"] = Color3.fromRGB(255, 223, 190);
  6194. G2L["277"]["Size"] = UDim2.new(0.032, 0, 0.073, 0);
  6195. G2L["277"]["Position"] = UDim2.new(1.5, 0, 0.078, 0);
  6196. G2L["277"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6197. G2L["277"]["Name"] = [[Mobile]];
  6198.  
  6199.  
  6200. -- StarterGui.Sciptmode.Mobile.UICorner
  6201. G2L["278"] = Instance.new("UICorner", G2L["277"]);
  6202. G2L["278"]["CornerRadius"] = UDim.new(0.3, 0);
  6203.  
  6204.  
  6205. -- StarterGui.Sciptmode.Mobile.TextButton
  6206. G2L["279"] = Instance.new("TextButton", G2L["277"]);
  6207. G2L["279"]["TextWrapped"] = true;
  6208. G2L["279"]["BorderSizePixel"] = 0;
  6209. G2L["279"]["TextSize"] = 14;
  6210. G2L["279"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  6211. G2L["279"]["TextScaled"] = true;
  6212. G2L["279"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  6213. G2L["279"]["FontFace"] = Font.new([[rbxasset://fonts/families/Oswald.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  6214. G2L["279"]["Size"] = UDim2.new(1, 0, 1, 0);
  6215. G2L["279"]["BackgroundTransparency"] = 1;
  6216. G2L["279"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  6217. G2L["279"]["Text"] = [[Minimize toggle]];
  6218. G2L["279"]["Position"] = UDim2.new(0, 0, -0.00249, 0);
  6219.  
  6220.  
  6221. -- StarterGui.Sciptmode.Mobile.LocalScript
  6222. G2L["27a"] = Instance.new("LocalScript", G2L["277"]);
  6223.  
  6224.  
  6225.  
  6226. -- StarterGui.Sciptmode.ANIMATIONS
  6227. local function C_2()
  6228. local script = G2L["2"];
  6229. local AnimationService = game:GetService("TweenService")
  6230.  
  6231. local ui = script.Parent.Main
  6232. local Mobile = script.Parent.Mobile
  6233. local PC = script.Parent.PC
  6234.  
  6235. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6236.  
  6237. local Position = UDim2.new(0.5, 0, 0.5, 0)
  6238. local Animation2 = AnimationService:Create(ui, AnimationInfo, {Position = Position})
  6239.  
  6240. local Position2 = UDim2.new(0.967, 0, 0.078, 0)
  6241. local Animation = AnimationService:Create(Mobile, AnimationInfo, {Position = Position2})
  6242.  
  6243. local Position3 = UDim2.new(0.303, 0, 0.0005, 0)
  6244. local Animation3 = AnimationService:Create(PC, AnimationInfo, {Position = Position3})
  6245. local Position4 = UDim2.new(0.303, 0, -1, 0)
  6246. local Animation4 = AnimationService:Create(PC, AnimationInfo, {Position = Position4})
  6247.  
  6248. Animation2:Play()
  6249. Animation:Play()
  6250. Animation3:Play()
  6251. wait(3)
  6252. Animation4:Play()
  6253. --How did you see this?
  6254. end;
  6255. task.spawn(C_2);
  6256. -- StarterGui.Sciptmode.Equipment-inspection
  6257. local function C_3()
  6258. local script = G2L["3"];
  6259. local PC = game.Players.LocalPlayer.PlayerGui.Sciptmode.PC
  6260. local Mobile = game.Players.LocalPlayer.PlayerGui.Sciptmode.Mobile
  6261.  
  6262. local UserInputService = game:GetService("UserInputService")
  6263.  
  6264. if UserInputService.TouchEnabled and not UserInputService.MouseEnabled then
  6265. PC.Visible = false
  6266. Mobile.Visible = true
  6267. else
  6268. PC.Visible = true
  6269. Mobile.Visible = false
  6270. end
  6271.  
  6272. end;
  6273. task.spawn(C_3);
  6274. -- StarterGui.Sciptmode.Main.Function.mode.LocalScript
  6275. local function C_10()
  6276. local script = G2L["10"];
  6277. local Button = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Function.mode
  6278. local player = game.Players.LocalPlayer
  6279. local Mode = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Modepage
  6280. local Item = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Itempage
  6281. local Place = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Placepage
  6282.  
  6283. local UI = player.PlayerGui.Sciptmode.Main.Customentity
  6284. local UI2 = player.PlayerGui.Sciptmode.Main.Message
  6285. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6286. local UI4 = player.PlayerGui.Sciptmode.Main.Feature
  6287. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6288.  
  6289. Button.MouseButton1Click:Connect(function()
  6290. UI.Visible = false
  6291. UI2.Visible = true
  6292. UI3.Visible = true
  6293. UI4.Visible = true
  6294. Mode.Visible = true
  6295. Item.Visible = false
  6296. Place.Visible = false
  6297. end)
  6298. end;
  6299. task.spawn(C_10);
  6300. -- StarterGui.Sciptmode.Main.Function.place.LocalScript
  6301. local function C_15()
  6302. local script = G2L["15"];
  6303. local Button = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Function.place
  6304.  
  6305. local Mode = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Modepage
  6306. local Item = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Itempage
  6307. local Place = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Placepage
  6308. local player = game.Players.LocalPlayer
  6309. local UI = player.PlayerGui.Sciptmode.Main.Customentity
  6310. local UI2 = player.PlayerGui.Sciptmode.Main.Message
  6311. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6312. local UI4 = player.PlayerGui.Sciptmode.Main.Feature
  6313. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6314.  
  6315. Button.MouseButton1Click:Connect(function()
  6316. Mode.Visible = false
  6317. Item.Visible = false
  6318. Place.Visible = true
  6319. UI.Visible = false
  6320. UI2.Visible = true
  6321. UI3.Visible = true
  6322. UI4.Visible = true
  6323. end)
  6324. end;
  6325. task.spawn(C_15);
  6326. -- StarterGui.Sciptmode.Main.Function.Item.LocalScript
  6327. local function C_1b()
  6328. local script = G2L["1b"];
  6329. local player = game.Players.LocalPlayer
  6330.  
  6331. local Button = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Function.Item
  6332.  
  6333. local Mode = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Modepage
  6334. local Item = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Itempage
  6335. local Place = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Placepage
  6336.  
  6337. local UI = player.PlayerGui.Sciptmode.Main.Customentity
  6338. local UI2 = player.PlayerGui.Sciptmode.Main.Message
  6339. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6340. local UI4 = player.PlayerGui.Sciptmode.Main.Feature
  6341. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6342.  
  6343. Button.MouseButton1Click:Connect(function()
  6344. UI.Visible = false
  6345. UI2.Visible = true
  6346. UI3.Visible = true
  6347. UI4.Visible = true
  6348. Mode.Visible = false
  6349. Item.Visible = true
  6350. Place.Visible = false
  6351. end)
  6352. end;
  6353. task.spawn(C_1b);
  6354. -- StarterGui.Sciptmode.Main.Function.Customentity.LocalScript
  6355. local function C_1e()
  6356. local script = G2L["1e"];
  6357. local player = game.Players.LocalPlayer
  6358. local passId = 975582393 -- 通行证ID
  6359. local TweenService = game:GetService("TweenService")
  6360. local MarketplaceService = game:GetService("MarketplaceService")
  6361.  
  6362. local UI = player.PlayerGui.Sciptmode.Main.Customentity
  6363. local UI2 = player.PlayerGui.Sciptmode.Main.Message
  6364. local UI3 = player.PlayerGui.Sciptmode.Main.Mainpage
  6365. local UI4 = player.PlayerGui.Sciptmode.Main.Feature
  6366.  
  6367. local function checkPass()
  6368. local success, result = pcall(function()
  6369. return MarketplaceService:PlayerOwnsAsset(player, passId)
  6370. end)
  6371. return success and result
  6372. end
  6373. local function animateUI(ui)
  6374. ui.Visible = true
  6375. ui.Size = UDim2.new(0, 0, 0, 0)
  6376. ui.Position = UDim2.new(0.5, 0, 0.5, 0)
  6377. ui.AnchorPoint = Vector2.new(0.5, 0.5)
  6378.  
  6379. local enlargeGoal = {Size = UDim2.new(0.708, 0, 0.465, 0)}
  6380. local enlargeTweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6381. local enlargeTween = TweenService:Create(ui, enlargeTweenInfo, enlargeGoal)
  6382. enlargeTween:Play()
  6383.  
  6384. enlargeTween.Completed:Connect(function()
  6385. local shrinkGoal = {Size = UDim2.new(0.6372, 0, 0.4185, 0)}
  6386. local shrinkTweenInfo = TweenInfo.new(0.1, Enum.EasingStyle.Quad, Enum.EasingDirection.In)
  6387. local shrinkTween = TweenService:Create(ui, shrinkTweenInfo, shrinkGoal)
  6388. shrinkTween:Play()
  6389.  
  6390. shrinkTween.Completed:Connect(function()
  6391. local bounceGoal = {Size = UDim2.new(0.708, 0, 0.465, 0)}
  6392. local bounceTweenInfo = TweenInfo.new(0.15, Enum.EasingStyle.Bounce, Enum.EasingDirection.Out)
  6393. local bounceTween = TweenService:Create(ui, bounceTweenInfo, bounceGoal)
  6394. bounceTween:Play()
  6395. end)
  6396. end)
  6397. end
  6398.  
  6399. local function runScriptBasedOnPass()
  6400. if checkPass() then
  6401. UI.Visible = true
  6402. UI2.Visible = false
  6403. UI3.Visible = false
  6404. UI4.Visible = false
  6405. else
  6406. animateUI(script.Parent.Parent.Parent.window)
  6407. --[[
  6408. UI.Visible = true
  6409. UI2.Visible = false
  6410. UI3.Visible = false
  6411. UI4.Visible = false
  6412. ]]
  6413. end
  6414. end
  6415.  
  6416. script.Parent.MouseButton1Click:Connect(runScriptBasedOnPass)
  6417.  
  6418. end;
  6419. task.spawn(C_1e);
  6420. -- StarterGui.Sciptmode.Main.Function.Customentity.Frame.TextLabel.LocalScript
  6421. local function C_23()
  6422. local script = G2L["23"];
  6423. local text = script.Parent
  6424. local player = game.Players.LocalPlayer
  6425. local passId = 975582393 -- 通行证ID
  6426. local MarketplaceService = game:GetService("MarketplaceService")
  6427.  
  6428. local function checkPass()
  6429. local success, result = pcall(function()
  6430. return MarketplaceService:PlayerOwnsAsset(player, passId)
  6431. end)
  6432. return success and result
  6433. end
  6434.  
  6435. if player.UserId == "wyslszak_cn" or "sansheq" or "whitelistuser" then
  6436. _G.whitelist = true
  6437. end
  6438.  
  6439. local function updateTextVisibility()
  6440. if checkPass() then
  6441. text.Visible = false -- 隐藏text
  6442. else
  6443. text.Visible = true -- 显示text
  6444. end
  6445. end
  6446.  
  6447. updateTextVisibility()
  6448.  
  6449. end;
  6450. task.spawn(C_23);
  6451. -- StarterGui.Sciptmode.Main.Settings.Darg.LocalScript
  6452. local function C_2f()
  6453. local script = G2L["2f"];
  6454. local AnimationService = game:GetService("TweenService")
  6455.  
  6456. local Darg = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Darg
  6457.  
  6458. local Buttonbackground = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Darg.Buttonbackground
  6459. local button = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Darg.Buttonbackground.Button
  6460. local Black = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Darg.Buttonbackground.black
  6461. local ONOFF = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Darg.Buttonbackground.TextLabel
  6462. local mian = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main
  6463.  
  6464. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6465. local Transparency = 0.5
  6466. local Animation1 = AnimationService:Create(Black, AnimationInfo, {BackgroundTransparency = Transparency})
  6467.  
  6468. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6469. local Transparency = 1
  6470. local Animation2 = AnimationService:Create(Black, AnimationInfo, {BackgroundTransparency = Transparency})
  6471.  
  6472. local tweenInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6473. local targetPosition = UDim2.new(0, 0, 0, 0)
  6474. local Animation3 = AnimationService:Create(button, tweenInfo, {Position = targetPosition})
  6475.  
  6476. local tweenInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  6477. local targetPosition = UDim2.new(0.711, 0, 0, 0)
  6478. local Animation4 = AnimationService:Create(button, tweenInfo, {Position = targetPosition})
  6479.  
  6480. local On = false
  6481. Darg.MouseButton1Click:Connect(function()
  6482. On = not On
  6483. if On then
  6484.  
  6485. Animation3:Play()
  6486. Animation2:Play()
  6487. else
  6488.  
  6489. Animation1:Play()
  6490. Animation4:Play()
  6491. end
  6492. end)
  6493.  
  6494. local inDarg = true
  6495. Darg.MouseButton1Click:Connect(function()
  6496. inDarg = not inDarg
  6497. mian.Draggable = not inDarg
  6498. ONOFF.Text = inDarg and "OFF" or "ON"
  6499. end)
  6500. end;
  6501. task.spawn(C_2f);
  6502. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.English.TextButton.LocalScript
  6503. local function C_3d()
  6504. local script = G2L["3d"];
  6505. local player = game.Players.LocalPlayer
  6506. local UI = player.PlayerGui.Sciptmode.Main
  6507. local gui = player.PlayerGui.Sciptmode.Main.Message.information
  6508. local mainGui = player.PlayerGui.Sciptmode.Main
  6509. local device = player.PlayerGui.Sciptmode
  6510. local Button = script.Parent
  6511. local BG = script.Parent.Blackbackground
  6512. local BG2 = script.Parent.Parent.Parent.SChinese.TextButton.Blackbackground
  6513. local Settings = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings
  6514. local LA = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Language.Buttonbackground.TextLabel
  6515. local EN = script.Parent.Parent.Parent.Parent.Parent.Parent.EN
  6516. local CN = script.Parent.Parent.Parent.Parent.Parent.Parent.CN
  6517. local Customentity = UI.Customentity
  6518. local Entity = Customentity.ScrollingFrame.Entity
  6519. local Lights = Customentity.ScrollingFrame.Lights
  6520. local Earthquake = Customentity.ScrollingFrame.Earthquake
  6521. local Movement = Customentity.ScrollingFrame.Movement
  6522. local Rebounding = Customentity.ScrollingFrame.Rebounding
  6523. local Damage = Customentity.ScrollingFrame.Damage
  6524. local Crucifixion = Customentity.ScrollingFrame.Crucifixion
  6525. local Death = Customentity.ScrollingFrame.Death
  6526. local CameraShake = Customentity.ScrollingFrame.CameraShake
  6527.  
  6528. local function updateGuiTexts()
  6529. EN.Visible = true
  6530. CN.Visible = false
  6531. -- Updating main GUI messages
  6532. gui.Player.ID.Text = "Player ID : " .. player.UserId
  6533. gui.Player.USER.Text = "Username : " .. player.Name
  6534. mainGui.update.TextLabel.Text = "latest update"
  6535. player.PlayerGui.Sciptmode.Notification.Title.Text = "Scripts mode notification!"
  6536. -- Updating function texts
  6537. mainGui.Function.Item.Text = "Item"
  6538. mainGui.Function.mode.Text = "mode"
  6539. mainGui.Function.place.Text = "place"
  6540. mainGui.Function.Customentity.Text = "Custom\nentity"
  6541. mainGui.Function.Customentity.Frame.TextLabel.Text = "UNPURCHASED"
  6542.  
  6543. -- Updating special items
  6544. mainGui.Mainpage.Itempage.Special.TextLabel.Text = "Special"
  6545. mainGui.Mainpage.Itempage.Special.GuidingCandle.Text = "Guiding Candle"
  6546. mainGui.Mainpage.Itempage.Special.NVCS3000.Text = "NVCS-3000"
  6547. mainGui.Mainpage.Itempage.Special.Purpleflashlight.Text = "Purple flashlight"
  6548.  
  6549. -- Updating place themes
  6550. mainGui.Mainpage.Placepage.Floor2.Text = "Floor 2 Theme"
  6551. mainGui.Mainpage.Placepage.Christmas.Text = "Christmas Theme"
  6552.  
  6553. -- Updating device-specific elements
  6554. device.Mobile.TextButton.Text = "Minimize toggle"
  6555. device.PC.TextLabel.Text = "Press 'N' to toggle UI"
  6556.  
  6557. Settings.Darg.Text = "Darg"
  6558. Settings.Language.Text = "Language"
  6559.  
  6560. Customentity.ScrollingFrame.TextLabel.Text = "Custom entity"
  6561.  
  6562. Customentity.Frame.TextButton.Text = "Execute"
  6563. Customentity.Frame.TextButton2.Text = "Get code"
  6564. Entity.HeightOffset.T.Text = "Height\nOffset"
  6565. Entity.N1ame.T.Text = "Name"
  6566. Entity.Model.T.Text = "Model"
  6567.  
  6568. Lights.Lights.Text = "Lights"
  6569. Lights.Flicker.Duration.Duration.TextLabel.Text = "Duration"
  6570. Lights.Flicker.Flicker.TextLabel.Text = "Flicker"
  6571. Lights.SR.Shatter.T.Text = "Shatter"
  6572. Lights.SR.Repair.T.Text = "Repair"
  6573.  
  6574. Earthquake.Earthquake.Text = "Earthquake"
  6575.  
  6576. CameraShake.CameraShake.Text = "CameraShake"
  6577. CameraShake.EDRA.Range.TTT.Text = "Range"
  6578. CameraShake.Values.Values.Text = "Values"
  6579. CameraShake.EDRA.ED.background.TextLabel.Text = "Enabled"
  6580.  
  6581. Movement.Movement.Text = "Movement"
  6582. Movement.SD.Speed.TextLabel.Text = "Speed"
  6583. Movement.SD.Delay.TextLabel.Text = "Delay"
  6584. Movement.Reversed.T.Text = "Reversed"
  6585.  
  6586. Rebounding.Rebounding.Text = "Rebounding"
  6587. Rebounding.ET.ED.background.TextLabel.Text = "Enabled"
  6588. Rebounding.ET.Type.TextLabel.Text = "Type"
  6589. Rebounding.MMD.Delay.T.Text = "Delay"
  6590. Rebounding.MMD.Max.T.Text = "Max"
  6591. Rebounding.MMD.Min.T.Text = "Mix"
  6592.  
  6593. Damage.Damage.Text = "Damage"
  6594. Damage.ED.ED.background.TextLabel.Text = "Enabled"
  6595. Damage.RA.Range.T.Text = "Range"
  6596. Damage.RA.Amount.T.Text = "Range"
  6597.  
  6598. Crucifixion.Damage.Text = "Crucifixion"
  6599. Crucifixion.ED.ED.background.TextLabel.Text = "Enabled"
  6600. Crucifixion.ED.Range.T.Text = "Range"
  6601. Crucifixion.RA.Break.Break.TextLabel.Text = "Break"
  6602. Crucifixion.RA.Resist.T.Text = "v"
  6603.  
  6604. Death.Damage.Text = "Death"
  6605. Death.EC.Cause.T.Text = "Cause"
  6606. Death.EC.Type.TextLabel.Text = "Type"
  6607. local TSSS = Death.EC.Type.TB1.background.oo
  6608. if TSSS.Text == "引导之光" then
  6609. TSSS.Text = "Guiding"
  6610. else
  6611. TSSS.Text = "Curious"
  6612. end
  6613.  
  6614. if TSSS.Text == "好奇之光" then
  6615. TSSS.Text = "Curious"
  6616. else
  6617. TSSS.Text = "Guiding"
  6618. end
  6619.  
  6620. mainGui.window.TextButton1.Text = "NO, Thank"
  6621. mainGui.window.TextButton.Text = "Yes"
  6622. mainGui.window.T1.Text = "You don't have access to this feature"
  6623. mainGui.window.T2.Text = "Need to purchase this feature??"
  6624.  
  6625. LA.Text = "English"
  6626.  
  6627. BG.Visible = true
  6628. BG2.Visible = false
  6629. end
  6630.  
  6631. Button.MouseButton1Click:Connect(updateGuiTexts)
  6632.  
  6633. end;
  6634. task.spawn(C_3d);
  6635. -- StarterGui.Sciptmode.Main.Settings.Language.Buttonbackground.Frame.ScrollingFrame.SChinese.TextButton.LocalScript
  6636. local function C_45()
  6637. local script = G2L["45"];
  6638. local player = game.Players.LocalPlayer
  6639. local UI = player.PlayerGui.Sciptmode.Main
  6640. local gui = player.PlayerGui.Sciptmode.Main.Message.information
  6641. local mainGui = player.PlayerGui.Sciptmode.Main
  6642. local device = player.PlayerGui.Sciptmode
  6643. local Button = script.Parent
  6644. local BG = script.Parent.Blackbackground
  6645. local BG2 = script.Parent.Parent.Parent.English.TextButton.Blackbackground
  6646. local Settings = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings
  6647. local LA = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Language.Buttonbackground.TextLabel
  6648. local EN = script.Parent.Parent.Parent.Parent.Parent.Parent.EN
  6649. local CN = script.Parent.Parent.Parent.Parent.Parent.Parent.CN
  6650. local Customentity = UI.Customentity
  6651. local Entity = Customentity.ScrollingFrame.Entity
  6652. local Lights = Customentity.ScrollingFrame.Lights
  6653. local Earthquake = Customentity.ScrollingFrame.Earthquake
  6654. local Movement = Customentity.ScrollingFrame.Movement
  6655. local Rebounding = Customentity.ScrollingFrame.Rebounding
  6656. local Damage = Customentity.ScrollingFrame.Damage
  6657. local Crucifixion = Customentity.ScrollingFrame.Crucifixion
  6658. local Death = Customentity.ScrollingFrame.Death
  6659. local CameraShake = Customentity.ScrollingFrame.CameraShake
  6660.  
  6661. local function updateGuiTexts()
  6662. EN.Visible = false
  6663. CN.Visible = true
  6664.  
  6665. -- Updating main GUI messages
  6666. gui.Player.ID.Text = "玩家 ID : " .. player.UserId
  6667. gui.Player.USER.Text = "用户名 : " .. player.Name
  6668. mainGui.update.TextLabel.Text = "最新更新"
  6669. player.PlayerGui.Sciptmode.Notification.Title.Text = "脚本模式 通知!"
  6670. -- Updating function texts
  6671. mainGui.Function.Item.Text = "物品"
  6672. mainGui.Function.mode.Text = "模式"
  6673. mainGui.Function.place.Text = "场景"
  6674. mainGui.Function.Customentity.Frame.TextLabel.Text = "未购买"
  6675. mainGui.Function.Customentity.Text = "自定义实体"
  6676. -- Updating special items
  6677. mainGui.Mainpage.Itempage.Special.TextLabel.Text = "特殊"
  6678. mainGui.Mainpage.Itempage.Special.GuidingCandle.Text = "引导之光蜡烛"
  6679. mainGui.Mainpage.Itempage.Special.NVCS3000.Text = "夜视仪"
  6680. mainGui.Mainpage.Itempage.Special.Purpleflashlight.Text = "紫色手电筒"
  6681.  
  6682. -- Updating place themes
  6683. mainGui.Mainpage.Placepage.Floor2.Text = "第二章主题"
  6684. mainGui.Mainpage.Placepage.Christmas.Text = "圣诞节主题"
  6685.  
  6686. -- Updating device-specific elements
  6687. device.Mobile.TextButton.Text = "最小化切换"
  6688. device.PC.TextLabel.Text = "按'N'切换界面"
  6689.  
  6690. Settings.Darg.Text = "界面拖拽"
  6691. Settings.Language.Text = "语言"
  6692.  
  6693. Customentity.ScrollingFrame.TextLabel.Text = "自定义实体"
  6694.  
  6695. Customentity.Frame.TextButton.Text = "执行"
  6696. Customentity.Frame.TextButton2.Text = "获取脚本"
  6697. Entity.HeightOffset.T.Text = "高度偏移"
  6698. Entity.N1ame.T.Text = "名称"
  6699. Entity.Model.T.Text = "模型"
  6700.  
  6701. Lights.Lights.Text = "灯光"
  6702. Lights.Flicker.Duration.Duration.TextLabel.Text = "闪灯时间"
  6703. Lights.Flicker.Flicker.TextLabel.Text = "闪烁"
  6704. Lights.SR.Shatter.T.Text = "破灯"
  6705. Lights.SR.Repair.T.Text = "修灯"
  6706.  
  6707. Earthquake.Earthquake.Text = "地震"
  6708.  
  6709. CameraShake.CameraShake.Text = "屏幕抖动"
  6710. CameraShake.EDRA.Range.TTT.Text = "范围"
  6711. CameraShake.Values.Values.Text = "数值"
  6712. CameraShake.EDRA.ED.background.TextLabel.Text = "启用"
  6713.  
  6714. Movement.Movement.Text = "移动"
  6715. Movement.SD.Speed.TextLabel.Text = "速度"
  6716. Movement.SD.Delay.TextLabel.Text = "延迟"
  6717. Movement.Reversed.T.Text = "前方生成"
  6718.  
  6719. Rebounding.Rebounding.Text = "回弹"
  6720. Rebounding.ET.ED.background.TextLabel.Text = "启用"
  6721. Rebounding.ET.Type.TextLabel.Text = "类型"
  6722. Rebounding.MMD.Delay.T.Text = "延迟"
  6723. Rebounding.MMD.Max.T.Text = "最大次数"
  6724. Rebounding.MMD.Min.T.Text = "最小次数"
  6725.  
  6726. Damage.Damage.Text = "伤害"
  6727. Damage.ED.ED.background.TextLabel.Text = "启用"
  6728. Damage.RA.Range.T.Text = "范围"
  6729. Damage.RA.Amount.T.Text = "伤害数值"
  6730.  
  6731. Crucifixion.Damage.Text = "十字架封印"
  6732. Crucifixion.ED.ED.background.TextLabel.Text = "启用"
  6733. Crucifixion.ED.Range.T.Text = "范围"
  6734. Crucifixion.RA.Break.Break.TextLabel.Text = "破坏"
  6735. Crucifixion.RA.Resist.T.Text = "反抗"
  6736.  
  6737. Death.Damage.Text = "死亡"
  6738. Death.EC.Cause.T.Text = "导致"
  6739. Death.EC.Type.TextLabel.Text = "类型"
  6740. local TSSS = Death.EC.Type.TB1.background.oo
  6741. if TSSS.Text == "Guiding" then
  6742. TSSS.Text = "引导之光"
  6743. else
  6744. TSSS.Text = "好奇之光"
  6745. end
  6746.  
  6747. if TSSS.Text == "Curious" then
  6748. TSSS.Text = "好奇之光"
  6749. else
  6750. TSSS.Text = "引导之光"
  6751. end
  6752. mainGui.window.TextButton1.Text = "不,谢谢"
  6753. mainGui.window.TextButton.Text = "好"
  6754. mainGui.window.T1.Text = "您无法访问此功能"
  6755. mainGui.window.T2.Text = "需要购买此功能吗?"
  6756. LA.Text = "简体中文"
  6757.  
  6758. BG.Visible = true
  6759. BG2.Visible = false
  6760. end
  6761.  
  6762. Button.MouseButton1Click:Connect(updateGuiTexts)
  6763.  
  6764. end;
  6765. task.spawn(C_45);
  6766. -- StarterGui.Sciptmode.Main.Settings.Language.LocalScript
  6767. local function C_48()
  6768. local script = G2L["48"];
  6769. local Language = script.Parent.Buttonbackground.Frame
  6770. local Button = script.Parent
  6771.  
  6772. local isVisible = false
  6773.  
  6774. Button.MouseButton1Click:Connect(function()
  6775. isVisible = not isVisible
  6776. Language.Visible = isVisible
  6777. end)
  6778.  
  6779.  
  6780. end;
  6781. task.spawn(C_48);
  6782. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.Flicker.Flicker.LocalScript
  6783. local function C_6e()
  6784. local script = G2L["6e"];
  6785. local button = script.Parent
  6786.  
  6787. local Fr = script.Parent.oo
  6788. local Whitebutton = script.Parent.background.Button
  6789. local Black = script.Parent.background.black
  6790.  
  6791. local tweenService = game:GetService("TweenService")
  6792.  
  6793. -- 动画参数
  6794. local positionInfo = TweenInfo.new(
  6795. 0.5, -- 动画时间
  6796. Enum.EasingStyle.Quad, -- 动画缓动样式
  6797. Enum.EasingDirection.Out, -- 动画缓动方向
  6798. 0, -- 重复次数
  6799. false, -- 是否反向
  6800. 0 -- 延迟时间
  6801. )
  6802.  
  6803. local transparencyInfo = TweenInfo.new(
  6804. 0.5, -- 动画时间
  6805. Enum.EasingStyle.Quad, -- 动画缓动样式
  6806. Enum.EasingDirection.Out, -- 动画缓动方向
  6807. 0, -- 重复次数
  6808. false, -- 是否反向
  6809. 0 -- 延迟时间
  6810. )
  6811.  
  6812. local function createTween(object, info, properties)
  6813. return tweenService:Create(object, info, properties)
  6814. end
  6815.  
  6816. local function updateButtonText()
  6817. local whiteTween, blackTween
  6818.  
  6819. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  6820. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  6821. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  6822. Fr.Visible = false
  6823. else
  6824. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  6825. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  6826. Fr.Visible = true
  6827. end
  6828.  
  6829. whiteTween:Play()
  6830. blackTween:Play()
  6831. end
  6832.  
  6833. button.MouseButton1Click:Connect(function()
  6834. updateButtonText()
  6835. end)
  6836.  
  6837. end;
  6838. task.spawn(C_6e);
  6839. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Repair.TB.LocalScript
  6840. local function C_7b()
  6841. local script = G2L["7b"];
  6842. local button = script.Parent
  6843.  
  6844. local Fr = script.Parent.oo
  6845. local Whitebutton = script.Parent.background.Button
  6846. local Black = script.Parent.background.black
  6847.  
  6848. local tweenService = game:GetService("TweenService")
  6849.  
  6850. -- 动画参数
  6851. local positionInfo = TweenInfo.new(
  6852. 0.5, -- 动画时间
  6853. Enum.EasingStyle.Quad, -- 动画缓动样式
  6854. Enum.EasingDirection.Out, -- 动画缓动方向
  6855. 0, -- 重复次数
  6856. false, -- 是否反向
  6857. 0 -- 延迟时间
  6858. )
  6859.  
  6860. local transparencyInfo = TweenInfo.new(
  6861. 0.5, -- 动画时间
  6862. Enum.EasingStyle.Quad, -- 动画缓动样式
  6863. Enum.EasingDirection.Out, -- 动画缓动方向
  6864. 0, -- 重复次数
  6865. false, -- 是否反向
  6866. 0 -- 延迟时间
  6867. )
  6868.  
  6869. local function createTween(object, info, properties)
  6870. return tweenService:Create(object, info, properties)
  6871. end
  6872.  
  6873. local function updateButtonText()
  6874. local whiteTween, blackTween
  6875.  
  6876. if Whitebutton.Position == UDim2.new(0.69, 0, 0, 0) then
  6877. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  6878. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  6879. Fr.Visible = true
  6880. else
  6881. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  6882. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  6883. Fr.Visible = false
  6884. end
  6885.  
  6886. whiteTween:Play()
  6887. blackTween:Play()
  6888. end
  6889.  
  6890. -- 设置 Whitebutton 的默认位置为 UDim2.new(0.69, 0, 0, 0)
  6891. Whitebutton.Position = UDim2.new(0.69, 0, 0, 0)
  6892.  
  6893. button.MouseButton1Click:Connect(function()
  6894. updateButtonText()
  6895. end)
  6896.  
  6897. end;
  6898. task.spawn(C_7b);
  6899. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Lights.SR.Shatter.TB.LocalScript
  6900. local function C_88()
  6901. local script = G2L["88"];
  6902. local button = script.Parent
  6903.  
  6904. local Fr = script.Parent.oo
  6905. local Whitebutton = script.Parent.background.Button
  6906. local Black = script.Parent.background.black
  6907.  
  6908. local tweenService = game:GetService("TweenService")
  6909.  
  6910. -- 动画参数
  6911. local positionInfo = TweenInfo.new(
  6912. 0.5, -- 动画时间
  6913. Enum.EasingStyle.Quad, -- 动画缓动样式
  6914. Enum.EasingDirection.Out, -- 动画缓动方向
  6915. 0, -- 重复次数
  6916. false, -- 是否反向
  6917. 0 -- 延迟时间
  6918. )
  6919.  
  6920. local transparencyInfo = TweenInfo.new(
  6921. 0.5, -- 动画时间
  6922. Enum.EasingStyle.Quad, -- 动画缓动样式
  6923. Enum.EasingDirection.Out, -- 动画缓动方向
  6924. 0, -- 重复次数
  6925. false, -- 是否反向
  6926. 0 -- 延迟时间
  6927. )
  6928.  
  6929. local function createTween(object, info, properties)
  6930. return tweenService:Create(object, info, properties)
  6931. end
  6932.  
  6933. local function updateButtonText()
  6934. local whiteTween, blackTween
  6935.  
  6936. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  6937. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  6938. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  6939. Fr.Visible = false
  6940. else
  6941. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  6942. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  6943. Fr.Visible = true
  6944. end
  6945.  
  6946. whiteTween:Play()
  6947. blackTween:Play()
  6948. end
  6949.  
  6950. button.MouseButton1Click:Connect(function()
  6951. updateButtonText()
  6952. end)
  6953.  
  6954. end;
  6955. task.spawn(C_88);
  6956. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Earthquake.TB.TB.LocalScript
  6957. local function C_97()
  6958. local script = G2L["97"];
  6959. local button = script.Parent
  6960.  
  6961. local Fr = script.Parent.oo
  6962. local Whitebutton = script.Parent.background.Button
  6963. local Black = script.Parent.background.black
  6964.  
  6965. local tweenService = game:GetService("TweenService")
  6966.  
  6967. -- 动画参数
  6968. local positionInfo = TweenInfo.new(
  6969. 0.5, -- 动画时间
  6970. Enum.EasingStyle.Quad, -- 动画缓动样式
  6971. Enum.EasingDirection.Out, -- 动画缓动方向
  6972. 0, -- 重复次数
  6973. false, -- 是否反向
  6974. 0 -- 延迟时间
  6975. )
  6976.  
  6977. local transparencyInfo = TweenInfo.new(
  6978. 0.5, -- 动画时间
  6979. Enum.EasingStyle.Quad, -- 动画缓动样式
  6980. Enum.EasingDirection.Out, -- 动画缓动方向
  6981. 0, -- 重复次数
  6982. false, -- 是否反向
  6983. 0 -- 延迟时间
  6984. )
  6985.  
  6986. local function createTween(object, info, properties)
  6987. return tweenService:Create(object, info, properties)
  6988. end
  6989.  
  6990. local function updateButtonText()
  6991. local whiteTween, blackTween
  6992.  
  6993. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  6994. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  6995. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  6996. Fr.Visible = false
  6997. else
  6998. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  6999. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7000. Fr.Visible = true
  7001. end
  7002.  
  7003. whiteTween:Play()
  7004. blackTween:Play()
  7005. end
  7006.  
  7007. button.MouseButton1Click:Connect(function()
  7008. updateButtonText()
  7009. end)
  7010.  
  7011. end;
  7012. task.spawn(C_97);
  7013. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.CameraShake.EDRA.ED.LocalScript
  7014. local function C_a6()
  7015. local script = G2L["a6"];
  7016. local button = script.Parent
  7017.  
  7018. local Fr = script.Parent.oo
  7019. local Whitebutton = script.Parent.background.Button
  7020. local Black = script.Parent.background.black
  7021.  
  7022. local tweenService = game:GetService("TweenService")
  7023.  
  7024. -- 动画参数
  7025. local positionInfo = TweenInfo.new(
  7026. 0.5, -- 动画时间
  7027. Enum.EasingStyle.Quad, -- 动画缓动样式
  7028. Enum.EasingDirection.Out, -- 动画缓动方向
  7029. 0, -- 重复次数
  7030. false, -- 是否反向
  7031. 0 -- 延迟时间
  7032. )
  7033.  
  7034. local transparencyInfo = TweenInfo.new(
  7035. 0.5, -- 动画时间
  7036. Enum.EasingStyle.Quad, -- 动画缓动样式
  7037. Enum.EasingDirection.Out, -- 动画缓动方向
  7038. 0, -- 重复次数
  7039. false, -- 是否反向
  7040. 0 -- 延迟时间
  7041. )
  7042.  
  7043. local function createTween(object, info, properties)
  7044. return tweenService:Create(object, info, properties)
  7045. end
  7046.  
  7047. local function updateButtonText()
  7048. local whiteTween, blackTween
  7049.  
  7050. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7051. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7052. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7053. Fr.Visible = false
  7054. else
  7055. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7056. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7057. Fr.Visible = true
  7058. end
  7059.  
  7060. whiteTween:Play()
  7061. blackTween:Play()
  7062. end
  7063.  
  7064. button.MouseButton1Click:Connect(function()
  7065. updateButtonText()
  7066. end)
  7067.  
  7068. end;
  7069. task.spawn(C_a6);
  7070. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Movement.Reversed.TB.LocalScript
  7071. local function C_dc()
  7072. local script = G2L["dc"];
  7073. local button = script.Parent
  7074.  
  7075. local Fr = script.Parent.oo
  7076. local Whitebutton = script.Parent.background.Button
  7077. local Black = script.Parent.background.black
  7078.  
  7079. local tweenService = game:GetService("TweenService")
  7080.  
  7081. -- 动画参数
  7082. local positionInfo = TweenInfo.new(
  7083. 0.5, -- 动画时间
  7084. Enum.EasingStyle.Quad, -- 动画缓动样式
  7085. Enum.EasingDirection.Out, -- 动画缓动方向
  7086. 0, -- 重复次数
  7087. false, -- 是否反向
  7088. 0 -- 延迟时间
  7089. )
  7090.  
  7091. local transparencyInfo = TweenInfo.new(
  7092. 0.5, -- 动画时间
  7093. Enum.EasingStyle.Quad, -- 动画缓动样式
  7094. Enum.EasingDirection.Out, -- 动画缓动方向
  7095. 0, -- 重复次数
  7096. false, -- 是否反向
  7097. 0 -- 延迟时间
  7098. )
  7099.  
  7100. local function createTween(object, info, properties)
  7101. return tweenService:Create(object, info, properties)
  7102. end
  7103.  
  7104. local function updateButtonText()
  7105. local whiteTween, blackTween
  7106.  
  7107. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7108. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7109. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7110. Fr.Visible = false
  7111. else
  7112. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7113. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7114. Fr.Visible = true
  7115. end
  7116.  
  7117. whiteTween:Play()
  7118. blackTween:Play()
  7119. end
  7120.  
  7121. button.MouseButton1Click:Connect(function()
  7122. updateButtonText()
  7123. end)
  7124.  
  7125. end;
  7126. task.spawn(C_dc);
  7127. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.ED.LocalScript
  7128. local function C_ec()
  7129. local script = G2L["ec"];
  7130. local button = script.Parent
  7131.  
  7132. local Fr = script.Parent.oo
  7133. local Whitebutton = script.Parent.background.Button
  7134. local Black = script.Parent.background.black
  7135.  
  7136. local tweenService = game:GetService("TweenService")
  7137.  
  7138. -- 动画参数
  7139. local positionInfo = TweenInfo.new(
  7140. 0.5, -- 动画时间
  7141. Enum.EasingStyle.Quad, -- 动画缓动样式
  7142. Enum.EasingDirection.Out, -- 动画缓动方向
  7143. 0, -- 重复次数
  7144. false, -- 是否反向
  7145. 0 -- 延迟时间
  7146. )
  7147.  
  7148. local transparencyInfo = TweenInfo.new(
  7149. 0.5, -- 动画时间
  7150. Enum.EasingStyle.Quad, -- 动画缓动样式
  7151. Enum.EasingDirection.Out, -- 动画缓动方向
  7152. 0, -- 重复次数
  7153. false, -- 是否反向
  7154. 0 -- 延迟时间
  7155. )
  7156.  
  7157. local function createTween(object, info, properties)
  7158. return tweenService:Create(object, info, properties)
  7159. end
  7160.  
  7161. local function updateButtonText()
  7162. local whiteTween, blackTween
  7163.  
  7164. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7165. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7166. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7167. Fr.Visible = false
  7168. else
  7169. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7170. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7171. Fr.Visible = true
  7172. end
  7173.  
  7174. whiteTween:Play()
  7175. blackTween:Play()
  7176. end
  7177.  
  7178. button.MouseButton1Click:Connect(function()
  7179. updateButtonText()
  7180. end)
  7181.  
  7182. end;
  7183. task.spawn(C_ec);
  7184. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Rebounding.ET.Type.TB1.LocalScript
  7185. local function C_f0()
  7186. local script = G2L["f0"];
  7187. local button = script.Parent
  7188.  
  7189. local Fr = script.Parent.oo
  7190. local Text = script.Parent.background.oo
  7191. local Whitebutton = script.Parent.background.Button
  7192.  
  7193. local tweenService = game:GetService("TweenService")
  7194.  
  7195. -- 动画参数
  7196. local positionInfo = TweenInfo.new(
  7197. 0.5, -- 动画时间
  7198. Enum.EasingStyle.Quad, -- 动画缓动样式
  7199. Enum.EasingDirection.Out, -- 动画缓动方向
  7200. 0, -- 重复次数
  7201. false, -- 是否反向
  7202. 0 -- 延迟时间
  7203. )
  7204.  
  7205. local transparencyInfo = TweenInfo.new(
  7206. 0.5, -- 动画时间
  7207. Enum.EasingStyle.Quad, -- 动画缓动样式
  7208. Enum.EasingDirection.Out, -- 动画缓动方向
  7209. 0, -- 重复次数
  7210. false, -- 是否反向
  7211. 0 -- 延迟时间
  7212. )
  7213.  
  7214. local function createTween(object, info, properties)
  7215. return tweenService:Create(object, info, properties)
  7216. end
  7217.  
  7218. local function updateButtonText()
  7219. local whiteTween, blackTween
  7220.  
  7221. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7222. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7223. Fr.Visible = false
  7224. Text.Text = "Blitz"
  7225. else
  7226. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7227. Fr.Visible = true
  7228. Text.Text = "Ambush"
  7229. end
  7230.  
  7231. whiteTween:Play()
  7232. end
  7233.  
  7234. button.MouseButton1Click:Connect(function()
  7235. updateButtonText()
  7236. end)
  7237.  
  7238. end;
  7239. task.spawn(C_f0);
  7240. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Damage.ED.ED.LocalScript
  7241. local function C_11c()
  7242. local script = G2L["11c"];
  7243. local button = script.Parent
  7244.  
  7245. local Fr = script.Parent.oo
  7246. local Whitebutton = script.Parent.background.Button
  7247. local Black = script.Parent.background.black
  7248.  
  7249. local tweenService = game:GetService("TweenService")
  7250.  
  7251. -- 动画参数
  7252. local positionInfo = TweenInfo.new(
  7253. 0.5, -- 动画时间
  7254. Enum.EasingStyle.Quad, -- 动画缓动样式
  7255. Enum.EasingDirection.Out, -- 动画缓动方向
  7256. 0, -- 重复次数
  7257. false, -- 是否反向
  7258. 0 -- 延迟时间
  7259. )
  7260.  
  7261. local transparencyInfo = TweenInfo.new(
  7262. 0.5, -- 动画时间
  7263. Enum.EasingStyle.Quad, -- 动画缓动样式
  7264. Enum.EasingDirection.Out, -- 动画缓动方向
  7265. 0, -- 重复次数
  7266. false, -- 是否反向
  7267. 0 -- 延迟时间
  7268. )
  7269.  
  7270. local function createTween(object, info, properties)
  7271. return tweenService:Create(object, info, properties)
  7272. end
  7273.  
  7274. local function updateButtonText()
  7275. local whiteTween, blackTween
  7276.  
  7277. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7278. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7279. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7280. Fr.Visible = false
  7281. else
  7282. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7283. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7284. Fr.Visible = true
  7285. end
  7286.  
  7287. whiteTween:Play()
  7288. blackTween:Play()
  7289. end
  7290.  
  7291. button.MouseButton1Click:Connect(function()
  7292. updateButtonText()
  7293. end)
  7294.  
  7295. end;
  7296. task.spawn(C_11c);
  7297. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.ED.ED.LocalScript
  7298. local function C_139()
  7299. local script = G2L["139"];
  7300. local button = script.Parent
  7301.  
  7302. local Fr = script.Parent.oo
  7303. local Whitebutton = script.Parent.background.Button
  7304. local Black = script.Parent.background.black
  7305.  
  7306. local tweenService = game:GetService("TweenService")
  7307.  
  7308. -- 动画参数
  7309. local positionInfo = TweenInfo.new(
  7310. 0.5, -- 动画时间
  7311. Enum.EasingStyle.Quad, -- 动画缓动样式
  7312. Enum.EasingDirection.Out, -- 动画缓动方向
  7313. 0, -- 重复次数
  7314. false, -- 是否反向
  7315. 0 -- 延迟时间
  7316. )
  7317.  
  7318. local transparencyInfo = TweenInfo.new(
  7319. 0.5, -- 动画时间
  7320. Enum.EasingStyle.Quad, -- 动画缓动样式
  7321. Enum.EasingDirection.Out, -- 动画缓动方向
  7322. 0, -- 重复次数
  7323. false, -- 是否反向
  7324. 0 -- 延迟时间
  7325. )
  7326.  
  7327. local function createTween(object, info, properties)
  7328. return tweenService:Create(object, info, properties)
  7329. end
  7330.  
  7331. local function updateButtonText()
  7332. local whiteTween, blackTween
  7333.  
  7334. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7335. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7336. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7337. Fr.Visible = false
  7338. else
  7339. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7340. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7341. Fr.Visible = true
  7342. end
  7343.  
  7344. whiteTween:Play()
  7345. blackTween:Play()
  7346. end
  7347.  
  7348. button.MouseButton1Click:Connect(function()
  7349. updateButtonText()
  7350. end)
  7351.  
  7352. end;
  7353. task.spawn(C_139);
  7354. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Resist.TB.LocalScript
  7355. local function C_145()
  7356. local script = G2L["145"];
  7357. local button = script.Parent
  7358.  
  7359. local Fr = script.Parent.oo
  7360. local Whitebutton = script.Parent.background.Button
  7361. local Black = script.Parent.background.black
  7362.  
  7363. local tweenService = game:GetService("TweenService")
  7364.  
  7365. -- 动画参数
  7366. local positionInfo = TweenInfo.new(
  7367. 0.5, -- 动画时间
  7368. Enum.EasingStyle.Quad, -- 动画缓动样式
  7369. Enum.EasingDirection.Out, -- 动画缓动方向
  7370. 0, -- 重复次数
  7371. false, -- 是否反向
  7372. 0 -- 延迟时间
  7373. )
  7374.  
  7375. local transparencyInfo = TweenInfo.new(
  7376. 0.5, -- 动画时间
  7377. Enum.EasingStyle.Quad, -- 动画缓动样式
  7378. Enum.EasingDirection.Out, -- 动画缓动方向
  7379. 0, -- 重复次数
  7380. false, -- 是否反向
  7381. 0 -- 延迟时间
  7382. )
  7383.  
  7384. local function createTween(object, info, properties)
  7385. return tweenService:Create(object, info, properties)
  7386. end
  7387.  
  7388. local function updateButtonText()
  7389. local whiteTween, blackTween
  7390.  
  7391. if Whitebutton.Position == UDim2.new(0.69, 0, 0, 0) then
  7392. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7393. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7394. Fr.Visible = true
  7395. else
  7396. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7397. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7398. Fr.Visible = false
  7399. end
  7400.  
  7401. whiteTween:Play()
  7402. blackTween:Play()
  7403. end
  7404.  
  7405. -- 设置 Whitebutton 的默认位置为 UDim2.new(0.69, 0, 0, 0)
  7406. Whitebutton.Position = UDim2.new(0.69, 0, 0, 0)
  7407.  
  7408. button.MouseButton1Click:Connect(function()
  7409. updateButtonText()
  7410. end)
  7411.  
  7412. end;
  7413. task.spawn(C_145);
  7414. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Crucifixion.RA.Break.Break.LocalScript
  7415. local function C_150()
  7416. local script = G2L["150"];
  7417. local button = script.Parent
  7418.  
  7419. local Fr = script.Parent.oo
  7420. local Whitebutton = script.Parent.background.Button
  7421. local Black = script.Parent.background.black
  7422.  
  7423. local tweenService = game:GetService("TweenService")
  7424.  
  7425. -- 动画参数
  7426. local positionInfo = TweenInfo.new(
  7427. 0.5, -- 动画时间
  7428. Enum.EasingStyle.Quad, -- 动画缓动样式
  7429. Enum.EasingDirection.Out, -- 动画缓动方向
  7430. 0, -- 重复次数
  7431. false, -- 是否反向
  7432. 0 -- 延迟时间
  7433. )
  7434.  
  7435. local transparencyInfo = TweenInfo.new(
  7436. 0.5, -- 动画时间
  7437. Enum.EasingStyle.Quad, -- 动画缓动样式
  7438. Enum.EasingDirection.Out, -- 动画缓动方向
  7439. 0, -- 重复次数
  7440. false, -- 是否反向
  7441. 0 -- 延迟时间
  7442. )
  7443.  
  7444. local function createTween(object, info, properties)
  7445. return tweenService:Create(object, info, properties)
  7446. end
  7447.  
  7448. local function updateButtonText()
  7449. local whiteTween, blackTween
  7450.  
  7451. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7452. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7453. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 0.5})
  7454. Fr.Visible = false
  7455. else
  7456. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7457. blackTween = createTween(Black, transparencyInfo, {BackgroundTransparency = 1})
  7458. Fr.Visible = true
  7459. end
  7460.  
  7461. whiteTween:Play()
  7462. blackTween:Play()
  7463. end
  7464.  
  7465. button.MouseButton1Click:Connect(function()
  7466. updateButtonText()
  7467. end)
  7468.  
  7469. end;
  7470. task.spawn(C_150);
  7471. -- StarterGui.Sciptmode.Main.Customentity.ScrollingFrame.Death.EC.Type.TB1.LocalScript
  7472. local function C_167()
  7473. local script = G2L["167"];
  7474. local button = script.Parent
  7475. local CN = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Language.CN
  7476. local EN = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Settings.Language.EN
  7477. local Fr = script.Parent.oo
  7478. local Text = script.Parent.background.oo
  7479. local Whitebutton = script.Parent.background.Button
  7480.  
  7481. local tweenService = game:GetService("TweenService")
  7482.  
  7483. -- 动画参数
  7484. local positionInfo = TweenInfo.new(
  7485. 0.5, -- 动画时间
  7486. Enum.EasingStyle.Quad, -- 动画缓动样式
  7487. Enum.EasingDirection.Out, -- 动画缓动方向
  7488. 0, -- 重复次数
  7489. false, -- 是否反向
  7490. 0 -- 延迟时间
  7491. )
  7492.  
  7493. local transparencyInfo = TweenInfo.new(
  7494. 0.5, -- 动画时间
  7495. Enum.EasingStyle.Quad, -- 动画缓动样式
  7496. Enum.EasingDirection.Out, -- 动画缓动方向
  7497. 0, -- 重复次数
  7498. false, -- 是否反向
  7499. 0 -- 延迟时间
  7500. )
  7501.  
  7502. local function createTween(object, info, properties)
  7503. return tweenService:Create(object, info, properties)
  7504. end
  7505.  
  7506. local function updateButtonText()
  7507. local whiteTween, blackTween
  7508.  
  7509. if Whitebutton.Position == UDim2.new(0, 0, 0, 0) then
  7510. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0.69, 0, 0, 0)})
  7511. Fr.Visible = false
  7512. if EN.Visible == true then
  7513. Text.Text = "Curious"
  7514. else
  7515. Text.Text = "好奇之光"
  7516. end
  7517. else
  7518. whiteTween = createTween(Whitebutton, positionInfo, {Position = UDim2.new(0, 0, 0, 0)})
  7519. Fr.Visible = true
  7520. if EN.Visible == true then
  7521. Text.Text = "Guiding"
  7522. else
  7523. Text.Text = "引导之光"
  7524. end
  7525. end
  7526.  
  7527. whiteTween:Play()
  7528. end
  7529.  
  7530. button.MouseButton1Click:Connect(function()
  7531. updateButtonText()
  7532. end)
  7533.  
  7534. end;
  7535. task.spawn(C_167);
  7536. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton.LocalScript
  7537. local function C_173()
  7538. local script = G2L["173"];
  7539. local TweenService = game:GetService("TweenService")
  7540. local player = game.Players.LocalPlayer
  7541. local CN = player.PlayerGui.Sciptmode.Main.Settings.Language.CN
  7542.  
  7543. local function createEntityScript(entityName, modelUrl, heightOffset, lightFlickerEnabled, lightFlickerDuration, shatterEnabled, repairEnabled, EarthquakeEnabled, CameraShakeEnabled, Range, FadeIn, FadeOut, Magnitude, Roughness, Speed, Delays, ReversedEnabled, ReboundingEnabled, ReversedAmbush, RDDelay, RMax, RMin, DamageEnabled, DRange, DAmount, CrucifixionED, CrucifixionRange, CrucifixionResist, CrucifixionBreak, DType, DCause)
  7544. return [[
  7545. ---====== Load spawner ======---
  7546.  
  7547. local spawner = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Entity%20Spawner/V2/Source.lua"))()
  7548.  
  7549. ---====== Create entity ======---
  7550.  
  7551. local entityTemplate = {
  7552. Entity = {Name = "]] .. entityName .. [[", Asset = "rbxassetid://]] .. modelUrl .. [[", HeightOffset = ]] .. heightOffset .. [[},
  7553. Lights = {Flicker = {Enabled = ]] .. tostring(lightFlickerEnabled) .. [[, Duration = ]] .. lightFlickerDuration .. [[}, Shatter = ]] .. tostring(shatterEnabled) .. [[, Repair = ]] .. tostring(repairEnabled) .. [[},
  7554. Earthquake = {Enabled = ]] .. tostring(EarthquakeEnabled) .. [[},
  7555. CameraShake = {Enabled = ]] .. tostring(CameraShakeEnabled) .. [[, Range = ]] .. Range .. [[, Values = {]] .. FadeIn .. [[, ]] .. FadeOut .. [[, ]] .. Magnitude .. [[, ]] .. Roughness .. [[}},
  7556. Movement = {Speed = ]] .. Speed .. [[, Delay = ]] .. Delays .. [[, Reversed = ]] .. tostring(ReversedEnabled) .. [[},
  7557. Rebounding = {Enabled = ]] .. tostring(ReboundingEnabled) .. [[, Type = "]] .. ReversedAmbush .. [[", Min = ]] .. RMin .. [[, Max = ]] .. RMax .. [[, Delay = ]] .. RDDelay .. [[},
  7558. Damage = {Enabled = ]] .. tostring(DamageEnabled) .. [[, Range = ]] .. DRange .. [[, Amount = ]] .. DAmount .. [[},
  7559. Crucifixion = {Enabled = ]] .. tostring(CrucifixionED) .. [[, Range = ]] .. CrucifixionRange .. [[, Resist = ]] .. tostring(CrucifixionResist) .. [[, Break = ]] .. tostring(CrucifixionBreak) .. [[},
  7560. Death = {Type = "]] .. tostring(DType) .. [[", Hints = {"Death Hints", "Death Hints2", "Death Hints3", "Death Hints4", "Death Hints5"}, Cause = "]] .. DCause .. [["}}
  7561. }
  7562.  
  7563. ---====== Debug entity ======---
  7564. local entity = spawner.Create(entityTemplate)
  7565.  
  7566. entity:SetCallback("OnSpawned", function()
  7567. -- Entity has spawned
  7568. end)
  7569.  
  7570. entity:SetCallback("OnStartMoving", function()
  7571. -- Entity has started moving
  7572. end)
  7573.  
  7574. entity:SetCallback("OnEnterRoom", function(room, firstTime)
  7575. if firstTime == true then
  7576. -- Entity has entered room: ".. room.Name.. " for the first time
  7577. else
  7578. -- "Entity has entered room: ".. room.Name.. " again
  7579. end
  7580. end)
  7581.  
  7582. entity:SetCallback("OnLookAt", function(lineOfSight)
  7583. if lineOfSight == true then
  7584. -- Player is looking at entity
  7585. else
  7586. -- Player view is obstructed by something
  7587. end
  7588. end)
  7589.  
  7590. entity:SetCallback("OnRebounding", function(startOfRebound)
  7591. if startOfRebound == true then
  7592. -- "Entity has started rebounding
  7593. else
  7594. -- Entity has finished rebounding
  7595. end
  7596. end)
  7597.  
  7598. entity:SetCallback("OnDespawning", function()
  7599. -- Entity is despawning
  7600. end)
  7601.  
  7602. entity:SetCallback("OnDespawned", function()
  7603. -- Entity has despawned
  7604. end)
  7605.  
  7606. entity:SetCallback("OnDamagePlayer", function(newHealth)
  7607. if newHealth == 0 then
  7608. -- Entity has killed the player
  7609. else
  7610. -- Entity has damaged the player
  7611. end
  7612. end)
  7613.  
  7614. entity:SetCallback("CrucifixionOverwrite", function()
  7615. -- Custom crucifixion callback
  7616. end)
  7617.  
  7618. ---====== Run entity ======---
  7619.  
  7620. entity:Run()
  7621. ]]
  7622. end
  7623.  
  7624. --==//Get\\==--
  7625.  
  7626. local screen = player.PlayerGui.Sciptmode.Main.Customentity.ScrollingFrame
  7627. local Entity = screen.Entity
  7628. local Light = screen.Lights
  7629. local Earthquake = screen.Earthquake
  7630. local CameraShake = screen.CameraShake
  7631. local Movement = screen.Movement
  7632. local Rebounding = screen.Rebounding
  7633. local Damage = screen.Damage
  7634. local Crucifixion = screen.Crucifixion
  7635. local Death = screen.Death
  7636.  
  7637. --==//Sanitize TextBox Function\\==--
  7638.  
  7639. local function sanitizeTextBox(textBox)
  7640. textBox:GetPropertyChangedSignal("Text"):Connect(function()
  7641. local text = textBox.Text
  7642. textBox.Text = text:gsub("%D", "")
  7643. end)
  7644. end
  7645.  
  7646. --==//Sanitize Inputs\\==--
  7647.  
  7648. local inputs = {
  7649. screen.Crucifixion.ED.Range.F.TextBox,
  7650. screen.Damage.RA.Range.F.TextBox,
  7651. screen.Damage.RA.Amount.F.TextBox,
  7652. screen.Rebounding.MMD.Delay.F.TextBox,
  7653. screen.Rebounding.MMD.Max.F.TextBox,
  7654. screen.Rebounding.MMD.Min.F.TextBox,
  7655. screen.Movement.SD.Delay.Delay.TextBox,
  7656. screen.Movement.SD.Speed.Speed.TextBox,
  7657. screen.CameraShake.Values.FadeIn.TextBox,
  7658. screen.CameraShake.Values.FadeOut.TextBox,
  7659. screen.CameraShake.Values.Magnitude.TextBox,
  7660. screen.CameraShake.Values.Roughness.TextBox,
  7661. screen.Entity.Model.Frame.TextBox,
  7662. screen.CameraShake.EDRA.Range.Range.TextBox,
  7663. screen.Entity.HeightOffset.Frame.TextBox,
  7664. screen.Lights.Flicker.Duration.TextBox
  7665. }
  7666.  
  7667. for _, input in pairs(inputs) do
  7668. sanitizeTextBox(input)
  7669. end
  7670.  
  7671. --==//Button Click Event\\==--
  7672.  
  7673. local function onButtonClicked()
  7674. local entityName = Entity.N1ame.Frame.TextBox.Text
  7675. local modelUrl = Entity.Model.Frame.TextBox.Text
  7676. local heightOffset = Entity.HeightOffset.Frame.TextBox.Text
  7677. local LightFlickerEnabled = screen.Lights.Flicker.Flicker.oo.Visible
  7678. local LightShatterEnabled = screen.Lights.SR.Shatter.TB.oo.Visible
  7679. local LightRepairEnabled = screen.Lights.SR.Repair.TB.oo.Visible
  7680. local EarthquakeEnabled = screen.Earthquake.TB.TB.oo.Visible
  7681. local CameraShakeEnabled = screen.CameraShake.EDRA.ED.oo.Visible
  7682. local Range = screen.CameraShake.EDRA.Range.Range.TextBox.Text
  7683. local FadeIn = screen.CameraShake.Values.FadeIn.TextBox.Text
  7684. local FadeOut = screen.CameraShake.Values.FadeOut.TextBox.Text
  7685. local Magnitude = screen.CameraShake.Values.Magnitude.TextBox.Text
  7686. local Roughness = screen.CameraShake.Values.Roughness.TextBox.Text
  7687. local Speed = screen.Movement.SD.Speed.Speed.TextBox.Text
  7688. local Delays = screen.Movement.SD.Delay.Delay.TextBox.Text
  7689. local ReversedEnabled = screen.Movement.Reversed.TB.oo.Visible
  7690. local ReboundingEnabled = screen.Rebounding.ET.ED.oo.Visible
  7691. local lightFlickerDuration = screen.Lights.Flicker.Duration.TextBox.Text
  7692. local RDDelay = screen.Rebounding.MMD.Delay.F.TextBox.Text
  7693. local RMax = screen.Rebounding.MMD.Max.F.TextBox.Text
  7694. local RMin = screen.Rebounding.MMD.Min.F.TextBox.Text
  7695. local DamageEnabled = screen.Damage.ED.ED.oo.Visible
  7696. local DRange = screen.Damage.RA.Range.F.TextBox.Text
  7697. local DAmount = screen.Damage.RA.Amount.F.TextBox.Text
  7698. local CrucifixionED = screen.Crucifixion.ED.ED.oo.Visible
  7699. local CrucifixionRange = screen.Crucifixion.ED.Range.F.TextBox.Text
  7700. local CrucifixionResist = screen.Crucifixion.RA.Resist.TB.oo.Visible
  7701. local CrucifixionBreak = screen.Crucifixion.RA.Break.Break.oo.Visible
  7702. local DType = screen.Death.EC.Type.TB1.oo.Visible and "Guiding" or "Curious"
  7703. local DCause = screen.Death.EC.Cause.F.TextBox.Text
  7704.  
  7705. local ReversedAmbush = screen.Rebounding.ET.Type.TB1.oo.Visible and "Ambush" or "Blitz"
  7706.  
  7707. local scriptContent = createEntityScript(
  7708. entityName, modelUrl, heightOffset, LightFlickerEnabled, lightFlickerDuration, LightShatterEnabled, LightRepairEnabled,
  7709. EarthquakeEnabled, CameraShakeEnabled, Range, FadeIn, FadeOut, Magnitude, Roughness, Speed, Delays, ReversedEnabled,
  7710. ReboundingEnabled, ReversedAmbush, RDDelay, RMax, RMin, DamageEnabled, DRange, DAmount, CrucifixionED, CrucifixionRange,
  7711. CrucifixionResist, CrucifixionBreak, DType, DCause
  7712. )
  7713. local func = print(scriptContent)
  7714.  
  7715. local Notif = player.PlayerGui.Sciptmode.Notification
  7716. local clonedNotif = Notif:Clone()
  7717. clonedNotif.Parent = player.PlayerGui.Sciptmode
  7718. local Text = clonedNotif.Text
  7719. local Progress = clonedNotif.Progress
  7720. if CN.Visible == false then
  7721. Text.Text = "You Spawn Entity: " .. entityName .. "!"
  7722. else
  7723. Text.Text = "你生成了实体:" .. entityName .. "!"
  7724. end
  7725. TweenService:Create(clonedNotif, TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {Position = UDim2.new(0.835, 0, 0.661, 0)}):Play()
  7726. local progressTween = TweenService:Create(Progress, TweenInfo.new(5, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {Size = UDim2.new(0, 0, 0.079, 0)})
  7727. progressTween.Completed:Connect(function()
  7728. local notifTweenOut = TweenService:Create(clonedNotif, TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {Position = UDim2.new(1.5, 0, 0.661, 0)})
  7729. notifTweenOut:Play()
  7730. notifTweenOut.Completed:Connect(function()
  7731. wait(1)
  7732. clonedNotif:Destroy()
  7733. end)
  7734. end)
  7735. progressTween:Play()
  7736. end
  7737.  
  7738. script.Parent.MouseButton1Click:Connect(onButtonClicked)
  7739.  
  7740. end;
  7741. task.spawn(C_173);
  7742. -- StarterGui.Sciptmode.Main.Customentity.Frame.TextButton2.LocalScript
  7743. local function C_176()
  7744. local script = G2L["176"];
  7745. local function createEntityScript(name, modelUrl, heightOffset, lightFlickerEnabled, lightFlickerDuration, shatterEnabled, repairEnabled, EarthquakeEnabled, CameraShakeEnabled, Range, FadeIn, FadeOut, Magnitude, Roughness, Speed, Delays, ReversedEnabled, ReboundingEnabled, ReversedAmbush, RDDelay, RMax, RMin, DamageEnabled, DRange, DAmount, CrucifixionED, CrucifixionRange, CrucifixionResist, CrucifixionBreak, DType, DCause)
  7746. return [[
  7747. ---====== Load spawner ======---
  7748.  
  7749. local spawner = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Entity%20Spawner/V2/Source.lua"))()
  7750.  
  7751. ---====== Create entity ======---
  7752.  
  7753. local entityTemplate = {
  7754. Entity = {Name = "]] .. name .. [[", Asset = "rbxassetid://]] .. modelUrl .. [[", HeightOffset = ]] .. heightOffset .. [[},
  7755. Lights = {Flicker = {Enabled = ]] .. tostring(lightFlickerEnabled) .. [[, Duration = ]] .. lightFlickerDuration .. [[}, Shatter = ]] .. tostring(shatterEnabled) .. [[, Repair = ]] .. tostring(repairEnabled) .. [[},
  7756. Earthquake = {Enabled = ]] .. tostring(EarthquakeEnabled) .. [[},
  7757. CameraShake = {Enabled = ]] .. tostring(CameraShakeEnabled) .. [[, Range = ]] .. Range .. [[, Values = {]] .. FadeIn .. [[, ]] .. FadeOut .. [[, ]] .. Magnitude .. [[, ]] .. Roughness .. [[}},
  7758. Movement = {Speed = ]] .. Speed .. [[, Delay = ]] .. Delays .. [[, Reversed = ]] .. tostring(ReversedEnabled) .. [[},
  7759. Rebounding = {Enabled = ]] .. tostring(ReboundingEnabled) .. [[, Type = "]] .. ReversedAmbush .. [[", Min = ]] .. RMin .. [[, Max = ]] .. RMax .. [[, Delay = ]] .. RDDelay .. [[},
  7760. Damage = {Enabled = ]] .. tostring(DamageEnabled) .. [[, Range = ]] .. DRange .. [[, Amount = ]] .. DAmount .. [[},
  7761. Crucifixion = {Enabled = ]] .. tostring(CrucifixionED) .. [[, Range = ]] .. CrucifixionRange .. [[, Resist = ]] .. tostring(CrucifixionResist) .. [[, Break = ]] .. tostring(CrucifixionBreak) .. [[},
  7762. Death = {Type = "]] .. tostring(DType) .. [[", Hints = {"Death Hints", "Death Hints2", "Death Hints3", "Death Hints4", "Death Hints5"}, Cause = "]] .. DCause .. [["}}
  7763. }
  7764.  
  7765. ---====== Debug entity ======---
  7766. local entity = spawner.Create(entityTemplate)
  7767.  
  7768. entity:SetCallback("OnSpawned", function()
  7769. -- Entity has spawned
  7770. end)
  7771.  
  7772. entity:SetCallback("OnStartMoving", function()
  7773. -- Entity has started moving
  7774. end)
  7775.  
  7776. entity:SetCallback("OnEnterRoom", function(room, firstTime)
  7777. if firstTime == true then
  7778. -- Entity has entered room: ".. room.Name.. " for the first time
  7779. else
  7780. -- "Entity has entered room: ".. room.Name.. " again
  7781. end
  7782. end)
  7783.  
  7784. entity:SetCallback("OnLookAt", function(lineOfSight)
  7785. if lineOfSight == true then
  7786. -- Player is looking at entity
  7787. else
  7788. -- Player view is obstructed by something
  7789. end
  7790. end)
  7791.  
  7792. entity:SetCallback("OnRebounding", function(startOfRebound)
  7793. if startOfRebound == true then
  7794. -- "Entity has started rebounding
  7795. else
  7796. -- Entity has finished rebounding
  7797. end
  7798. end)
  7799.  
  7800. entity:SetCallback("OnDespawning", function()
  7801. -- Entity is despawning
  7802. end)
  7803.  
  7804. entity:SetCallback("OnDespawned", function()
  7805. -- Entity has despawned
  7806. end)
  7807.  
  7808. entity:SetCallback("OnDamagePlayer", function(newHealth)
  7809. if newHealth == 0 then
  7810. -- Entity has killed the player
  7811. else
  7812. -- Entity has damaged the player
  7813. end
  7814. end)
  7815.  
  7816. entity:SetCallback("CrucifixionOverwrite", function()
  7817. -- Custom crucifixion callback
  7818. end)
  7819.  
  7820. ---====== Run entity ======---
  7821.  
  7822. entity:Run()
  7823. ]]
  7824. end
  7825.  
  7826. --==//Get\\==--
  7827.  
  7828. local player = game.Players.LocalPlayer
  7829. local screen = player.PlayerGui.Sciptmode.Main.Customentity.ScrollingFrame
  7830. local Entity = screen.Entity
  7831. local Light = screen.Lights
  7832. local Earthquake = screen.Earthquake
  7833. local CameraShake = screen.CameraShake
  7834. local Movement = screen.Movement
  7835. local Rebounding = screen.Rebounding
  7836. local Damage = screen.Damage
  7837. local Crucifixion = screen.Crucifixion
  7838. local Death = screen.Death
  7839.  
  7840. --==//Sanitize TextBox Function\\==--
  7841.  
  7842. local function sanitizeTextBox(textBox)
  7843. textBox:GetPropertyChangedSignal("Text"):Connect(function()
  7844. local text = textBox.Text
  7845. textBox.Text = text:gsub("%D", "")
  7846. end)
  7847. end
  7848.  
  7849. --==//Sanitize Inputs\\==--
  7850.  
  7851. local inputs = {
  7852. screen.Crucifixion.ED.Range.F.TextBox,
  7853. screen.Damage.RA.Range.F.TextBox,
  7854. screen.Damage.RA.Amount.F.TextBox,
  7855. screen.Rebounding.MMD.Delay.F.TextBox,
  7856. screen.Rebounding.MMD.Max.F.TextBox,
  7857. screen.Rebounding.MMD.Min.F.TextBox,
  7858. screen.Movement.SD.Delay.Delay.TextBox,
  7859. screen.Movement.SD.Speed.Speed.TextBox,
  7860. screen.CameraShake.Values.FadeIn.TextBox,
  7861. screen.CameraShake.Values.FadeOut.TextBox,
  7862. screen.CameraShake.Values.Magnitude.TextBox,
  7863. screen.CameraShake.Values.Roughness.TextBox,
  7864. screen.Entity.Model.Frame.TextBox,
  7865. screen.CameraShake.EDRA.Range.Range.TextBox,
  7866. screen.Entity.HeightOffset.Frame.TextBox,
  7867. screen.Lights.Flicker.Duration.TextBox
  7868. }
  7869.  
  7870. for _, input in pairs(inputs) do
  7871. sanitizeTextBox(input)
  7872. end
  7873.  
  7874. --==//Button Click Event\\==--
  7875.  
  7876. local function onButtonClicked()
  7877. local entityName = Entity.N1ame.Frame.TextBox.Text
  7878. local modelUrl = Entity.Model.Frame.TextBox.Text
  7879. local heightOffset = Entity.HeightOffset.Frame.TextBox.Text
  7880. local LightFlickerEnabled = screen.Lights.Flicker.Flicker.oo.Visible
  7881. local LightShatterEnabled = screen.Lights.SR.Shatter.TB.oo.Visible
  7882. local LightRepairEnabled = screen.Lights.SR.Repair.TB.oo.Visible
  7883. local EarthquakeEnabled = screen.Earthquake.TB.TB.oo.Visible
  7884. local CameraShakeEnabled = screen.CameraShake.EDRA.ED.oo.Visible
  7885. local Range = screen.CameraShake.EDRA.Range.Range.TextBox.Text
  7886. local FadeIn = screen.CameraShake.Values.FadeIn.TextBox.Text
  7887. local FadeOut = screen.CameraShake.Values.FadeOut.TextBox.Text
  7888. local Magnitude = screen.CameraShake.Values.Magnitude.TextBox.Text
  7889. local Roughness = screen.CameraShake.Values.Roughness.TextBox.Text
  7890. local Speed = screen.Movement.SD.Speed.Speed.TextBox.Text
  7891. local Delays = screen.Movement.SD.Delay.Delay.TextBox.Text
  7892. local ReversedEnabled = screen.Movement.Reversed.TB.oo.Visible
  7893. local ReboundingEnabled = screen.Rebounding.ET.ED.oo.Visible
  7894. local lightFlickerDuration = screen.Lights.Flicker.Duration.TextBox.Text
  7895. local RDDelay = screen.Rebounding.MMD.Delay.F.TextBox.Text
  7896. local RMax = screen.Rebounding.MMD.Max.F.TextBox.Text
  7897. local RMin = screen.Rebounding.MMD.Min.F.TextBox.Text
  7898. local DamageEnabled = screen.Damage.ED.ED.oo.Visible
  7899. local DRange = screen.Damage.RA.Range.F.TextBox.Text
  7900. local DAmount = screen.Damage.RA.Amount.F.TextBox.Text
  7901. local CrucifixionED = screen.Crucifixion.ED.ED.oo.Visible
  7902. local CrucifixionRange = screen.Crucifixion.ED.Range.F.TextBox.Text
  7903. local CrucifixionResist = screen.Crucifixion.RA.Resist.TB.oo.Visible
  7904. local CrucifixionBreak = screen.Crucifixion.RA.Break.Break.oo.Visible
  7905. local DType = screen.Death.EC.Type.TB1.oo.Visible and "Guiding" or "Curious"
  7906. local DCause = screen.Death.EC.Cause.F.TextBox.Text
  7907.  
  7908. local ReversedAmbush = screen.Rebounding.ET.Type.TB1.oo.Visible and "Ambush" or "Blitz"
  7909.  
  7910. local scriptContent = createEntityScript(
  7911. entityName, modelUrl, heightOffset, LightFlickerEnabled, lightFlickerDuration, LightShatterEnabled, LightRepairEnabled,
  7912. EarthquakeEnabled, CameraShakeEnabled, Range, FadeIn, FadeOut, Magnitude, Roughness, Speed, Delays, ReversedEnabled,
  7913. ReboundingEnabled, ReversedAmbush, RDDelay, RMax, RMin, DamageEnabled, DRange, DAmount, CrucifixionED, CrucifixionRange,
  7914. CrucifixionResist, CrucifixionBreak, DType, DCause
  7915. )
  7916. setclipboard(scriptContent)
  7917. end
  7918.  
  7919. script.Parent.MouseButton1Click:Connect(onButtonClicked)
  7920.  
  7921. end;
  7922. task.spawn(C_176);
  7923. -- StarterGui.Sciptmode.Main.Message.information.Player.USER.LocalScript
  7924. local function C_187()
  7925. local script = G2L["187"];
  7926. local player = game.Players.LocalPlayer
  7927.  
  7928. local User = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Message.information.Player.USER
  7929.  
  7930. User.Text = "Username : " .. player.Name
  7931. end;
  7932. task.spawn(C_187);
  7933. -- StarterGui.Sciptmode.Main.Message.information.Player.ID.LocalScript
  7934. local function C_189()
  7935. local script = G2L["189"];
  7936. local player = game.Players.LocalPlayer
  7937.  
  7938. local ID = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Message.information.Player.ID
  7939.  
  7940.  
  7941. ID.Text = "Player ID : " .. player.UserId
  7942. end;
  7943. task.spawn(C_189);
  7944. -- StarterGui.Sciptmode.Main.Message.ImageButton.LocalScript
  7945. local function C_18c()
  7946. local script = G2L["18c"];
  7947. local button = script.Parent
  7948. local UI = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main
  7949.  
  7950. local Developer = UI.Developer
  7951. local Mainpage = UI.Mainpage
  7952. local Feature = UI.Feature
  7953.  
  7954. local function toggleUI(targetUI)
  7955. if targetUI.Visible then
  7956. targetUI.Visible = false
  7957. Mainpage.Visible = true
  7958. Feature.Visible = true
  7959. else
  7960. targetUI.Visible = true
  7961. Mainpage.Visible = false
  7962. Feature.Visible = false
  7963. end
  7964. end
  7965.  
  7966. button.MouseButton1Click:Connect(function()
  7967. toggleUI(Developer)
  7968. end)
  7969.  
  7970. end;
  7971. task.spawn(C_18c);
  7972. -- StarterGui.Sciptmode.Main.Mainpage.Itempage.LocalScript
  7973. local function C_19e()
  7974. local script = G2L["19e"];
  7975. local itempage = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Itempage
  7976. local Special = itempage.Special
  7977. local Rooms = itempage.Rooms
  7978.  
  7979. local SpecialItem = {
  7980. GuidingCandle = Special.GuidingCandle,
  7981. NVCS3000 = Special.NVCS3000,
  7982. Purpleflashlight = Special.Purpleflashlight
  7983. }
  7984.  
  7985. local RoomslItem = {
  7986. BarrelStarlight = Rooms.BarrelStarlight
  7987. }
  7988.  
  7989. local items = {
  7990. GuidingCandle = "Guiding-Candle",
  7991. NVCS3000 = "NVCS-3000",
  7992. Purpleflashlight = "Purple-flashlight",
  7993. BarrelStarlight = "Barrel-Starlight"
  7994. }
  7995.  
  7996. for itemName, scriptName in pairs(items) do
  7997. local item = itempage[itemName]
  7998. item.MouseButton1Click:Connect(function()
  7999. loadstring(game:HttpGet("https://raw.githubusercontent.com/RBXDM/name/main/" .. scriptName))()
  8000. end)
  8001. end
  8002.  
  8003. end;
  8004. task.spawn(C_19e);
  8005. -- StarterGui.Sciptmode.Main.Mainpage.Modepage.LocalScript
  8006. local function C_220()
  8007. local script = G2L["220"];
  8008. local modepage = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Modepage
  8009.  
  8010. local modes = {
  8011. Birthday = modepage.Birthday,
  8012. Cat = modepage.Cat,
  8013. Creepy = modepage.Creepy,
  8014. Dark = modepage.Dark,
  8015. Darkness = modepage.Darkness,
  8016. Devil = modepage.Devil,
  8017. Endless = modepage.Endless,
  8018. ExtremeAV = modepage.ExtremeAV,
  8019. Extreme = modepage.Extreme,
  8020. Fear = modepage.Fear,
  8021. Forgotten = modepage.Forgotten,
  8022. Fragmented = modepage.Fragmented,
  8023. Furry = modepage.Furry,
  8024. Glitch = modepage.Glitch,
  8025. Hamor = modepage.Hamor,
  8026. Hard = modepage.Hard,
  8027. Hardcore = modepage.Hardcore,
  8028. Veryhaed = modepage.Veryhaed,
  8029. HardcoreRemake = modepage.HardcoreRemake,
  8030. Hazy = modepage.Hazy,
  8031. HardcoroBad = modepage.HardcoroBad,
  8032. Hell = modepage.Hell,
  8033. Horror = modepage.Horror,
  8034. Impossible = modepage.Impossible,
  8035. Insanity = modepage.Insanity,
  8036. Interminablerooms = modepage.Interminablerooms,
  8037. Isolation = modepage.Isolation,
  8038. Mayhem = modepage.Mayhem,
  8039. Nightmare = modepage.Nightmare,
  8040. Psychotic = modepage.Psychotic,
  8041. Sorrowlight = modepage.Sorrowlight,
  8042. Troll = modepage.Troll,
  8043. Unpleasant = modepage.Unpleasant,
  8044. limit = modepage.limit
  8045. }
  8046.  
  8047. local Mode = {
  8048. Birthday = "Birthday",
  8049. Cat = "Cat",
  8050. Creepy = "Creepy",
  8051. Dark = "Dark",
  8052. Darkness = "Darkness",
  8053. Devil = "Devil",
  8054. Endless = "Endless",
  8055. ExtremeAV = "Extreme(AV)",
  8056. Extreme = "Extreme",
  8057. Fear = "Fear",
  8058. Forgotten = "Forgotten",
  8059. Fragmented = "Fragmented",
  8060. Furry = "Furry",
  8061. Glitch = "Glitch",
  8062. Hamor = "Hamor",
  8063. Hard = "Hard",
  8064. Hardcore = "Hardcore",
  8065. Veryhaed = "Very-hard",
  8066. HardcoreRemake = "Hardcore(remake)",
  8067. Hazy = "Hazy",
  8068. HardcoroBad = "Hardcoro-Bad",
  8069. Hell = "Hell",
  8070. Horror = "Horror",
  8071. Impossible = "Impossible",
  8072. Insanity = "Insanity",
  8073. Interminablerooms = "Interminable",
  8074. Isolation = "Isolation",
  8075. Mayhem = "Mayhem",
  8076. Nightmare = "Nightmare",
  8077. Psychotic = "Psychotic",
  8078. Sorrowlight = "Sorrowlight",
  8079. Troll = "Troll",
  8080. Unpleasant = "Unpleasant",
  8081. limit = "limit"
  8082. }
  8083.  
  8084. for Mode, scriptName in pairs(Mode) do
  8085. local modeButton = modes[Mode]
  8086. modeButton.MouseButton1Click:Connect(function()
  8087. loadstring(game:HttpGet("https://raw.githubusercontent.com/RBXDM/SCRMODE/main/" .. scriptName))()
  8088. end)
  8089. end
  8090.  
  8091. end;
  8092. task.spawn(C_220);
  8093. -- StarterGui.Sciptmode.Main.Mainpage.Placepage.LocalScript
  8094. local function C_24b()
  8095. local script = G2L["24b"];
  8096. local Placepage = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.Mainpage.Placepage
  8097.  
  8098. local Place1 = {
  8099. Floor2 = Placepage.Floor2,
  8100. Christmas = Placepage.Christmas,
  8101. CorrodedMetal = Placepage.CorrodedMetal
  8102. }
  8103.  
  8104. local Place = {
  8105. Floor2 = "Floor2",
  8106. NVCS3000 = "Christmas",
  8107. CorrodedMetal = "Corroded-Metal"
  8108. }
  8109.  
  8110. for PlaceName, scriptName in pairs(Place) do
  8111. local Place = Placepage[PlaceName]
  8112. Place.MouseButton1Click:Connect(function()
  8113. loadstring(game:HttpGet("https://raw.githubusercontent.com/RBXDM/name/main/" .. scriptName))()
  8114. end)
  8115. end
  8116.  
  8117. end;
  8118. task.spawn(C_24b);
  8119. -- StarterGui.Sciptmode.Main.window.TextButton.LocalScript
  8120. local function C_25a()
  8121. local script = G2L["25a"];
  8122. local ui = script.Parent.Parent
  8123. local button = script.Parent
  8124. local TweenService = game:GetService("TweenService")
  8125. local TeleportService = game:GetService("TeleportService")
  8126. local destinationPlaceId = 122207058918144 -- 目标场景的Place ID
  8127.  
  8128. local function animateUI()
  8129. ui.Visible = true
  8130.  
  8131. -- 设置初始位置和大小
  8132. ui.Size = UDim2.new(0.708, 0, 0.465, 0)
  8133. ui.Position = UDim2.new(0.5, 0, 0.5, 0)
  8134. ui.AnchorPoint = Vector2.new(0.5, 0.5)
  8135.  
  8136. -- 放大效果
  8137. local enlargeGoal = {}
  8138. enlargeGoal.Size = UDim2.new(0.7788, 0, 0.5115, 0) -- 放大10%
  8139. local enlargeTweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8140. local enlargeTween = TweenService:Create(ui, enlargeTweenInfo, enlargeGoal)
  8141.  
  8142. enlargeTween:Play()
  8143.  
  8144. -- 确保放大效果完成后再进行缩小效果
  8145. enlargeTween.Completed:Connect(function()
  8146. wait(0.1) -- 等待片刻,确保放大效果完成
  8147. local shrinkGoal = {}
  8148. shrinkGoal.Size = UDim2.new(0, 0, 0, 0) -- 缩小到0
  8149. local shrinkTweenInfo = TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut)
  8150. local shrinkTween = TweenService:Create(ui, shrinkTweenInfo, shrinkGoal)
  8151.  
  8152. shrinkTween:Play()
  8153.  
  8154. -- 动画结束后传送玩家
  8155. shrinkTween.Completed:Connect(function()
  8156. ui.Visible = false
  8157. TeleportService:Teleport(destinationPlaceId, game.Players.LocalPlayer)
  8158. end)
  8159. end)
  8160. end
  8161.  
  8162. button.MouseButton1Click:Connect(animateUI)
  8163.  
  8164. end;
  8165. task.spawn(C_25a);
  8166. -- StarterGui.Sciptmode.Main.window.TextButton1.LocalScript
  8167. local function C_25d()
  8168. local script = G2L["25d"];
  8169. local ui = script.Parent.Parent
  8170. local button = script.Parent
  8171. local TweenService = game:GetService("TweenService")
  8172. local function animateUI()
  8173. ui.Visible = true
  8174.  
  8175. -- 设置初始位置和大小
  8176. ui.Size = UDim2.new(0.708, 0, 0.465, 0)
  8177. ui.Position = UDim2.new(0.5, 0, 0.5, 0)
  8178. ui.AnchorPoint = Vector2.new(0.5, 0.5)
  8179.  
  8180. -- 放大效果
  8181. local enlargeGoal = {}
  8182. enlargeGoal.Size = UDim2.new(0.7788, 0, 0.5115, 0) -- 放大10%
  8183. local enlargeTweenInfo = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8184. local enlargeTween = TweenService:Create(ui, enlargeTweenInfo, enlargeGoal)
  8185.  
  8186. enlargeTween:Play()
  8187.  
  8188. -- 确保放大效果完成后再进行缩小效果
  8189. enlargeTween.Completed:Connect(function()
  8190. wait(0.1) -- 等待片刻,确保放大效果完成
  8191. local shrinkGoal = {}
  8192. shrinkGoal.Size = UDim2.new(0, 0, 0, 0) -- 缩小到0
  8193. local shrinkTweenInfo = TweenInfo.new(0.3, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut)
  8194. local shrinkTween = TweenService:Create(ui, shrinkTweenInfo, shrinkGoal)
  8195.  
  8196. shrinkTween:Play()
  8197.  
  8198. -- 动画结束后隐藏UI
  8199. shrinkTween.Completed:Connect(function()
  8200. ui.Visible = false
  8201. end)
  8202. end)
  8203. end
  8204.  
  8205. button.MouseButton1Click:Connect(animateUI)
  8206.  
  8207. end;
  8208. task.spawn(C_25d);
  8209. -- StarterGui.Sciptmode.Main.Feature.Homepage.LocalScript
  8210. local function C_262()
  8211. local script = G2L["262"];
  8212. local AnimationService = game:GetService("TweenService")
  8213.  
  8214. local Button = script.Parent
  8215. local PlayerGui = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main
  8216. local Message = PlayerGui.Message.information
  8217. local Feature = PlayerGui.Feature
  8218. local Main = PlayerGui.Mainpage
  8219. local Settings = PlayerGui.Settings
  8220. local Function = PlayerGui.Function
  8221.  
  8222. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8223.  
  8224. local Animation = AnimationService:Create(Message, AnimationInfo, {Size = UDim2.new(1, 0, 0.644, 0)})
  8225. local Animation2 = AnimationService:Create(Feature, AnimationInfo, {Position = UDim2.new(0, 0, 0.35, 0)})
  8226. local Animation10 = AnimationService:Create(Function, AnimationInfo, {Position = UDim2.new(-0.27, 0, 0.076, 0)})
  8227. local Animation3 = AnimationService:Create(Main, AnimationInfo, {Size = UDim2.new(1, 0, 0.55, 0)})
  8228. local Animation4 = AnimationService:Create(Settings, AnimationInfo, {Size = UDim2.new(1, 0, 0, 0)})
  8229.  
  8230. Button.MouseButton1Click:Connect(function()
  8231. Message.Visible = true
  8232. Main.Visible = true
  8233. Animation:Play()
  8234. Animation2:Play()
  8235. Animation3:Play()
  8236. Animation4:Play()
  8237. Animation10:Play()
  8238. end)
  8239.  
  8240. Animation4.Completed:Connect(function()
  8241. if Settings.Size == UDim2.new(1, 0, 0, 0) then
  8242. Settings.Visible = false
  8243. end
  8244. end)
  8245.  
  8246. end;
  8247. task.spawn(C_262);
  8248. -- StarterGui.Sciptmode.Main.Feature.Settings.LocalScript
  8249. local function C_265()
  8250. local script = G2L["265"];
  8251. local AnimationService = game:GetService("TweenService")
  8252.  
  8253. local Button = script.Parent
  8254. local PlayerGui = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main
  8255. local Message = PlayerGui.Message.information
  8256. local Feature = PlayerGui.Feature
  8257. local Main = PlayerGui.Mainpage
  8258. local Settings = PlayerGui.Settings
  8259. local Function = PlayerGui.Function
  8260.  
  8261. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8262.  
  8263. local Animations = {
  8264. Message = AnimationService:Create(Message, AnimationInfo, {Size = UDim2.new(1, 0, 0, 0)}),
  8265. Feature = AnimationService:Create(Feature, AnimationInfo, {Position = UDim2.new(0, 0, 0.15, 0)}),
  8266. Function = AnimationService:Create(Function, AnimationInfo, {Position = UDim2.new(-1, 0, 0.076, 0)}),
  8267. Main = AnimationService:Create(Main, AnimationInfo, {Size = UDim2.new(1, 0, 0, 0)}),
  8268. Settings = AnimationService:Create(Settings, AnimationInfo, {Size = UDim2.new(1, 0, 0.737, 0)})
  8269. }
  8270.  
  8271. Button.MouseButton1Click:Connect(function()
  8272. Animations.Feature:Play()
  8273. Animations.Main:Play()
  8274. Animations.Message:Play()
  8275. Animations.Settings:Play()
  8276. Animations.Function:Play()
  8277. Settings.Visible = true
  8278. end)
  8279.  
  8280. Animations.Message.Completed:Connect(function()
  8281. if Message.Size == UDim2.new(1, 0, 0, 0) then
  8282. Message.Visible = false
  8283. Main.Visible = false
  8284. Settings.Visible = true
  8285. end
  8286. end)
  8287.  
  8288. end;
  8289. task.spawn(C_265);
  8290. -- StarterGui.Sciptmode.Main.Feature.upadte.LocalScript
  8291. local function C_268()
  8292. local script = G2L["268"];
  8293. local AnimationService = game:GetService("TweenService")
  8294.  
  8295. local Button = script.Parent
  8296. local GUI = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main.update
  8297.  
  8298. local AnimationInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8299. local Position = UDim2.new(1.012, 0, 0.077, 0)
  8300. local Position2 = UDim2.new(2, 0, 0.077, 0)
  8301. local update = false
  8302.  
  8303. local function onButtonClick()
  8304. local targetPosition = update and Position2 or Position
  8305. local Animation = AnimationService:Create(GUI, AnimationInfo, {Position = targetPosition})
  8306. Animation:Play()
  8307. update = not update
  8308. end
  8309.  
  8310. Button.MouseButton1Click:Connect(onButtonClick)
  8311. end;
  8312. task.spawn(C_268);
  8313. -- StarterGui.Sciptmode.Log
  8314. local function C_271()
  8315. local script = G2L["271"];
  8316. --[[
  8317.  
  8318. Version:5
  8319. Theme:DOORS
  8320. Language:CN
  8321. HC:True
  8322. Game:True
  8323.  
  8324. ]]
  8325. end;
  8326. task.spawn(C_271);
  8327. -- StarterGui.Sciptmode.PC.LocalScript
  8328. local function C_276()
  8329. local script = G2L["276"];
  8330. local UserInputService = game:GetService("UserInputService")
  8331. local TweenService = game:GetService("TweenService")
  8332.  
  8333. local UI = script.Parent.Parent.Main
  8334.  
  8335. local tweenInfo = TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  8336. local minimizedPosition = UDim2.new(0.5, 0, 1.5, 0)
  8337. local maximizedPosition = UDim2.new(0.5, 0, 0.5, 0)
  8338. local isMinimized = false
  8339. UserInputService.InputBegan:Connect(function(input, gameProcessedEvent)
  8340. if not gameProcessedEvent then
  8341. if input.KeyCode == Enum.KeyCode.N then
  8342. isMinimized = not isMinimized
  8343. local targetPosition = isMinimized and minimizedPosition or maximizedPosition
  8344. local tween = TweenService:Create(UI, tweenInfo, {Position = targetPosition})
  8345. tween:Play()
  8346. end
  8347. end
  8348. end)
  8349. end;
  8350. task.spawn(C_276);
  8351. -- StarterGui.Sciptmode.Mobile.LocalScript
  8352. local function C_27a()
  8353. local script = G2L["27a"];
  8354. local button = game.Players.LocalPlayer.PlayerGui.Sciptmode.Mobile.TextButton
  8355. local uiElement = game.Players.LocalPlayer.PlayerGui.Sciptmode.Main -- 替换为你的UI元素
  8356. local TweenService = game:GetService("TweenService")
  8357. local toggle = false
  8358.  
  8359. local function createTween(targetPosition)
  8360. local tweenInfo = TweenInfo.new(
  8361. 0.5, -- 动画持续时间
  8362. Enum.EasingStyle.Quad, -- 动画样式
  8363. Enum.EasingDirection.Out, -- 动画方向
  8364. 0, -- 重复次数
  8365. false, -- 是否反转
  8366. 0 -- 延迟时间
  8367. )
  8368. local tween = TweenService:Create(uiElement, tweenInfo, {Position = targetPosition})
  8369. return tween
  8370. end
  8371.  
  8372. button.MouseButton1Click:Connect(function()
  8373. if toggle then
  8374. createTween(UDim2.new(0.5, 0, 0.5, 0)):Play()
  8375. else
  8376. createTween(UDim2.new(0.5, 0, 1.5, 0)):Play()
  8377. end
  8378. toggle = not toggle
  8379. end)
  8380.  
  8381. end;
  8382. task.spawn(C_27a);
  8383.  
  8384. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement