Advertisement
Guest User

Untitled

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