Advertisement
SekkayGod

smash2

Feb 5th, 2024 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.40 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
  7. Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 71 | Scripts: 11 | Modules: 1
  11. local G2L = {};
  12.  
  13. -- StarterGui.ScreenGui
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  16. G2L["1"]["ResetOnSpawn"] = false;
  17.  
  18. -- StarterGui.ScreenGui.Frame
  19. G2L["2"] = Instance.new("Frame", G2L["1"]);
  20. G2L["2"]["BorderSizePixel"] = 0;
  21. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  22. G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
  23. G2L["2"]["Size"] = UDim2.new(0.6744263768196106, 0, 0.9628900289535522, 0);
  24. G2L["2"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  25. G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
  26.  
  27. -- StarterGui.ScreenGui.Frame.UICorner
  28. G2L["3"] = Instance.new("UICorner", G2L["2"]);
  29.  
  30.  
  31. -- StarterGui.ScreenGui.Frame.UIStroke
  32. G2L["4"] = Instance.new("UIStroke", G2L["2"]);
  33. G2L["4"]["Color"] = Color3.fromRGB(86, 86, 255);
  34. G2L["4"]["Thickness"] = 1.399999976158142;
  35. G2L["4"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  36.  
  37. -- StarterGui.ScreenGui.Frame.Prop
  38. G2L["5"] = Instance.new("Frame", G2L["2"]);
  39. G2L["5"]["BorderSizePixel"] = 0;
  40. G2L["5"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  41. G2L["5"]["Size"] = UDim2.new(0.17128027975559235, 0, 1, 0);
  42. G2L["5"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  43. G2L["5"]["Name"] = [[Prop]];
  44.  
  45. -- StarterGui.ScreenGui.Frame.Prop.UICorner
  46. G2L["6"] = Instance.new("UICorner", G2L["5"]);
  47.  
  48.  
  49. -- StarterGui.ScreenGui.Frame.Prop.UIListLayout
  50. G2L["7"] = Instance.new("UIListLayout", G2L["5"]);
  51. G2L["7"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
  52. G2L["7"]["Padding"] = UDim.new(0, 10);
  53. G2L["7"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  54.  
  55. -- StarterGui.ScreenGui.Frame.Prop.UIPadding
  56. G2L["8"] = Instance.new("UIPadding", G2L["5"]);
  57. G2L["8"]["PaddingTop"] = UDim.new(0, 10);
  58.  
  59. -- StarterGui.ScreenGui.Frame.Prop.FarmOP
  60. G2L["9"] = Instance.new("TextButton", G2L["5"]);
  61. G2L["9"]["BorderSizePixel"] = 0;
  62. G2L["9"]["AutoButtonColor"] = false;
  63. G2L["9"]["BackgroundColor3"] = Color3.fromRGB(18, 18, 18);
  64. G2L["9"]["TextSize"] = 14;
  65. G2L["9"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  66. G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  67. G2L["9"]["Size"] = UDim2.new(0.8787878751754761, 0, 0.07802874594926834, 0);
  68. G2L["9"]["Name"] = [[FarmOP]];
  69. G2L["9"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  70. G2L["9"]["Text"] = [[Farm]];
  71. G2L["9"]["Position"] = UDim2.new(0.06060606241226196, 0, 0, 0);
  72.  
  73. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.UICorner
  74. G2L["a"] = Instance.new("UICorner", G2L["9"]);
  75.  
  76.  
  77. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.UIStroke
  78. G2L["b"] = Instance.new("UIStroke", G2L["9"]);
  79. G2L["b"]["Color"] = Color3.fromRGB(86, 86, 255);
  80. G2L["b"]["Thickness"] = 1.399999976158142;
  81. G2L["b"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  82.  
  83. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.LocalScript
  84. G2L["c"] = Instance.new("LocalScript", G2L["9"]);
  85.  
  86.  
  87. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.Sele
  88. G2L["d"] = Instance.new("BoolValue", G2L["9"]);
  89. G2L["d"]["Value"] = true;
  90. G2L["d"]["Name"] = [[Sele]];
  91.  
  92. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.UIAspectRatioConstraint
  93. G2L["e"] = Instance.new("UIAspectRatioConstraint", G2L["9"]);
  94. G2L["e"]["AspectRatio"] = 2.28947377204895;
  95.  
  96. -- StarterGui.ScreenGui.Frame.Prop.ServerOP
  97. G2L["f"] = Instance.new("TextButton", G2L["5"]);
  98. G2L["f"]["BorderSizePixel"] = 0;
  99. G2L["f"]["AutoButtonColor"] = false;
  100. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(30, 30, 30);
  101. G2L["f"]["TextSize"] = 14;
  102. G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  103. G2L["f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  104. G2L["f"]["Size"] = UDim2.new(0.8787878751754761, 0, 0.07802874594926834, 0);
  105. G2L["f"]["Name"] = [[ServerOP]];
  106. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  107. G2L["f"]["Text"] = [[Server]];
  108. G2L["f"]["Position"] = UDim2.new(0.06060606241226196, 0, 0, 0);
  109.  
  110. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.UICorner
  111. G2L["10"] = Instance.new("UICorner", G2L["f"]);
  112.  
  113.  
  114. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.UIStroke
  115. G2L["11"] = Instance.new("UIStroke", G2L["f"]);
  116. G2L["11"]["Color"] = Color3.fromRGB(86, 86, 255);
  117. G2L["11"]["Thickness"] = 0;
  118. G2L["11"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  119.  
  120. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.LocalScript
  121. G2L["12"] = Instance.new("LocalScript", G2L["f"]);
  122.  
  123.  
  124. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.Sele
  125. G2L["13"] = Instance.new("BoolValue", G2L["f"]);
  126. G2L["13"]["Name"] = [[Sele]];
  127.  
  128. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.UIAspectRatioConstraint
  129. G2L["14"] = Instance.new("UIAspectRatioConstraint", G2L["f"]);
  130. G2L["14"]["AspectRatio"] = 2.28947377204895;
  131.  
  132. -- StarterGui.ScreenGui.Frame.Prop.LocalScript
  133. G2L["15"] = Instance.new("LocalScript", G2L["5"]);
  134.  
  135.  
  136. -- StarterGui.ScreenGui.Frame.Prop.UIAspectRatioConstraint
  137. G2L["16"] = Instance.new("UIAspectRatioConstraint", G2L["5"]);
  138. G2L["16"]["AspectRatio"] = 0.20328542590141296;
  139.  
  140. -- StarterGui.ScreenGui.Frame.Tab
  141. G2L["17"] = Instance.new("Frame", G2L["2"]);
  142. G2L["17"]["BorderSizePixel"] = 0;
  143. G2L["17"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  144. G2L["17"]["Size"] = UDim2.new(0.8269895911216736, 0, 1, 0);
  145. G2L["17"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  146. G2L["17"]["Position"] = UDim2.new(0.172481968998909, 0, 0, 0);
  147. G2L["17"]["Name"] = [[Tab]];
  148.  
  149. -- StarterGui.ScreenGui.Frame.Tab.UICorner
  150. G2L["18"] = Instance.new("UICorner", G2L["17"]);
  151.  
  152.  
  153. -- StarterGui.ScreenGui.Frame.Tab.Farm
  154. G2L["19"] = Instance.new("Frame", G2L["17"]);
  155. G2L["19"]["BorderSizePixel"] = 0;
  156. G2L["19"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  157. G2L["19"]["Size"] = UDim2.new(1, 0, 1, 0);
  158. G2L["19"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  159. G2L["19"]["Name"] = [[Farm]];
  160.  
  161. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players
  162. G2L["1a"] = Instance.new("ScrollingFrame", G2L["19"]);
  163. G2L["1a"]["Active"] = true;
  164. G2L["1a"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  165. G2L["1a"]["BorderSizePixel"] = 0;
  166. G2L["1a"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  167. G2L["1a"]["TopImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  168. G2L["1a"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  169. G2L["1a"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  170. G2L["1a"]["Size"] = UDim2.new(0.9999999403953552, 0, 0.8685831427574158, 0);
  171. G2L["1a"]["ScrollBarImageColor3"] = Color3.fromRGB(30, 30, 30);
  172. G2L["1a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  173. G2L["1a"]["ScrollBarThickness"] = 7;
  174. G2L["1a"]["Name"] = [[Players]];
  175. G2L["1a"]["BottomImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  176.  
  177. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp
  178. G2L["1b"] = Instance.new("TextButton", G2L["1a"]);
  179. G2L["1b"]["BorderSizePixel"] = 0;
  180. G2L["1b"]["AutoButtonColor"] = false;
  181. G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(30, 30, 30);
  182. G2L["1b"]["TextSize"] = 14;
  183. G2L["1b"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  184. G2L["1b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  185. G2L["1b"]["Visible"] = false;
  186. G2L["1b"]["Size"] = UDim2.new(0, 462, 0, 38);
  187. G2L["1b"]["Name"] = [[PlayerTemp]];
  188. G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  189. G2L["1b"]["Text"] = [[{player}]];
  190.  
  191. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.UICorner
  192. G2L["1c"] = Instance.new("UICorner", G2L["1b"]);
  193.  
  194.  
  195. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.UIStroke
  196. G2L["1d"] = Instance.new("UIStroke", G2L["1b"]);
  197. G2L["1d"]["Color"] = Color3.fromRGB(86, 86, 255);
  198. G2L["1d"]["Thickness"] = 0;
  199. G2L["1d"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  200.  
  201. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.LocalScript
  202. G2L["1e"] = Instance.new("LocalScript", G2L["1b"]);
  203.  
  204.  
  205. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.Sele
  206. G2L["1f"] = Instance.new("BoolValue", G2L["1b"]);
  207. G2L["1f"]["Name"] = [[Sele]];
  208.  
  209. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.UIAspectRatioConstraint
  210. G2L["20"] = Instance.new("UIAspectRatioConstraint", G2L["1b"]);
  211. G2L["20"]["AspectRatio"] = 12.1578950881958;
  212.  
  213. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.UIListLayout
  214. G2L["21"] = Instance.new("UIListLayout", G2L["1a"]);
  215. G2L["21"]["Padding"] = UDim.new(0, 10);
  216. G2L["21"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  217.  
  218. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.UIPadding
  219. G2L["22"] = Instance.new("UIPadding", G2L["1a"]);
  220. G2L["22"]["PaddingTop"] = UDim.new(0, 10);
  221. G2L["22"]["PaddingLeft"] = UDim.new(0, 3);
  222.  
  223. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.LocalScript
  224. G2L["23"] = Instance.new("LocalScript", G2L["1a"]);
  225.  
  226.  
  227. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.UIAspectRatioConstraint
  228. G2L["24"] = Instance.new("UIAspectRatioConstraint", G2L["1a"]);
  229. G2L["24"]["AspectRatio"] = 1.1300235986709595;
  230.  
  231. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton
  232. G2L["25"] = Instance.new("TextButton", G2L["19"]);
  233. G2L["25"]["BorderSizePixel"] = 0;
  234. G2L["25"]["AutoButtonColor"] = false;
  235. G2L["25"]["BackgroundColor3"] = Color3.fromRGB(30, 30, 30);
  236. G2L["25"]["TextSize"] = 14;
  237. G2L["25"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  238. G2L["25"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  239. G2L["25"]["Size"] = UDim2.new(0.9665272235870361, 0, 0.07802874594926834, 0);
  240. G2L["25"]["Name"] = [[FarmButton]];
  241. G2L["25"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  242. G2L["25"]["Text"] = [[BE FARMED]];
  243. G2L["25"]["Position"] = UDim2.new(-0.0014530963962897658, 0, 0.907597541809082, 0);
  244.  
  245. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.UICorner
  246. G2L["26"] = Instance.new("UICorner", G2L["25"]);
  247.  
  248.  
  249. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.UIStroke
  250. G2L["27"] = Instance.new("UIStroke", G2L["25"]);
  251. G2L["27"]["Color"] = Color3.fromRGB(86, 86, 255);
  252. G2L["27"]["Thickness"] = 0;
  253. G2L["27"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  254.  
  255. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.Sele
  256. G2L["28"] = Instance.new("BoolValue", G2L["25"]);
  257. G2L["28"]["Name"] = [[Sele]];
  258.  
  259. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.LocalScript
  260. G2L["29"] = Instance.new("LocalScript", G2L["25"]);
  261.  
  262.  
  263. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.UIAspectRatioConstraint
  264. G2L["2a"] = Instance.new("UIAspectRatioConstraint", G2L["25"]);
  265. G2L["2a"]["AspectRatio"] = 12.1578950881958;
  266.  
  267. -- StarterGui.ScreenGui.Frame.Tab.Farm.PlayersData
  268. G2L["2b"] = Instance.new("ModuleScript", G2L["19"]);
  269. G2L["2b"]["Name"] = [[PlayersData]];
  270.  
  271. -- StarterGui.ScreenGui.Frame.Tab.Farm.UIAspectRatioConstraint
  272. G2L["2c"] = Instance.new("UIAspectRatioConstraint", G2L["19"]);
  273. G2L["2c"]["AspectRatio"] = 0.9815195202827454;
  274.  
  275. -- StarterGui.ScreenGui.Frame.Tab.Server
  276. G2L["2d"] = Instance.new("Frame", G2L["17"]);
  277. G2L["2d"]["BorderSizePixel"] = 0;
  278. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  279. G2L["2d"]["Size"] = UDim2.new(1, 0, 1, 0);
  280. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  281. G2L["2d"]["Visible"] = false;
  282. G2L["2d"]["Name"] = [[Server]];
  283.  
  284. -- StarterGui.ScreenGui.Frame.Tab.Server.Options
  285. G2L["2e"] = Instance.new("ScrollingFrame", G2L["2d"]);
  286. G2L["2e"]["Active"] = true;
  287. G2L["2e"]["ScrollingDirection"] = Enum.ScrollingDirection.Y;
  288. G2L["2e"]["BorderSizePixel"] = 0;
  289. G2L["2e"]["CanvasSize"] = UDim2.new(0, 0, 0, 0);
  290. G2L["2e"]["TopImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  291. G2L["2e"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  292. G2L["2e"]["AutomaticCanvasSize"] = Enum.AutomaticSize.Y;
  293. G2L["2e"]["Size"] = UDim2.new(1, 0, 1, 0);
  294. G2L["2e"]["ScrollBarImageColor3"] = Color3.fromRGB(30, 30, 30);
  295. G2L["2e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  296. G2L["2e"]["ScrollBarThickness"] = 7;
  297. G2L["2e"]["Name"] = [[Options]];
  298. G2L["2e"]["BottomImage"] = [[rbxasset://textures/ui/Scroll/scroll-middle.png]];
  299.  
  300. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option
  301. G2L["2f"] = Instance.new("TextButton", G2L["2e"]);
  302. G2L["2f"]["BorderSizePixel"] = 0;
  303. G2L["2f"]["AutoButtonColor"] = false;
  304. G2L["2f"]["BackgroundColor3"] = Color3.fromRGB(30, 30, 30);
  305. G2L["2f"]["TextSize"] = 14;
  306. G2L["2f"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  307. G2L["2f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  308. G2L["2f"]["Size"] = UDim2.new(0, 453, 0, 38);
  309. G2L["2f"]["Name"] = [[Option]];
  310. G2L["2f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  311. G2L["2f"]["Text"] = [[Make everyone 300% (VERY LAGGY)]];
  312.  
  313. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.UICorner
  314. G2L["30"] = Instance.new("UICorner", G2L["2f"]);
  315.  
  316.  
  317. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.UIStroke
  318. G2L["31"] = Instance.new("UIStroke", G2L["2f"]);
  319. G2L["31"]["Color"] = Color3.fromRGB(86, 86, 255);
  320. G2L["31"]["Thickness"] = 0;
  321. G2L["31"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  322.  
  323. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.LocalScript
  324. G2L["32"] = Instance.new("LocalScript", G2L["2f"]);
  325.  
  326.  
  327. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.Sele
  328. G2L["33"] = Instance.new("BoolValue", G2L["2f"]);
  329. G2L["33"]["Name"] = [[Sele]];
  330.  
  331. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.UIAspectRatioConstraint
  332. G2L["34"] = Instance.new("UIAspectRatioConstraint", G2L["2f"]);
  333. G2L["34"]["AspectRatio"] = 11.921052932739258;
  334.  
  335. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.UIListLayout
  336. G2L["35"] = Instance.new("UIListLayout", G2L["2e"]);
  337. G2L["35"]["Padding"] = UDim.new(0, 10);
  338. G2L["35"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
  339.  
  340. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.UIPadding
  341. G2L["36"] = Instance.new("UIPadding", G2L["2e"]);
  342. G2L["36"]["PaddingTop"] = UDim.new(0, 10);
  343. G2L["36"]["PaddingLeft"] = UDim.new(0, 3);
  344.  
  345. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.LocalScript
  346. G2L["37"] = Instance.new("LocalScript", G2L["2e"]);
  347.  
  348.  
  349. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.UIAspectRatioConstraint
  350. G2L["38"] = Instance.new("UIAspectRatioConstraint", G2L["2e"]);
  351. G2L["38"]["AspectRatio"] = 0.9815195202827454;
  352.  
  353. -- StarterGui.ScreenGui.Frame.Tab.Server.UIAspectRatioConstraint
  354. G2L["39"] = Instance.new("UIAspectRatioConstraint", G2L["2d"]);
  355. G2L["39"]["AspectRatio"] = 0.9815195202827454;
  356.  
  357. -- StarterGui.ScreenGui.Frame.Tab.UIAspectRatioConstraint
  358. G2L["3a"] = Instance.new("UIAspectRatioConstraint", G2L["17"]);
  359. G2L["3a"]["AspectRatio"] = 0.9815195202827454;
  360.  
  361. -- StarterGui.ScreenGui.Frame.Dragify
  362. G2L["3b"] = Instance.new("LocalScript", G2L["2"]);
  363. G2L["3b"]["Name"] = [[Dragify]];
  364.  
  365. -- StarterGui.ScreenGui.Frame.UIAspectRatioConstraint
  366. G2L["3c"] = Instance.new("UIAspectRatioConstraint", G2L["2"]);
  367. G2L["3c"]["AspectRatio"] = 1.1868582963943481;
  368.  
  369. -- StarterGui.ScreenGui.Toggle
  370. G2L["3d"] = Instance.new("TextButton", G2L["1"]);
  371. G2L["3d"]["TextWrapped"] = true;
  372. G2L["3d"]["BorderSizePixel"] = 0;
  373. G2L["3d"]["TextTransparency"] = 1;
  374. G2L["3d"]["TextScaled"] = true;
  375. G2L["3d"]["BackgroundColor3"] = Color3.fromRGB(25, 25, 25);
  376. G2L["3d"]["TextSize"] = 1;
  377. G2L["3d"]["FontFace"] = Font.new([[rbxasset://fonts/families/SourceSansPro.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  378. G2L["3d"]["TextColor3"] = Color3.fromRGB(0, 0, 0);
  379. G2L["3d"]["Size"] = UDim2.new(0.03809523954987526, 0, 0.07643312215805054, 0);
  380. G2L["3d"]["Name"] = [[Toggle]];
  381. G2L["3d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  382. G2L["3d"]["Position"] = UDim2.new(0.13571429252624512, 0, 0.46178343892097473, 0);
  383.  
  384. -- StarterGui.ScreenGui.Toggle.UICorner
  385. G2L["3e"] = Instance.new("UICorner", G2L["3d"]);
  386. G2L["3e"]["CornerRadius"] = UDim.new(1, 0);
  387.  
  388. -- StarterGui.ScreenGui.Toggle.UIStroke
  389. G2L["3f"] = Instance.new("UIStroke", G2L["3d"]);
  390. G2L["3f"]["Color"] = Color3.fromRGB(86, 86, 255);
  391. G2L["3f"]["Thickness"] = 2.9000000953674316;
  392. G2L["3f"]["ApplyStrokeMode"] = Enum.ApplyStrokeMode.Border;
  393.  
  394. -- StarterGui.ScreenGui.Toggle.Dragify
  395. G2L["40"] = Instance.new("LocalScript", G2L["3d"]);
  396. G2L["40"]["Name"] = [[Dragify]];
  397.  
  398. -- StarterGui.ScreenGui.Toggle.TextLabel
  399. G2L["41"] = Instance.new("TextLabel", G2L["3d"]);
  400. G2L["41"]["TextWrapped"] = true;
  401. G2L["41"]["BorderSizePixel"] = 0;
  402. G2L["41"]["TextScaled"] = true;
  403. G2L["41"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  404. G2L["41"]["FontFace"] = Font.new([[rbxasset://fonts/families/GothamSSm.json]], Enum.FontWeight.Bold, Enum.FontStyle.Normal);
  405. G2L["41"]["TextSize"] = 40;
  406. G2L["41"]["TextColor3"] = Color3.fromRGB(86, 86, 255);
  407. G2L["41"]["Size"] = UDim2.new(1, 0, 1, 0);
  408. G2L["41"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  409. G2L["41"]["Text"] = [[O]];
  410. G2L["41"]["BackgroundTransparency"] = 1;
  411.  
  412. -- StarterGui.ScreenGui.Toggle.TextLabel.UIAspectRatioConstraint
  413. G2L["42"] = Instance.new("UIAspectRatioConstraint", G2L["41"]);
  414.  
  415.  
  416. -- StarterGui.ScreenGui.Toggle.TextLabel.UITextSizeConstraint
  417. G2L["43"] = Instance.new("UITextSizeConstraint", G2L["41"]);
  418. G2L["43"]["MaxTextSize"] = 40;
  419.  
  420. -- StarterGui.ScreenGui.Toggle.UIAspectRatioConstraint
  421. G2L["44"] = Instance.new("UIAspectRatioConstraint", G2L["3d"]);
  422.  
  423.  
  424. -- StarterGui.ScreenGui.Toggle.UITextSizeConstraint
  425. G2L["45"] = Instance.new("UITextSizeConstraint", G2L["3d"]);
  426. G2L["45"]["MaxTextSize"] = 1;
  427.  
  428. -- StarterGui.ScreenGui.Toggle.LocalScript
  429. G2L["46"] = Instance.new("LocalScript", G2L["3d"]);
  430.  
  431.  
  432. -- StarterGui.ScreenGui.UIAspectRatioConstraint
  433. G2L["47"] = Instance.new("UIAspectRatioConstraint", G2L["1"]);
  434. G2L["47"]["AspectRatio"] = 2.6035032272338867;
  435.  
  436. -- Require G2L wrapper
  437. local G2L_REQUIRE = require;
  438. local G2L_MODULES = {};
  439. local function require(Module:ModuleScript)
  440. local ModuleState = G2L_MODULES[Module];
  441. if ModuleState then
  442. if not ModuleState.Required then
  443. ModuleState.Required = true;
  444. ModuleState.Value = ModuleState.Closure();
  445. end
  446. return ModuleState.Value;
  447. end;
  448. return G2L_REQUIRE(Module);
  449. end
  450.  
  451. G2L_MODULES[G2L["2b"]] = {
  452. Closure = function()
  453. local script = G2L["2b"];
  454. local players = {}
  455.  
  456. function players.plr(name)
  457. table.insert(players, name)
  458. end
  459.  
  460. return players
  461.  
  462. end;
  463. };
  464. -- StarterGui.ScreenGui.Frame.Prop.FarmOP.LocalScript
  465. local function C_c()
  466. local script = G2L["c"];
  467. a=script.Parent.Sele
  468. while true do
  469. if script.Parent.Sele.Value then
  470. local ts = game:GetService("TweenService")
  471. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 1.4})
  472. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(17, 17, 17)})
  473. selected1:Play()
  474. selected2:Play()
  475. else
  476. local ts = game:GetService("TweenService")
  477. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 0})
  478. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(29, 29, 29)})
  479. selected1:Play()
  480. selected2:Play()
  481. end
  482. wait(.1)
  483. end
  484. end;
  485. task.spawn(C_c);
  486. -- StarterGui.ScreenGui.Frame.Prop.ServerOP.LocalScript
  487. local function C_12()
  488. local script = G2L["12"];
  489. a=script.Parent.Sele
  490. while true do
  491. if script.Parent.Sele.Value then
  492. local ts = game:GetService("TweenService")
  493. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 1.4})
  494. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(17, 17, 17)})
  495. selected1:Play()
  496. selected2:Play()
  497. else
  498. local ts = game:GetService("TweenService")
  499. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 0})
  500. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(29, 29, 29)})
  501. selected1:Play()
  502. selected2:Play()
  503. end
  504. wait(.1)
  505. end
  506. end;
  507. task.spawn(C_12);
  508. -- StarterGui.ScreenGui.Frame.Prop.LocalScript
  509. local function C_15()
  510. local script = G2L["15"];
  511. script.Parent.FarmOP.MouseButton1Click:Connect(function()
  512. script.Parent.Parent.Tab.Farm.Visible = true
  513. script.Parent.Parent.Tab.Server.Visible = false
  514. script.Parent.FarmOP.Sele.Value=true
  515. script.Parent.ServerOP.Sele.Value=false
  516. end)
  517. script.Parent.ServerOP.MouseButton1Click:Connect(function()
  518. script.Parent.Parent.Tab.Farm.Visible = false
  519. script.Parent.Parent.Tab.Server.Visible = true
  520. script.Parent.FarmOP.Sele.Value=false
  521. script.Parent.ServerOP.Sele.Value=true
  522. end)
  523. end;
  524. task.spawn(C_15);
  525. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.PlayerTemp.LocalScript
  526. local function C_1e()
  527. local script = G2L["1e"];
  528. a=script.Parent.Sele
  529. while true do
  530. if script.Parent.Sele.Value then
  531. local ts = game:GetService("TweenService")
  532. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 1.4})
  533. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(17, 17, 17)})
  534. selected1:Play()
  535. selected2:Play()
  536. else
  537. local ts = game:GetService("TweenService")
  538. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 0})
  539. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(29, 29, 29)})
  540. selected1:Play()
  541. selected2:Play()
  542. end
  543. wait(.1)
  544. end
  545. end;
  546. task.spawn(C_1e);
  547. -- StarterGui.ScreenGui.Frame.Tab.Farm.Players.LocalScript
  548. local function C_23()
  549. local script = G2L["23"];
  550. local data = require(script.Parent.Parent.PlayersData)
  551. local players = {}
  552.  
  553. while true do
  554. local plrs = game.Players
  555. for i,v in pairs(plrs:GetPlayers()) do
  556. if table.find(players, v.DisplayName) then
  557. else
  558. local o = script.Parent.PlayerTemp
  559. local n = o:Clone()
  560.  
  561. n.Visible = true
  562. n.Text = v.DisplayName
  563. n.Name = v.Name
  564. n.Parent = o.Parent
  565.  
  566. n.MouseButton1Click:Connect(function()
  567. for i,c in pairs(n.Parent:GetChildren()) do
  568. if c == n and c:IsA("TextButton") then
  569. c.Sele.Value=not c.Sele.Value
  570. elseif c:IsA("TextButton") then
  571. c.Sele.Value=false
  572. end
  573. end
  574. end)
  575.  
  576. data.plr(v.DisplayName)
  577. table.insert(players, v.DisplayName)
  578. end
  579. end
  580. wait()
  581. end
  582. end;
  583. task.spawn(C_23);
  584. -- StarterGui.ScreenGui.Frame.Tab.Farm.FarmButton.LocalScript
  585. local function C_29()
  586. local script = G2L["29"];
  587. script.Parent.MouseButton1Click:Connect(function()
  588. for i,v in pairs(script.Parent.Parent.Players:GetChildren()) do
  589. if v:IsA("TextButton") then
  590. if v.Sele.Value == true then
  591.  
  592.  
  593. -------------------------------------------------------------------------------------------------AUTO FARM CODE
  594. local distance = 5
  595.  
  596. local player = game.Players.LocalPlayer
  597. local targetPlayer = game.Players:FindFirstChild(v.Name)
  598. local status = player.Name.."StatusFolder"
  599. local path = game.ReplicatedStorage.statusFolders[status].dmgPercent
  600.  
  601. --SCRIPT
  602. if path.Value == 0 then
  603. game:GetService("ReplicatedStorage").Remotes.game.deploy:InvokeServer()
  604. local playerHRP = player.Character.HumanoidRootPart
  605. local targetHRP = targetPlayer.Character.HumanoidRootPart
  606. local offset = targetHRP.CFrame.LookVector * distance
  607. playerHRP.CFrame = targetHRP.CFrame + offset
  608. else
  609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(264.121, 1516.488, 1630.058)
  610. wait(0.6)
  611. player.Character.Humanoid.Health=0
  612. path.Value = 0
  613. end
  614.  
  615. end
  616. end
  617. end
  618. end)
  619. end;
  620. task.spawn(C_29);
  621. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.Option.LocalScript
  622. local function C_32()
  623. local script = G2L["32"];
  624. a=script.Parent.Sele.Value
  625. script.Parent.MouseButton1Click:Connect(function()
  626. a=not a
  627. if a then
  628. local ts = game:GetService("TweenService")
  629. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 1.4})
  630. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(17, 17, 17)})
  631. selected1:Play()
  632. selected2:Play()
  633.  
  634.  
  635. --------------------------------------------------------------------------------------------DESTROY SERVER CODE HERE
  636. local selected = script.Parent.Sele.Value
  637.  
  638. for i,v in pairs(game.Players:GetChildren()) do
  639. if v:IsA("Player") then
  640. if v.Name == game.Players.LocalPlayer.Name then
  641. else
  642. local args = {
  643. [1] = v.Character,
  644. [2] = Vector3.new(-299.0080871582031, -15.301231384277344, 109.15137481689453),
  645. [3] = Vector3.new(0, -99, 0)
  646. }
  647. game:GetService("ReplicatedStorage").Remotes.koReflect:FireServer(unpack(args))
  648. end
  649. end
  650. wait()
  651. end
  652.  
  653.  
  654.  
  655. else
  656. local ts = game:GetService("TweenService")
  657. local selected1 = ts:Create(script.Parent.UIStroke, TweenInfo.new(0.5), {Thickness = 0})
  658. local selected2 = ts:Create(script.Parent, TweenInfo.new(0.5), {BackgroundColor3 = Color3.fromRGB(29, 29, 29)})
  659. selected1:Play()
  660. selected2:Play()
  661. end
  662. end)
  663. end;
  664. task.spawn(C_32);
  665. -- StarterGui.ScreenGui.Frame.Tab.Server.Options.LocalScript
  666. local function C_37()
  667. local script = G2L["37"];
  668. for i,v in pairs(script.Parent:GetChildren()) do
  669. if v:IsA("TextButton") then
  670. v.MouseButton1Click:Connect(function()
  671. v.Sele.Value = not v.Sele.Value
  672. end)
  673. end
  674. end
  675. end;
  676. task.spawn(C_37);
  677. -- StarterGui.ScreenGui.Frame.Dragify
  678. local function C_3b()
  679. local script = G2L["3b"];
  680. local UserInputService = game:GetService("UserInputService")
  681.  
  682. local gui = script.Parent
  683.  
  684. local dragging
  685. local dragInput
  686. local dragStart
  687. local startPos
  688.  
  689. local function update(input)
  690. local delta = input.Position - dragStart
  691. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  692. end
  693.  
  694. gui.InputBegan:Connect(function(input)
  695. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  696. dragging = true
  697. dragStart = input.Position
  698. startPos = gui.Position
  699.  
  700. input.Changed:Connect(function()
  701. if input.UserInputState == Enum.UserInputState.End then
  702. dragging = false
  703. end
  704. end)
  705. end
  706. end)
  707.  
  708. gui.InputChanged:Connect(function(input)
  709. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  710. dragInput = input
  711. end
  712. end)
  713.  
  714. UserInputService.InputChanged:Connect(function(input)
  715. if input == dragInput and dragging then
  716. update(input)
  717. end
  718. end)
  719. end;
  720. task.spawn(C_3b);
  721. -- StarterGui.ScreenGui.Toggle.Dragify
  722. local function C_40()
  723. local script = G2L["40"];
  724. local UserInputService = game:GetService("UserInputService")
  725.  
  726. local gui = script.Parent
  727.  
  728. local dragging
  729. local dragInput
  730. local dragStart
  731. local startPos
  732.  
  733. local function update(input)
  734. local delta = input.Position - dragStart
  735. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  736. end
  737.  
  738. gui.InputBegan:Connect(function(input)
  739. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  740. dragging = true
  741. dragStart = input.Position
  742. startPos = gui.Position
  743.  
  744. input.Changed:Connect(function()
  745. if input.UserInputState == Enum.UserInputState.End then
  746. dragging = false
  747. end
  748. end)
  749. end
  750. end)
  751.  
  752. gui.InputChanged:Connect(function(input)
  753. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  754. dragInput = input
  755. end
  756. end)
  757.  
  758. UserInputService.InputChanged:Connect(function(input)
  759. if input == dragInput and dragging then
  760. update(input)
  761. end
  762. end)
  763. end;
  764. task.spawn(C_40);
  765. -- StarterGui.ScreenGui.Toggle.LocalScript
  766. local function C_46()
  767. local script = G2L["46"];
  768. script.Parent.MouseButton1Click:Connect(function()
  769. script.Parent.Parent.Frame.Visible=not script.Parent.Parent.Frame.Visible
  770. end)
  771. end;
  772. task.spawn(C_46);
  773.  
  774. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement