Advertisement
Guest User

Bee Swarm SImulator GUI

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