Advertisement
DracoFAAD

testsinbifsdgndhgndifgn

Feb 26th, 2025
240
0
20 hours
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 31.63 KB | None | 0 0
  1. --[[
  2.     $$\      $$\           $$\                 $$\   $$\ $$$$$$\
  3.     $$$\    $$$ |          \__|                $$ |  $$ |\_$$  _|
  4.     $$$$\  $$$$ | $$$$$$\  $$\ $$$$$$$\        $$ |  $$ |  $$ |  
  5.     $$\$$\$$ $$ | \____$$\ $$ |$$  __$$\       $$ |  $$ |  $$ |  
  6.     $$ \$$$  $$ | $$$$$$$ |$$ |$$ |  $$ |      $$ |  $$ |  $$ |  
  7.     $$ |\$  /$$ |$$  __$$ |$$ |$$ |  $$ |      $$ |  $$ |  $$ |  
  8.     $$ | \_/ $$ |\$$$$$$$ |$$ |$$ |  $$ |      \$$$$$$  |$$$$$$\
  9.     \__|     \__| \_______|\__|\__|  \__|       \______/ \______|
  10. ]]
  11.  
  12. local G2L = {};
  13.  
  14. -- StarterGui.RemoteSpy
  15. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  16. G2L["1"]["Name"] = [[RemoteSpy]];
  17. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  18.  
  19.  
  20. -- StarterGui.RemoteSpy.MainFrame
  21. G2L["2"] = Instance.new("Frame", G2L["1"]);
  22. G2L["2"]["BorderSizePixel"] = 0;
  23. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(0, 0, 0);
  24. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  25. G2L["2"]["Size"] = UDim2.new(0, 0, 0.35, 0);
  26. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  27. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  28. G2L["2"]["Name"] = [[MainFrame]];
  29.  
  30.  
  31. -- StarterGui.RemoteSpy.MainFrame.UIAspectRatioConstraint
  32. G2L["3"] = Instance.new("UIAspectRatioConstraint", G2L["2"]);
  33. G2L["3"]["DominantAxis"] = Enum.DominantAxis.Height;
  34. G2L["3"]["AspectRatio"] = 1.6;
  35. G2L["3"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  36.  
  37.  
  38. -- StarterGui.RemoteSpy.MainFrame.UICorner
  39. G2L["4"] = Instance.new("UICorner", G2L["2"]);
  40. G2L["4"]["CornerRadius"] = UDim.new(0, 10);
  41.  
  42.  
  43. -- StarterGui.RemoteSpy.MainFrame.Background
  44. G2L["5"] = Instance.new("ImageLabel", G2L["2"]);
  45. G2L["5"]["BorderSizePixel"] = 0;
  46. G2L["5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  47. G2L["5"]["ImageColor3"] = Color3.fromRGB(0, 0, 0);
  48. G2L["5"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  49. G2L["5"]["Image"] = [[http://www.roblox.com/asset/?id=95109760770210]];
  50. G2L["5"]["Size"] = UDim2.new(1, 36, 1, 36);
  51. G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  52. G2L["5"]["BackgroundTransparency"] = 1;
  53. G2L["5"]["Name"] = [[Background]];
  54. G2L["5"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  55.  
  56.  
  57. -- StarterGui.RemoteSpy.MainFrame.Body
  58. G2L["6"] = Instance.new("CanvasGroup", G2L["2"]);
  59. G2L["6"]["BorderSizePixel"] = 0;
  60. G2L["6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  61. G2L["6"]["Size"] = UDim2.new(1, 0, 1, 0);
  62. G2L["6"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  63. G2L["6"]["Name"] = [[Body]];
  64. G2L["6"]["BackgroundTransparency"] = 1;
  65.  
  66.  
  67. -- StarterGui.RemoteSpy.MainFrame.Body.UICorner
  68. G2L["7"] = Instance.new("UICorner", G2L["6"]);
  69. G2L["7"]["CornerRadius"] = UDim.new(0, 10);
  70.  
  71.  
  72. -- StarterGui.RemoteSpy.MainFrame.Body.TopNav
  73. G2L["8"] = Instance.new("Frame", G2L["6"]);
  74. G2L["8"]["BorderSizePixel"] = 0;
  75. G2L["8"]["BackgroundColor3"] = Color3.fromRGB(19, 19, 19);
  76. G2L["8"]["Size"] = UDim2.new(1, 0, 0.1, 0);
  77. G2L["8"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  78. G2L["8"]["Name"] = [[TopNav]];
  79.  
  80.  
  81. -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.BorderBottom
  82. G2L["9"] = Instance.new("Frame", G2L["8"]);
  83. G2L["9"]["BorderSizePixel"] = 0;
  84. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  85. G2L["9"]["AnchorPoint"] = Vector2.new(0, 1);
  86. G2L["9"]["Size"] = UDim2.new(1, 0, 0, 1);
  87. G2L["9"]["Position"] = UDim2.new(0, 0, 1, 0);
  88. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  89. G2L["9"]["Name"] = [[BorderBottom]];
  90. G2L["9"]["BackgroundTransparency"] = 0.55;
  91.  
  92.  
  93. -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.BorderBottom.UIGradient
  94. G2L["a"] = Instance.new("UIGradient", G2L["9"]);
  95. G2L["a"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(0, 0, 0)),ColorSequenceKeypoint.new(0.500, Color3.fromRGB(255, 255, 255)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(0, 0, 0))};
  96.  
  97.  
  98. -- StarterGui.RemoteSpy.MainFrame.Body.TopNav.TextLabel
  99. G2L["b"] = Instance.new("TextLabel", G2L["8"]);
  100. G2L["b"]["BorderSizePixel"] = 0;
  101. G2L["b"]["TextSize"] = 14;
  102. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  103. G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  104. G2L["b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  105. G2L["b"]["BackgroundTransparency"] = 1;
  106. G2L["b"]["Size"] = UDim2.new(1, 0, 1, 0);
  107. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  108. G2L["b"]["Text"] = [[SynapseZ RemoteSpy]];
  109.  
  110.  
  111. -- StarterGui.RemoteSpy.MainFrame.Body.Content
  112. G2L["c"] = Instance.new("Frame", G2L["6"]);
  113. G2L["c"]["BorderSizePixel"] = 0;
  114. G2L["c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  115. G2L["c"]["AnchorPoint"] = Vector2.new(0, 1);
  116. G2L["c"]["Size"] = UDim2.new(1, 0, 0.9, 0);
  117. G2L["c"]["Position"] = UDim2.new(0, 0, 1, 0);
  118. G2L["c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  119. G2L["c"]["Name"] = [[Content]];
  120. G2L["c"]["BackgroundTransparency"] = 1;
  121.  
  122.  
  123. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes
  124. G2L["d"] = Instance.new("Frame", G2L["c"]);
  125. G2L["d"]["BorderSizePixel"] = 0;
  126. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  127. G2L["d"]["Size"] = UDim2.new(0.3, 0, 1, 0);
  128. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  129. G2L["d"]["Name"] = [[Remotes]];
  130. G2L["d"]["BackgroundTransparency"] = 0.95;
  131.  
  132.  
  133. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.BorderRight
  134. G2L["e"] = Instance.new("Frame", G2L["d"]);
  135. G2L["e"]["BorderSizePixel"] = 0;
  136. G2L["e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  137. G2L["e"]["AnchorPoint"] = Vector2.new(1, 0);
  138. G2L["e"]["Size"] = UDim2.new(0, 1, 1, 0);
  139. G2L["e"]["Position"] = UDim2.new(1, 0, 0, 0);
  140. G2L["e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  141. G2L["e"]["Name"] = [[BorderRight]];
  142. G2L["e"]["BackgroundTransparency"] = 0.9;
  143.  
  144.  
  145. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content
  146. G2L["f"] = Instance.new("ScrollingFrame", G2L["d"]);
  147. G2L["f"]["Active"] = true;
  148. G2L["f"]["BorderSizePixel"] = 0;
  149. G2L["f"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  150. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  151. G2L["f"]["Name"] = [[Content]];
  152. G2L["f"]["ScrollBarImageTransparency"] = 0.89;
  153. G2L["f"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  154. G2L["f"]["Size"] = UDim2.new(1, 0, 1, 0);
  155. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  156. G2L["f"]["ScrollBarThickness"] = 5;
  157. G2L["f"]["BackgroundTransparency"] = 1;
  158.  
  159.  
  160. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.UIListLayout
  161. G2L["10"] = Instance.new("UIListLayout", G2L["f"]);
  162. G2L["10"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  163.  
  164.  
  165. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
  166. G2L["11"] = Instance.new("Frame", G2L["f"]);
  167. G2L["11"]["BorderSizePixel"] = 0;
  168. G2L["11"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  169. G2L["11"]["Size"] = UDim2.new(1, 0, 0, 35);
  170. G2L["11"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  171. G2L["11"]["Name"] = [[Remote]];
  172. G2L["11"]["BackgroundTransparency"] = 1;
  173.  
  174.  
  175. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
  176. G2L["12"] = Instance.new("Frame", G2L["11"]);
  177. G2L["12"]["BorderSizePixel"] = 0;
  178. G2L["12"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  179. G2L["12"]["AnchorPoint"] = Vector2.new(0, 1);
  180. G2L["12"]["Size"] = UDim2.new(1, 0, 0, 1);
  181. G2L["12"]["Position"] = UDim2.new(0, 0, 1, 0);
  182. G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  183. G2L["12"]["Name"] = [[BorderBottom]];
  184. G2L["12"]["BackgroundTransparency"] = 0.95;
  185.  
  186.  
  187. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
  188. G2L["13"] = Instance.new("ImageLabel", G2L["11"]);
  189. G2L["13"]["BorderSizePixel"] = 0;
  190. G2L["13"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  191. G2L["13"]["AnchorPoint"] = Vector2.new(0, 0.5);
  192. G2L["13"]["Image"] = [[rbxassetid://81392550372494]];
  193. G2L["13"]["Size"] = UDim2.new(0, 0, 0.5, 0);
  194. G2L["13"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  195. G2L["13"]["BackgroundTransparency"] = 1;
  196. G2L["13"]["Position"] = UDim2.new(0, 10, 0.5, 0);
  197.  
  198.  
  199. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
  200. G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["13"]);
  201. G2L["14"]["DominantAxis"] = Enum.DominantAxis.Height;
  202. G2L["14"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  203.  
  204.  
  205. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
  206. G2L["15"] = Instance.new("TextLabel", G2L["11"]);
  207. G2L["15"]["BorderSizePixel"] = 0;
  208. G2L["15"]["TextSize"] = 14;
  209. G2L["15"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  210. G2L["15"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  211. G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  212. G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  213. G2L["15"]["BackgroundTransparency"] = 1;
  214. G2L["15"]["AnchorPoint"] = Vector2.new(1, 0);
  215. G2L["15"]["Size"] = UDim2.new(1, -37, 1, 0);
  216. G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  217. G2L["15"]["Text"] = [[RemoteEvent]];
  218. G2L["15"]["Position"] = UDim2.new(1, 0, 0, 0);
  219.  
  220.  
  221. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
  222. G2L["16"] = Instance.new("Frame", G2L["f"]);
  223. G2L["16"]["BorderSizePixel"] = 0;
  224. G2L["16"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  225. G2L["16"]["Size"] = UDim2.new(1, 0, 0, 35);
  226. G2L["16"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  227. G2L["16"]["Name"] = [[Remote]];
  228. G2L["16"]["BackgroundTransparency"] = 1;
  229.  
  230.  
  231. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
  232. G2L["17"] = Instance.new("Frame", G2L["16"]);
  233. G2L["17"]["BorderSizePixel"] = 0;
  234. G2L["17"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  235. G2L["17"]["AnchorPoint"] = Vector2.new(0, 1);
  236. G2L["17"]["Size"] = UDim2.new(1, 0, 0, 1);
  237. G2L["17"]["Position"] = UDim2.new(0, 0, 1, 0);
  238. G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  239. G2L["17"]["Name"] = [[BorderBottom]];
  240. G2L["17"]["BackgroundTransparency"] = 0.95;
  241.  
  242.  
  243. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
  244. G2L["18"] = Instance.new("ImageLabel", G2L["16"]);
  245. G2L["18"]["BorderSizePixel"] = 0;
  246. G2L["18"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  247. G2L["18"]["AnchorPoint"] = Vector2.new(0, 0.5);
  248. G2L["18"]["Image"] = [[rbxassetid://126056744182118]];
  249. G2L["18"]["Size"] = UDim2.new(0, 0, 0.5, 0);
  250. G2L["18"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  251. G2L["18"]["BackgroundTransparency"] = 1;
  252. G2L["18"]["Position"] = UDim2.new(0, 10, 0.5, 0);
  253.  
  254.  
  255. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
  256. G2L["19"] = Instance.new("UIAspectRatioConstraint", G2L["18"]);
  257. G2L["19"]["DominantAxis"] = Enum.DominantAxis.Height;
  258. G2L["19"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  259.  
  260.  
  261. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
  262. G2L["1a"] = Instance.new("TextLabel", G2L["16"]);
  263. G2L["1a"]["BorderSizePixel"] = 0;
  264. G2L["1a"]["TextSize"] = 14;
  265. G2L["1a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  266. G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  267. G2L["1a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  268. G2L["1a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  269. G2L["1a"]["BackgroundTransparency"] = 1;
  270. G2L["1a"]["AnchorPoint"] = Vector2.new(1, 0);
  271. G2L["1a"]["Size"] = UDim2.new(1, -37, 1, 0);
  272. G2L["1a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  273. G2L["1a"]["Text"] = [[RemoteFunction]];
  274. G2L["1a"]["Position"] = UDim2.new(1, 0, 0, 0);
  275.  
  276.  
  277. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
  278. G2L["1b"] = Instance.new("Frame", G2L["f"]);
  279. G2L["1b"]["BorderSizePixel"] = 0;
  280. G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  281. G2L["1b"]["Size"] = UDim2.new(1, 0, 0, 35);
  282. G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  283. G2L["1b"]["Name"] = [[Remote]];
  284. G2L["1b"]["BackgroundTransparency"] = 1;
  285.  
  286.  
  287. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
  288. G2L["1c"] = Instance.new("Frame", G2L["1b"]);
  289. G2L["1c"]["BorderSizePixel"] = 0;
  290. G2L["1c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  291. G2L["1c"]["AnchorPoint"] = Vector2.new(0, 1);
  292. G2L["1c"]["Size"] = UDim2.new(1, 0, 0, 1);
  293. G2L["1c"]["Position"] = UDim2.new(0, 0, 1, 0);
  294. G2L["1c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  295. G2L["1c"]["Name"] = [[BorderBottom]];
  296. G2L["1c"]["BackgroundTransparency"] = 0.95;
  297.  
  298.  
  299. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
  300. G2L["1d"] = Instance.new("ImageLabel", G2L["1b"]);
  301. G2L["1d"]["BorderSizePixel"] = 0;
  302. G2L["1d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  303. G2L["1d"]["AnchorPoint"] = Vector2.new(0, 0.5);
  304. G2L["1d"]["Image"] = [[rbxassetid://121204001306334]];
  305. G2L["1d"]["Size"] = UDim2.new(0, 0, 0.5, 0);
  306. G2L["1d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  307. G2L["1d"]["BackgroundTransparency"] = 1;
  308. G2L["1d"]["Position"] = UDim2.new(0, 10, 0.5, 0);
  309.  
  310.  
  311. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
  312. G2L["1e"] = Instance.new("UIAspectRatioConstraint", G2L["1d"]);
  313. G2L["1e"]["DominantAxis"] = Enum.DominantAxis.Height;
  314. G2L["1e"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  315.  
  316.  
  317. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
  318. G2L["1f"] = Instance.new("TextLabel", G2L["1b"]);
  319. G2L["1f"]["BorderSizePixel"] = 0;
  320. G2L["1f"]["TextSize"] = 14;
  321. G2L["1f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  322. G2L["1f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  323. G2L["1f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  324. G2L["1f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  325. G2L["1f"]["BackgroundTransparency"] = 1;
  326. G2L["1f"]["AnchorPoint"] = Vector2.new(1, 0);
  327. G2L["1f"]["Size"] = UDim2.new(1, -37, 1, 0);
  328. G2L["1f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  329. G2L["1f"]["Text"] = [[BindableEvent]];
  330. G2L["1f"]["Position"] = UDim2.new(1, 0, 0, 0);
  331.  
  332.  
  333. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
  334. G2L["20"] = Instance.new("Frame", G2L["f"]);
  335. G2L["20"]["BorderSizePixel"] = 0;
  336. G2L["20"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  337. G2L["20"]["Size"] = UDim2.new(1, 0, 0, 35);
  338. G2L["20"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  339. G2L["20"]["Name"] = [[Remote]];
  340. G2L["20"]["BackgroundTransparency"] = 1;
  341.  
  342.  
  343. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
  344. G2L["21"] = Instance.new("Frame", G2L["20"]);
  345. G2L["21"]["BorderSizePixel"] = 0;
  346. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  347. G2L["21"]["AnchorPoint"] = Vector2.new(0, 1);
  348. G2L["21"]["Size"] = UDim2.new(1, 0, 0, 1);
  349. G2L["21"]["Position"] = UDim2.new(0, 0, 1, 0);
  350. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  351. G2L["21"]["Name"] = [[BorderBottom]];
  352. G2L["21"]["BackgroundTransparency"] = 0.95;
  353.  
  354.  
  355. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
  356. G2L["22"] = Instance.new("ImageLabel", G2L["20"]);
  357. G2L["22"]["BorderSizePixel"] = 0;
  358. G2L["22"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  359. G2L["22"]["AnchorPoint"] = Vector2.new(0, 0.5);
  360. G2L["22"]["Image"] = [[rbxassetid://121637943369203]];
  361. G2L["22"]["Size"] = UDim2.new(0, 0, 0.5, 0);
  362. G2L["22"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  363. G2L["22"]["BackgroundTransparency"] = 1;
  364. G2L["22"]["Position"] = UDim2.new(0, 10, 0.5, 0);
  365.  
  366.  
  367. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
  368. G2L["23"] = Instance.new("UIAspectRatioConstraint", G2L["22"]);
  369. G2L["23"]["DominantAxis"] = Enum.DominantAxis.Height;
  370. G2L["23"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  371.  
  372.  
  373. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
  374. G2L["24"] = Instance.new("TextLabel", G2L["20"]);
  375. G2L["24"]["BorderSizePixel"] = 0;
  376. G2L["24"]["TextSize"] = 14;
  377. G2L["24"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  378. G2L["24"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  379. G2L["24"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  380. G2L["24"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  381. G2L["24"]["BackgroundTransparency"] = 1;
  382. G2L["24"]["AnchorPoint"] = Vector2.new(1, 0);
  383. G2L["24"]["Size"] = UDim2.new(1, -37, 1, 0);
  384. G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  385. G2L["24"]["Text"] = [[BindableFunction]];
  386. G2L["24"]["Position"] = UDim2.new(1, 0, 0, 0);
  387.  
  388.  
  389. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.RemoteEvent
  390. G2L["25"] = Instance.new("RemoteEvent", G2L["f"]);
  391.  
  392.  
  393.  
  394. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote
  395. G2L["26"] = Instance.new("Frame", G2L["f"]);
  396. G2L["26"]["BorderSizePixel"] = 0;
  397. G2L["26"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  398. G2L["26"]["Size"] = UDim2.new(1, 0, 0, 35);
  399. G2L["26"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  400. G2L["26"]["Name"] = [[Remote]];
  401. G2L["26"]["BackgroundTransparency"] = 1;
  402.  
  403.  
  404. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.BorderBottom
  405. G2L["27"] = Instance.new("Frame", G2L["26"]);
  406. G2L["27"]["BorderSizePixel"] = 0;
  407. G2L["27"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  408. G2L["27"]["AnchorPoint"] = Vector2.new(0, 1);
  409. G2L["27"]["Size"] = UDim2.new(1, 0, 0, 1);
  410. G2L["27"]["Position"] = UDim2.new(0, 0, 1, 0);
  411. G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  412. G2L["27"]["Name"] = [[BorderBottom]];
  413. G2L["27"]["BackgroundTransparency"] = 0.95;
  414.  
  415.  
  416. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel
  417. G2L["28"] = Instance.new("ImageLabel", G2L["26"]);
  418. G2L["28"]["BorderSizePixel"] = 0;
  419. G2L["28"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  420. G2L["28"]["AnchorPoint"] = Vector2.new(0, 0.5);
  421. G2L["28"]["Image"] = [[rbxassetid://139188459486361]];
  422. G2L["28"]["Size"] = UDim2.new(0, 0, 0.5, 0);
  423. G2L["28"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  424. G2L["28"]["BackgroundTransparency"] = 1;
  425. G2L["28"]["Position"] = UDim2.new(0, 10, 0.5, 0);
  426.  
  427.  
  428. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.ImageLabel.UIAspectRatioConstraint
  429. G2L["29"] = Instance.new("UIAspectRatioConstraint", G2L["28"]);
  430. G2L["29"]["DominantAxis"] = Enum.DominantAxis.Height;
  431. G2L["29"]["AspectType"] = Enum.AspectType.ScaleWithParentSize;
  432.  
  433.  
  434. -- StarterGui.RemoteSpy.MainFrame.Body.Content.Remotes.Content.Remote.TextLabel
  435. G2L["2a"] = Instance.new("TextLabel", G2L["26"]);
  436. G2L["2a"]["BorderSizePixel"] = 0;
  437. G2L["2a"]["TextSize"] = 14;
  438. G2L["2a"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  439. G2L["2a"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  440. G2L["2a"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  441. G2L["2a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  442. G2L["2a"]["BackgroundTransparency"] = 1;
  443. G2L["2a"]["AnchorPoint"] = Vector2.new(1, 0);
  444. G2L["2a"]["Size"] = UDim2.new(1, -37, 1, 0);
  445. G2L["2a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  446. G2L["2a"]["Text"] = [[UnreliableRemoteEvent]];
  447. G2L["2a"]["Position"] = UDim2.new(1, 0, 0, 0);
  448.  
  449.  
  450. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection
  451. G2L["2b"] = Instance.new("Frame", G2L["c"]);
  452. G2L["2b"]["BorderSizePixel"] = 0;
  453. G2L["2b"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  454. G2L["2b"]["AnchorPoint"] = Vector2.new(1, 0);
  455. G2L["2b"]["Size"] = UDim2.new(0.7, 0, 1, 0);
  456. G2L["2b"]["Position"] = UDim2.new(1, 0, 0, 0);
  457. G2L["2b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  458. G2L["2b"]["Name"] = [[RightSection]];
  459. G2L["2b"]["BackgroundTransparency"] = 1;
  460.  
  461.  
  462. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top
  463. G2L["2c"] = Instance.new("Frame", G2L["2b"]);
  464. G2L["2c"]["BorderSizePixel"] = 0;
  465. G2L["2c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  466. G2L["2c"]["Size"] = UDim2.new(1, 0, 1, -40);
  467. G2L["2c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  468. G2L["2c"]["Name"] = [[Top]];
  469. G2L["2c"]["BackgroundTransparency"] = 0.9;
  470.  
  471.  
  472. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer
  473. G2L["2d"] = Instance.new("ScrollingFrame", G2L["2c"]);
  474. G2L["2d"]["Active"] = true;
  475. G2L["2d"]["BorderSizePixel"] = 0;
  476. G2L["2d"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  477. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  478. G2L["2d"]["Name"] = [[CodeContainer]];
  479. G2L["2d"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  480. G2L["2d"]["AutomaticCanvasSize"] = Enum.AutomaticSize.XY;
  481. G2L["2d"]["Size"] = UDim2.new(1, -10, 1, -10);
  482. G2L["2d"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  483. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  484. G2L["2d"]["ScrollBarThickness"] = 5;
  485. G2L["2d"]["BackgroundTransparency"] = 1;
  486.  
  487.  
  488. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer.Code
  489. G2L["2e"] = Instance.new("TextBox", G2L["2d"]);
  490. G2L["2e"]["CursorPosition"] = -1;
  491. G2L["2e"]["Name"] = [[Code]];
  492. G2L["2e"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  493. G2L["2e"]["ZIndex"] = 2;
  494. G2L["2e"]["BorderSizePixel"] = 0;
  495. G2L["2e"]["TextEditable"] = false;
  496. G2L["2e"]["TextTransparency"] = 1;
  497. G2L["2e"]["TextSize"] = 14;
  498. G2L["2e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  499. G2L["2e"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  500. G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  501. G2L["2e"]["RichText"] = true;
  502. G2L["2e"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  503. G2L["2e"]["AutomaticSize"] = Enum.AutomaticSize.XY;
  504. G2L["2e"]["Selectable"] = false;
  505. G2L["2e"]["MultiLine"] = true;
  506. G2L["2e"]["ClearTextOnFocus"] = false;
  507. G2L["2e"]["Size"] = UDim2.new(1, 0, 1, 0);
  508. G2L["2e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  509. G2L["2e"]["Text"] = [[-- Test Comment
  510. Hi]];
  511. G2L["2e"]["BackgroundTransparency"] = 1;
  512.  
  513.  
  514. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Top.CodeContainer.CodeFormatted
  515. G2L["2f"] = Instance.new("TextLabel", G2L["2d"]);
  516. G2L["2f"]["BorderSizePixel"] = 0;
  517. G2L["2f"]["TextSize"] = 14;
  518. G2L["2f"]["TextXAlignment"] = Enum.TextXAlignment.Left;
  519. G2L["2f"]["TextStrokeColor3"] = Color3.fromRGB(255, 255, 255);
  520. G2L["2f"]["TextYAlignment"] = Enum.TextYAlignment.Top;
  521. G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  522. G2L["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  523. G2L["2f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  524. G2L["2f"]["BackgroundTransparency"] = 1;
  525. G2L["2f"]["RichText"] = true;
  526. G2L["2f"]["Size"] = UDim2.new(1, 0, 1, 0);
  527. G2L["2f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  528. G2L["2f"]["Text"] = [[<font color="#616161">-- Test Comment</font><br/>Hi]];
  529. G2L["2f"]["Name"] = [[CodeFormatted]];
  530.  
  531.  
  532. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom
  533. G2L["30"] = Instance.new("Frame", G2L["2b"]);
  534. G2L["30"]["BorderSizePixel"] = 0;
  535. G2L["30"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  536. G2L["30"]["AnchorPoint"] = Vector2.new(0, 1);
  537. G2L["30"]["Size"] = UDim2.new(1, 0, 0, 40);
  538. G2L["30"]["Position"] = UDim2.new(0, 0, 1, 0);
  539. G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  540. G2L["30"]["Name"] = [[Bottom]];
  541. G2L["30"]["BackgroundTransparency"] = 1;
  542.  
  543.  
  544. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer
  545. G2L["31"] = Instance.new("ScrollingFrame", G2L["30"]);
  546. G2L["31"]["Active"] = true;
  547. G2L["31"]["ScrollingDirection"] = Enum.ScrollingDirection.X;
  548. G2L["31"]["BorderSizePixel"] = 0;
  549. G2L["31"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  550. G2L["31"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  551. G2L["31"]["Name"] = [[ButtonsContainer]];
  552. G2L["31"]["ScrollBarImageTransparency"] = 0.4;
  553. G2L["31"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  554. G2L["31"]["AutomaticCanvasSize"] = Enum.AutomaticSize.X;
  555. G2L["31"]["Size"] = UDim2.new(1, -10, 1, 0);
  556. G2L["31"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  557. G2L["31"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  558. G2L["31"]["ScrollBarThickness"] = 1;
  559. G2L["31"]["BackgroundTransparency"] = 1;
  560.  
  561.  
  562. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.UIListLayout
  563. G2L["32"] = Instance.new("UIListLayout", G2L["31"]);
  564. G2L["32"]["Padding"] = UDim.new(0, 5);
  565. G2L["32"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
  566. G2L["32"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  567. G2L["32"]["FillDirection"] = Enum.FillDirection.Horizontal;
  568.  
  569.  
  570. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton
  571. G2L["33"] = Instance.new("TextButton", G2L["31"]);
  572. G2L["33"]["TextWrapped"] = true;
  573. G2L["33"]["BorderSizePixel"] = 0;
  574. G2L["33"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  575. G2L["33"]["TextSize"] = 14;
  576. G2L["33"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  577. G2L["33"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  578. G2L["33"]["AutomaticSize"] = Enum.AutomaticSize.X;
  579. G2L["33"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
  580. G2L["33"]["BackgroundTransparency"] = 0.95;
  581. G2L["33"]["Name"] = [[CopyCodeButton]];
  582. G2L["33"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  583. G2L["33"]["Text"] = [[Copy Code]];
  584.  
  585.  
  586. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton.UICorner
  587. G2L["34"] = Instance.new("UICorner", G2L["33"]);
  588. G2L["34"]["CornerRadius"] = UDim.new(0, 4);
  589.  
  590.  
  591. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyCodeButton.UIStroke
  592. G2L["35"] = Instance.new("UIStroke", G2L["33"]);
  593. G2L["35"]["Transparency"] = 0.53;
  594. G2L["35"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  595. G2L["35"]["Color"] = Color3.fromRGB(91, 91, 91);
  596.  
  597.  
  598. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton
  599. G2L["36"] = Instance.new("TextButton", G2L["31"]);
  600. G2L["36"]["TextWrapped"] = true;
  601. G2L["36"]["BorderSizePixel"] = 0;
  602. G2L["36"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  603. G2L["36"]["TextSize"] = 14;
  604. G2L["36"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  605. G2L["36"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  606. G2L["36"]["AutomaticSize"] = Enum.AutomaticSize.X;
  607. G2L["36"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
  608. G2L["36"]["BackgroundTransparency"] = 0.95;
  609. G2L["36"]["Name"] = [[CopyPathButton]];
  610. G2L["36"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  611. G2L["36"]["Text"] = [[Copy Path]];
  612.  
  613.  
  614. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton.UICorner
  615. G2L["37"] = Instance.new("UICorner", G2L["36"]);
  616. G2L["37"]["CornerRadius"] = UDim.new(0, 4);
  617.  
  618.  
  619. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.CopyPathButton.UIStroke
  620. G2L["38"] = Instance.new("UIStroke", G2L["36"]);
  621. G2L["38"]["Transparency"] = 0.53;
  622. G2L["38"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  623. G2L["38"]["Color"] = Color3.fromRGB(91, 91, 91);
  624.  
  625.  
  626. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton
  627. G2L["39"] = Instance.new("TextButton", G2L["31"]);
  628. G2L["39"]["TextWrapped"] = true;
  629. G2L["39"]["BorderSizePixel"] = 0;
  630. G2L["39"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  631. G2L["39"]["TextSize"] = 14;
  632. G2L["39"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  633. G2L["39"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  634. G2L["39"]["AutomaticSize"] = Enum.AutomaticSize.X;
  635. G2L["39"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
  636. G2L["39"]["BackgroundTransparency"] = 0.95;
  637. G2L["39"]["Name"] = [[FireButton]];
  638. G2L["39"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  639. G2L["39"]["Text"] = [[Fire]];
  640.  
  641.  
  642. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton.UICorner
  643. G2L["3a"] = Instance.new("UICorner", G2L["39"]);
  644. G2L["3a"]["CornerRadius"] = UDim.new(0, 4);
  645.  
  646.  
  647. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.FireButton.UIStroke
  648. G2L["3b"] = Instance.new("UIStroke", G2L["39"]);
  649. G2L["3b"]["Transparency"] = 0.53;
  650. G2L["3b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  651. G2L["3b"]["Color"] = Color3.fromRGB(91, 91, 91);
  652.  
  653.  
  654. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType
  655. G2L["3c"] = Instance.new("TextButton", G2L["31"]);
  656. G2L["3c"]["TextWrapped"] = true;
  657. G2L["3c"]["BorderSizePixel"] = 0;
  658. G2L["3c"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  659. G2L["3c"]["TextSize"] = 14;
  660. G2L["3c"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  661. G2L["3c"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  662. G2L["3c"]["AutomaticSize"] = Enum.AutomaticSize.X;
  663. G2L["3c"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
  664. G2L["3c"]["BackgroundTransparency"] = 0.95;
  665. G2L["3c"]["Name"] = [[ClearOfType]];
  666. G2L["3c"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  667. G2L["3c"]["Text"] = [[Clear of Type]];
  668.  
  669.  
  670. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType.UICorner
  671. G2L["3d"] = Instance.new("UICorner", G2L["3c"]);
  672. G2L["3d"]["CornerRadius"] = UDim.new(0, 4);
  673.  
  674.  
  675. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.ClearOfType.UIStroke
  676. G2L["3e"] = Instance.new("UIStroke", G2L["3c"]);
  677. G2L["3e"]["Transparency"] = 0.53;
  678. G2L["3e"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  679. G2L["3e"]["Color"] = Color3.fromRGB(91, 91, 91);
  680.  
  681.  
  682. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block
  683. G2L["3f"] = Instance.new("TextButton", G2L["31"]);
  684. G2L["3f"]["TextWrapped"] = true;
  685. G2L["3f"]["BorderSizePixel"] = 0;
  686. G2L["3f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  687. G2L["3f"]["TextSize"] = 14;
  688. G2L["3f"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  689. G2L["3f"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  690. G2L["3f"]["AutomaticSize"] = Enum.AutomaticSize.X;
  691. G2L["3f"]["Size"] = UDim2.new(0.25, 0, 0.6, 0);
  692. G2L["3f"]["BackgroundTransparency"] = 0.95;
  693. G2L["3f"]["Name"] = [[Block]];
  694. G2L["3f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  695. G2L["3f"]["Text"] = [[Block]];
  696.  
  697.  
  698. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block.UICorner
  699. G2L["40"] = Instance.new("UICorner", G2L["3f"]);
  700. G2L["40"]["CornerRadius"] = UDim.new(0, 4);
  701.  
  702.  
  703. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Block.UIStroke
  704. G2L["41"] = Instance.new("UIStroke", G2L["3f"]);
  705. G2L["41"]["Transparency"] = 0.53;
  706. G2L["41"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  707. G2L["41"]["Color"] = Color3.fromRGB(91, 91, 91);
  708.  
  709.  
  710. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Frame
  711. G2L["42"] = Instance.new("Frame", G2L["31"]);
  712. G2L["42"]["BorderSizePixel"] = 0;
  713. G2L["42"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  714. G2L["42"]["Size"] = UDim2.new(0, 2, 1, 0);
  715. G2L["42"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  716. G2L["42"]["LayoutOrder"] = -1;
  717. G2L["42"]["BackgroundTransparency"] = 1;
  718.  
  719.  
  720. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.ButtonsContainer.Frame
  721. G2L["43"] = Instance.new("Frame", G2L["31"]);
  722. G2L["43"]["BorderSizePixel"] = 0;
  723. G2L["43"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  724. G2L["43"]["Size"] = UDim2.new(0, 2, 1, 0);
  725. G2L["43"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  726. G2L["43"]["LayoutOrder"] = 2;
  727. G2L["43"]["BackgroundTransparency"] = 1;
  728.  
  729.  
  730. -- StarterGui.RemoteSpy.MainFrame.Body.Content.RightSection.Bottom.BorderTop
  731. G2L["44"] = Instance.new("Frame", G2L["30"]);
  732. G2L["44"]["BorderSizePixel"] = 0;
  733. G2L["44"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  734. G2L["44"]["AnchorPoint"] = Vector2.new(1, 1);
  735. G2L["44"]["Size"] = UDim2.new(1, 0, 0, 1);
  736. G2L["44"]["Position"] = UDim2.new(1, 0, 0, 0);
  737. G2L["44"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  738. G2L["44"]["Name"] = [[BorderTop]];
  739. G2L["44"]["BackgroundTransparency"] = 0.9;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement