Advertisement
zidanereall

Bee Swarm Simulator Script

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