Cookiemonstr

AUTOFARM FOR BEE SWARM HACK SCRIPT

Sep 30th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 65.84 KB | None | 0 0
  1. print("Gui by Cookiemonstr")
  2. print("Get Any Bees Script from Cookiemonstr")
  3.  
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5.  
  6. antchallengeescape = false
  7. AutoDigActive = false
  8. PollenFarmActive = false
  9. Field1AFActive = false
  10. Field2AFActive = false
  11. Field3AFActive = false
  12. Field4AFActive = false
  13. Field5AFActive = false
  14. Field6AFActive = false
  15. Field7AFActive = false
  16. Field8AFActive = false
  17. Field9AFActive = false
  18. Field10AFActive = false
  19. Field11AFActive = false
  20. Field12AFActive = false
  21. Field13AFActive = false
  22. Field14AFActive = false
  23.  
  24. -- Instances:
  25. local BeeS = Instance.new("ScreenGui")
  26. local Frame = Instance.new("Frame")
  27. local FarmingSite = Instance.new("TextButton")
  28. local FarmingSiteF = Instance.new("Frame")
  29. local FarmingSF = Instance.new("ScrollingFrame")
  30. local SunflowerField = Instance.new("TextButton")
  31. local Field1AF = Instance.new("TextButton")
  32. local MushRoomField = Instance.new("TextButton")
  33. local Field2AF = Instance.new("TextButton")
  34. local DandelionField = Instance.new("TextButton")
  35. local Field3AF = Instance.new("TextButton")
  36. local BlueField = Instance.new("TextButton")
  37. local Field4AF = Instance.new("TextButton")
  38. local CloverField = Instance.new("TextButton")
  39. local Field5AF = Instance.new("TextButton")
  40. local StrawBerryField = Instance.new("TextButton")
  41. local Field6AF = Instance.new("TextButton")
  42. local SpiderField = Instance.new("TextButton")
  43. local Field7AF = Instance.new("TextButton")
  44. local BamBooField = Instance.new("TextButton")
  45. local Field8AF = Instance.new("TextButton")
  46. local RoseField = Instance.new("TextButton")
  47. local Field9AF = Instance.new("TextButton")
  48. local PineTreeField = Instance.new("TextButton")
  49. local Field10AF = Instance.new("TextButton")
  50. local CactusField = Instance.new("TextButton")
  51. local Field11AF = Instance.new("TextButton")
  52. local PumpkinField = Instance.new("TextButton")
  53. local Field12AF = Instance.new("TextButton")
  54. local PineappleField = Instance.new("TextButton")
  55. local Field13AF = Instance.new("TextButton")
  56. local MountainTopField = Instance.new("TextButton")
  57. local Field14AF = Instance.new("TextButton")
  58. local AutoDig = Instance.new("TextButton")
  59. local CollectallTreasures = Instance.new("TextButton")
  60. local ReturntoHive = Instance.new("TextButton")
  61. local GetAnyBees = Instance.new("TextButton")
  62. local Info = Instance.new("TextButton")
  63. local Creditss = Instance.new("TextLabel")
  64. local Locaiton = Instance.new("TextButton")
  65. local LocationF = Instance.new("Frame")
  66. local LocationSF = Instance.new("ScrollingFrame")
  67. local BlackBear = Instance.new("TextButton")
  68. local BrownBear = Instance.new("TextButton")
  69. local PandaBear = Instance.new("TextButton")
  70. local PolarBear = Instance.new("TextButton")
  71. local ScienceBear = Instance.new("TextButton")
  72. local TravelingBear = Instance.new("TextButton")
  73. local MotherBear = Instance.new("TextButton")
  74. local TunnelBear = Instance.new("TextButton")
  75. local SunBear = Instance.new("TextButton")
  76. local Onett = Instance.new("TextButton")
  77. local RedBoost = Instance.new("TextButton")
  78. local BlueBoost = Instance.new("TextButton")
  79. local MountainBoost = Instance.new("TextButton")
  80. local RedCannon = Instance.new("TextButton")
  81. local YellowCannon = Instance.new("TextButton")
  82. local BlueCannon = Instance.new("TextButton")
  83. local AntChallenge = Instance.new("TextButton")
  84. local Slingshot = Instance.new("TextButton")
  85. local BeeShop = Instance.new("TextButton")
  86. local KingbeetlesLair = Instance.new("TextButton")
  87. local AdvancedToolsShop = Instance.new("TextButton")
  88. local BasicToolsShop = Instance.new("TextButton")
  89. local TentShop = Instance.new("TextButton")
  90. local MountainTopShop = Instance.new("TextButton")
  91. local BlueClubhouse = Instance.new("TextButton")
  92. local RedClubhouse = Instance.new("TextButton")
  93. local TreatShop = Instance.new("TextButton")
  94. local ClubHoney = Instance.new("TextButton")
  95. local TicketShop = Instance.new("TextButton")
  96. local TicketRoyalJelly = Instance.new("TextButton")
  97. local RoyalJellyShop = Instance.new("TextButton")
  98. local HoneyConvertor = Instance.new("TextButton")
  99. local BlueberryDispenser = Instance.new("TextButton")
  100. local GumdropDispenser = Instance.new("TextButton")
  101. local TreatDispenser = Instance.new("TextButton")
  102. local StrawberryDispenser = Instance.new("TextButton")
  103. local SproutDispenser = Instance.new("TextButton")
  104. local Honeystorm = Instance.new("TextButton")
  105. local Title = Instance.new("TextLabel")
  106. local PollenFarm = Instance.new("TextButton")
  107. local Open = Instance.new("TextButton")
  108. local Close = Instance.new("TextButton")
  109. --Properties:
  110. BeeS.Name = "BeeS"
  111. BeeS.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  112.  
  113. Frame.Parent = BeeS
  114. Frame.Active = true
  115. Frame.BackgroundColor3 = Color3.new(0.156863, 0.345098, 0.611765)
  116. Frame.BorderSizePixel = 5
  117. Frame.Position = UDim2.new(0.35132575, 0, 0.213147417, 0)
  118. Frame.Size = UDim2.new(0, 297, 0, 288)
  119. Frame.Draggable = true
  120.  
  121. FarmingSite.Name = "Farming Site"
  122. FarmingSite.Parent = Frame
  123. FarmingSite.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  124. FarmingSite.BorderSizePixel = 3
  125. FarmingSite.Position = UDim2.new(0.538720489, 0, 0.218749985, 0)
  126. FarmingSite.Size = UDim2.new(0, 129, 0, 36)
  127. FarmingSite.Font = Enum.Font.Cartoon
  128. FarmingSite.Text = "Farming Site"
  129. FarmingSite.TextColor3 = Color3.new(0, 0, 0)
  130. FarmingSite.TextSize = 14
  131.  
  132. FarmingSiteF.Name = "Farming SiteF"
  133. FarmingSiteF.Parent = FarmingSite
  134. FarmingSiteF.BackgroundColor3 = Color3.new(1, 1, 1)
  135. FarmingSiteF.BackgroundTransparency = 1
  136. FarmingSiteF.Position = UDim2.new(1.1937983, 0, -1.75000083, 0)
  137. FarmingSiteF.Size = UDim2.new(0, 231, 0, 288)
  138. FarmingSiteF.Visible = false
  139.  
  140. FarmingSF.Name = "Farming SF"
  141. FarmingSF.Parent = FarmingSiteF
  142. FarmingSF.BackgroundColor3 = Color3.new(0, 0, 0)
  143. FarmingSF.BorderSizePixel = 3
  144. FarmingSF.Position = UDim2.new(0.103896104, 0, 0, 0)
  145. FarmingSF.Size = UDim2.new(0, 225, 0, 321)
  146.  
  147. SunflowerField.Name = "Sunflower Field"
  148. SunflowerField.Parent = FarmingSF
  149. SunflowerField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  150. SunflowerField.Position = UDim2.new(0.0391061455, 0, 0.024305556, 0)
  151. SunflowerField.Size = UDim2.new(0, 92, 0, 29)
  152. SunflowerField.Font = Enum.Font.SourceSans
  153. SunflowerField.Text = "Sunflower Field"
  154. SunflowerField.TextColor3 = Color3.new(0, 0, 0)
  155. SunflowerField.TextSize = 14
  156.  
  157. Field1AF.Name = "Field1AF"
  158. Field1AF.Parent = SunflowerField
  159. Field1AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  160. Field1AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  161. Field1AF.Size = UDim2.new(0, 91, 0, 29)
  162. Field1AF.Font = Enum.Font.SourceSans
  163. Field1AF.Text = "Farm"
  164. Field1AF.TextColor3 = Color3.new(0, 0, 0)
  165. Field1AF.TextSize = 14
  166.  
  167. MushRoomField.Name = "MushRoom Field"
  168. MushRoomField.Parent = FarmingSF
  169. MushRoomField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  170. MushRoomField.Position = UDim2.new(0.0391061455, 0, 0.0920138881, 0)
  171. MushRoomField.Size = UDim2.new(0, 92, 0, 29)
  172. MushRoomField.Font = Enum.Font.SourceSans
  173. MushRoomField.Text = "MushRoom Field"
  174. MushRoomField.TextColor3 = Color3.new(0, 0, 0)
  175. MushRoomField.TextSize = 14
  176.  
  177. Field2AF.Name = "Field2AF"
  178. Field2AF.Parent = MushRoomField
  179. Field2AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  180. Field2AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  181. Field2AF.Size = UDim2.new(0, 91, 0, 29)
  182. Field2AF.Font = Enum.Font.SourceSans
  183. Field2AF.Text = "Farm"
  184. Field2AF.TextColor3 = Color3.new(0, 0, 0)
  185. Field2AF.TextSize = 14
  186.  
  187. DandelionField.Name = "Dandelion Field"
  188. DandelionField.Parent = FarmingSF
  189. DandelionField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  190. DandelionField.Position = UDim2.new(0.0391061455, 0, 0.159722224, 0)
  191. DandelionField.Size = UDim2.new(0, 92, 0, 29)
  192. DandelionField.Font = Enum.Font.SourceSans
  193. DandelionField.Text = "Dandelion Field"
  194. DandelionField.TextColor3 = Color3.new(0, 0, 0)
  195. DandelionField.TextSize = 14
  196.  
  197. Field3AF.Name = "Field3AF"
  198. Field3AF.Parent = DandelionField
  199. Field3AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  200. Field3AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  201. Field3AF.Size = UDim2.new(0, 91, 0, 29)
  202. Field3AF.Font = Enum.Font.SourceSans
  203. Field3AF.Text = "Farm"
  204. Field3AF.TextColor3 = Color3.new(0, 0, 0)
  205. Field3AF.TextSize = 14
  206.  
  207. BlueField.Name = "Blue Field"
  208. BlueField.Parent = FarmingSF
  209. BlueField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  210. BlueField.Position = UDim2.new(0.0391061455, 0, 0.223958328, 0)
  211. BlueField.Size = UDim2.new(0, 92, 0, 29)
  212. BlueField.Font = Enum.Font.SourceSans
  213. BlueField.Text = "Blue Field"
  214. BlueField.TextColor3 = Color3.new(0, 0, 0)
  215. BlueField.TextSize = 14
  216.  
  217. Field4AF.Name = "Field4AF"
  218. Field4AF.Parent = BlueField
  219. Field4AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  220. Field4AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  221. Field4AF.Size = UDim2.new(0, 91, 0, 29)
  222. Field4AF.Font = Enum.Font.SourceSans
  223. Field4AF.Text = "Farm"
  224. Field4AF.TextColor3 = Color3.new(0, 0, 0)
  225. Field4AF.TextSize = 14
  226.  
  227. CloverField.Name = "Clover Field"
  228. CloverField.Parent = FarmingSF
  229. CloverField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  230. CloverField.Position = UDim2.new(0.0391061455, 0, 0.288194448, 0)
  231. CloverField.Size = UDim2.new(0, 92, 0, 29)
  232. CloverField.Font = Enum.Font.SourceSans
  233. CloverField.Text = "Clover Field"
  234. CloverField.TextColor3 = Color3.new(0, 0, 0)
  235. CloverField.TextSize = 14
  236.  
  237. Field5AF.Name = "Field5AF"
  238. Field5AF.Parent = CloverField
  239. Field5AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  240. Field5AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  241. Field5AF.Size = UDim2.new(0, 91, 0, 29)
  242. Field5AF.Font = Enum.Font.SourceSans
  243. Field5AF.Text = "Farm"
  244. Field5AF.TextColor3 = Color3.new(0, 0, 0)
  245. Field5AF.TextSize = 14
  246.  
  247. StrawBerryField.Name = "StrawBerry Field"
  248. StrawBerryField.Parent = FarmingSF
  249. StrawBerryField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  250. StrawBerryField.Position = UDim2.new(0.0391061455, 0, 0.352430552, 0)
  251. StrawBerryField.Size = UDim2.new(0, 92, 0, 29)
  252. StrawBerryField.Font = Enum.Font.SourceSans
  253. StrawBerryField.Text = "StrawBerry Field"
  254. StrawBerryField.TextColor3 = Color3.new(0, 0, 0)
  255. StrawBerryField.TextSize = 14
  256.  
  257. Field6AF.Name = "Field6AF"
  258. Field6AF.Parent = StrawBerryField
  259. Field6AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  260. Field6AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  261. Field6AF.Size = UDim2.new(0, 91, 0, 29)
  262. Field6AF.Font = Enum.Font.SourceSans
  263. Field6AF.Text = "Farm"
  264. Field6AF.TextColor3 = Color3.new(0, 0, 0)
  265. Field6AF.TextSize = 14
  266.  
  267. SpiderField.Name = "Spider Field"
  268. SpiderField.Parent = FarmingSF
  269. SpiderField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  270. SpiderField.Position = UDim2.new(0.0391061455, 0, 0.418402791, 0)
  271. SpiderField.Size = UDim2.new(0, 92, 0, 29)
  272. SpiderField.Font = Enum.Font.SourceSans
  273. SpiderField.Text = "Spider Field"
  274. SpiderField.TextColor3 = Color3.new(0, 0, 0)
  275. SpiderField.TextSize = 14
  276.  
  277. Field7AF.Name = "Field7AF"
  278. Field7AF.Parent = SpiderField
  279. Field7AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  280. Field7AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  281. Field7AF.Size = UDim2.new(0, 91, 0, 29)
  282. Field7AF.Font = Enum.Font.SourceSans
  283. Field7AF.Text = "Farm"
  284. Field7AF.TextColor3 = Color3.new(0, 0, 0)
  285. Field7AF.TextSize = 14
  286.  
  287. BamBooField.Name = "BamBoo Field"
  288. BamBooField.Parent = FarmingSF
  289. BamBooField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  290. BamBooField.Position = UDim2.new(0.0391061455, 0, 0.484375, 0)
  291. BamBooField.Size = UDim2.new(0, 92, 0, 29)
  292. BamBooField.Font = Enum.Font.SourceSans
  293. BamBooField.Text = "Bamboo Field"
  294. BamBooField.TextColor3 = Color3.new(0, 0, 0)
  295. BamBooField.TextSize = 14
  296.  
  297. Field8AF.Name = "Field8AF"
  298. Field8AF.Parent = BamBooField
  299. Field8AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  300. Field8AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  301. Field8AF.Size = UDim2.new(0, 91, 0, 29)
  302. Field8AF.Font = Enum.Font.SourceSans
  303. Field8AF.Text = "Farm"
  304. Field8AF.TextColor3 = Color3.new(0, 0, 0)
  305. Field8AF.TextSize = 14
  306.  
  307. RoseField.Name = "Rose Field"
  308. RoseField.Parent = FarmingSF
  309. RoseField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  310. RoseField.Position = UDim2.new(0.0391061455, 0, 0.546875, 0)
  311. RoseField.Size = UDim2.new(0, 92, 0, 29)
  312. RoseField.Font = Enum.Font.SourceSans
  313. RoseField.Text = "Rose Field"
  314. RoseField.TextColor3 = Color3.new(0, 0, 0)
  315. RoseField.TextSize = 14
  316.  
  317. Field9AF.Name = "Field9AF"
  318. Field9AF.Parent = RoseField
  319. Field9AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  320. Field9AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  321. Field9AF.Size = UDim2.new(0, 91, 0, 29)
  322. Field9AF.Font = Enum.Font.SourceSans
  323. Field9AF.Text = "Farm"
  324. Field9AF.TextColor3 = Color3.new(0, 0, 0)
  325. Field9AF.TextSize = 14
  326.  
  327. PineTreeField.Name = "PineTree Field"
  328. PineTreeField.Parent = FarmingSF
  329. PineTreeField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  330. PineTreeField.Position = UDim2.new(0.0391061306, 0, 0.612847209, 0)
  331. PineTreeField.Size = UDim2.new(0, 92, 0, 29)
  332. PineTreeField.Font = Enum.Font.SourceSans
  333. PineTreeField.Text = "PineTree Field"
  334. PineTreeField.TextColor3 = Color3.new(0, 0, 0)
  335. PineTreeField.TextSize = 14
  336.  
  337. Field10AF.Name = "Field10AF"
  338. Field10AF.Parent = PineTreeField
  339. Field10AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  340. Field10AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  341. Field10AF.Size = UDim2.new(0, 91, 0, 29)
  342. Field10AF.Font = Enum.Font.SourceSans
  343. Field10AF.Text = "Farm"
  344. Field10AF.TextColor3 = Color3.new(0, 0, 0)
  345. Field10AF.TextSize = 14
  346.  
  347. CactusField.Name = "Cactus Field"
  348. CactusField.Parent = FarmingSF
  349. CactusField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  350. CactusField.Position = UDim2.new(0.0391061455, 0, 0.675347209, 0)
  351. CactusField.Size = UDim2.new(0, 92, 0, 29)
  352. CactusField.Font = Enum.Font.SourceSans
  353. CactusField.Text = "Cactus Field"
  354. CactusField.TextColor3 = Color3.new(0, 0, 0)
  355. CactusField.TextSize = 14
  356.  
  357. Field11AF.Name = "Field11AF"
  358. Field11AF.Parent = CactusField
  359. Field11AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  360. Field11AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  361. Field11AF.Size = UDim2.new(0, 91, 0, 29)
  362. Field11AF.Font = Enum.Font.SourceSans
  363. Field11AF.Text = "Farm"
  364. Field11AF.TextColor3 = Color3.new(0, 0, 0)
  365. Field11AF.TextSize = 14
  366.  
  367. PumpkinField.Name = "Pumpkin Field"
  368. PumpkinField.Parent = FarmingSF
  369. PumpkinField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  370. PumpkinField.Position = UDim2.new(0.0391061455, 0, 0.737847209, 0)
  371. PumpkinField.Size = UDim2.new(0, 92, 0, 29)
  372. PumpkinField.Font = Enum.Font.SourceSans
  373. PumpkinField.Text = "Pumpkin Field"
  374. PumpkinField.TextColor3 = Color3.new(0, 0, 0)
  375. PumpkinField.TextSize = 14
  376.  
  377. Field12AF.Name = "Field12AF"
  378. Field12AF.Parent = PumpkinField
  379. Field12AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  380. Field12AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  381. Field12AF.Size = UDim2.new(0, 91, 0, 29)
  382. Field12AF.Font = Enum.Font.SourceSans
  383. Field12AF.Text = "Farm"
  384. Field12AF.TextColor3 = Color3.new(0, 0, 0)
  385. Field12AF.TextSize = 14
  386.  
  387. PineappleField.Name = "Pineapple Field"
  388. PineappleField.Parent = FarmingSF
  389. PineappleField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  390. PineappleField.Position = UDim2.new(0.0391061455, 0, 0.798611104, 0)
  391. PineappleField.Size = UDim2.new(0, 92, 0, 29)
  392. PineappleField.Font = Enum.Font.SourceSans
  393. PineappleField.Text = "Pineapple Field"
  394. PineappleField.TextColor3 = Color3.new(0, 0, 0)
  395. PineappleField.TextSize = 14
  396.  
  397. Field13AF.Name = "Field13AF"
  398. Field13AF.Parent = PineappleField
  399. Field13AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  400. Field13AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  401. Field13AF.Size = UDim2.new(0, 91, 0, 29)
  402. Field13AF.Font = Enum.Font.SourceSans
  403. Field13AF.Text = "Farm"
  404. Field13AF.TextColor3 = Color3.new(0, 0, 0)
  405. Field13AF.TextSize = 14
  406.  
  407. MountainTopField.Name = "MountainTop Field"
  408. MountainTopField.Parent = FarmingSF
  409. MountainTopField.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  410. MountainTopField.Position = UDim2.new(0.0391061455, 0, 0.859375, 0)
  411. MountainTopField.Size = UDim2.new(0, 92, 0, 29)
  412. MountainTopField.Font = Enum.Font.SourceSans
  413. MountainTopField.Text = "MountainTop Field"
  414. MountainTopField.TextColor3 = Color3.new(0, 0, 0)
  415. MountainTopField.TextSize = 14
  416.  
  417. Field14AF.Name = "Field14AF"
  418. Field14AF.Parent = MountainTopField
  419. Field14AF.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  420. Field14AF.Position = UDim2.new(1.18478262, 0, 0, 0)
  421. Field14AF.Size = UDim2.new(0, 91, 0, 29)
  422. Field14AF.Font = Enum.Font.SourceSans
  423. Field14AF.Text = "Farm"
  424. Field14AF.TextColor3 = Color3.new(0, 0, 0)
  425. Field14AF.TextSize = 14
  426.  
  427. AutoDig.Name = "Auto Dig"
  428. AutoDig.Parent = Frame
  429. AutoDig.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  430. AutoDig.BorderSizePixel = 3
  431. AutoDig.Position = UDim2.new(0.0404040404, 0, 0.218749985, 0)
  432. AutoDig.Size = UDim2.new(0, 129, 0, 36)
  433. AutoDig.Font = Enum.Font.Cartoon
  434. AutoDig.Text = "Auto Dig"
  435. AutoDig.TextColor3 = Color3.new(0, 0, 0)
  436. AutoDig.TextSize = 14
  437.  
  438. CollectallTreasures.Name = "Collect all Treasures"
  439. CollectallTreasures.Parent = Frame
  440. CollectallTreasures.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  441. CollectallTreasures.BorderSizePixel = 3
  442. CollectallTreasures.Position = UDim2.new(0.538720489, 0, 0.53125, 0)
  443. CollectallTreasures.Size = UDim2.new(0, 129, 0, 36)
  444. CollectallTreasures.Font = Enum.Font.Cartoon
  445. CollectallTreasures.Text = "Collect all Treasures"
  446. CollectallTreasures.TextColor3 = Color3.new(0, 0, 0)
  447. CollectallTreasures.TextSize = 14
  448.  
  449. ReturntoHive.Name = "Return to Hive"
  450. ReturntoHive.Parent = Frame
  451. ReturntoHive.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  452. ReturntoHive.BorderSizePixel = 3
  453. ReturntoHive.Position = UDim2.new(0.0404040217, 0, 0.368055552, 0)
  454. ReturntoHive.Size = UDim2.new(0, 129, 0, 36)
  455. ReturntoHive.Font = Enum.Font.Cartoon
  456. ReturntoHive.Text = "Return to Hive"
  457. ReturntoHive.TextColor3 = Color3.new(0, 0, 0)
  458. ReturntoHive.TextSize = 14
  459.  
  460. GetAnyBees.Name = "Get Any Bees"
  461. GetAnyBees.Parent = Frame
  462. GetAnyBees.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  463. GetAnyBees.BorderSizePixel = 3
  464. GetAnyBees.Position = UDim2.new(0.538720489, 0, 0.368055552, 0)
  465. GetAnyBees.Size = UDim2.new(0, 129, 0, 36)
  466. GetAnyBees.Font = Enum.Font.Cartoon
  467. GetAnyBees.Text = "Get Any Bees"
  468. GetAnyBees.TextColor3 = Color3.new(0, 0, 0)
  469. GetAnyBees.TextSize = 14
  470.  
  471. Info.Name = "Info"
  472. Info.Parent = Frame
  473. Info.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  474. Info.BorderSizePixel = 3
  475. Info.Position = UDim2.new(0.282828242, 0, 0.87499994, 0)
  476. Info.Size = UDim2.new(0, 129, 0, 36)
  477. Info.Font = Enum.Font.SourceSans
  478. Info.Text = "Credits"
  479. Info.TextColor3 = Color3.new(0, 0, 0)
  480. Info.TextSize = 14
  481.  
  482. Creditss.Name = "Creditss"
  483. Creditss.Parent = Info
  484. Creditss.BackgroundColor3 = Color3.new(0.501961, 0, 0)
  485. Creditss.BorderColor3 = Color3.new(0, 0, 0)
  486. Creditss.BorderSizePixel = 4
  487. Creditss.Position = UDim2.new(-0.713178277, 0, 1.27777779, 0)
  488. Creditss.Size = UDim2.new(0, 316, 0, 127)
  489. Creditss.Font = Enum.Font.Cartoon
  490. Creditss.Text = "Gui by Tokumei/Aresuu, Special Thanks for Scripts Owners that i used for this Gui ! discord.gg/invites/PCVJQF8"
  491. Creditss.TextColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  492. Creditss.TextScaled = true
  493. Creditss.TextSize = 14
  494. Creditss.TextWrapped = true
  495. Creditss.Visible = false
  496.  
  497. Locaiton.Name = "Locaiton"
  498. Locaiton.Parent = Frame
  499. Locaiton.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  500. Locaiton.BorderSizePixel = 3
  501. Locaiton.Position = UDim2.new(0.0404039919, 0, 0.53125, 0)
  502. Locaiton.Size = UDim2.new(0, 129, 0, 36)
  503. Locaiton.Font = Enum.Font.Cartoon
  504. Locaiton.Text = "Location"
  505. Locaiton.TextColor3 = Color3.new(0, 0, 0)
  506. Locaiton.TextSize = 14
  507.  
  508. LocationF.Name = "LocationF"
  509. LocationF.Parent = Locaiton
  510. LocationF.BackgroundColor3 = Color3.new(1, 1, 1)
  511. LocationF.BackgroundTransparency = 1
  512. LocationF.Position = UDim2.new(-2.10077524, 0, -4.27777767, 0)
  513. LocationF.Size = UDim2.new(0, 231, 0, 322)
  514. LocationF.Visible = false
  515.  
  516. LocationSF.Name = "LocationSF"
  517. LocationSF.Parent = LocationF
  518. LocationSF.BackgroundColor3 = Color3.new(0, 0, 0)
  519. LocationSF.BorderSizePixel = 3
  520. LocationSF.Position = UDim2.new(0.00432900432, 0, 0.00310559012, 0)
  521. LocationSF.Size = UDim2.new(0, 224, 0, 321)
  522.  
  523. BlackBear.Name = "BlackBear"
  524. BlackBear.Parent = LocationSF
  525. BlackBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  526. BlackBear.Position = UDim2.new(0.0391061455, 0, 0.0104166716, 0)
  527. BlackBear.Size = UDim2.new(0, 92, 0, 29)
  528. BlackBear.Font = Enum.Font.Cartoon
  529. BlackBear.Text = "Black Bear"
  530. BlackBear.TextColor3 = Color3.new(0, 0, 0)
  531. BlackBear.TextScaled = true
  532. BlackBear.TextSize = 14
  533. BlackBear.TextWrapped = true
  534.  
  535. BrownBear.Name = "BrownBear"
  536. BrownBear.Parent = LocationSF
  537. BrownBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  538. BrownBear.Position = UDim2.new(0.51910615, 0, 0.0104166716, 0)
  539. BrownBear.Size = UDim2.new(0, 92, 0, 29)
  540. BrownBear.Font = Enum.Font.Cartoon
  541. BrownBear.Text = "Brown Bear"
  542. BrownBear.TextColor3 = Color3.new(0, 0, 0)
  543. BrownBear.TextScaled = true
  544. BrownBear.TextSize = 14
  545. BrownBear.TextWrapped = true
  546.  
  547. PandaBear.Name = "PandaBear"
  548. PandaBear.Parent = LocationSF
  549. PandaBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  550. PandaBear.Position = UDim2.new(0.0391061455, 0, 0.0561054945, 0)
  551. PandaBear.Size = UDim2.new(0, 92, 0, 29)
  552. PandaBear.Font = Enum.Font.Cartoon
  553. PandaBear.Text = "Panda Bear"
  554. PandaBear.TextColor3 = Color3.new(0, 0, 0)
  555. PandaBear.TextScaled = true
  556. PandaBear.TextSize = 14
  557. PandaBear.TextWrapped = true
  558.  
  559. PolarBear.Name = "PolarBear"
  560. PolarBear.Parent = LocationSF
  561. PolarBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  562. PolarBear.Position = UDim2.new(0.51910609, 0, 0.0545527004, 0)
  563. PolarBear.Size = UDim2.new(0, 92, 0, 29)
  564. PolarBear.Font = Enum.Font.Cartoon
  565. PolarBear.Text = "Polar Bear"
  566. PolarBear.TextColor3 = Color3.new(0, 0, 0)
  567. PolarBear.TextScaled = true
  568. PolarBear.TextSize = 14
  569. PolarBear.TextWrapped = true
  570.  
  571. ScienceBear.Name = "ScienceBear"
  572. ScienceBear.Parent = LocationSF
  573. ScienceBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  574. ScienceBear.Position = UDim2.new(0.0391061455, 0, 0.0986887515, 0)
  575. ScienceBear.Size = UDim2.new(0, 92, 0, 29)
  576. ScienceBear.Font = Enum.Font.SourceSans
  577. ScienceBear.Text = "Science Bear"
  578. ScienceBear.TextColor3 = Color3.new(0, 0, 0)
  579. ScienceBear.TextScaled = true
  580. ScienceBear.TextSize = 14
  581. ScienceBear.TextWrapped = true
  582.  
  583. TravelingBear.Name = "TravelingBear"
  584. TravelingBear.Parent = LocationSF
  585. TravelingBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  586. TravelingBear.Position = UDim2.new(0.51910615, 0, 0.100241542, 0)
  587. TravelingBear.Size = UDim2.new(0, 92, 0, 29)
  588. TravelingBear.Font = Enum.Font.Cartoon
  589. TravelingBear.Text = "Traveling Bear"
  590. TravelingBear.TextColor3 = Color3.new(0, 0, 0)
  591. TravelingBear.TextScaled = true
  592. TravelingBear.TextSize = 14
  593. TravelingBear.TextWrapped = true
  594.  
  595. MotherBear.Name = "MotherBear"
  596. MotherBear.Parent = LocationSF
  597. MotherBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  598. MotherBear.Position = UDim2.new(0.0391061455, 0, 0.14593035, 0)
  599. MotherBear.Size = UDim2.new(0, 92, 0, 29)
  600. MotherBear.Font = Enum.Font.Cartoon
  601. MotherBear.Text = "Mother Bear"
  602. MotherBear.TextColor3 = Color3.new(0, 0, 0)
  603. MotherBear.TextScaled = true
  604. MotherBear.TextSize = 14
  605. MotherBear.TextWrapped = true
  606.  
  607. TunnelBear.Name = "TunnelBear"
  608. TunnelBear.Parent = LocationSF
  609. TunnelBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  610. TunnelBear.Position = UDim2.new(0.51910615, 0, 0.14593038, 0)
  611. TunnelBear.Size = UDim2.new(0, 92, 0, 29)
  612. TunnelBear.Font = Enum.Font.Cartoon
  613. TunnelBear.Text = "Tunnel Bear"
  614. TunnelBear.TextColor3 = Color3.new(0, 0, 0)
  615. TunnelBear.TextScaled = true
  616. TunnelBear.TextSize = 14
  617. TunnelBear.TextWrapped = true
  618.  
  619. SunBear.Name = "SunBear"
  620. SunBear.Parent = LocationSF
  621. SunBear.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  622. SunBear.Position = UDim2.new(0.0391061455, 0, 0.191619232, 0)
  623. SunBear.Size = UDim2.new(0, 92, 0, 29)
  624. SunBear.Font = Enum.Font.Cartoon
  625. SunBear.Text = "Sun Bear"
  626. SunBear.TextColor3 = Color3.new(0, 0, 0)
  627. SunBear.TextScaled = true
  628. SunBear.TextSize = 14
  629. SunBear.TextWrapped = true
  630.  
  631. Onett.Name = "Onett"
  632. Onett.Parent = LocationSF
  633. Onett.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  634. Onett.Position = UDim2.new(0.51910615, 0, 0.190066457, 0)
  635. Onett.Size = UDim2.new(0, 92, 0, 29)
  636. Onett.Font = Enum.Font.Cartoon
  637. Onett.Text = "Onett"
  638. Onett.TextColor3 = Color3.new(0, 0, 0)
  639. Onett.TextScaled = true
  640. Onett.TextSize = 14
  641. Onett.TextWrapped = true
  642.  
  643. RedBoost.Name = "RedBoost"
  644. RedBoost.Parent = LocationSF
  645. RedBoost.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  646. RedBoost.Position = UDim2.new(0.0391061455, 0, 0.234202474, 0)
  647. RedBoost.Size = UDim2.new(0, 92, 0, 29)
  648. RedBoost.Font = Enum.Font.Cartoon
  649. RedBoost.Text = "Red Boost"
  650. RedBoost.TextColor3 = Color3.new(0, 0, 0)
  651. RedBoost.TextScaled = true
  652. RedBoost.TextSize = 14
  653. RedBoost.TextWrapped = true
  654.  
  655. BlueBoost.Name = "BlueBoost"
  656. BlueBoost.Parent = LocationSF
  657. BlueBoost.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  658. BlueBoost.Position = UDim2.new(0.51910615, 0, 0.23575528, 0)
  659. BlueBoost.Size = UDim2.new(0, 92, 0, 29)
  660. BlueBoost.Font = Enum.Font.Cartoon
  661. BlueBoost.Text = "Blue Boost"
  662. BlueBoost.TextColor3 = Color3.new(0, 0, 0)
  663. BlueBoost.TextSize = 14
  664.  
  665. MountainBoost.Name = "MountainBoost"
  666. MountainBoost.Parent = LocationSF
  667. MountainBoost.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  668. MountainBoost.Position = UDim2.new(0.0391061455, 0, 0.281077445, 0)
  669. MountainBoost.Size = UDim2.new(0, 92, 0, 29)
  670. MountainBoost.Font = Enum.Font.Cartoon
  671. MountainBoost.Text = "Mountain Boost"
  672. MountainBoost.TextColor3 = Color3.new(0, 0, 0)
  673. MountainBoost.TextSize = 14
  674.  
  675. RedCannon.Name = "RedCannon"
  676. RedCannon.Parent = LocationSF
  677. RedCannon.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  678. RedCannon.Position = UDim2.new(0.0390000008, 0, 0.326419145, 0)
  679. RedCannon.Size = UDim2.new(0, 92, 0, 29)
  680. RedCannon.Font = Enum.Font.Cartoon
  681. RedCannon.Text = "Red Cannon"
  682. RedCannon.TextColor3 = Color3.new(0, 0, 0)
  683. RedCannon.TextScaled = true
  684. RedCannon.TextSize = 14
  685. RedCannon.TextWrapped = true
  686.  
  687. YellowCannon.Name = "YellowCannon"
  688. YellowCannon.Parent = LocationSF
  689. YellowCannon.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  690. YellowCannon.Position = UDim2.new(0.0390000008, 0, 0.370624572, 0)
  691. YellowCannon.Size = UDim2.new(0, 92, 0, 29)
  692. YellowCannon.Font = Enum.Font.Cartoon
  693. YellowCannon.Text = "MountainTop Field"
  694. YellowCannon.TextColor3 = Color3.new(0, 0, 0)
  695. YellowCannon.TextScaled = true
  696. YellowCannon.TextSize = 14
  697. YellowCannon.TextWrapped = true
  698.  
  699. BlueCannon.Name = "BlueCannon"
  700. BlueCannon.Parent = LocationSF
  701. BlueCannon.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  702. BlueCannon.Position = UDim2.new(0.51910615, 0, 0.281077504, 0)
  703. BlueCannon.Size = UDim2.new(0, 92, 0, 29)
  704. BlueCannon.Font = Enum.Font.Cartoon
  705. BlueCannon.Text = "Blue Cannon"
  706. BlueCannon.TextColor3 = Color3.new(0, 0, 0)
  707. BlueCannon.TextScaled = true
  708. BlueCannon.TextSize = 14
  709. BlueCannon.TextWrapped = true
  710.  
  711. AntChallenge.Name = "AntChallenge"
  712. AntChallenge.Parent = LocationSF
  713. AntChallenge.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  714. AntChallenge.Position = UDim2.new(0.0390000008, 0, 0.416119009, 0)
  715. AntChallenge.Size = UDim2.new(0, 92, 0, 29)
  716. AntChallenge.Font = Enum.Font.Cartoon
  717. AntChallenge.Text = "Ant Challenge"
  718. AntChallenge.TextColor3 = Color3.new(0, 0, 0)
  719. AntChallenge.TextScaled = true
  720. AntChallenge.TextSize = 14
  721. AntChallenge.TextWrapped = true
  722.  
  723. Slingshot.Name = "Slingshot"
  724. Slingshot.Parent = LocationSF
  725. Slingshot.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  726. Slingshot.Position = UDim2.new(0.51910615, 0, 0.326766342, 0)
  727. Slingshot.Size = UDim2.new(0, 92, 0, 29)
  728. Slingshot.Font = Enum.Font.Cartoon
  729. Slingshot.Text = "Sling Shot"
  730. Slingshot.TextColor3 = Color3.new(0, 0, 0)
  731. Slingshot.TextScaled = true
  732. Slingshot.TextSize = 14
  733. Slingshot.TextWrapped = true
  734.  
  735. BeeShop.Name = "BeeShop"
  736. BeeShop.Parent = LocationSF
  737. BeeShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  738. BeeShop.Position = UDim2.new(0.0391061455, 0, 0.460727185, 0)
  739. BeeShop.Size = UDim2.new(0, 92, 0, 29)
  740. BeeShop.Font = Enum.Font.Cartoon
  741. BeeShop.Text = "Bee Shop"
  742. BeeShop.TextColor3 = Color3.new(0, 0, 0)
  743. BeeShop.TextScaled = true
  744. BeeShop.TextSize = 14
  745. BeeShop.TextWrapped = true
  746.  
  747. KingbeetlesLair.Name = "KingbeetlesLair"
  748. KingbeetlesLair.Parent = LocationSF
  749. KingbeetlesLair.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  750. KingbeetlesLair.Position = UDim2.new(0.51910615, 0, 0.370902359, 0)
  751. KingbeetlesLair.Size = UDim2.new(0, 92, 0, 29)
  752. KingbeetlesLair.Font = Enum.Font.Cartoon
  753. KingbeetlesLair.Text = "King Beetles Lair"
  754. KingbeetlesLair.TextColor3 = Color3.new(0, 0, 0)
  755. KingbeetlesLair.TextScaled = true
  756. KingbeetlesLair.TextSize = 14
  757. KingbeetlesLair.TextWrapped = true
  758.  
  759. AdvancedToolsShop.Name = "Advanced Tools Shop"
  760. AdvancedToolsShop.Parent = LocationSF
  761. AdvancedToolsShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  762. AdvancedToolsShop.Position = UDim2.new(0.0390000008, 0, 0.506457746, 0)
  763. AdvancedToolsShop.Size = UDim2.new(0, 92, 0, 29)
  764. AdvancedToolsShop.Font = Enum.Font.Cartoon
  765. AdvancedToolsShop.Text = "Advanced Tools Shop"
  766. AdvancedToolsShop.TextColor3 = Color3.new(0, 0, 0)
  767. AdvancedToolsShop.TextScaled = true
  768. AdvancedToolsShop.TextSize = 14
  769. AdvancedToolsShop.TextWrapped = true
  770.  
  771. BasicToolsShop.Name = "Basic Tools Shop"
  772. BasicToolsShop.Parent = LocationSF
  773. BasicToolsShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  774. BasicToolsShop.Position = UDim2.new(0.518999994, 0, 0.416119009, 0)
  775. BasicToolsShop.Size = UDim2.new(0, 92, 0, 29)
  776. BasicToolsShop.Font = Enum.Font.Cartoon
  777. BasicToolsShop.Text = "Basic Tools Shop"
  778. BasicToolsShop.TextColor3 = Color3.new(0, 0, 0)
  779. BasicToolsShop.TextScaled = true
  780. BasicToolsShop.TextSize = 14
  781. BasicToolsShop.TextWrapped = true
  782.  
  783. TentShop.Name = "TentShop"
  784. TentShop.Parent = LocationSF
  785. TentShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  786. TentShop.Position = UDim2.new(0.0390000008, 0, 0.550982714, 0)
  787. TentShop.Size = UDim2.new(0, 92, 0, 29)
  788. TentShop.Font = Enum.Font.Cartoon
  789. TentShop.Text = "Tent Shop"
  790. TentShop.TextColor3 = Color3.new(0, 0, 0)
  791. TentShop.TextScaled = true
  792. TentShop.TextSize = 14
  793. TentShop.TextWrapped = true
  794.  
  795. MountainTopShop.Name = "MountainTopShop"
  796. MountainTopShop.Parent = LocationSF
  797. MountainTopShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  798. MountainTopShop.Position = UDim2.new(0.51910615, 0, 0.460727185, 0)
  799. MountainTopShop.Size = UDim2.new(0, 92, 0, 29)
  800. MountainTopShop.Font = Enum.Font.Cartoon
  801. MountainTopShop.Text = "Mountain Top Shop"
  802. MountainTopShop.TextColor3 = Color3.new(0, 0, 0)
  803. MountainTopShop.TextScaled = true
  804. MountainTopShop.TextSize = 14
  805. MountainTopShop.TextWrapped = true
  806.  
  807. BlueClubhouse.Name = "BlueClubhouse"
  808. BlueClubhouse.Parent = LocationSF
  809. BlueClubhouse.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  810. BlueClubhouse.Position = UDim2.new(0.51910615, 0, 0.55055213, 0)
  811. BlueClubhouse.Size = UDim2.new(0, 92, 0, 29)
  812. BlueClubhouse.Font = Enum.Font.Cartoon
  813. BlueClubhouse.Text = "Blue Club House"
  814. BlueClubhouse.TextColor3 = Color3.new(0, 0, 0)
  815. BlueClubhouse.TextScaled = true
  816. BlueClubhouse.TextSize = 14
  817. BlueClubhouse.TextWrapped = true
  818.  
  819. RedClubhouse.Name = "RedClubhouse"
  820. RedClubhouse.Parent = LocationSF
  821. RedClubhouse.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  822. RedClubhouse.Position = UDim2.new(0.0390000008, 0, 0.596588194, 0)
  823. RedClubhouse.Size = UDim2.new(0, 92, 0, 29)
  824. RedClubhouse.Font = Enum.Font.Cartoon
  825. RedClubhouse.Text = "Red Club House"
  826. RedClubhouse.TextColor3 = Color3.new(0, 0, 0)
  827. RedClubhouse.TextScaled = true
  828. RedClubhouse.TextSize = 14
  829. RedClubhouse.TextWrapped = true
  830.  
  831. TreatShop.Name = "TreatShop"
  832. TreatShop.Parent = LocationSF
  833. TreatShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  834. TreatShop.Position = UDim2.new(0.51910615, 0, 0.506416023, 0)
  835. TreatShop.Size = UDim2.new(0, 92, 0, 29)
  836. TreatShop.Font = Enum.Font.Cartoon
  837. TreatShop.Text = "Treat Shop"
  838. TreatShop.TextColor3 = Color3.new(0, 0, 0)
  839. TreatShop.TextScaled = true
  840. TreatShop.TextSize = 14
  841. TreatShop.TextWrapped = true
  842.  
  843. ClubHoney.Name = "ClubHoney"
  844. ClubHoney.Parent = LocationSF
  845. ClubHoney.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  846. ClubHoney.Position = UDim2.new(0.0390000045, 0, 0.685662985, 0)
  847. ClubHoney.Size = UDim2.new(0, 92, 0, 29)
  848. ClubHoney.Font = Enum.Font.Cartoon
  849. ClubHoney.Text = "Club Honey"
  850. ClubHoney.TextColor3 = Color3.new(0, 0, 0)
  851. ClubHoney.TextScaled = true
  852. ClubHoney.TextSize = 14
  853. ClubHoney.TextWrapped = true
  854.  
  855. TicketShop.Name = "TicketShop"
  856. TicketShop.Parent = LocationSF
  857. TicketShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  858. TicketShop.Position = UDim2.new(0.0391061455, 0, 0.640376985, 0)
  859. TicketShop.Size = UDim2.new(0, 92, 0, 29)
  860. TicketShop.Font = Enum.Font.Cartoon
  861. TicketShop.Text = "Ticket Shop"
  862. TicketShop.TextColor3 = Color3.new(0, 0, 0)
  863. TicketShop.TextScaled = true
  864. TicketShop.TextSize = 14
  865. TicketShop.TextWrapped = true
  866.  
  867. TicketRoyalJelly.Name = "TicketRoyalJelly"
  868. TicketRoyalJelly.Parent = LocationSF
  869. TicketRoyalJelly.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  870. TicketRoyalJelly.Position = UDim2.new(0.0390000008, 0, 0.730213046, 0)
  871. TicketRoyalJelly.Size = UDim2.new(0, 92, 0, 29)
  872. TicketRoyalJelly.Font = Enum.Font.Cartoon
  873. TicketRoyalJelly.Text = "Ticket RoyalJelly Shop"
  874. TicketRoyalJelly.TextColor3 = Color3.new(0, 0, 0)
  875. TicketRoyalJelly.TextScaled = true
  876. TicketRoyalJelly.TextSize = 14
  877. TicketRoyalJelly.TextWrapped = true
  878.  
  879. RoyalJellyShop.Name = "RoyalJellyShop"
  880. RoyalJellyShop.Parent = LocationSF
  881. RoyalJellyShop.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  882. RoyalJellyShop.Position = UDim2.new(0.51910615, 0, 0.596240997, 0)
  883. RoyalJellyShop.Size = UDim2.new(0, 92, 0, 29)
  884. RoyalJellyShop.Font = Enum.Font.Cartoon
  885. RoyalJellyShop.Text = "RoyalJelly Shop"
  886. RoyalJellyShop.TextColor3 = Color3.new(0, 0, 0)
  887. RoyalJellyShop.TextScaled = true
  888. RoyalJellyShop.TextSize = 14
  889. RoyalJellyShop.TextWrapped = true
  890.  
  891. HoneyConvertor.Name = "HoneyConvertor"
  892. HoneyConvertor.Parent = LocationSF
  893. HoneyConvertor.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  894. HoneyConvertor.Position = UDim2.new(0.520011902, 0, 0.640152037, 0)
  895. HoneyConvertor.Size = UDim2.new(0, 92, 0, 29)
  896. HoneyConvertor.Font = Enum.Font.Cartoon
  897. HoneyConvertor.Text = "Honey Convertor"
  898. HoneyConvertor.TextColor3 = Color3.new(0, 0, 0)
  899. HoneyConvertor.TextScaled = true
  900. HoneyConvertor.TextSize = 14
  901. HoneyConvertor.TextWrapped = true
  902.  
  903. BlueberryDispenser.Name = "BlueberryDispenser"
  904. BlueberryDispenser.Parent = LocationSF
  905. BlueberryDispenser.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  906. BlueberryDispenser.Position = UDim2.new(0.51910615, 0, 0.684513152, 0)
  907. BlueberryDispenser.Size = UDim2.new(0, 92, 0, 29)
  908. BlueberryDispenser.Font = Enum.Font.Cartoon
  909. BlueberryDispenser.Text = "Blueberry Dispenser"
  910. BlueberryDispenser.TextColor3 = Color3.new(0, 0, 0)
  911. BlueberryDispenser.TextScaled = true
  912. BlueberryDispenser.TextSize = 14
  913. BlueberryDispenser.TextWrapped = true
  914.  
  915. GumdropDispenser.Name = "GumdropDispenser"
  916. GumdropDispenser.Parent = LocationSF
  917. GumdropDispenser.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  918. GumdropDispenser.Position = UDim2.new(0.0390000008, 0, 0.77566576, 0)
  919. GumdropDispenser.Size = UDim2.new(0, 92, 0, 29)
  920. GumdropDispenser.Font = Enum.Font.Cartoon
  921. GumdropDispenser.Text = "Gumdrop Dispenser"
  922. GumdropDispenser.TextColor3 = Color3.new(0, 0, 0)
  923. GumdropDispenser.TextScaled = true
  924. GumdropDispenser.TextSize = 14
  925. GumdropDispenser.TextWrapped = true
  926.  
  927. TreatDispenser.Name = "TreatDispenser"
  928. TreatDispenser.Parent = LocationSF
  929. TreatDispenser.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  930. TreatDispenser.Position = UDim2.new(0.0390000008, 0, 0.81971854, 0)
  931. TreatDispenser.Size = UDim2.new(0, 92, 0, 29)
  932. TreatDispenser.Font = Enum.Font.Cartoon
  933. TreatDispenser.Text = "Treat Dispenser"
  934. TreatDispenser.TextColor3 = Color3.new(0, 0, 0)
  935. TreatDispenser.TextScaled = true
  936. TreatDispenser.TextSize = 14
  937. TreatDispenser.TextWrapped = true
  938.  
  939. StrawberryDispenser.Name = "StrawberryDispenser"
  940. StrawberryDispenser.Parent = LocationSF
  941. StrawberryDispenser.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  942. StrawberryDispenser.Position = UDim2.new(0.51910615, 0, 0.730018556, 0)
  943. StrawberryDispenser.Size = UDim2.new(0, 92, 0, 29)
  944. StrawberryDispenser.Font = Enum.Font.Cartoon
  945. StrawberryDispenser.Text = "Strawberry Dispenser"
  946. StrawberryDispenser.TextColor3 = Color3.new(0, 0, 0)
  947. StrawberryDispenser.TextScaled = true
  948. StrawberryDispenser.TextSize = 14
  949. StrawberryDispenser.TextWrapped = true
  950.  
  951. SproutDispenser.Name = "SproutDispenser"
  952. SproutDispenser.Parent = LocationSF
  953. SproutDispenser.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  954. SproutDispenser.Position = UDim2.new(0.51910615, 0, 0.819843471, 0)
  955. SproutDispenser.Size = UDim2.new(0, 92, 0, 29)
  956. SproutDispenser.Font = Enum.Font.Cartoon
  957. SproutDispenser.Text = "Sprout Dispenser"
  958. SproutDispenser.TextColor3 = Color3.new(0, 0, 0)
  959. SproutDispenser.TextScaled = true
  960. SproutDispenser.TextSize = 14
  961. SproutDispenser.TextWrapped = true
  962.  
  963. Honeystorm.Name = "Honeystorm"
  964. Honeystorm.Parent = LocationSF
  965. Honeystorm.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  966. Honeystorm.Position = UDim2.new(0.51910615, 0, 0.775707304, 0)
  967. Honeystorm.Size = UDim2.new(0, 92, 0, 29)
  968. Honeystorm.Font = Enum.Font.Cartoon
  969. Honeystorm.Text = "Honey Storm"
  970. Honeystorm.TextColor3 = Color3.new(0, 0, 0)
  971. Honeystorm.TextScaled = true
  972. Honeystorm.TextSize = 14
  973. Honeystorm.TextWrapped = true
  974.  
  975. Title.Name = "Title"
  976. Title.Parent = Frame
  977. Title.BackgroundColor3 = Color3.new(0.376471, 0.313726, 0.862745)
  978. Title.Position = UDim2.new(0.00336700329, 0, 0, 0)
  979. Title.Size = UDim2.new(0, 296, 0, 50)
  980. Title.Font = Enum.Font.Cartoon
  981. Title.Text = "Bee Swarm Simulator"
  982. Title.TextColor3 = Color3.new(0, 0, 0)
  983. Title.TextScaled = true
  984. Title.TextSize = 14
  985. Title.TextWrapped = true
  986.  
  987. PollenFarm.Name = "Pollen Farm"
  988. PollenFarm.Parent = Frame
  989. PollenFarm.BackgroundColor3 = Color3.new(0.603922, 0, 0.603922)
  990. PollenFarm.BorderSizePixel = 3
  991. PollenFarm.Position = UDim2.new(0.282828242, 0, 0.694444478, 0)
  992. PollenFarm.Size = UDim2.new(0, 129, 0, 36)
  993. PollenFarm.Font = Enum.Font.Cartoon
  994. PollenFarm.Text = "Farm Pollen"
  995. PollenFarm.TextColor3 = Color3.new(0, 0, 0)
  996. PollenFarm.TextSize = 14
  997.  
  998. Open.Name = "Open"
  999. Open.Parent = BeeS
  1000. Open.BackgroundColor3 = Color3.new(0.00784314, 0.00392157, 0.988235)
  1001. Open.BorderColor3 = Color3.new(0, 0, 0)
  1002. Open.BorderSizePixel = 3
  1003. Open.Position = UDim2.new(0.458333313, 0, 0.0100502511, 0)
  1004. Open.Size = UDim2.new(0, 88, 0, 21)
  1005. Open.Font = Enum.Font.SourceSans
  1006. Open.Text = "Open"
  1007. Open.TextColor3 = Color3.new(0, 0, 0)
  1008. Open.TextSize = 14
  1009.  
  1010. Close.Name = "Close"
  1011. Close.Parent = BeeS
  1012. Close.BackgroundColor3 = Color3.new(0.992157, 0.996078, 0.0117647)
  1013. Close.BorderColor3 = Color3.new(0, 0, 0)
  1014. Close.BorderSizePixel = 3
  1015. Close.Position = UDim2.new(0.458333313, 0, 0.0100502511, 0)
  1016. Close.Size = UDim2.new(0, 88, 0, 21)
  1017. Close.Font = Enum.Font.SourceSans
  1018. Close.Text = "Close"
  1019. Close.TextColor3 = Color3.new(0, 0, 0)
  1020. Close.TextSize = 14
  1021. -- Scripts:
  1022.  
  1023.  
  1024. Open.MouseButton1Click:connect(function()
  1025.     Frame.Visible = true
  1026.     Open.Visible = false
  1027.     Close.Visible = true
  1028. end)
  1029.  
  1030. Close.MouseButton1Click:connect(function()
  1031.     Frame.Visible = false
  1032.     Open.Visible = true
  1033.     Close.Visible = false
  1034. end)
  1035.  
  1036. FarmingSite.MouseButton1Click:connect(function()
  1037.                 if FarmingSite == true then
  1038.                     FarmingSite = false
  1039.                     FarmingSiteF.Visible = false
  1040.                 else
  1041.                     FarmingSite = true
  1042.                     FarmingSiteF.Visible = true
  1043.                 end
  1044.         end)
  1045.  
  1046. Locaiton.MouseButton1Click:connect(function()
  1047.                 if Locaiton == true then
  1048.                     Locaiton = false
  1049.                     LocationF.Visible = false
  1050.                 else
  1051.                     Locaiton = true
  1052.                     LocationF.Visible = true
  1053.                 end
  1054.         end)
  1055.  
  1056. Info.MouseButton1Click:connect(function()
  1057.                 if Info == true then
  1058.                     Info = false
  1059.                     Creditss.Visible = false
  1060.                 else
  1061.                     Info = true
  1062.                     Creditss.Visible = true
  1063.                 end
  1064.         end)
  1065.  
  1066.  
  1067. -- Pollen Farming --
  1068.  
  1069. spawn (function()
  1070.     while true do
  1071.         wait(0.2)
  1072.         if PollenFarmActive == true then
  1073.             local player = game:GetService("Players").LocalPlayer
  1074.             local currp
  1075.             workspace.Collectibles.ChildAdded:Connect(function(part)
  1076.                 wait(0.3)
  1077.                 if currp and (part.Position-currp).magnitude < 100 then
  1078.                     player.Character:MoveTo(part.Position)
  1079.                     wait(0.1)
  1080.                     player.Character:MoveTo(currp)
  1081.                 end
  1082.             end)
  1083.             local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1084.             if not pollenLbl then
  1085.                 error("Backpack not found")
  1086.             end
  1087.             local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1088.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1089.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1090.                 error("Tool not found")
  1091.             end
  1092.             print("Backpack size: " .. maxpollen)
  1093.             if Field1AFActive == true then
  1094.                 fieldpos = {Vector3.new(-207.426,3,132.8),Vector3.new(-207.426,3,162.8),Vector3.new(-207.426,3,192.8)}
  1095.                 print("Farming Sunflower Zone")
  1096.             elseif Field2AFActive == true then
  1097.                 fieldpos = {Vector3.new(-96.13, 3.35, 127.62),Vector3.new(-67.9, 3.35, 135.7)}
  1098.                 print("Farming Mushroom Zone")
  1099.             elseif Field3AFActive == true then
  1100.                 fieldpos = {Vector3.new(-70.35,4,221.5),Vector3.new(-30.35,4,221.5),Vector3.new(10.35,4,221.5)}
  1101.                 print("Farming Dandelion Zone")
  1102.             elseif Field4AFActive == true then
  1103.                 fieldpos = {Vector3.new(106.8,4,100.5),Vector3.new(146.8,4,100.5),Vector3.new(186.8,4,100.5)}
  1104.                 print("Farming Blue Flower Zone")
  1105.             elseif Field5AFActive == true then
  1106.                 fieldpos = {Vector3.new(135,33,195),Vector3.new(160,33,175),Vector3.new(185,33,195)}
  1107.                 print("Farming Clover Zone")
  1108.             elseif Field6AFActive == true then
  1109.                 fieldpos = {Vector3.new(-178,20,15),Vector3.new(-178,20,-12),Vector3.new(-157,20,-20)}
  1110.                 print("Farming StrawBerry Zone")
  1111.             elseif Field7AFActive == true then
  1112.                 fieldpos = {Vector3.new(-67,20,0),Vector3.new(-42,20,-19),Vector3.new(-16.4,20,0)}
  1113.                 print("Farming Spider Zone")
  1114.             elseif Field8AFActive == true then
  1115.                 fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  1116.                 print("Farming BamBoo Zone")
  1117.             elseif Field9AFActive == true then
  1118.                 fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  1119.                 print("Farming Rose Zone")
  1120.             elseif Field10AFActive == true then
  1121.                 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)}
  1122.                 print("Farming Pine Tree Zone")
  1123.             elseif Field11AFActive == true then
  1124.                 fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  1125.                 print("Farming Cactus Zone")
  1126.             elseif Field12AFActive == true then
  1127.                 fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  1128.                 print("Farming Pumpkin Zone")
  1129.             elseif Field13AFActive == true then
  1130.                 fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  1131.                 print("Farming Pineapple Patch")
  1132.             elseif Field14AFActive == true then
  1133.                 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)}
  1134.                 print("Farming Mountain Top Zone")
  1135.             else
  1136.                 if maxpollen < 9999 then
  1137.                     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)}
  1138.                     print("Auto Farming Zone 1 selected")
  1139.                 else
  1140.                     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)}
  1141.                     print("Auto Farming Zone 2 selected")
  1142.                 end
  1143.             end
  1144.             local posIndex = 0
  1145.             while PollenFarmActive do
  1146.                 --collect pollen
  1147.                 pollenTool.Parent = player.Character
  1148.                 wait(0.1)
  1149.                 while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
  1150.                     posIndex=posIndex+1
  1151.                     if posIndex>#fieldpos then posIndex=1 end
  1152.                     for rot=1,4 do
  1153.                         if not PollenFarmActive then break end
  1154.                         local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1155.                         currp = fieldpos[posIndex]+angle.lookVector*10
  1156.                         player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1157.                         for i=1,25 do
  1158.                             if not PollenFarmActive then break end
  1159.                             wait(0.2)
  1160.                             pollenTool.ClickEvent:FireServer(currp)
  1161.                         end
  1162.                         if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1163.                     end
  1164.                 end
  1165.                 --turn to honey
  1166.                 currp=nil
  1167.                 player.Character:MoveTo(player.SpawnPos.Value.p)
  1168.                 wait(1)
  1169.                 game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1170.                 if PollenFarmActive then
  1171.                     repeat wait(0.5) until player.leaderstats.Pollen.Value < 1
  1172.                     wait(10)
  1173.                 end
  1174.             end
  1175.         end
  1176.     end
  1177. end)
  1178.  
  1179. --- WayPoints ---
  1180.  
  1181. local WayPoints = {
  1182. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  1183. ["Brown Bear"] = CFrame.new(282, 46, 236),
  1184. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  1185. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  1186. ["Science Bear"] = CFrame.new(267, 103, 20),
  1187. ["Traveling Bear"] = CFrame.new(34, 14, 371),
  1188. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  1189. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  1190. ["Sun Bear"] = CFrame.new(23.25, 14, 360.26),
  1191. ["Redfield Boost"] = CFrame.new(-332, 20, 244),
  1192. ["Bluefield Boost"] = CFrame.new(319, 58, 103),
  1193. ["MountainTop Boost"] = CFrame.new(-40, 176, -191.7),
  1194. ["Red Cannon (22)"] = CFrame.new(-240, 17, 345),
  1195. ["Blue Cannon (16)"] = CFrame.new(-287, 73, 22),
  1196. ["Yellow Cannon (12)"] = CFrame.new(266, 109, -25),
  1197. ["Slingshot (8)"] = CFrame.new(78, 23, 149),
  1198. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  1199. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  1200. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  1201. ["MountainTop Shop"] = CFrame.new(-18, 176, -137),
  1202. ["Ticket Tent"] = CFrame.new(-234, 17, 398),
  1203. ["Red Clubhouse"] = CFrame.new(-334, 21, 216),
  1204. ["Blue Clubhouse"] = CFrame.new(292, 4, 98),
  1205. ["Ticket Shop"] = CFrame.new(-12.8, 184, -222.2),
  1206. ["Club Honey"] = CFrame.new(47, 5, 323),
  1207. ["RoyalJelly Shop"] = CFrame.new(-297, 53, 68),
  1208. ["Ticket RoyalJelly Shop"] = CFrame.new(81, 18, 240),
  1209. ["Honeystorm Dispensor"] = CFrame.new(301, 48, 191),
  1210. ["Blueberry Dispenser"] = CFrame.new(313.3, 58, 86.9),
  1211. ["Strawberry Dispenser"] = CFrame.new(-320.5, 46, 272.5),
  1212. ["Sprout Dispenser"] = CFrame.new(-269.26, 26.56, 267.31),
  1213. ["Instant Honey Convertor"] = CFrame.new(282, 68, -62),
  1214. ["King Beetles Lair"] = CFrame.new(218, 3, 140),
  1215. ["Clover Field"] = CFrame.new(174, 34, 189),
  1216. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1217. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1218. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1219. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1220. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1221. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1222. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1223. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1224. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1225. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1226. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1227. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1228. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1229. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1230. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  1231. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  1232. ["Gumdrop Dispenser"] = CFrame.new(63, 20.7, 38.7),
  1233. ["Treat Dispenser"] = CFrame.new(193.9, 68, -123),
  1234. ["Treat Shop"] = CFrame.new(-228.2, 5, 89.4),
  1235. ["Ant Challenge"] = CFrame.new(90.6, 32.6, 501)
  1236. }
  1237.  
  1238. ReturntoHive.MouseButton1Down:connect(function()
  1239.     local player = game:GetService("Players").LocalPlayer
  1240.     player.Character:MoveTo(player.SpawnPos.Value.p)
  1241. end)
  1242.  
  1243. Honeystorm.MouseButton1Down:connect(function()
  1244.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1245.     uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  1246. end)
  1247.  
  1248. BlackBear.MouseButton1Down:connect(function()
  1249.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1250.     uTorso.CFrame = WayPoints["Black Bear"]
  1251. end)
  1252.  
  1253. BrownBear.MouseButton1Down:connect(function()
  1254.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1255.     uTorso.CFrame = WayPoints["Brown Bear"]
  1256. end)
  1257.  
  1258. PandaBear.MouseButton1Down:connect(function()
  1259.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1260.     uTorso.CFrame = WayPoints["Panda Bear"]
  1261. end)
  1262.  
  1263. PolarBear.MouseButton1Down:connect(function()
  1264.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1265.     uTorso.CFrame = WayPoints["Polar Bear"]
  1266. end)
  1267.  
  1268. ScienceBear.MouseButton1Down:connect(function()
  1269.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1270.     uTorso.CFrame = WayPoints["Science Bear"]
  1271. end)
  1272.  
  1273. TravelingBear.MouseButton1Down:connect(function()
  1274.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1275.     uTorso.CFrame = WayPoints["Traveling Bear"]
  1276. end)
  1277.  
  1278. MotherBear.MouseButton1Down:connect(function()
  1279.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1280.     uTorso.CFrame = WayPoints["Mother Bear"]
  1281. end)
  1282.  
  1283. TunnelBear.MouseButton1Down:connect(function()
  1284.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1285.     uTorso.CFrame = WayPoints["Tunnel Bear"]
  1286. end)
  1287.  
  1288. RedBoost.MouseButton1Down:connect(function()
  1289.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1290.     uTorso.CFrame = WayPoints["Redfield Boost"]
  1291. end)
  1292.  
  1293. BlueBoost.MouseButton1Down:connect(function()
  1294.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1295.     uTorso.CFrame = WayPoints["Bluefield Boost"]
  1296. end)
  1297.  
  1298. MountainBoost.MouseButton1Down:connect(function()
  1299.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1300.     uTorso.CFrame = WayPoints["MountainTop Boost"]
  1301. end)
  1302.  
  1303. RedCannon.MouseButton1Down:connect(function()
  1304.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1305.     uTorso.CFrame = WayPoints["Red Cannon (22)"]
  1306. end)
  1307.  
  1308. BlueCannon.MouseButton1Down:connect(function()
  1309.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1310.     uTorso.CFrame = WayPoints["Blue Cannon (16)"]
  1311. end)
  1312.  
  1313. YellowCannon.MouseButton1Down:connect(function()
  1314.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1315.     uTorso.CFrame = WayPoints["Yellow Cannon (12)"]
  1316. end)
  1317.  
  1318. Slingshot.MouseButton1Down:connect(function()
  1319.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1320.     uTorso.CFrame = WayPoints["Slingshot (8)"]
  1321. end)
  1322.  
  1323. BeeShop.MouseButton1Down:connect(function()
  1324.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1325.     uTorso.CFrame = WayPoints["Bee Shop"]
  1326. end)
  1327.  
  1328. BasicToolsShop.MouseButton1Down:connect(function()
  1329.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1330.     uTorso.CFrame = WayPoints["Tool Shop"]
  1331. end)
  1332.  
  1333. AdvancedToolsShop.MouseButton1Down:connect(function()
  1334.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1335.     uTorso.CFrame = WayPoints["Tool Shop 2"]
  1336. end)
  1337.  
  1338. MountainTopShop.MouseButton1Down:connect(function()
  1339.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1340.     uTorso.CFrame = WayPoints["MountainTop Shop"]
  1341. end)
  1342.  
  1343. TentShop.MouseButton1Down:connect(function()
  1344.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1345.     uTorso.CFrame = WayPoints["Ticket Tent"]
  1346. end)
  1347.  
  1348. RedClubhouse.MouseButton1Down:connect(function()
  1349.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1350.     uTorso.CFrame = WayPoints["Red Clubhouse"]
  1351. end)
  1352.  
  1353. BlueClubhouse.MouseButton1Down:connect(function()
  1354.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1355.     uTorso.CFrame = WayPoints["Blue Clubhouse"]
  1356. end)
  1357.  
  1358. TicketShop.MouseButton1Down:connect(function()
  1359.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1360.     uTorso.CFrame = WayPoints["Ticket Shop"]
  1361. end)
  1362.  
  1363. ClubHoney.MouseButton1Down:connect(function()
  1364.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1365.     uTorso.CFrame = WayPoints["Club Honey"]
  1366. end)
  1367.  
  1368. RoyalJellyShop.MouseButton1Down:connect(function()
  1369.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1370.     uTorso.CFrame = WayPoints["RoyalJelly Shop"]
  1371. end)
  1372.  
  1373. TicketRoyalJelly.MouseButton1Down:connect(function()
  1374.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1375.     uTorso.CFrame = WayPoints["Ticket RoyalJelly Shop"]
  1376. end)
  1377.  
  1378. Honeystorm.MouseButton1Down:connect(function()
  1379.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1380.     uTorso.CFrame = WayPoints["Honeystorm Dispensor"]
  1381. end)
  1382.  
  1383. HoneyConvertor.MouseButton1Down:connect(function()
  1384.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1385.     uTorso.CFrame = WayPoints["Instant Honey Convertor"]
  1386. end)
  1387.  
  1388. KingbeetlesLair.MouseButton1Down:connect(function()
  1389.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1390.     uTorso.CFrame = WayPoints["King Beetles Lair"]
  1391. end)
  1392.  
  1393.  
  1394. MushRoomField.MouseButton1Down:connect(function()
  1395.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1396.     uTorso.CFrame = WayPoints["Mushroom Field"]
  1397. end)
  1398.  
  1399. StrawBerryField.MouseButton1Down:connect(function()
  1400.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1401.     uTorso.CFrame = WayPoints["StrawBerry Field"]
  1402. end)
  1403.  
  1404. CloverField.MouseButton1Down:connect(function()
  1405.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1406.     uTorso.CFrame = WayPoints["Clover Field"]
  1407. end)
  1408.  
  1409. SpiderField.MouseButton1Down:connect(function()
  1410.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1411.     uTorso.CFrame = WayPoints["Spider Field"]
  1412. end)
  1413.  
  1414. BlueField.MouseButton1Down:connect(function()
  1415.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1416.     uTorso.CFrame = WayPoints["Blue Field"]
  1417. end)
  1418.  
  1419. SunflowerField.MouseButton1Down:connect(function()
  1420.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1421.     uTorso.CFrame = WayPoints["Sunflower Field"]
  1422. end)
  1423.  
  1424. DandelionField.MouseButton1Down:connect(function()
  1425.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1426.     uTorso.CFrame = WayPoints["Dandelion Field"]
  1427. end)
  1428.  
  1429. BamBooField.MouseButton1Down:connect(function()
  1430.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1431.     uTorso.CFrame = WayPoints["BamBoo Field"]
  1432. end)
  1433.  
  1434. RoseField.MouseButton1Down:connect(function()
  1435.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1436.     uTorso.CFrame = WayPoints["Rose Field"]
  1437. end)
  1438.  
  1439. CactusField.MouseButton1Down:connect(function()
  1440.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1441.     uTorso.CFrame = WayPoints["Cactus Field"]
  1442. end)
  1443.  
  1444. PumpkinField.MouseButton1Down:connect(function()
  1445.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1446.     uTorso.CFrame = WayPoints["Pumpkin Field"]
  1447. end)
  1448.  
  1449. PineTreeField.MouseButton1Down:connect(function()
  1450.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1451.     uTorso.CFrame = WayPoints["PineTree Field"]
  1452. end)
  1453.  
  1454. MountainTopField.MouseButton1Down:connect(function()
  1455.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1456.     uTorso.CFrame = WayPoints["MountainTop Field"]
  1457. end)
  1458.  
  1459. PineappleField.MouseButton1Down:connect(function()
  1460.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1461.     uTorso.CFrame = WayPoints["Pineapple Field"]
  1462. end)
  1463.  
  1464. GumdropDispenser.MouseButton1Down:connect(function()
  1465.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1466.     uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  1467. end)
  1468.  
  1469. TreatShop.MouseButton1Down:connect(function()
  1470.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1471.     uTorso.CFrame = WayPoints["Treat Shop"]
  1472. end)
  1473.  
  1474. Onett.MouseButton1Down:connect(function()
  1475.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1476.     uTorso.CFrame = WayPoints["Onett"]
  1477. end)
  1478.  
  1479. AntChallenge.MouseButton1Down:connect(function()
  1480.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1481.     uTorso.CFrame = WayPoints["Ant Challenge"]
  1482. end)
  1483.  
  1484. BlueberryDispenser.MouseButton1Down:connect(function()
  1485.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1486.     uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  1487. end)
  1488.  
  1489. StrawberryDispenser.MouseButton1Down:connect(function()
  1490.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1491.     uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  1492. end)
  1493.  
  1494. TreatDispenser.MouseButton1Down:connect(function()
  1495.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1496.     uTorso.CFrame = WayPoints["Treat Shop"]
  1497. end)
  1498.  
  1499. SproutDispenser.MouseButton1Down:connect(function()
  1500.     local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1501.     uTorso.CFrame = WayPoints["Sprout Dispenser"]
  1502. end)
  1503.  
  1504. -- Find Hidden Treasures --
  1505.  
  1506. CollectallTreasures.MouseButton1Down:connect(function()
  1507.     local player = game:GetService("Players").LocalPlayer
  1508.     local function collecttreasure(treasure)
  1509.         for i,v in ipairs(treasure:GetChildren()) do
  1510.             if v.Parent then
  1511.                 player.Character:MoveTo(v.Position)
  1512.             end
  1513.         wait(1)
  1514.         end
  1515.     end
  1516.     collecttreasure(workspace.TreasureCollectibles)
  1517.     wait(1)
  1518.     player.Character:MoveTo(player.SpawnPos.Value.p)
  1519. end)
  1520.  
  1521. --- Pollen Farm ---
  1522.  
  1523. PollenFarm.MouseButton1Click:connect(function()
  1524.     if PollenFarmActive ~= true then
  1525.         PollenFarmActive = true
  1526.         Field1AFActive = false
  1527.         Field2AFActive = false
  1528.         Field3AFActive = false
  1529.         Field4AFActive = false
  1530.         Field5AFActive = false
  1531.         Field6AFActive = false
  1532.         Field7AFActive = false
  1533.         Field8AFActive = false
  1534.         Field9AFActive = false
  1535.         Field10AFActive = false
  1536.         Field11AFActive = false
  1537.         Field12AFActive = false
  1538.         Field13AFActive = false
  1539.         Field14AFActive = false
  1540.         notify'Pollen Farming Started'
  1541.         else
  1542.         PollenFarmActive = false
  1543.         Field1AFActive = false
  1544.         Field2AFActive = false
  1545.         Field3AFActive = false
  1546.         Field4AFActive = false
  1547.         Field5AFActive = false
  1548.         Field6AFActive = false
  1549.         Field7AFActive = false
  1550.         Field8AFActive = false
  1551.         Field9AFActive = false
  1552.         Field10AFActive = false
  1553.         Field11AFActive = false
  1554.         Field12AFActive = false
  1555.         Field13AFActive = false
  1556.         Field14AFActive = false
  1557.         notify'Pollen Farming Ended'
  1558.         local player = game:GetService("Players").LocalPlayer
  1559.         currp=nil
  1560.         player.Character:MoveTo(player.SpawnPos.Value.p)
  1561.     end
  1562. end)
  1563.  
  1564. Field1AF.MouseButton1Down:connect(function()
  1565.     PollenFarmActive = true
  1566.     Field1AFActive = true
  1567.     Field2AFActive = false
  1568.     Field3AFActive = false
  1569.     Field4AFActive = false
  1570.     Field5AFActive = false
  1571.     Field6AFActive = false
  1572.     Field7AFActive = false
  1573.     Field8AFActive = false
  1574.     Field9AFActive = false
  1575.     Field10AFActive = false
  1576.     Field11AFActive = false
  1577.     Field12AFActive = false
  1578.     Field13AFActive = false
  1579.     Field14AFActive = false
  1580.     notify'Pollen Farming Zone 1 Started'
  1581. end)
  1582.  
  1583. Field2AF.MouseButton1Down:connect(function()
  1584.     PollenFarmActive = true
  1585.     Field2AFActive = true
  1586.     Field1AFActive = false
  1587.     Field3AFActive = false
  1588.     Field4AFActive = false
  1589.     Field5AFActive = false
  1590.     Field6AFActive = false
  1591.     Field7AFActive = false
  1592.     Field8AFActive = false
  1593.     Field9AFActive = false
  1594.     Field10AFActive = false
  1595.     Field11AFActive = false
  1596.     Field12AFActive = false
  1597.     Field13AFActive = false
  1598.     Field14AFActive = false
  1599.     notify'Pollen Farming Zone 2 Started'
  1600. end)
  1601.  
  1602. Field3AF.MouseButton1Down:connect(function()
  1603.     PollenFarmActive = true
  1604.     Field3AFActive = true
  1605.     Field1AFActive = false
  1606.     Field2AFActive = false
  1607.     Field4AFActive = false
  1608.     Field5AFActive = false
  1609.     Field6AFActive = false
  1610.     Field7AFActive = false
  1611.     Field8AFActive = false
  1612.     Field9AFActive = false
  1613.     Field10AFActive = false
  1614.     Field11AFActive = false
  1615.     Field12AFActive = false
  1616.     Field13AFActive = false
  1617.     Field14AFActive = false
  1618.     notify'Pollen Farming Zone 3 Started'
  1619. end)
  1620.  
  1621. Field4AF.MouseButton1Down:connect(function()
  1622.     PollenFarmActive = true
  1623.     Field4AFActive = true
  1624.     Field1AFActive = false
  1625.     Field2AFActive = false
  1626.     Field3AFActive = false
  1627.     Field5AFActive = false
  1628.     Field6AFActive = false
  1629.     Field7AFActive = false
  1630.     Field8AFActive = false
  1631.     Field9AFActive = false
  1632.     Field10AFActive = false
  1633.     Field11AFActive = false
  1634.     Field12AFActive = false
  1635.     Field13AFActive = false
  1636.     Field14AFActive = false
  1637.     notify'Pollen Farming Zone 4 Started'
  1638. end)
  1639.  
  1640. Field5AF.MouseButton1Down:connect(function()
  1641.     PollenFarmActive = true
  1642.     Field5AFActive = true
  1643.     Field1AFActive = false
  1644.     Field2AFActive = false
  1645.     Field3AFActive = false
  1646.     Field4AFActive = false
  1647.     Field6AFActive = false
  1648.     Field7AFActive = false
  1649.     Field8AFActive = false
  1650.     Field9AFActive = false
  1651.     Field10AFActive = false
  1652.     Field11AFActive = false
  1653.     Field12AFActive = false
  1654.     Field13AFActive = false
  1655.     Field14AFActive = false
  1656.     notify'Pollen Farming Zone 5 Started'
  1657. end)
  1658.  
  1659. Field6AF.MouseButton1Down:connect(function()
  1660.     PollenFarmActive = true
  1661.     Field6AFActive = true
  1662.     Field1AFActive = false
  1663.     Field2AFActive = false
  1664.     Field3AFActive = false
  1665.     Field4AFActive = false
  1666.     Field5AFActive = false
  1667.     Field7AFActive = false
  1668.     Field8AFActive = false
  1669.     Field9AFActive = false
  1670.     Field10AFActive = false
  1671.     Field11AFActive = false
  1672.     Field12AFActive = false
  1673.     Field13AFActive = false
  1674.     Field14AFActive = false
  1675.     notify'Pollen Farming Zone 6 Started'
  1676. end)
  1677.  
  1678. Field7AF.MouseButton1Down:connect(function()
  1679.     PollenFarmActive = true
  1680.     Field7AFActive = true
  1681.     Field1AFActive = false
  1682.     Field2AFActive = false
  1683.     Field3AFActive = false
  1684.     Field4AFActive = false
  1685.     Field5AFActive = false
  1686.     Field6AFActive = false
  1687.     Field8AFActive = false
  1688.     Field9AFActive = false
  1689.     Field10AFActive = false
  1690.     Field11AFActive = false
  1691.     Field12AFActive = false
  1692.     Field13AFActive = false
  1693.     Field14AFActive = false
  1694.     notify'Pollen Farming Zone 7 Started'
  1695. end)
  1696.  
  1697. Field8AF.MouseButton1Down:connect(function()
  1698.     PollenFarmActive = true
  1699.     Field8AFActive = true
  1700.     Field1AFActive = false
  1701.     Field2AFActive = false
  1702.     Field3AFActive = false
  1703.     Field4AFActive = false
  1704.     Field5AFActive = false
  1705.     Field6AFActive = false
  1706.     Field7AFActive = false
  1707.     Field9AFActive = false
  1708.     Field10AFActive = false
  1709.     Field11AFActive = false
  1710.     Field12AFActive = false
  1711.     Field13AFActive = false
  1712.     Field14AFActive = false
  1713.     notify'Pollen Farming Zone 8 Started'
  1714. end)
  1715.  
  1716. Field9AF.MouseButton1Down:connect(function()
  1717.     PollenFarmActive = true
  1718.     Field9AFActive = true
  1719.     Field1AFActive = false
  1720.     Field2AFActive = false
  1721.     Field3AFActive = false
  1722.     Field4AFActive = false
  1723.     Field5AFActive = false
  1724.     Field6AFActive = false
  1725.     Field7AFActive = false
  1726.     Field8AFActive = false
  1727.     Field10AFActive = false
  1728.     Field11AFActive = false
  1729.     Field12AFActive = false
  1730.     Field13AFActive = false
  1731.     Field14AFActive = false
  1732.     notify'Pollen Farming Zone 9 Started'
  1733. end)
  1734.  
  1735. Field10AF.MouseButton1Down:connect(function()
  1736.     PollenFarmActive = true
  1737.     Field10AFActive = true
  1738.     Field1AFActive = false
  1739.     Field2AFActive = false
  1740.     Field3AFActive = false
  1741.     Field4AFActive = false
  1742.     Field5AFActive = false
  1743.     Field6AFActive = false
  1744.     Field7AFActive = false
  1745.     Field8AFActive = false
  1746.     Field9AFActive = false
  1747.     Field11AFActive = false
  1748.     Field12AFActive = false
  1749.     Field13AFActive = false
  1750.     Field14AFActive = false
  1751.     notify'Pollen Farming Zone 10 Started'
  1752. end)
  1753.  
  1754. Field11AF.MouseButton1Down:connect(function()
  1755.     PollenFarmActive = true
  1756.     Field11AFActive = true
  1757.     Field1AFActive = false
  1758.     Field2AFActive = false
  1759.     Field3AFActive = false
  1760.     Field4AFActive = false
  1761.     Field5AFActive = false
  1762.     Field6AFActive = false
  1763.     Field7AFActive = false
  1764.     Field8AFActive = false
  1765.     Field9AFActive = false
  1766.     Field10AFActive = false
  1767.     Field12AFActive = false
  1768.     Field13AFActive = false
  1769.     Field14AFActive = false
  1770.     notify'Pollen Farming Zone 11 Started'
  1771. end)
  1772.  
  1773. Field12AF.MouseButton1Down:connect(function()
  1774.     PollenFarmActive = true
  1775.     Field12AFActive = true
  1776.     Field1AFActive = false
  1777.     Field2AFActive = false
  1778.     Field3AFActive = false
  1779.     Field4AFActive = false
  1780.     Field5AFActive = false
  1781.     Field6AFActive = false
  1782.     Field7AFActive = false
  1783.     Field8AFActive = false
  1784.     Field9AFActive = false
  1785.     Field10AFActive = false
  1786.     Field11AFActive = false
  1787.     Field13AFActive = false
  1788.     Field14AFActive = false
  1789.     notify'Pollen Farming Zone 12 Started'
  1790. end)
  1791.  
  1792. Field13AF.MouseButton1Down:connect(function()
  1793.     PollenFarmActive = true
  1794.     Field13AFActive = true
  1795.     Field1AFActive = false
  1796.     Field2AFActive = false
  1797.     Field3AFActive = false
  1798.     Field4AFActive = false
  1799.     Field5AFActive = false
  1800.     Field6AFActive = false
  1801.     Field7AFActive = false
  1802.     Field8AFActive = false
  1803.     Field9AFActive = false
  1804.     Field10AFActive = false
  1805.     Field11AFActive = false
  1806.     Field12AFActive = false
  1807.     Field14AFActive = false
  1808.     notify'Pollen Farming Zone 13 Started'
  1809. end)
  1810.  
  1811. Field14AF.MouseButton1Down:connect(function()
  1812.     PollenFarmActive = true
  1813.     Field14AFActive = true
  1814.     Field1AFActive = false
  1815.     Field2AFActive = false
  1816.     Field3AFActive = false
  1817.     Field4AFActive = false
  1818.     Field5AFActive = false
  1819.     Field6AFActive = false
  1820.     Field7AFActive = false
  1821.     Field8AFActive = false
  1822.     Field9AFActive = false
  1823.     Field10AFActive = false
  1824.     Field11AFActive = false
  1825.     Field12AFActive = false
  1826.     Field13AFActive = false
  1827.     notify'Pollen Farming Zone 14 Started'
  1828. end)
  1829. -- Auto Dig --
  1830.  
  1831. AutoDig.MouseButton1Click:connect(function()
  1832.     if AutoDigActive ~= true then
  1833.         AutoDigActive = true
  1834.         if AutoDigActive then
  1835.             local player = game:GetService("Players").LocalPlayer
  1836.             local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1837.             if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1838.             AutoDigActive = false
  1839.             AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1840.             error("Tool not found")
  1841.             end
  1842.             pollenTool.Parent = player.Character
  1843.             while AutoDigActive do
  1844.                 wait(0.1)
  1845.                 pollenTool.ClickEvent:FireServer(CFrame.new())
  1846.             end
  1847.         end
  1848.     else
  1849.         AutoDigActive = false
  1850.     end
  1851. end)
  1852.  
  1853. --- Mouse Actions ---
  1854.  
  1855. mouse.KeyDown:connect(function(key)
  1856.     if key == "r" then
  1857.         if antchallengeescape == true then
  1858.             antchallengeescape = false
  1859.         else
  1860.             LocationX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  1861.             LocationY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  1862.             LocationZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  1863.             NewLocationY = LocationY +10
  1864.             print("Current Position: "..LocationX..", "..LocationY..", "..LocationZ)
  1865.             antchallengeescape = true
  1866.         end
  1867.     end
  1868. end)
  1869.  
  1870. GetAnyBees.MouseButton1Click:connect(function()
  1871.     loadstring(game:HttpGet("https://pastebin.com/raw/2N8DFMWi", true))()
  1872. end)
Add Comment
Please, Sign In to add comment