Advertisement
Pur3ity

BeeSim

Sep 6th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 86.05 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BeeSwarmSim = Instance.new("Frame")
  5. local LuckyGui = Instance.new("TextButton")
  6. local exit2 = Instance.new("TextButton")
  7. --Properties:
  8. BeeSwarmSim.Name = "BeeSwarmSim"
  9. BeeSwarmSim.Parent = game.Players.LocalPlayer.PlayerGui.PureHub
  10. BeeSwarmSim.Active = true
  11. BeeSwarmSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12. BeeSwarmSim.BorderColor3 = Color3.new(0, 0, 0)
  13. BeeSwarmSim.BorderSizePixel = 4
  14. BeeSwarmSim.Position = UDim2.new(0.0426062047, 0, 0.630806863, 0)
  15. BeeSwarmSim.Selectable = true
  16. BeeSwarmSim.Size = UDim2.new(0, 275, 0, 145)
  17. BeeSwarmSim.Visible = true
  18.  
  19. LuckyGui.Name = "LuckyGui"
  20. LuckyGui.Parent = BeeSwarmSim
  21. LuckyGui.Active = false
  22. LuckyGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  23. LuckyGui.Position = UDim2.new(0.13454546, 0, 0.324137926, 0)
  24. LuckyGui.Selectable = false
  25. LuckyGui.Size = UDim2.new(0, 200, 0, 50)
  26. LuckyGui.Font = Enum.Font.SourceSans
  27. LuckyGui.Text = "LuckyGUI"
  28. LuckyGui.TextColor3 = Color3.new(1, 1, 1)
  29. LuckyGui.TextScaled = true
  30. LuckyGui.TextSize = 14
  31. LuckyGui.TextWrapped = true
  32.  
  33. exit2.Name = "exit2"
  34. exit2.Parent = BeeSwarmSim
  35. exit2.Active = false
  36. exit2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  37. exit2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  38. exit2.Position = UDim2.new(0.894545436, 0, 0, 0)
  39. exit2.Selectable = false
  40. exit2.Size = UDim2.new(0, 29, 0, 29)
  41. exit2.Font = Enum.Font.SourceSans
  42. exit2.Text = "X"
  43. exit2.TextColor3 = Color3.new(1, 1, 0)
  44. exit2.TextScaled = true
  45. exit2.TextSize = 14
  46. exit2.TextWrapped = true
  47. -- Scripts:
  48. function SCRIPT_LLAW67_FAKESCRIPT() -- LuckyGui.LuckyGuiScript
  49. getfenv().script = Instance.new('Script', LuckyGui)
  50.  
  51. button = script.Parent
  52.  
  53.  
  54. button.MouseButton1Down:connect(function()
  55.  
  56.  
  57. print("Bee Swarm Simulator Gui Created by LuckyMMB @ V3rmillion.net")
  58. print("Discord https://discord.gg/GKzJnUC")
  59. print("Version 1.7 30th July 2018")
  60.  
  61. mouse = game.Players.LocalPlayer:GetMouse()
  62.  
  63. antchallengeescape = false
  64. AutoDigActive = false
  65. PollenFarmActive = false
  66. Field1AFActive = false
  67. Field2AFActive = false
  68. Field3AFActive = false
  69. Field4AFActive = false
  70. Field5AFActive = false
  71. Field6AFActive = false
  72. Field7AFActive = false
  73. Field8AFActive = false
  74. Field9AFActive = false
  75. Field10AFActive = false
  76. Field11AFActive = false
  77. Field12AFActive = false
  78. Field13AFActive = false
  79. Field14AFActive = false
  80.  
  81. -- Objects
  82.  
  83. local MainGUI = Instance.new("ScreenGui")
  84. local MainFrame = Instance.new("Frame")
  85. local Close = Instance.new("TextButton")
  86. local WayPoints = Instance.new("TextButton")
  87. local WayPointsFrame = Instance.new("Frame")
  88. local ShowLocation = Instance.new("TextLabel")
  89. local SetLocation = Instance.new("TextButton")
  90. local TPLocation = Instance.new("TextButton")
  91. local ReturnToHive = Instance.new("TextButton")
  92. local BlackBear = Instance.new("TextButton")
  93. local BrownBear = Instance.new("TextButton")
  94. local PandaBear = Instance.new("TextButton")
  95. local PolarBear = Instance.new("TextButton")
  96. local ScienceBear = Instance.new("TextButton")
  97. local MotherBear = Instance.new("TextButton")
  98. local TunnelBear = Instance.new("TextButton")
  99. local TravelingBear = Instance.new("TextButton")
  100. local RedBoost = Instance.new("TextButton")
  101. local BlueBoost = Instance.new("TextButton")
  102. local MountainBoost = Instance.new("TextButton")
  103. local RedCannon = Instance.new("TextButton")
  104. local BlueCannon = Instance.new("TextButton")
  105. local YellowCannon = Instance.new("TextButton")
  106. local Slingshot = Instance.new("TextButton")
  107. local BeeShop = Instance.new("TextButton")
  108. local TPShop = Instance.new("TextButton")
  109. local TPShop2 = Instance.new("TextButton")
  110. local MountainTopShop = Instance.new("TextButton")
  111. local TentShop = Instance.new("TextButton")
  112. local RedClubhouse = Instance.new("TextButton")
  113. local BlueClubhouse = Instance.new("TextButton")
  114. local TicketShop = Instance.new("TextButton")
  115. local ClubHoney = Instance.new("TextButton")
  116. local RoyalJellyShop = Instance.new("TextButton")
  117. local TicketRoyalJelly = Instance.new("TextButton")
  118. local Honeystorm = Instance.new("TextButton")
  119. local HoneyConvertor = Instance.new("TextButton")
  120. local StrawBerryField = Instance.new("TextButton")
  121. local PumpkinField = Instance.new("TextButton")
  122. local SunflowerField = Instance.new("TextButton")
  123. local CloverField = Instance.new("TextButton")
  124. local SpiderField = Instance.new("TextButton")
  125. local MushRoomField = Instance.new("TextButton")
  126. local BamBooField = Instance.new("TextButton")
  127. local DandelionField = Instance.new("TextButton")
  128. local PineappleField = Instance.new("TextButton")
  129. local BlueField = Instance.new("TextButton")
  130. local RoseField = Instance.new("TextButton")
  131. local CactusField = Instance.new("TextButton")
  132. local PineTreeField = Instance.new("TextButton")
  133. local MountainTopField = Instance.new("TextButton")
  134. local KingbeetlesLair = Instance.new("TextButton")
  135. local AntChallenge = Instance.new("TextButton")
  136. local Onett = Instance.new("TextButton")
  137. local TreatDispenser = Instance.new("TextButton")
  138. local TicketDispenser = Instance.new("TextButton")
  139. local GumdropDispenser = Instance.new("TextButton")
  140. local BlueberryDispenser = Instance.new("TextButton")
  141. local StrawberryDispenser = Instance.new("TextButton")
  142. local TreatShop = Instance.new("TextButton")
  143. local Field1AF = Instance.new("TextButton")
  144. local Field2AF = Instance.new("TextButton")
  145. local Field3AF = Instance.new("TextButton")
  146. local Field4AF = Instance.new("TextButton")
  147. local Field5AF = Instance.new("TextButton")
  148. local Field6AF = Instance.new("TextButton")
  149. local Field7AF = Instance.new("TextButton")
  150. local Field8AF = Instance.new("TextButton")
  151. local Field9AF = Instance.new("TextButton")
  152. local Field10AF = Instance.new("TextButton")
  153. local Field11AF = Instance.new("TextButton")
  154. local Field12AF = Instance.new("TextButton")
  155. local Field13AF = Instance.new("TextButton")
  156. local Field14AF = Instance.new("TextButton")
  157. local Players = Instance.new("TextButton")
  158. local PlayerFrame = Instance.new("Frame")
  159. local PlayerList = Instance.new("Frame")
  160. local PlayerListBox = Instance.new("Frame")
  161. local PlyrSel = Instance.new("TextLabel")
  162. local Player1 = Instance.new("TextButton")
  163. local Player2 = Instance.new("TextButton")
  164. local Player3 = Instance.new("TextButton")
  165. local Player4 = Instance.new("TextButton")
  166. local Player5 = Instance.new("TextButton")
  167. local TpPlayer = Instance.new("TextButton")
  168. local FindTreasures = Instance.new("TextButton")
  169. local FindTreasuresText1 = Instance.new("TextLabel")
  170. local ExtrasScreen = Instance.new("TextButton")
  171. local ExtrasFrame = Instance.new("Frame")
  172. local InfoScreen = Instance.new("TextButton")
  173. local InfoFrame = Instance.new("Frame")
  174. local TPTool = Instance.new("TextButton")
  175. local BTool = Instance.new("TextButton")
  176. local ReJoinServer = Instance.new("TextButton")
  177. local NoClip = Instance.new("TextButton")
  178. local InfoText1 = Instance.new("TextLabel")
  179. local PollenFarm = Instance.new("TextButton")
  180. local AutoDig = Instance.new("TextButton")
  181.  
  182. -- Properties
  183.  
  184. MainGUI.Name = "MainGUI"
  185. MainGUI.Parent = game.CoreGui
  186. local MainCORE = game.CoreGui["MainGUI"]
  187.  
  188. MainFrame.Name = "MainFrame"
  189. MainFrame.Parent = MainGUI
  190. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  191. MainFrame.BackgroundTransparency = 0.5
  192. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  193. MainFrame.Position = UDim2.new(0.5, -299, 0, -32)
  194. MainFrame.Size = UDim2.new(0, 600, 0, 30)
  195.  
  196. Close.Name = "Close"
  197. Close.Parent = MainFrame
  198. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  199. Close.BorderColor3 = Color3.new(0, 1, 0)
  200. Close.Position = UDim2.new(0, 5, 0, 5)
  201. Close.Size = UDim2.new(0, 20, 0, 20)
  202. Close.Font = Enum.Font.Fantasy
  203. Close.Text = "X"
  204. Close.TextColor3 = Color3.new(1, 0, 0)
  205. Close.TextSize = 17
  206. Close.TextScaled = true
  207. Close.TextWrapped = true
  208.  
  209. WayPoints.Name = "WayPoints"
  210. WayPoints.Parent = MainFrame
  211. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  212. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  213. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  214. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  215. WayPoints.BackgroundTransparency = 0
  216. WayPoints.Font = Enum.Font.Fantasy
  217. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  218. WayPoints.Text = "WayPoints"
  219. WayPoints.TextSize = 17
  220. WayPoints.TextWrapped = true
  221.  
  222. WayPointsFrame.Name = "WayPointsFrame"
  223. WayPointsFrame.Parent = MainFrame
  224. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  225. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  226. WayPointsFrame.BackgroundTransparency = 0.4
  227. WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
  228. WayPointsFrame.Size = UDim2.new(0, 600, 0, 480)
  229. WayPointsFrame.Visible = false
  230.  
  231. ShowLocation.Name = "ShowLocation"
  232. ShowLocation.Parent = WayPointsFrame
  233. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  234. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  235. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  236. ShowLocation.Position = UDim2.new(0, 190, 0, 5)
  237. ShowLocation.Size = UDim2.new(0, 180, 0, 20)
  238. ShowLocation.Font = Enum.Font.Fantasy
  239. ShowLocation.Text = "Current Location"
  240. ShowLocation.TextWrapped = true
  241. ShowLocation.TextSize = 15
  242.  
  243. SetLocation.Name = "SetLocation"
  244. SetLocation.Parent = WayPointsFrame
  245. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  246. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  247. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  248. SetLocation.Position = UDim2.new(0, 375, 0, 5)
  249. SetLocation.Size = UDim2.new(0, 150, 0, 20)
  250. SetLocation.Font = Enum.Font.Fantasy
  251. SetLocation.Text = "Set Location"
  252. SetLocation.TextWrapped = true
  253. SetLocation.TextSize = 16
  254.  
  255. TPLocation.Name = "TPLocation"
  256. TPLocation.Parent = WayPointsFrame
  257. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  258. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  259. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  260. TPLocation.Position = UDim2.new(0, 530, 0, 5)
  261. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  262. TPLocation.Font = Enum.Font.Fantasy
  263. TPLocation.Text = "Move to"
  264. TPLocation.TextWrapped = true
  265. TPLocation.TextSize = 16
  266.  
  267. ReturnToHive.Name = "ReturnToHive"
  268. ReturnToHive.Parent = WayPointsFrame
  269. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  270. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  271. ReturnToHive.Position = UDim2.new(0, 5, 0, 5)
  272. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  273. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  274. ReturnToHive.Font = Enum.Font.Fantasy
  275. ReturnToHive.Text = "Return To Hive"
  276. ReturnToHive.TextSize = 16
  277.  
  278. BlackBear.Name = "BlackBear"
  279. BlackBear.Parent = WayPointsFrame
  280. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  281. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  282. BlackBear.Position = UDim2.new(0, 5, 0, 30)
  283. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  284. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  285. BlackBear.Font = Enum.Font.Fantasy
  286. BlackBear.Text = "Black Bear"
  287. BlackBear.TextSize = 16
  288.  
  289. BrownBear.Name = "BrownBear"
  290. BrownBear.Parent = WayPointsFrame
  291. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  292. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  293. BrownBear.Position = UDim2.new(0, 5, 0, 55)
  294. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  295. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  296. BrownBear.Font = Enum.Font.Fantasy
  297. BrownBear.Text = "Brown Bear"
  298. BrownBear.TextSize = 16
  299.  
  300. PandaBear.Name = "PandaBear"
  301. PandaBear.Parent = WayPointsFrame
  302. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  303. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  304. PandaBear.Position = UDim2.new(0, 5, 0, 80)
  305. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  306. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  307. PandaBear.Font = Enum.Font.Fantasy
  308. PandaBear.Text = "Panda Bear"
  309. PandaBear.TextSize = 16
  310.  
  311. PolarBear.Name = "PolarBear"
  312. PolarBear.Parent = WayPointsFrame
  313. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  314. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  315. PolarBear.Position = UDim2.new(0, 5, 0, 105)
  316. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  317. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  318. PolarBear.Font = Enum.Font.Fantasy
  319. PolarBear.Text = "Polar Bear"
  320. PolarBear.TextSize = 16
  321.  
  322. ScienceBear.Name = "ScienceBear"
  323. ScienceBear.Parent = WayPointsFrame
  324. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  325. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  326. ScienceBear.Position = UDim2.new(0, 5, 0, 130)
  327. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  328. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  329. ScienceBear.Font = Enum.Font.Fantasy
  330. ScienceBear.Text = "Science Bear"
  331. ScienceBear.TextSize = 16
  332.  
  333. TravelingBear.Name = "TravelingBear"
  334. TravelingBear.Parent = WayPointsFrame
  335. TravelingBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  336. TravelingBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  337. TravelingBear.Position = UDim2.new(0, 5, 0, 155)
  338. TravelingBear.Size = UDim2.new(0, 180, 0, 20)
  339. TravelingBear.TextColor3 = Color3.new(1, 1, 1)
  340. TravelingBear.Font = Enum.Font.Fantasy
  341. TravelingBear.Text = "Traveling Bear"
  342. TravelingBear.TextSize = 16
  343.  
  344. MotherBear.Name = "MotherBear"
  345. MotherBear.Parent = WayPointsFrame
  346. MotherBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  347. MotherBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  348. MotherBear.Position = UDim2.new(0, 5, 0, 180)
  349. MotherBear.Size = UDim2.new(0, 180, 0, 20)
  350. MotherBear.TextColor3 = Color3.new(1, 1, 1)
  351. MotherBear.Font = Enum.Font.Fantasy
  352. MotherBear.Text = "Mother Bear"
  353. MotherBear.TextSize = 16
  354.  
  355. TunnelBear.Name = "TunnelBear"
  356. TunnelBear.Parent = WayPointsFrame
  357. TunnelBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  358. TunnelBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  359. TunnelBear.Position = UDim2.new(0, 5, 0, 205)
  360. TunnelBear.Size = UDim2.new(0, 180, 0, 20)
  361. TunnelBear.TextColor3 = Color3.new(1, 1, 1)
  362. TunnelBear.Font = Enum.Font.Fantasy
  363. TunnelBear.Text = "Tunnel Bear"
  364. TunnelBear.TextSize = 16
  365.  
  366. Onett.Name = "Onett"
  367. Onett.Parent = WayPointsFrame
  368. Onett.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  369. Onett.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  370. Onett.Position = UDim2.new(0, 5, 0, 230)
  371. Onett.Size = UDim2.new(0, 180, 0, 20)
  372. Onett.TextColor3 = Color3.new(1, 1, 1)
  373. Onett.Font = Enum.Font.Fantasy
  374. Onett.Text = "Onett"
  375. Onett.TextSize = 16
  376.  
  377. RedBoost.Name = "RedBoost"
  378. RedBoost.Parent = WayPointsFrame
  379. RedBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  380. RedBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  381. RedBoost.Position = UDim2.new(0, 5, 0, 255)
  382. RedBoost.Size = UDim2.new(0, 180, 0, 20)
  383. RedBoost.TextColor3 = Color3.new(1, 1, 1)
  384. RedBoost.Font = Enum.Font.Fantasy
  385. RedBoost.Text = "Red Field Booster"
  386. RedBoost.TextSize = 16
  387.  
  388. BlueBoost.Name = "BlueBoost"
  389. BlueBoost.Parent = WayPointsFrame
  390. BlueBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  391. BlueBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  392. BlueBoost.Position = UDim2.new(0, 5, 0, 280)
  393. BlueBoost.Size = UDim2.new(0, 180, 0, 20)
  394. BlueBoost.TextColor3 = Color3.new(1, 1, 1)
  395. BlueBoost.Font = Enum.Font.Fantasy
  396. BlueBoost.Text = "Blue Field Booster"
  397. BlueBoost.TextSize = 16
  398.  
  399. MountainBoost.Name = "MountainBoost"
  400. MountainBoost.Parent = WayPointsFrame
  401. MountainBoost.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  402. MountainBoost.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  403. MountainBoost.Position = UDim2.new(0, 5, 0, 305)
  404. MountainBoost.Size = UDim2.new(0, 180, 0, 20)
  405. MountainBoost.TextColor3 = Color3.new(1, 1, 1)
  406. MountainBoost.Font = Enum.Font.Fantasy
  407. MountainBoost.Text = "MountainTop Booster"
  408. MountainBoost.TextSize = 16
  409.  
  410. RedCannon.Name = "RedCannon"
  411. RedCannon.Parent = WayPointsFrame
  412. RedCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  413. RedCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  414. RedCannon.Position = UDim2.new(0, 5, 0, 330)
  415. RedCannon.Size = UDim2.new(0, 180, 0, 20)
  416. RedCannon.TextColor3 = Color3.new(1, 1, 1)
  417. RedCannon.Font = Enum.Font.Fantasy
  418. RedCannon.Text = "Red Cannon (22)"
  419. RedCannon.TextSize = 16
  420.  
  421. BlueCannon.Name = "BlueCannon"
  422. BlueCannon.Parent = WayPointsFrame
  423. BlueCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  424. BlueCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  425. BlueCannon.Position = UDim2.new(0, 5, 0, 355)
  426. BlueCannon.Size = UDim2.new(0, 180, 0, 20)
  427. BlueCannon.TextColor3 = Color3.new(1, 1, 1)
  428. BlueCannon.Font = Enum.Font.Fantasy
  429. BlueCannon.Text = "Blue Cannon (16)"
  430. BlueCannon.TextSize = 16
  431.  
  432. YellowCannon.Name = "YellowCannon"
  433. YellowCannon.Parent = WayPointsFrame
  434. YellowCannon.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  435. YellowCannon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  436. YellowCannon.Position = UDim2.new(0, 5, 0, 380)
  437. YellowCannon.Size = UDim2.new(0, 180, 0, 20)
  438. YellowCannon.TextColor3 = Color3.new(1, 1, 1)
  439. YellowCannon.Font = Enum.Font.Fantasy
  440. YellowCannon.Text = "Yellow Cannon (12)"
  441. YellowCannon.TextSize = 16
  442.  
  443. Slingshot.Name = "Slingshot"
  444. Slingshot.Parent = WayPointsFrame
  445. Slingshot.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  446. Slingshot.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  447. Slingshot.Position = UDim2.new(0, 5, 0, 405)
  448. Slingshot.Size = UDim2.new(0, 180, 0, 20)
  449. Slingshot.TextColor3 = Color3.new(1, 1, 1)
  450. Slingshot.Font = Enum.Font.Fantasy
  451. Slingshot.Text = "Slingshot (8)"
  452. Slingshot.TextSize = 16
  453.  
  454. AntChallenge.Name = "AntChallenge"
  455. AntChallenge.Parent = WayPointsFrame
  456. AntChallenge.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  457. AntChallenge.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  458. AntChallenge.Position = UDim2.new(0, 5, 0, 430)
  459. AntChallenge.Size = UDim2.new(0, 180, 0, 20)
  460. AntChallenge.TextColor3 = Color3.new(1, 1, 1)
  461. AntChallenge.Font = Enum.Font.Fantasy
  462. AntChallenge.Text = "Ant Challenge"
  463. AntChallenge.TextSize = 16
  464.  
  465. KingbeetlesLair.Name = "KingbeetlesLair"
  466. KingbeetlesLair.Parent = WayPointsFrame
  467. KingbeetlesLair.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  468. KingbeetlesLair.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  469. KingbeetlesLair.Position = UDim2.new(0, 0, 0, 455)
  470. KingbeetlesLair.Size = UDim2.new(0, 180, 0, 20)
  471. KingbeetlesLair.TextColor3 = Color3.new(1, 1, 1)
  472. KingbeetlesLair.Font = Enum.Font.Fantasy
  473. KingbeetlesLair.Text = "King Beetles Lair"
  474. KingbeetlesLair.TextSize = 16
  475.  
  476. BeeShop.Name = "BeeShop"
  477. BeeShop.Parent = WayPointsFrame
  478. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  479. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  480. BeeShop.Position = UDim2.new(0, 190, 0, 30)
  481. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  482. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  483. BeeShop.Font = Enum.Font.Fantasy
  484. BeeShop.Text = "Bees Shop"
  485. BeeShop.TextSize = 16
  486.  
  487. TPShop.Name = "TPShop"
  488. TPShop.Parent = WayPointsFrame
  489. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  490. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  491. TPShop.Position = UDim2.new(0, 190, 0, 55)
  492. TPShop.Size = UDim2.new(0, 180, 0, 20)
  493. TPShop.TextColor3 = Color3.new(1, 1, 1)
  494. TPShop.Font = Enum.Font.Fantasy
  495. TPShop.Text = "Basic Tools Shop"
  496. TPShop.TextSize = 16
  497.  
  498. TPShop2.Name = "TPShop2"
  499. TPShop2.Parent = WayPointsFrame
  500. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  501. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  502. TPShop2.Position = UDim2.new(0, 190, 0, 80)
  503. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  504. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  505. TPShop2.Font = Enum.Font.Fantasy
  506. TPShop2.Text = "Advanced Tools Shop"
  507. TPShop2.TextSize = 16
  508.  
  509. MountainTopShop.Name = "MountainTopShop"
  510. MountainTopShop.Parent = WayPointsFrame
  511. MountainTopShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  512. MountainTopShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  513. MountainTopShop.Position = UDim2.new(0, 190, 0, 105)
  514. MountainTopShop.Size = UDim2.new(0, 180, 0, 20)
  515. MountainTopShop.TextColor3 = Color3.new(1, 1, 1)
  516. MountainTopShop.Font = Enum.Font.Fantasy
  517. MountainTopShop.Text = "Mountain Top Shop"
  518. MountainTopShop.TextSize = 16
  519.  
  520. TentShop.Name = "TentShop"
  521. TentShop.Parent = WayPointsFrame
  522. TentShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  523. TentShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  524. TentShop.Position = UDim2.new(0, 190, 0, 130)
  525. TentShop.Size = UDim2.new(0, 180, 0, 20)
  526. TentShop.TextColor3 = Color3.new(1, 1, 1)
  527. TentShop.Font = Enum.Font.Fantasy
  528. TentShop.Text = "Ticket Tent Shop"
  529. TentShop.TextSize = 16
  530.  
  531. TreatShop.Name = "TreatShop"
  532. TreatShop.Parent = WayPointsFrame
  533. TreatShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  534. TreatShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  535. TreatShop.Position = UDim2.new(0, 190, 0, 155)
  536. TreatShop.Size = UDim2.new(0, 180, 0, 20)
  537. TreatShop.TextColor3 = Color3.new(1, 1, 1)
  538. TreatShop.Font = Enum.Font.Fantasy
  539. TreatShop.Text = "Treat Shop"
  540. TreatShop.TextSize = 16
  541.  
  542. RedClubhouse.Name = "RedClubhouse"
  543. RedClubhouse.Parent = WayPointsFrame
  544. RedClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  545. RedClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  546. RedClubhouse.Position = UDim2.new(0, 190, 0, 180)
  547. RedClubhouse.Size = UDim2.new(0, 180, 0, 20)
  548. RedClubhouse.TextColor3 = Color3.new(1, 1, 1)
  549. RedClubhouse.Font = Enum.Font.Fantasy
  550. RedClubhouse.Text = "Red Clubhouse"
  551. RedClubhouse.TextSize = 16
  552.  
  553. BlueClubhouse.Name = "BlueClubhouse"
  554. BlueClubhouse.Parent = WayPointsFrame
  555. BlueClubhouse.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  556. BlueClubhouse.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  557. BlueClubhouse.Position = UDim2.new(0, 190, 0, 205)
  558. BlueClubhouse.Size = UDim2.new(0, 180, 0, 20)
  559. BlueClubhouse.TextColor3 = Color3.new(1, 1, 1)
  560. BlueClubhouse.Font = Enum.Font.Fantasy
  561. BlueClubhouse.Text = "Blue Clubhouse"
  562. BlueClubhouse.TextSize = 16
  563.  
  564. TicketShop.Name = "TicketShop"
  565. TicketShop.Parent = WayPointsFrame
  566. TicketShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  567. TicketShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  568. TicketShop.Position = UDim2.new(0, 190, 0, 230)
  569. TicketShop.Size = UDim2.new(0, 180, 0, 20)
  570. TicketShop.TextColor3 = Color3.new(1, 1, 1)
  571. TicketShop.Font = Enum.Font.Fantasy
  572. TicketShop.Text = "Ticket Dispenser"
  573. TicketShop.TextSize = 16
  574.  
  575. ClubHoney.Name = "ClubHoney"
  576. ClubHoney.Parent = WayPointsFrame
  577. ClubHoney.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  578. ClubHoney.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  579. ClubHoney.Position = UDim2.new(0, 190, 0, 255)
  580. ClubHoney.Size = UDim2.new(0, 180, 0, 20)
  581. ClubHoney.TextColor3 = Color3.new(1, 1, 1)
  582. ClubHoney.Font = Enum.Font.Fantasy
  583. ClubHoney.Text = "Club Honey Dispenser"
  584. ClubHoney.TextSize = 16
  585.  
  586. RoyalJellyShop.Name = "RoyalJellyShop"
  587. RoyalJellyShop.Parent = WayPointsFrame
  588. RoyalJellyShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  589. RoyalJellyShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  590. RoyalJellyShop.Position = UDim2.new(0, 190, 0, 280)
  591. RoyalJellyShop.Size = UDim2.new(0, 180, 0, 20)
  592. RoyalJellyShop.TextColor3 = Color3.new(1, 1, 1)
  593. RoyalJellyShop.Font = Enum.Font.Fantasy
  594. RoyalJellyShop.Text = "Royal Jelly Dispenser"
  595. RoyalJellyShop.TextSize = 16
  596.  
  597. TicketRoyalJelly.Name = "TicketRoyalJelly"
  598. TicketRoyalJelly.Parent = WayPointsFrame
  599. TicketRoyalJelly.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  600. TicketRoyalJelly.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  601. TicketRoyalJelly.Position = UDim2.new(0, 190, 0, 305)
  602. TicketRoyalJelly.Size = UDim2.new(0, 180, 0, 20)
  603. TicketRoyalJelly.TextColor3 = Color3.new(1, 1, 1)
  604. TicketRoyalJelly.Font = Enum.Font.Fantasy
  605. TicketRoyalJelly.Text = "Ticket Royal Jelly Dispenser"
  606. TicketRoyalJelly.TextSize = 16
  607.  
  608. GumdropDispenser.Name = "GumdropDispenser"
  609. GumdropDispenser.Parent = WayPointsFrame
  610. GumdropDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  611. GumdropDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  612. GumdropDispenser.Position = UDim2.new(0, 190, 0, 330)
  613. GumdropDispenser.Size = UDim2.new(0, 180, 0, 20)
  614. GumdropDispenser.TextColor3 = Color3.new(1, 1, 1)
  615. GumdropDispenser.Font = Enum.Font.Fantasy
  616. GumdropDispenser.Text = "Gumdrop Dispenser"
  617. GumdropDispenser.TextSize = 16
  618.  
  619. BlueberryDispenser.Name = "BlueberryDispenser"
  620. BlueberryDispenser.Parent = WayPointsFrame
  621. BlueberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  622. BlueberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  623. BlueberryDispenser.Position = UDim2.new(0, 190, 0, 355)
  624. BlueberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  625. BlueberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  626. BlueberryDispenser.Font = Enum.Font.Fantasy
  627. BlueberryDispenser.Text = "Blueberry Dispenser"
  628. BlueberryDispenser.TextSize = 16
  629.  
  630. StrawberryDispenser.Name = "StrawberryDispenser"
  631. StrawberryDispenser.Parent = WayPointsFrame
  632. StrawberryDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  633. StrawberryDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  634. StrawberryDispenser.Position = UDim2.new(0, 190, 0, 380)
  635. StrawberryDispenser.Size = UDim2.new(0, 180, 0, 20)
  636. StrawberryDispenser.TextColor3 = Color3.new(1, 1, 1)
  637. StrawberryDispenser.Font = Enum.Font.Fantasy
  638. StrawberryDispenser.Text = "Strawberry Dispenser"
  639. StrawberryDispenser.TextSize = 16
  640.  
  641. TreatDispenser.Name = "TreatDispenser"
  642. TreatDispenser.Parent = WayPointsFrame
  643. TreatDispenser.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  644. TreatDispenser.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  645. TreatDispenser.Position = UDim2.new(0, 190, 0, 405)
  646. TreatDispenser.Size = UDim2.new(0, 180, 0, 20)
  647. TreatDispenser.TextColor3 = Color3.new(1, 1, 1)
  648. TreatDispenser.Font = Enum.Font.Fantasy
  649. TreatDispenser.Text = "Treat Dispenser"
  650. TreatDispenser.TextSize = 16
  651.  
  652. Honeystorm.Name = "Honeystorm"
  653. Honeystorm.Parent = WayPointsFrame
  654. Honeystorm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  655. Honeystorm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  656. Honeystorm.Position = UDim2.new(0, 190, 0, 430)
  657. Honeystorm.Size = UDim2.new(0, 180, 0, 20)
  658. Honeystorm.TextColor3 = Color3.new(1, 1, 1)
  659. Honeystorm.Font = Enum.Font.Fantasy
  660. Honeystorm.Text = "Summon a Honeystorm"
  661. Honeystorm.TextSize = 16
  662.  
  663. HoneyConvertor.Name = "HoneyConvertor"
  664. HoneyConvertor.Parent = WayPointsFrame
  665. HoneyConvertor.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  666. HoneyConvertor.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  667. HoneyConvertor.Position = UDim2.new(0, 190, 0, 455)
  668. HoneyConvertor.Size = UDim2.new(0, 180, 0, 20)
  669. HoneyConvertor.TextColor3 = Color3.new(1, 1, 1)
  670. HoneyConvertor.Font = Enum.Font.Fantasy
  671. HoneyConvertor.Text = "Instant Honey Converter"
  672. HoneyConvertor.TextSize = 16
  673.  
  674. SunflowerField.Name = "SunflowerField"
  675. SunflowerField.Parent = WayPointsFrame
  676. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  677. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  678. SunflowerField.Position = UDim2.new(0, 375, 0, 30)
  679. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  680. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  681. SunflowerField.Font = Enum.Font.Fantasy
  682. SunflowerField.Text = "Sunflower Field"
  683. SunflowerField.TextSize = 16
  684.  
  685. MushRoomField.Name = "MushRoomField"
  686. MushRoomField.Parent = WayPointsFrame
  687. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  688. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  689. MushRoomField.Position = UDim2.new(0, 375, 0, 55)
  690. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  691. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  692. MushRoomField.Font = Enum.Font.Fantasy
  693. MushRoomField.Text = "MushRoom Field"
  694. MushRoomField.TextSize = 16
  695.  
  696. DandelionField.Name = "DandelionField"
  697. DandelionField.Parent = WayPointsFrame
  698. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  699. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  700. DandelionField.Position = UDim2.new(0, 375, 0, 80)
  701. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  702. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  703. DandelionField.Font = Enum.Font.Fantasy
  704. DandelionField.Text = "Dandelion Field"
  705. DandelionField.TextSize = 16
  706.  
  707. BlueField.Name = "BlueField"
  708. BlueField.Parent = WayPointsFrame
  709. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  710. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  711. BlueField.Position = UDim2.new(0, 375, 0, 105)
  712. BlueField.Size = UDim2.new(0, 180, 0, 20)
  713. BlueField.TextColor3 = Color3.new(1, 1, 1)
  714. BlueField.Font = Enum.Font.Fantasy
  715. BlueField.Text = "Blue Flower Field"
  716. BlueField.TextSize = 16
  717.  
  718. CloverField.Name = "CloverField"
  719. CloverField.Parent = WayPointsFrame
  720. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  721. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  722. CloverField.Position = UDim2.new(0, 375, 0, 130)
  723. CloverField.Size = UDim2.new(0, 180, 0, 20)
  724. CloverField.TextColor3 = Color3.new(1, 1, 1)
  725. CloverField.Font = Enum.Font.Fantasy
  726. CloverField.Text = "Clover Field"
  727. CloverField.TextSize = 16
  728.  
  729. StrawBerryField.Name = "StrawBerryField"
  730. StrawBerryField.Parent = WayPointsFrame
  731. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  732. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  733. StrawBerryField.Position = UDim2.new(0, 375, 0, 155)
  734. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  735. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  736. StrawBerryField.Font = Enum.Font.Fantasy
  737. StrawBerryField.Text = "StrawBerry Field"
  738. StrawBerryField.TextSize = 16
  739.  
  740. SpiderField.Name = "SpiderField"
  741. SpiderField.Parent = WayPointsFrame
  742. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  743. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  744. SpiderField.Position = UDim2.new(0, 375, 0, 180)
  745. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  746. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  747. SpiderField.Font = Enum.Font.Fantasy
  748. SpiderField.Text = "Spider Field"
  749. SpiderField.TextSize = 16
  750.  
  751. BamBooField.Name = "BamBooField"
  752. BamBooField.Parent = WayPointsFrame
  753. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  754. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  755. BamBooField.Position = UDim2.new(0, 375, 0, 205)
  756. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  757. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  758. BamBooField.Font = Enum.Font.Fantasy
  759. BamBooField.Text = "BamBoo Field"
  760. BamBooField.TextSize = 16
  761.  
  762. RoseField.Name = "RoseField"
  763. RoseField.Parent = WayPointsFrame
  764. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  765. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  766. RoseField.Position = UDim2.new(0, 375, 0, 230)
  767. RoseField.Size = UDim2.new(0, 180, 0, 20)
  768. RoseField.TextColor3 = Color3.new(1, 1, 1)
  769. RoseField.Font = Enum.Font.Fantasy
  770. RoseField.Text = "Rose Field"
  771. RoseField.TextSize = 16
  772.  
  773. PineTreeField.Name = "PineTreeField"
  774. PineTreeField.Parent = WayPointsFrame
  775. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  776. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  777. PineTreeField.Position = UDim2.new(0, 375, 0, 255)
  778. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  779. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  780. PineTreeField.Font = Enum.Font.Fantasy
  781. PineTreeField.Text = "Pine Tree Forest"
  782. PineTreeField.TextSize = 16
  783.  
  784. CactusField.Name = "CactusField"
  785. CactusField.Parent = WayPointsFrame
  786. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  787. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  788. CactusField.Position = UDim2.new(0, 375, 0, 280)
  789. CactusField.Size = UDim2.new(0, 180, 0, 20)
  790. CactusField.TextColor3 = Color3.new(1, 1, 1)
  791. CactusField.Font = Enum.Font.Fantasy
  792. CactusField.Text = "Cactus Field"
  793. CactusField.TextSize = 16
  794.  
  795. PumpkinField.Name = "PumpkinField"
  796. PumpkinField.Parent = WayPointsFrame
  797. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  798. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  799. PumpkinField.Position = UDim2.new(0, 375, 0, 305)
  800. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  801. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  802. PumpkinField.Font = Enum.Font.Fantasy
  803. PumpkinField.Text = "Pumpkin Patch"
  804. PumpkinField.TextSize = 16
  805.  
  806. PineappleField.Name = "PineappleField"
  807. PineappleField.Parent = WayPointsFrame
  808. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  809. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  810. PineappleField.Position = UDim2.new(0, 375, 0, 330)
  811. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  812. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  813. PineappleField.Font = Enum.Font.Fantasy
  814. PineappleField.Text = "Pineapple Patch"
  815. PineappleField.TextSize = 16
  816.  
  817. MountainTopField.Name = "MountainTopField"
  818. MountainTopField.Parent = WayPointsFrame
  819. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  820. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  821. MountainTopField.Position = UDim2.new(0, 375, 0, 355)
  822. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  823. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  824. MountainTopField.Font = Enum.Font.Fantasy
  825. MountainTopField.Text = "Mountain Top Field"
  826. MountainTopField.TextSize = 16
  827.  
  828. Field1AF.Name = "Field1AF"
  829. Field1AF.Parent = WayPointsFrame
  830. Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  831. Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  832. Field1AF.Position = UDim2.new(0, 555, 0, 30)
  833. Field1AF.Size = UDim2.new(0, 40, 0, 20)
  834. Field1AF.TextColor3 = Color3.new(1, 1, 1)
  835. Field1AF.Font = Enum.Font.Fantasy
  836. Field1AF.Text = "Farm"
  837. Field1AF.TextSize = 16
  838.  
  839. Field2AF.Name = "Field2AF"
  840. Field2AF.Parent = WayPointsFrame
  841. Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  842. Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  843. Field2AF.Position = UDim2.new(0, 555, 0, 55)
  844. Field2AF.Size = UDim2.new(0, 40, 0, 20)
  845. Field2AF.TextColor3 = Color3.new(1, 1, 1)
  846. Field2AF.Font = Enum.Font.Fantasy
  847. Field2AF.Text = "Farm"
  848. Field2AF.TextSize = 16
  849.  
  850. Field3AF.Name = "Field3AF"
  851. Field3AF.Parent = WayPointsFrame
  852. Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  853. Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  854. Field3AF.Position = UDim2.new(0, 555, 0, 80)
  855. Field3AF.Size = UDim2.new(0, 40, 0, 20)
  856. Field3AF.TextColor3 = Color3.new(1, 1, 1)
  857. Field3AF.Font = Enum.Font.Fantasy
  858. Field3AF.Text = "Farm"
  859. Field3AF.TextSize = 16
  860.  
  861. Field4AF.Name = "Field4AF"
  862. Field4AF.Parent = WayPointsFrame
  863. Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  864. Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  865. Field4AF.Position = UDim2.new(0, 555, 0, 105)
  866. Field4AF.Size = UDim2.new(0, 40, 0, 20)
  867. Field4AF.TextColor3 = Color3.new(1, 1, 1)
  868. Field4AF.Font = Enum.Font.Fantasy
  869. Field4AF.Text = "Farm"
  870. Field4AF.TextSize = 16
  871.  
  872. Field5AF.Name = "Field5AF"
  873. Field5AF.Parent = WayPointsFrame
  874. Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  875. Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  876. Field5AF.Position = UDim2.new(0, 555, 0, 130)
  877. Field5AF.Size = UDim2.new(0, 40, 0, 20)
  878. Field5AF.TextColor3 = Color3.new(1, 1, 1)
  879. Field5AF.Font = Enum.Font.Fantasy
  880. Field5AF.Text = "Farm"
  881. Field5AF.TextSize = 16
  882.  
  883. Field6AF.Name = "Field6AF"
  884. Field6AF.Parent = WayPointsFrame
  885. Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  886. Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  887. Field6AF.Position = UDim2.new(0, 555, 0, 155)
  888. Field6AF.Size = UDim2.new(0, 40, 0, 20)
  889. Field6AF.TextColor3 = Color3.new(1, 1, 1)
  890. Field6AF.Font = Enum.Font.Fantasy
  891. Field6AF.Text = "Farm"
  892. Field6AF.TextSize = 16
  893.  
  894. Field7AF.Name = "Field7AF"
  895. Field7AF.Parent = WayPointsFrame
  896. Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  897. Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  898. Field7AF.Position = UDim2.new(0, 555, 0, 180)
  899. Field7AF.Size = UDim2.new(0, 40, 0, 20)
  900. Field7AF.TextColor3 = Color3.new(1, 1, 1)
  901. Field7AF.Font = Enum.Font.Fantasy
  902. Field7AF.Text = "Farm"
  903. Field7AF.TextSize = 16
  904.  
  905. Field8AF.Name = "Field8AF"
  906. Field8AF.Parent = WayPointsFrame
  907. Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  908. Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  909. Field8AF.Position = UDim2.new(0, 555, 0, 205)
  910. Field8AF.Size = UDim2.new(0, 40, 0, 20)
  911. Field8AF.TextColor3 = Color3.new(1, 1, 1)
  912. Field8AF.Font = Enum.Font.Fantasy
  913. Field8AF.Text = "Farm"
  914. Field8AF.TextSize = 16
  915.  
  916. Field9AF.Name = "Field9AF"
  917. Field9AF.Parent = WayPointsFrame
  918. Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  919. Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  920. Field9AF.Position = UDim2.new(0, 555, 0, 230)
  921. Field9AF.Size = UDim2.new(0, 40, 0, 20)
  922. Field9AF.TextColor3 = Color3.new(1, 1, 1)
  923. Field9AF.Font = Enum.Font.Fantasy
  924. Field9AF.Text = "Farm"
  925. Field9AF.TextSize = 16
  926.  
  927. Field10AF.Name = "Field10AF"
  928. Field10AF.Parent = WayPointsFrame
  929. Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  930. Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  931. Field10AF.Position = UDim2.new(0, 555, 0, 255)
  932. Field10AF.Size = UDim2.new(0, 40, 0, 20)
  933. Field10AF.TextColor3 = Color3.new(1, 1, 1)
  934. Field10AF.Font = Enum.Font.Fantasy
  935. Field10AF.Text = "Farm"
  936. Field10AF.TextSize = 16
  937.  
  938. Field11AF.Name = "Field11AF"
  939. Field11AF.Parent = WayPointsFrame
  940. Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  941. Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  942. Field11AF.Position = UDim2.new(0, 555, 0, 280)
  943. Field11AF.Size = UDim2.new(0, 40, 0, 20)
  944. Field11AF.TextColor3 = Color3.new(1, 1, 1)
  945. Field11AF.Font = Enum.Font.Fantasy
  946. Field11AF.Text = "Farm"
  947. Field11AF.TextSize = 16
  948.  
  949. Field12AF.Name = "Field12AF"
  950. Field12AF.Parent = WayPointsFrame
  951. Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  952. Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  953. Field12AF.Position = UDim2.new(0, 555, 0, 305)
  954. Field12AF.Size = UDim2.new(0, 40, 0, 20)
  955. Field12AF.TextColor3 = Color3.new(1, 1, 1)
  956. Field12AF.Font = Enum.Font.Fantasy
  957. Field12AF.Text = "Farm"
  958. Field12AF.TextSize = 16
  959.  
  960. Field13AF.Name = "Field13AF"
  961. Field13AF.Parent = WayPointsFrame
  962. Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  963. Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  964. Field13AF.Position = UDim2.new(0, 555, 0, 330)
  965. Field13AF.Size = UDim2.new(0, 40, 0, 20)
  966. Field13AF.TextColor3 = Color3.new(1, 1, 1)
  967. Field13AF.Font = Enum.Font.Fantasy
  968. Field13AF.Text = "Farm"
  969. Field13AF.TextSize = 16
  970.  
  971. Field14AF.Name = "Field14AF"
  972. Field14AF.Parent = WayPointsFrame
  973. Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  974. Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  975. Field14AF.Position = UDim2.new(0, 555, 0, 355)
  976. Field14AF.Size = UDim2.new(0, 40, 0, 20)
  977. Field14AF.TextColor3 = Color3.new(1, 1, 1)
  978. Field14AF.Font = Enum.Font.Fantasy
  979. Field14AF.Text = "Farm"
  980. Field14AF.TextSize = 16
  981.  
  982. Players.Name = "Players"
  983. Players.Parent = MainFrame
  984. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  985. Players.BorderColor3 = Color3.new(0, 1, 0)
  986. Players.Position = UDim2.new(0, 118, 0, 5)
  987. Players.Size = UDim2.new(0, 60, 0, 20)
  988. Players.BackgroundTransparency = 0
  989. Players.Font = Enum.Font.Fantasy
  990. Players.TextColor3 = Color3.new(1, 1, 1)
  991. Players.Text = "Players"
  992. Players.TextSize = 17
  993. Players.TextWrapped = true
  994.  
  995. PlayerFrame.Name = "PlayerFrame"
  996. PlayerFrame.Parent = MainFrame
  997. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  998. PlayerFrame.BackgroundTransparency = 0.5
  999. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  1000. PlayerFrame.Position = UDim2.new(0, 63, 0, 34)
  1001. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  1002. PlayerFrame.Visible = false
  1003.  
  1004. PlyrSel.Name = "PlyrSel"
  1005. PlyrSel.Parent = PlayerFrame
  1006. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1007. PlyrSel.BackgroundTransparency = 0.15
  1008. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  1009. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1010. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1011. PlyrSel.Font = Enum.Font.SourceSans
  1012. PlyrSel.Text = "SELECT A PLAYER"
  1013. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1014. PlyrSel.TextScaled = true
  1015. PlyrSel.TextSize = 17
  1016. PlyrSel.TextWrapped = true
  1017.  
  1018. Player1.Name = "Player1"
  1019. Player1.Parent = PlayerFrame
  1020. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1021. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1022. Player1.Position = UDim2.new(0, 5, 0, 35)
  1023. Player1.Size = UDim2.new(0, 160, 0, 20)
  1024. Player1.Font = Enum.Font.Fantasy
  1025. Player1.Text = ""
  1026. Player1.TextColor3 = Color3.new(1, 1, 1)
  1027. Player1.TextSize = 15
  1028. Player1.TextWrapped = true
  1029.  
  1030. Player2.Name = "Player2"
  1031. Player2.Parent = PlayerFrame
  1032. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1033. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1034. Player2.Position = UDim2.new(0, 5, 0, 60)
  1035. Player2.Size = UDim2.new(0, 160, 0, 20)
  1036. Player2.Font = Enum.Font.Fantasy
  1037. Player2.Text = ""
  1038. Player2.TextColor3 = Color3.new(1, 1, 1)
  1039. Player2.TextSize = 15
  1040. Player2.TextWrapped = true
  1041.  
  1042. Player3.Name = "Player3"
  1043. Player3.Parent = PlayerFrame
  1044. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1045. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1046. Player3.Position = UDim2.new(0, 5, 0, 85)
  1047. Player3.Size = UDim2.new(0, 160, 0, 20)
  1048. Player3.Font = Enum.Font.Fantasy
  1049. Player3.Text = ""
  1050. Player3.TextColor3 = Color3.new(1, 1, 1)
  1051. Player3.TextSize = 15
  1052. Player3.TextWrapped = true
  1053.  
  1054. Player4.Name = "Player4"
  1055. Player4.Parent = PlayerFrame
  1056. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1057. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1058. Player4.Position = UDim2.new(0, 5, 0, 110)
  1059. Player4.Size = UDim2.new(0, 160, 0, 20)
  1060. Player4.Font = Enum.Font.Fantasy
  1061. Player4.Text = ""
  1062. Player4.TextColor3 = Color3.new(1, 1, 1)
  1063. Player4.TextSize = 15
  1064. Player4.TextWrapped = true
  1065.  
  1066. Player5.Name = "Player5"
  1067. Player5.Parent = PlayerFrame
  1068. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1069. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1070. Player5.Position = UDim2.new(0, 5, 0, 135)
  1071. Player5.Size = UDim2.new(0, 160, 0, 20)
  1072. Player5.Font = Enum.Font.Fantasy
  1073. Player5.Text = ""
  1074. Player5.TextColor3 = Color3.new(1, 1, 1)
  1075. Player5.TextSize = 15
  1076. Player5.TextWrapped = true
  1077.  
  1078. TpPlayer.Name = "TpPlayer"
  1079. TpPlayer.Parent = PlayerFrame
  1080. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  1081. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1082. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  1083. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  1084. TpPlayer.Font = Enum.Font.Fantasy
  1085. TpPlayer.Text = "Teleport to Player"
  1086. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1087. TpPlayer.TextWrapped = true
  1088. TpPlayer.TextSize = 17
  1089.  
  1090. PollenFarm.Name = "PollenFarm"
  1091. PollenFarm.Parent = MainFrame
  1092. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1093. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  1094. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  1095. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  1096. PollenFarm.Font = Enum.Font.Fantasy
  1097. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  1098. PollenFarm.Text = "Farm Pollen"
  1099. PollenFarm.TextSize = 17
  1100. PollenFarm.TextWrapped = true
  1101.  
  1102. AutoDig.Name = "AutoDig"
  1103. AutoDig.Parent = MainFrame
  1104. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1105. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  1106. AutoDig.Position = UDim2.new(0, 288, 0, 5)
  1107. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  1108. AutoDig.Font = Enum.Font.Fantasy
  1109. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  1110. AutoDig.Text = "Auto Dig"
  1111. AutoDig.TextSize = 17
  1112. AutoDig.TextWrapped = true
  1113.  
  1114. FindTreasures.Name = "FindTreasures"
  1115. FindTreasures.Parent = MainFrame
  1116. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1117. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  1118. FindTreasures.Position = UDim2.new(0, 363, 0, 5)
  1119. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  1120. FindTreasures.BackgroundTransparency = 0
  1121. FindTreasures.Font = Enum.Font.Fantasy
  1122. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  1123. FindTreasures.Text = "Collect Treasures"
  1124. FindTreasures.TextSize = 17
  1125. FindTreasures.TextWrapped = true
  1126.  
  1127. FindTreasuresText1.Name = "FindTreasuresText1"
  1128. FindTreasuresText1.Parent = MainFrame
  1129. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1130. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  1131. FindTreasuresText1.BackgroundTransparency = 0.1
  1132. FindTreasuresText1.Position = UDim2.new(0, 333, 0, 34)
  1133. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  1134. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  1135. FindTreasuresText1.Font = Enum.Font.Fantasy
  1136. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  1137. FindTreasuresText1.TextSize = 16
  1138. FindTreasuresText1.TextWrapped = true
  1139. FindTreasuresText1.ZIndex = 6
  1140. FindTreasuresText1.Visible = false
  1141. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  1142.  
  1143. ExtrasScreen.Name = "ExtrasScreen"
  1144. ExtrasScreen.Parent = MainFrame
  1145. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1146. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  1147. ExtrasScreen.Position = UDim2.new(0, 498, 0, 5)
  1148. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  1149. ExtrasScreen.BackgroundTransparency = 0
  1150. ExtrasScreen.Font = Enum.Font.Fantasy
  1151. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  1152. ExtrasScreen.Text = "Extras"
  1153. ExtrasScreen.TextSize = 17
  1154. ExtrasScreen.TextWrapped = true
  1155.  
  1156. ExtrasFrame.Name = "ExtrasFrame"
  1157. ExtrasFrame.Parent = MainFrame
  1158. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1159. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  1160. ExtrasFrame.BackgroundTransparency = 0.5
  1161. ExtrasFrame.Position = UDim2.new(0, 428, 0, 34)
  1162. ExtrasFrame.Size = UDim2.new(0, 170, 0, 105)
  1163. ExtrasFrame.Visible = false
  1164.  
  1165. NoClip.Name = "NoClip"
  1166. NoClip.Parent = ExtrasFrame
  1167. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1168. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1169. NoClip.Position = UDim2.new(0, 5, 0, 5)
  1170. NoClip.Size = UDim2.new(0, 160, 0, 20)
  1171. NoClip.Font = Enum.Font.Fantasy
  1172. NoClip.TextColor3 = Color3.new(1, 1, 1)
  1173. NoClip.Text = "Enable NoClip"
  1174. NoClip.TextSize = 17
  1175. NoClip.TextWrapped = true
  1176.  
  1177. TPTool.Name = "TPTool"
  1178. TPTool.Parent = ExtrasFrame
  1179. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1180. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1181. TPTool.Position = UDim2.new(0, 5, 0, 30)
  1182. TPTool.Size = UDim2.new(0, 160, 0, 20)
  1183. TPTool.TextColor3 = Color3.new(1, 1, 1)
  1184. TPTool.Font = Enum.Font.Fantasy
  1185. TPTool.Text = "Add TPTool"
  1186. TPTool.TextSize = 16
  1187.  
  1188. BTool.Name = "BTool"
  1189. BTool.Parent = ExtrasFrame
  1190. BTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1191. BTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1192. BTool.Position = UDim2.new(0, 5, 0, 55)
  1193. BTool.Size = UDim2.new(0, 160, 0, 20)
  1194. BTool.TextColor3 = Color3.new(1, 1, 1)
  1195. BTool.Font = Enum.Font.Fantasy
  1196. BTool.Text = "Add BTools"
  1197. BTool.TextSize = 16
  1198.  
  1199. ReJoinServer.Name = "ReJoinServer"
  1200. ReJoinServer.Parent = ExtrasFrame
  1201. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1202. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1203. ReJoinServer.Position = UDim2.new(0, 5, 0, 80)
  1204. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  1205. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  1206. ReJoinServer.Font = Enum.Font.Fantasy
  1207. ReJoinServer.Text = "ReJoin a Server"
  1208. ReJoinServer.TextSize = 16
  1209. ReJoinServer.TextWrapped = true
  1210.  
  1211. InfoScreen.Name = "InfoScreen"
  1212. InfoScreen.Parent = MainFrame
  1213. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1214. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  1215. InfoScreen.Position = UDim2.new(0, 553, 0, 5)
  1216. InfoScreen.Size = UDim2.new(0, 40, 0, 20)
  1217. InfoScreen.BackgroundTransparency = 0
  1218. InfoScreen.Font = Enum.Font.Fantasy
  1219. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  1220. InfoScreen.Text = "Info"
  1221. InfoScreen.TextSize = 17
  1222. InfoScreen.TextWrapped = true
  1223.  
  1224. InfoFrame.Name = "InfoFrame"
  1225. InfoFrame.Parent = MainFrame
  1226. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1227. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  1228. InfoFrame.BackgroundTransparency = 0.1
  1229. InfoFrame.Position = UDim2.new(0, 398, 0, 34)
  1230. InfoFrame.Size = UDim2.new(0, 200, 0, 190)
  1231. InfoFrame.Visible = false
  1232.  
  1233. InfoText1.Name = "InfoText1"
  1234. InfoText1.Parent = InfoFrame
  1235. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1236. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  1237. InfoText1.BackgroundTransparency = 1
  1238. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  1239. InfoText1.Size = UDim2.new(0, 190, 0, 210)
  1240. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  1241. InfoText1.Font = Enum.Font.Fantasy
  1242. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script\nTechnoDaft for adding Btools and Waypoints\nnewdarkt for adding the King Beetles Lair location"
  1243. InfoText1.TextSize = 15
  1244. InfoText1.TextWrapped = true
  1245. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  1246.  
  1247. function notify(msg)
  1248. game.StarterGui:SetCore('SendNotification', {
  1249. Title = 'Bee Swarm LuckyGUI';
  1250. Text = msg;
  1251. Duration = 5;
  1252. })
  1253. end
  1254.  
  1255. --- Close ---
  1256.  
  1257. Close.MouseButton1Down:connect(function()
  1258. MainGUI:Destroy()
  1259. end)
  1260.  
  1261. --- Menus ---
  1262.  
  1263. local Menus = {
  1264. [WayPoints] = WayPointsFrame;
  1265. [ExtrasScreen] = ExtrasFrame;
  1266. [InfoScreen] = InfoFrame;
  1267. [Players] = PlayerFrame;
  1268. }
  1269. for button,frame in pairs(Menus) do
  1270. button.MouseButton1Click:connect(function()
  1271. if frame.Visible then
  1272. frame.Visible = false
  1273. return
  1274. end
  1275. for k,v in pairs(Menus) do
  1276. v.Visible = v == frame
  1277. end
  1278. end)
  1279. end
  1280.  
  1281. --- Snow Menus Show Hide ---
  1282.  
  1283. FindTreasures.MouseEnter:connect(function()
  1284. FindTreasuresText1.Visible = true
  1285. end)
  1286.  
  1287. FindTreasures.MouseLeave:connect(function()
  1288. FindTreasuresText1.Visible = false
  1289. end)
  1290.  
  1291. -- Pollen Farming --
  1292.  
  1293. spawn (function()
  1294. while true do
  1295. wait(0.2)
  1296. if PollenFarmActive == true then
  1297. local player = game:GetService("Players").LocalPlayer
  1298. local currp
  1299. workspace.Collectibles.ChildAdded:Connect(function(part)
  1300. wait(0.5)
  1301. if currp and (part.Position-currp).magnitude < 50 then
  1302. player.Character:MoveTo(part.Position)
  1303. wait(0.3)
  1304. player.Character:MoveTo(currp)
  1305. end
  1306. end)
  1307. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1308. if not pollenLbl then
  1309. error("Backpack not found")
  1310. end
  1311. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1312. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1313. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1314. error("Tool not found")
  1315. end
  1316. print("Backpack size: " .. maxpollen)
  1317. if Field1AFActive == true then
  1318. fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
  1319. print("Farming Sunflower Zone")
  1320. elseif Field2AFActive == true then
  1321. fieldpos = {Vector3.new(-100.1, 3.3, 134.4),Vector3.new(-67.9, 3.3, 135.7)}
  1322. print("Farming Mushroom Zone")
  1323. elseif Field3AFActive == true then
  1324. fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
  1325. print("Farming Dandelion Zone")
  1326. elseif Field4AFActive == true then
  1327. fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
  1328. print("Farming Blue Flower Zone")
  1329. elseif Field5AFActive == true then
  1330. fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
  1331. print("Farming Clover Zone")
  1332. elseif Field6AFActive == true then
  1333. fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
  1334. print("Farming StrawBerry Zone")
  1335. elseif Field7AFActive == true then
  1336. fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
  1337. print("Farming Spider Zone")
  1338. elseif Field8AFActive == true then
  1339. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1340. print("Farming BamBoo Zone")
  1341. elseif Field9AFActive == true then
  1342. fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  1343. print("Farming Rose Zone")
  1344. elseif Field10AFActive == true then
  1345. fieldpos = {Vector3.new(-310.1,65.5,-128.1),Vector3.new(-310.1,65.5,-168.1),Vector3.new(-310.1,65.5,-208.1)}
  1346. print("Farming Pine Tree Zone")
  1347. elseif Field11AFActive == true then
  1348. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1349. print("Farming Cactus Zone")
  1350. elseif Field12AFActive == true then
  1351. fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  1352. print("Farming Pumpkin Zone")
  1353. elseif Field13AFActive == true then
  1354. fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  1355. print("Farming Pineapple Patch")
  1356. elseif Field14AFActive == true then
  1357. fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
  1358. print("Farming Mountain Top Zone")
  1359. else
  1360. if maxpollen < 9999 then
  1361. fieldpos = {Vector3.new(-220,3.3,220),Vector3.new(-220,4,180),Vector3.new(-220,4,140),Vector3.new(-220,4,100),Vector3.new(-190,4,126),Vector3.new(-190, 4, 166),Vector3.new(-190, 4, 206)}
  1362. print("Auto Farming Zone 1 selected")
  1363. else
  1364. fieldpos = {Vector3.new(55, 176, -195),Vector3.new(55, 176, -166),Vector3.new(55, 176, -140),Vector3.new(100, 176, -140),Vector3.new(100, 176, -166),Vector3.new(100, 176, -195)}
  1365. print("Auto Farming Zone 2 selected")
  1366. end
  1367. end
  1368. local posIndex = 0
  1369. while PollenFarmActive do
  1370. --collect pollen
  1371. pollenTool.Parent = player.Character
  1372. wait(0.1)
  1373. while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
  1374. posIndex=posIndex+1
  1375. if posIndex>#fieldpos then posIndex=1 end
  1376. for rot=1,4 do
  1377. if not PollenFarmActive then break end
  1378. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1379. currp = fieldpos[posIndex]+angle.lookVector*10
  1380. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1381. for i=1,25 do
  1382. if not PollenFarmActive then break end
  1383. wait(0.2)
  1384. pollenTool.ClickEvent:FireServer(currp)
  1385. end
  1386. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1387. end
  1388. end
  1389. --turn to honey
  1390. currp=nil
  1391. player.Character:MoveTo(player.SpawnPos.Value.p)
  1392. wait(1)
  1393. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1394. if PollenFarmActive then
  1395. repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
  1396. wait(10)
  1397. end
  1398. end
  1399. end
  1400. end
  1401. end)
  1402.  
  1403. --- WayPoints ---
  1404.  
  1405. local WayPoints = {
  1406. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1407. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1408. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1409. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1410. ["Science Bear"] = CFrame.new(267, 103, 20),
  1411. ["Traveling Bear"] = CFrame.new(34, 14, 371),
  1412. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  1413. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  1414. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  1415. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  1416. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  1417. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  1418. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  1419. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  1420. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  1421. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1422. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1423. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1424. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  1425. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  1426. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  1427. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  1428. ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
  1429. ["Club Honey"] = CFrame.new(47, 5, 323),
  1430. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  1431. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  1432. ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
  1433. ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
  1434. ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
  1435. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  1436. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  1437. ["Clover Field"] = CFrame.new(174, 34, 189),
  1438. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1439. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1440. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1441. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1442. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1443. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1444. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1445. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1446. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1447. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1448. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1449. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1450. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1451. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1452. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  1453. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  1454. ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
  1455. ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
  1456. ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
  1457. ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
  1458. }
  1459.  
  1460. ReturnToHive.MouseButton1Down:connect(function()
  1461. local player = game:GetService("Players").LocalPlayer
  1462. player.Character:MoveTo(player.SpawnPos.Value.p)
  1463. WayPointsFrame.Visible = false
  1464. notify'Teleported to Hive'
  1465. end)
  1466.  
  1467. BlackBear.MouseButton1Down:connect(function()
  1468. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1469. uTorso.CFrame = WayPoints["Black Bear"]
  1470. WayPointsFrame.Visible = false
  1471. notify'Teleported to Black Bear'
  1472. end)
  1473.  
  1474. BrownBear.MouseButton1Down:connect(function()
  1475. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1476. uTorso.CFrame = WayPoints["Brown Bear"]
  1477. WayPointsFrame.Visible = false
  1478. notify'Teleported to Brown Bear'
  1479. end)
  1480.  
  1481. PandaBear.MouseButton1Down:connect(function()
  1482. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1483. uTorso.CFrame = WayPoints["Panda Bear"]
  1484. WayPointsFrame.Visible = false
  1485. notify'Teleported to Panda Bear'
  1486. end)
  1487.  
  1488. PolarBear.MouseButton1Down:connect(function()
  1489. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1490. uTorso.CFrame = WayPoints["Polar Bear"]
  1491. WayPointsFrame.Visible = false
  1492. notify'Teleported to Polar Bear'
  1493. end)
  1494.  
  1495. ScienceBear.MouseButton1Down:connect(function()
  1496. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1497. uTorso.CFrame = WayPoints["Science Bear"]
  1498. WayPointsFrame.Visible = false
  1499. notify'Teleported to Science Bear'
  1500. end)
  1501.  
  1502. TravelingBear.MouseButton1Down:connect(function()
  1503. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1504. uTorso.CFrame = WayPoints["Traveling Bear"]
  1505. WayPointsFrame.Visible = false
  1506. notify'Teleported to Traveling Bear'
  1507. end)
  1508.  
  1509. MotherBear.MouseButton1Down:connect(function()
  1510. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1511. uTorso.CFrame = WayPoints["Mother Bear"]
  1512. WayPointsFrame.Visible = false
  1513. notify'Teleported to Mother Bear'
  1514. end)
  1515.  
  1516. TunnelBear.MouseButton1Down:connect(function()
  1517. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1518. uTorso.CFrame = WayPoints["Tunnel Bear"]
  1519. WayPointsFrame.Visible = false
  1520. notify'Teleported to Tunnel Bear'
  1521. end)
  1522.  
  1523. RedBoost.MouseButton1Down:connect(function()
  1524. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1525. uTorso.CFrame = WayPoints["Redfield Boost"]
  1526. WayPointsFrame.Visible = false
  1527. notify'Teleported to RedField Booster'
  1528. end)
  1529.  
  1530. BlueBoost.MouseButton1Down:connect(function()
  1531. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1532. uTorso.CFrame = WayPoints["Bluefield Boost"]
  1533. WayPointsFrame.Visible = false
  1534. notify'Teleported to BlueField Booster'
  1535. end)
  1536.  
  1537. MountainBoost.MouseButton1Down:connect(function()
  1538. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1539. uTorso.CFrame = WayPoints["MountainTop Boost"]
  1540. WayPointsFrame.Visible = false
  1541. notify'Teleported to MountainTop Boost'
  1542. end)
  1543.  
  1544. RedCannon.MouseButton1Down:connect(function()
  1545. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1546. uTorso.CFrame = WayPoints["Red Cannon (22)"]
  1547. WayPointsFrame.Visible = false
  1548. notify'Teleported to Red Cannon (22)'
  1549. end)
  1550.  
  1551. BlueCannon.MouseButton1Down:connect(function()
  1552. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1553. uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  1554. WayPointsFrame.Visible = false
  1555. notify'Teleported to Blue Cannon (16)'
  1556. end)
  1557.  
  1558. YellowCannon.MouseButton1Down:connect(function()
  1559. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1560. uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  1561. WayPointsFrame.Visible = false
  1562. notify'Teleported to Yellow Cannon (12)'
  1563. end)
  1564.  
  1565. Slingshot.MouseButton1Down:connect(function()
  1566. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1567. uTorso.CFrame = WayPoints["Slingshot (8)"]
  1568. WayPointsFrame.Visible = false
  1569. notify'Teleported to Slingshot (8)'
  1570. end)
  1571.  
  1572. BeeShop.MouseButton1Down:connect(function()
  1573. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1574. uTorso.CFrame = WayPoints["Bee Shop"]
  1575. WayPointsFrame.Visible = false
  1576. notify'Teleported to Bee Shop'
  1577. end)
  1578.  
  1579. TPShop.MouseButton1Down:connect(function()
  1580. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1581. uTorso.CFrame = WayPoints["Tool Shop"]
  1582. WayPointsFrame.Visible = false
  1583. notify'Teleported to Basic Tool Shop'
  1584. end)
  1585.  
  1586. TPShop2.MouseButton1Down:connect(function()
  1587. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1588. uTorso.CFrame = WayPoints["Tool Shop 2"]
  1589. WayPointsFrame.Visible = false
  1590. notify'Teleported to Advanced Tool Shop'
  1591. end)
  1592.  
  1593. MountainTopShop.MouseButton1Down:connect(function()
  1594. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1595. uTorso.CFrame = WayPoints["MountainTop Shop"]
  1596. WayPointsFrame.Visible = false
  1597. notify'Teleported to MountainTop Shop'
  1598. end)
  1599.  
  1600. TentShop.MouseButton1Down:connect(function()
  1601. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1602. uTorso.CFrame = WayPoints["Ticket Tent"]
  1603. WayPointsFrame.Visible = false
  1604. notify'Teleported to Ticket Tent Shop'
  1605. end)
  1606.  
  1607. RedClubhouse.MouseButton1Down:connect(function()
  1608. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1609. uTorso.CFrame = WayPoints["Red Clubhouse"]
  1610. WayPointsFrame.Visible = false
  1611. notify'Teleported to Red ClubHouse'
  1612. end)
  1613.  
  1614. BlueClubhouse.MouseButton1Down:connect(function()
  1615. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1616. uTorso.CFrame = WayPoints["Blue Clubhouse"]
  1617. WayPointsFrame.Visible = false
  1618. notify'Teleported to Blue ClubHouse'
  1619. end)
  1620.  
  1621. TicketShop.MouseButton1Down:connect(function()
  1622. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1623. uTorso.CFrame = WayPoints["Ticket Shop"]
  1624. WayPointsFrame.Visible = false
  1625. notify'Teleported to Ticket Dispenser'
  1626. end)
  1627.  
  1628. ClubHoney.MouseButton1Down:connect(function()
  1629. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1630. uTorso.CFrame = WayPoints["Club Honey"]
  1631. WayPointsFrame.Visible = false
  1632. notify'Teleported to Club Honey Dispenser'
  1633. end)
  1634.  
  1635. RoyalJellyShop.MouseButton1Down:connect(function()
  1636. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1637. uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  1638. WayPointsFrame.Visible = false
  1639. notify'Teleported to RoyalJelly Shop'
  1640. end)
  1641.  
  1642. TicketRoyalJelly.MouseButton1Down:connect(function()
  1643. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1644. uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  1645. WayPointsFrame.Visible = false
  1646. notify'Teleported to Ticket Royal Jelly Shop'
  1647. end)
  1648.  
  1649. Honeystorm.MouseButton1Down:connect(function()
  1650. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1651. uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  1652. WayPointsFrame.Visible = false
  1653. notify'Teleported to Honeystorm'
  1654. end)
  1655.  
  1656. HoneyConvertor.MouseButton1Down:connect(function()
  1657. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1658. uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  1659. WayPointsFrame.Visible = false
  1660. notify'Teleported to Instant Honey Convertor'
  1661. end)
  1662.  
  1663. TreatDispenser.MouseButton1Down:connect(function()
  1664. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1665. uTorso.CFrame = WayPoints["Treat Dispenser"]
  1666. WayPointsFrame.Visible = false
  1667. notify'Teleported to Treat Dispenser'
  1668. end)
  1669.  
  1670. KingbeetlesLair.MouseButton1Down:connect(function()
  1671. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1672. uTorso.CFrame = WayPoints["King Beetles Lair"]
  1673. WayPointsFrame.Visible = false
  1674. notify'Teleported to King Beetles Lair'
  1675. end)
  1676.  
  1677.  
  1678. MushRoomField.MouseButton1Down:connect(function()
  1679. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1680. uTorso.CFrame = WayPoints["Mushroom Field"]
  1681. WayPointsFrame.Visible = false
  1682. notify'Teleported to Mushroom Field'
  1683. end)
  1684.  
  1685. StrawBerryField.MouseButton1Down:connect(function()
  1686. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1687. uTorso.CFrame = WayPoints["StrawBerry Field"]
  1688. WayPointsFrame.Visible = false
  1689. notify'Teleported to StrawBerry Field'
  1690. end)
  1691.  
  1692. CloverField.MouseButton1Down:connect(function()
  1693. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1694. uTorso.CFrame = WayPoints["Clover Field"]
  1695. WayPointsFrame.Visible = false
  1696. notify'Teleported to Clover Field'
  1697. end)
  1698.  
  1699. SpiderField.MouseButton1Down:connect(function()
  1700. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1701. uTorso.CFrame = WayPoints["Spider Field"]
  1702. WayPointsFrame.Visible = false
  1703. notify'Teleported to Spider Field'
  1704. end)
  1705.  
  1706. BlueField.MouseButton1Down:connect(function()
  1707. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1708. uTorso.CFrame = WayPoints["Blue Field"]
  1709. WayPointsFrame.Visible = false
  1710. notify'Teleported to Blue Field'
  1711. end)
  1712.  
  1713. SunflowerField.MouseButton1Down:connect(function()
  1714. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1715. uTorso.CFrame = WayPoints["Sunflower Field"]
  1716. WayPointsFrame.Visible = false
  1717. notify'Teleported to Sunflower Field'
  1718. end)
  1719.  
  1720. DandelionField.MouseButton1Down:connect(function()
  1721. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1722. uTorso.CFrame = WayPoints["Dandelion Field"]
  1723. WayPointsFrame.Visible = false
  1724. notify'Teleported to Dandelion Field'
  1725. end)
  1726.  
  1727. BamBooField.MouseButton1Down:connect(function()
  1728. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1729. uTorso.CFrame = WayPoints["BamBoo Field"]
  1730. WayPointsFrame.Visible = false
  1731. notify'Teleported to BamBoo Field'
  1732. end)
  1733.  
  1734. RoseField.MouseButton1Down:connect(function()
  1735. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1736. uTorso.CFrame = WayPoints["Rose Field"]
  1737. WayPointsFrame.Visible = false
  1738. notify'Teleported to Rose Field'
  1739. end)
  1740.  
  1741. CactusField.MouseButton1Down:connect(function()
  1742. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1743. uTorso.CFrame = WayPoints["Cactus Field"]
  1744. WayPointsFrame.Visible = false
  1745. notify'Teleported to BamBoo Field'
  1746. end)
  1747.  
  1748. PumpkinField.MouseButton1Down:connect(function()
  1749. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1750. uTorso.CFrame = WayPoints["Pumpkin Field"]
  1751. WayPointsFrame.Visible = false
  1752. notify'Teleported to BamBoo Field'
  1753. end)
  1754.  
  1755. PineTreeField.MouseButton1Down:connect(function()
  1756. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1757. uTorso.CFrame = WayPoints["PineTree Field"]
  1758. WayPointsFrame.Visible = false
  1759. notify'Teleported to BamBoo Field'
  1760. end)
  1761.  
  1762. MountainTopField.MouseButton1Down:connect(function()
  1763. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1764. uTorso.CFrame = WayPoints["MountainTop Field"]
  1765. WayPointsFrame.Visible = false
  1766. notify'Teleported to Mountain Top Field'
  1767. end)
  1768.  
  1769. PineappleField.MouseButton1Down:connect(function()
  1770. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1771. uTorso.CFrame = WayPoints["Pineapple Field"]
  1772. WayPointsFrame.Visible = false
  1773. notify'Teleported to Pineapple Field'
  1774. end)
  1775.  
  1776. GumdropDispenser.MouseButton1Down:connect(function()
  1777. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1778. uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  1779. WayPointsFrame.Visible = false
  1780. notify'Teleported to Gumdrop Dispenser'
  1781. end)
  1782.  
  1783. TreatShop.MouseButton1Down:connect(function()
  1784. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1785. uTorso.CFrame = WayPoints["Treat Shop"]
  1786. WayPointsFrame.Visible = false
  1787. notify'Teleported to Treat Shop'
  1788. end)
  1789.  
  1790. Onett.MouseButton1Down:connect(function()
  1791. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1792. uTorso.CFrame = WayPoints["Onett"]
  1793. WayPointsFrame.Visible = false
  1794. notify'Teleported to Onett'
  1795. end)
  1796.  
  1797. AntChallenge.MouseButton1Down:connect(function()
  1798. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1799. uTorso.CFrame = WayPoints["Ant Challenge"]
  1800. WayPointsFrame.Visible = false
  1801. notify'Teleported to Ant Challenge'
  1802. end)
  1803.  
  1804. BlueberryDispenser.MouseButton1Down:connect(function()
  1805. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1806. uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  1807. WayPointsFrame.Visible = false
  1808. notify'Teleported to Blueberry Dispenser'
  1809. end)
  1810.  
  1811. StrawberryDispenser.MouseButton1Down:connect(function()
  1812. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1813. uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  1814. WayPointsFrame.Visible = false
  1815. notify'Teleported to Strawberry Dispenser'
  1816. end)
  1817.  
  1818. -- Show Location --
  1819.  
  1820. spawn (function()
  1821. while true do
  1822. function round(num, numDecimalPlaces)
  1823. local mult = 10^(numDecimalPlaces or 0)
  1824. return math.floor(num * mult + 0.5) / mult
  1825. end
  1826. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  1827. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  1828. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  1829. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  1830. wait(0.5)
  1831. end
  1832. end)
  1833.  
  1834. SetLocation.MouseButton1Down:connect(function()
  1835. function round(num, numDecimalPlaces)
  1836. local mult = 10^(numDecimalPlaces or 0)
  1837. return math.floor(num * mult + 0.5) / mult
  1838. end
  1839. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  1840. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  1841. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  1842. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  1843. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  1844. CustomLocationSet = true
  1845. end)
  1846.  
  1847. --- TP to custom location ---
  1848.  
  1849. TPLocation.MouseButton1Down:connect(function()
  1850. if CustomLocationSet == true then
  1851. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1852. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  1853. end
  1854. end)
  1855.  
  1856. --- Player Teleport ---
  1857.  
  1858. local buttons = {
  1859. Player1,
  1860. Player2,
  1861. Player3,
  1862. Player4,
  1863. Player5
  1864. }
  1865. spawn (function()
  1866. while true do
  1867. Player1.Text = ""
  1868. Player2.Text = ""
  1869. Player3.Text = ""
  1870. Player4.Text = ""
  1871. Player5.Text = ""
  1872. for i, v in pairs(game.Players:GetChildren()) do
  1873. buttons[i].Text = v.Name
  1874. buttons[i].Visible = true
  1875. end
  1876. wait(0.5)
  1877. end
  1878. end)
  1879.  
  1880. Player1.MouseButton1Down:connect(function()
  1881. PlyrSel.Text = Player1.Text
  1882. end)
  1883. Player2.MouseButton1Down:connect(function()
  1884. PlyrSel.Text = Player2.Text
  1885. end)
  1886. Player3.MouseButton1Down:connect(function()
  1887. PlyrSel.Text = Player3.Text
  1888. end)
  1889. Player4.MouseButton1Down:connect(function()
  1890. PlyrSel.Text = Player4.Text
  1891. end)
  1892. Player5.MouseButton1Down:connect(function()
  1893. PlyrSel.Text = Player5.Text
  1894. end)
  1895.  
  1896. TpPlayer.MouseButton1Down:connect(function()
  1897. if PlyrSel.Text == "SELECT A PLAYER" then
  1898. warn("No Player Selected")
  1899. else
  1900. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1901. end
  1902. end)
  1903.  
  1904. spawn(function()
  1905. while true do
  1906. wait()
  1907. if antchallengeescape == true then
  1908. while antchallengeescape == true do
  1909. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(LocationX, NewLocationY, LocationZ)
  1910. wait(0.3)
  1911. end
  1912. end
  1913. end
  1914. end)
  1915.  
  1916. -- Find Hidden Treasures --
  1917.  
  1918. FindTreasures.MouseButton1Down:connect(function()
  1919. local player = game:GetService("Players").LocalPlayer
  1920. local function collecttreasure(treasure)
  1921. for i,v in ipairs(treasure:GetChildren()) do
  1922. if v.Parent then
  1923. player.Character:MoveTo(v.Position)
  1924. end
  1925. wait(1)
  1926. end
  1927. end
  1928. collecttreasure(workspace.TreasureCollectibles)
  1929. wait(1)
  1930. player.Character:MoveTo(player.SpawnPos.Value.p)
  1931. end)
  1932.  
  1933. --- NoClip ---
  1934.  
  1935. noclip = false
  1936. game:GetService('RunService').Stepped:connect(function()
  1937. if noclip then
  1938. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1939. end
  1940. end)
  1941. NoClip.MouseButton1Down:connect(function()
  1942. noclip = not noclip
  1943. if NoClip.Text == "Enable NoClip" then
  1944. NoClip.Text = "Disable NoClip"
  1945. NoClip.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1946. else
  1947. NoClip.Text = "Enable NoClip"
  1948. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1949. end
  1950. end)
  1951.  
  1952. --- TP Tool ---
  1953.  
  1954. TPTool.MouseButton1Down:connect(function()
  1955. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1956. Tele.RequiresHandle = false
  1957. Tele.RobloxLocked = true
  1958. Tele.Name = "TPTool"
  1959. Tele.ToolTip = "Teleport Tool"
  1960. Tele.Equipped:connect(function(Mouse)
  1961. Mouse.Button1Down:connect(function()
  1962. if Mouse.Target then
  1963. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1964. end
  1965. end)
  1966. end)
  1967. notify'TP Tool added to your Backpack'
  1968.  
  1969. end)
  1970.  
  1971. --- Builder Tool ---
  1972.  
  1973. BTool.MouseButton1Down:connect(function()
  1974. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1975. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1976. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1977. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1978. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  1979. tool1.BinType = "Clone"
  1980. tool2.BinType = "GameTool"
  1981. tool3.BinType = "Hammer"
  1982. tool4.BinType = "Script"
  1983. tool5.BinType = "Grab"
  1984. notify'BTools added to your Backpack'
  1985. end)
  1986.  
  1987. --- Pollen Farm ---
  1988.  
  1989. PollenFarm.MouseButton1Click:connect(function()
  1990. if PollenFarmActive ~= true then
  1991. PollenFarmActive = true
  1992. Field1AFActive = false
  1993. Field2AFActive = false
  1994. Field3AFActive = false
  1995. Field4AFActive = false
  1996. Field5AFActive = false
  1997. Field6AFActive = false
  1998. Field7AFActive = false
  1999. Field8AFActive = false
  2000. Field9AFActive = false
  2001. Field10AFActive = false
  2002. Field11AFActive = false
  2003. Field12AFActive = false
  2004. Field13AFActive = false
  2005. Field14AFActive = false
  2006. PollenFarm.Text = "Stop Farming"
  2007. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2008. notify'Pollen Farming Started'
  2009. else
  2010. PollenFarmActive = false
  2011. Field1AFActive = false
  2012. Field2AFActive = false
  2013. Field3AFActive = false
  2014. Field4AFActive = false
  2015. Field5AFActive = false
  2016. Field6AFActive = false
  2017. Field7AFActive = false
  2018. Field8AFActive = false
  2019. Field9AFActive = false
  2020. Field10AFActive = false
  2021. Field11AFActive = false
  2022. Field12AFActive = false
  2023. Field13AFActive = false
  2024. Field14AFActive = false
  2025. notify'Pollen Farming Ended'
  2026. PollenFarm.Text = "Farm Pollen"
  2027. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2028. local player = game:GetService("Players").LocalPlayer
  2029. currp=nil
  2030. player.Character:MoveTo(player.SpawnPos.Value.p)
  2031. end
  2032. end)
  2033.  
  2034. Field1AF.MouseButton1Down:connect(function()
  2035. PollenFarmActive = true
  2036. Field1AFActive = true
  2037. Field2AFActive = false
  2038. Field3AFActive = false
  2039. Field4AFActive = false
  2040. Field5AFActive = false
  2041. Field6AFActive = false
  2042. Field7AFActive = false
  2043. Field8AFActive = false
  2044. Field9AFActive = false
  2045. Field10AFActive = false
  2046. Field11AFActive = false
  2047. Field12AFActive = false
  2048. Field13AFActive = false
  2049. Field14AFActive = false
  2050. PollenFarm.Text = "Stop Farming"
  2051. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2052. notify'Pollen Farming Zone 1 Started'
  2053. WayPointsFrame.Visible = false
  2054. end)
  2055.  
  2056. Field2AF.MouseButton1Down:connect(function()
  2057. PollenFarmActive = true
  2058. Field2AFActive = true
  2059. Field1AFActive = false
  2060. Field3AFActive = false
  2061. Field4AFActive = false
  2062. Field5AFActive = false
  2063. Field6AFActive = false
  2064. Field7AFActive = false
  2065. Field8AFActive = false
  2066. Field9AFActive = false
  2067. Field10AFActive = false
  2068. Field11AFActive = false
  2069. Field12AFActive = false
  2070. Field13AFActive = false
  2071. Field14AFActive = false
  2072. PollenFarm.Text = "Stop Farming"
  2073. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2074. notify'Pollen Farming Zone 2 Started'
  2075. WayPointsFrame.Visible = false
  2076. end)
  2077.  
  2078. Field3AF.MouseButton1Down:connect(function()
  2079. PollenFarmActive = true
  2080. Field3AFActive = true
  2081. Field1AFActive = false
  2082. Field2AFActive = false
  2083. Field4AFActive = false
  2084. Field5AFActive = false
  2085. Field6AFActive = false
  2086. Field7AFActive = false
  2087. Field8AFActive = false
  2088. Field9AFActive = false
  2089. Field10AFActive = false
  2090. Field11AFActive = false
  2091. Field12AFActive = false
  2092. Field13AFActive = false
  2093. Field14AFActive = false
  2094. PollenFarm.Text = "Stop Farming"
  2095. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2096. notify'Pollen Farming Zone 3 Started'
  2097. WayPointsFrame.Visible = false
  2098. end)
  2099.  
  2100. Field4AF.MouseButton1Down:connect(function()
  2101. PollenFarmActive = true
  2102. Field4AFActive = true
  2103. Field1AFActive = false
  2104. Field2AFActive = false
  2105. Field3AFActive = false
  2106. Field5AFActive = false
  2107. Field6AFActive = false
  2108. Field7AFActive = false
  2109. Field8AFActive = false
  2110. Field9AFActive = false
  2111. Field10AFActive = false
  2112. Field11AFActive = false
  2113. Field12AFActive = false
  2114. Field13AFActive = false
  2115. Field14AFActive = false
  2116. PollenFarm.Text = "Stop Farming"
  2117. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2118. notify'Pollen Farming Zone 4 Started'
  2119. WayPointsFrame.Visible = false
  2120. end)
  2121.  
  2122. Field5AF.MouseButton1Down:connect(function()
  2123. PollenFarmActive = true
  2124. Field5AFActive = true
  2125. Field1AFActive = false
  2126. Field2AFActive = false
  2127. Field3AFActive = false
  2128. Field4AFActive = false
  2129. Field6AFActive = false
  2130. Field7AFActive = false
  2131. Field8AFActive = false
  2132. Field9AFActive = false
  2133. Field10AFActive = false
  2134. Field11AFActive = false
  2135. Field12AFActive = false
  2136. Field13AFActive = false
  2137. Field14AFActive = false
  2138. PollenFarm.Text = "Stop Farming"
  2139. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2140. notify'Pollen Farming Zone 5 Started'
  2141. WayPointsFrame.Visible = false
  2142. end)
  2143.  
  2144. Field6AF.MouseButton1Down:connect(function()
  2145. PollenFarmActive = true
  2146. Field6AFActive = true
  2147. Field1AFActive = false
  2148. Field2AFActive = false
  2149. Field3AFActive = false
  2150. Field4AFActive = false
  2151. Field5AFActive = false
  2152. Field7AFActive = false
  2153. Field8AFActive = false
  2154. Field9AFActive = false
  2155. Field10AFActive = false
  2156. Field11AFActive = false
  2157. Field12AFActive = false
  2158. Field13AFActive = false
  2159. Field14AFActive = false
  2160. PollenFarm.Text = "Stop Farming"
  2161. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2162. notify'Pollen Farming Zone 6 Started'
  2163. WayPointsFrame.Visible = false
  2164. end)
  2165.  
  2166. Field7AF.MouseButton1Down:connect(function()
  2167. PollenFarmActive = true
  2168. Field7AFActive = true
  2169. Field1AFActive = false
  2170. Field2AFActive = false
  2171. Field3AFActive = false
  2172. Field4AFActive = false
  2173. Field5AFActive = false
  2174. Field6AFActive = false
  2175. Field8AFActive = false
  2176. Field9AFActive = false
  2177. Field10AFActive = false
  2178. Field11AFActive = false
  2179. Field12AFActive = false
  2180. Field13AFActive = false
  2181. Field14AFActive = false
  2182. PollenFarm.Text = "Stop Farming"
  2183. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2184. notify'Pollen Farming Zone 7 Started'
  2185. WayPointsFrame.Visible = false
  2186. end)
  2187.  
  2188. Field8AF.MouseButton1Down:connect(function()
  2189. PollenFarmActive = true
  2190. Field8AFActive = true
  2191. Field1AFActive = false
  2192. Field2AFActive = false
  2193. Field3AFActive = false
  2194. Field4AFActive = false
  2195. Field5AFActive = false
  2196. Field6AFActive = false
  2197. Field7AFActive = false
  2198. Field9AFActive = false
  2199. Field10AFActive = false
  2200. Field11AFActive = false
  2201. Field12AFActive = false
  2202. Field13AFActive = false
  2203. Field14AFActive = false
  2204. PollenFarm.Text = "Stop Farming"
  2205. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2206. notify'Pollen Farming Zone 8 Started'
  2207. WayPointsFrame.Visible = false
  2208. end)
  2209.  
  2210. Field9AF.MouseButton1Down:connect(function()
  2211. PollenFarmActive = true
  2212. Field9AFActive = true
  2213. Field1AFActive = false
  2214. Field2AFActive = false
  2215. Field3AFActive = false
  2216. Field4AFActive = false
  2217. Field5AFActive = false
  2218. Field6AFActive = false
  2219. Field7AFActive = false
  2220. Field8AFActive = false
  2221. Field10AFActive = false
  2222. Field11AFActive = false
  2223. Field12AFActive = false
  2224. Field13AFActive = false
  2225. Field14AFActive = false
  2226. PollenFarm.Text = "Stop Farming"
  2227. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2228. notify'Pollen Farming Zone 9 Started'
  2229. WayPointsFrame.Visible = false
  2230. end)
  2231.  
  2232. Field10AF.MouseButton1Down:connect(function()
  2233. PollenFarmActive = true
  2234. Field10AFActive = true
  2235. Field1AFActive = false
  2236. Field2AFActive = false
  2237. Field3AFActive = false
  2238. Field4AFActive = false
  2239. Field5AFActive = false
  2240. Field6AFActive = false
  2241. Field7AFActive = false
  2242. Field8AFActive = false
  2243. Field9AFActive = false
  2244. Field11AFActive = false
  2245. Field12AFActive = false
  2246. Field13AFActive = false
  2247. Field14AFActive = false
  2248. PollenFarm.Text = "Stop Farming"
  2249. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2250. notify'Pollen Farming Zone 10 Started'
  2251. WayPointsFrame.Visible = false
  2252. end)
  2253.  
  2254. Field11AF.MouseButton1Down:connect(function()
  2255. PollenFarmActive = true
  2256. Field11AFActive = true
  2257. Field1AFActive = false
  2258. Field2AFActive = false
  2259. Field3AFActive = false
  2260. Field4AFActive = false
  2261. Field5AFActive = false
  2262. Field6AFActive = false
  2263. Field7AFActive = false
  2264. Field8AFActive = false
  2265. Field9AFActive = false
  2266. Field10AFActive = false
  2267. Field12AFActive = false
  2268. Field13AFActive = false
  2269. Field14AFActive = false
  2270. PollenFarm.Text = "Stop Farming"
  2271. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2272. notify'Pollen Farming Zone 11 Started'
  2273. WayPointsFrame.Visible = false
  2274. end)
  2275.  
  2276. Field12AF.MouseButton1Down:connect(function()
  2277. PollenFarmActive = true
  2278. Field12AFActive = true
  2279. Field1AFActive = false
  2280. Field2AFActive = false
  2281. Field3AFActive = false
  2282. Field4AFActive = false
  2283. Field5AFActive = false
  2284. Field6AFActive = false
  2285. Field7AFActive = false
  2286. Field8AFActive = false
  2287. Field9AFActive = false
  2288. Field10AFActive = false
  2289. Field11AFActive = false
  2290. Field13AFActive = false
  2291. Field14AFActive = false
  2292. PollenFarm.Text = "Stop Farming"
  2293. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2294. notify'Pollen Farming Zone 12 Started'
  2295. WayPointsFrame.Visible = false
  2296. end)
  2297.  
  2298. Field13AF.MouseButton1Down:connect(function()
  2299. PollenFarmActive = true
  2300. Field13AFActive = true
  2301. Field1AFActive = false
  2302. Field2AFActive = false
  2303. Field3AFActive = false
  2304. Field4AFActive = false
  2305. Field5AFActive = false
  2306. Field6AFActive = false
  2307. Field7AFActive = false
  2308. Field8AFActive = false
  2309. Field9AFActive = false
  2310. Field10AFActive = false
  2311. Field11AFActive = false
  2312. Field12AFActive = false
  2313. Field14AFActive = false
  2314. PollenFarm.Text = "Stop Farming"
  2315. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2316. notify'Pollen Farming Zone 13 Started'
  2317. WayPointsFrame.Visible = false
  2318. end)
  2319.  
  2320. Field14AF.MouseButton1Down:connect(function()
  2321. PollenFarmActive = true
  2322. Field14AFActive = true
  2323. Field1AFActive = false
  2324. Field2AFActive = false
  2325. Field3AFActive = false
  2326. Field4AFActive = false
  2327. Field5AFActive = false
  2328. Field6AFActive = false
  2329. Field7AFActive = false
  2330. Field8AFActive = false
  2331. Field9AFActive = false
  2332. Field10AFActive = false
  2333. Field11AFActive = false
  2334. Field12AFActive = false
  2335. Field13AFActive = false
  2336. PollenFarm.Text = "Stop Farming"
  2337. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2338. notify'Pollen Farming Zone 14 Started'
  2339. WayPointsFrame.Visible = false
  2340. end)
  2341.  
  2342. -- Auto Dig --
  2343.  
  2344. AutoDig.MouseButton1Click:connect(function()
  2345. if AutoDigActive ~= true then
  2346. AutoDigActive = true
  2347. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2348. if AutoDigActive then
  2349. local player = game:GetService("Players").LocalPlayer
  2350. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2351. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2352. AutoDigActive = false
  2353. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2354. error("Tool not found")
  2355. end
  2356. pollenTool.Parent = player.Character
  2357. while AutoDigActive do
  2358. wait(0.1)
  2359. pollenTool.ClickEvent:FireServer(CFrame.new())
  2360. end
  2361. end
  2362. else
  2363. AutoDigActive = false
  2364. notify'Auto Dig Stopped'
  2365. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2366. end
  2367. end)
  2368.  
  2369. --- ReJoin Server ---
  2370.  
  2371. ReJoinServer.MouseButton1Down:connect(function()
  2372. local placeId = 1537690962
  2373. game:GetService("TeleportService"):Teleport(placeId)
  2374. end)
  2375.  
  2376. --- Mouse Actions ---
  2377.  
  2378. mouse.KeyDown:connect(function(key)
  2379. if key == "r" then
  2380. if antchallengeescape == true then
  2381. antchallengeescape = false
  2382. else
  2383. LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  2384. LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  2385. LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  2386. NewLocationY = LocationY +10
  2387. print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
  2388. antchallengeescape = true
  2389. end
  2390. end
  2391. end)
  2392. end)
  2393.  
  2394.  
  2395. end
  2396. coroutine.resume(coroutine.create(SCRIPT_LLAW67_FAKESCRIPT))
  2397. function SCRIPT_WTYZ88_FAKESCRIPT() -- exit2.CloseWindowScript
  2398. getfenv().script = Instance.new('Script', exit2)
  2399.  
  2400. print("Close button loaded")
  2401. button = script.Parent.Parent
  2402. function onClicked(GUI) button:remove()
  2403. end
  2404. script.Parent.MouseButton1Click:connect(onClicked)
  2405.  
  2406. end
  2407. coroutine.resume(coroutine.create(SCRIPT_WTYZ88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement