Advertisement
Guest User

YT_IntelFun

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