GreenNinja989

GreenSploit - Bee Swarm Menu

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