xxxDrez

Untitled

Jun 10th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.65 KB | None | 0 0
  1. print("Bee Swarm Simulator Cheats")
  2. print("By xxxDrez vk.com/drez_damone =)")
  3.  
  4. local plr = game:GetService("Players").LocalPlayer
  5. local mouse = game.Players.LocalPlayer:GetMouse()
  6. local UIS = game:GetService'UserInputService'
  7.  
  8. sproutstarted = false
  9. sproutsafety = false
  10. pausehumcheck = false
  11. SproutFarmActive = false
  12. FieldBoostActive = false
  13. TreatActive = false
  14. WealthClockActive = false
  15. infjumpactive = false
  16. --antchallengeescape = false
  17. AutoDigActive = false
  18. PollenFarmActive = false
  19. Field1AFActive = false
  20. Field2AFActive = false
  21. Field3AFActive = false
  22. Field4AFActive = false
  23. Field5AFActive = false
  24. Field6AFActive = false
  25. Field7AFActive = false
  26. Field8AFActive = false
  27. Field9AFActive = false
  28. Field10AFActive = false
  29. Field11AFActive = false
  30. Field12AFActive = false
  31. Field13AFActive = false
  32. Field14AFActive = false
  33. godmodeactivated = false
  34. resethive = false
  35. HuntViciousActive = false
  36. AvoidViciousActive = false
  37. viciousbeenear = false
  38. viciousbeedetected = false
  39. viciousdistance1 = ""
  40. switchlocationmsg = false
  41. tokenfarmactive = false
  42. tokenfarmactive2 = false
  43. GodModeActive = false
  44. moontokenfarmactive = false
  45. farmzoneswitchback = false
  46. switchingzone = false
  47. FarmTempOFF = false
  48. AvoidTempOFF = false
  49.  
  50. -- Anti Idle
  51. local VirtualUser=game:service'VirtualUser'
  52. game:service'Players'.LocalPlayer.Idled:connect(function()
  53. VirtualUser:CaptureController()
  54. VirtualUser:ClickButton2(Vector2.new())
  55. end)
  56.  
  57. -- Objects
  58. local MainGUI = Instance.new("ScreenGui")
  59. local MainFrame = Instance.new("Frame")
  60. local Close = Instance.new("TextButton")
  61. local WayPoints = Instance.new("TextButton")
  62. local WayPointsFrame = Instance.new("Frame")
  63. local ShowLocation = Instance.new("TextLabel")
  64. local SetLocation = Instance.new("TextButton")
  65. local TPLocation = Instance.new("TextButton")
  66. local ReturnToHive = Instance.new("TextButton")
  67. -- Поля
  68. local StrawBerryField = Instance.new("TextButton")
  69. local PumpkinField = Instance.new("TextButton")
  70. local SunflowerField = Instance.new("TextButton")
  71. local CloverField = Instance.new("TextButton")
  72. local SpiderField = Instance.new("TextButton")
  73. local MushRoomField = Instance.new("TextButton")
  74. local BamBooField = Instance.new("TextButton")
  75. local DandelionField = Instance.new("TextButton")
  76. local PineappleField = Instance.new("TextButton")
  77. local BlueField = Instance.new("TextButton")
  78. local RoseField = Instance.new("TextButton")
  79. local CactusField = Instance.new("TextButton")
  80. local PineTreeField = Instance.new("TextButton")
  81. local MountainTopField = Instance.new("TextButton")
  82. --=========================================================
  83. --====================================================================
  84. local TreatDispenser = Instance.new("TextButton")
  85. local TicketDispenser = Instance.new("TextButton")
  86. --====================================================================
  87. local WealthClock = Instance.new("TextButton")
  88. ---===================[ЛУЧШЕ ТОЖЕ НЕ УДАЛЯТЬ=)]==============
  89. local GumdropDispenser = Instance.new("TextButton")
  90. local BlueberryDispenser = Instance.new("TextButton")
  91. local StrawberryDispenser = Instance.new("TextButton")
  92. --============[ВАЖНОЕ]=================================
  93. local SproutDispenser = Instance.new("TextButton")
  94. local AvoidViciousBee = Instance.new("TextButton")
  95. --===============[ПОЛЯ]--------------------------------
  96. local Field1AF = Instance.new("TextButton")
  97. local Field2AF = Instance.new("TextButton")
  98. local Field3AF = Instance.new("TextButton")
  99. local Field4AF = Instance.new("TextButton")
  100. local Field5AF = Instance.new("TextButton")
  101. local Field6AF = Instance.new("TextButton")
  102. local Field7AF = Instance.new("TextButton")
  103. local Field8AF = Instance.new("TextButton")
  104. local Field9AF = Instance.new("TextButton")
  105. local Field10AF = Instance.new("TextButton")
  106. local Field11AF = Instance.new("TextButton")
  107. local Field12AF = Instance.new("TextButton")
  108. local Field13AF = Instance.new("TextButton")
  109. local Field14AF = Instance.new("TextButton")
  110. --==============================================================
  111. local ViciousBeeFrame = Instance.new("Frame")
  112. local God = Instance.new("TextButton")
  113. --=================[ЧЕКНУТЬ]====================================
  114. local HuntViciousBee = Instance.new("TextButton")
  115. local ViciousBeeDetect = Instance.new("TextLabel")
  116. local FireflyDetect = Instance.new("TextLabel")
  117. local SproutDetect = Instance.new("TextLabel")
  118. local PollenFarm = Instance.new("TextButton")
  119. local StartFarm = Instance.new("TextButton")
  120. --=======================================================================================
  121. local AutoDig = Instance.new("TextButton")
  122. local TokenToggleLabel = Instance.new("TextLabel")
  123. local TokenToggle = Instance.new("TextBox")
  124. local FireflyToggleLabel = Instance.new("TextLabel")
  125. local FireflyToggle = Instance.new("TextBox")
  126. local HoneyToggleLabel = Instance.new("TextLabel")
  127. local HoneyToggle = Instance.new("TextBox")
  128. local InfJumpToggle = Instance.new("TextButton")
  129. local WealthClockToggle = Instance.new("TextButton")
  130. local FieldBoostToggle = Instance.new("TextButton")
  131. local TreatToggle = Instance.new("TextButton")
  132. local SproutFarmToggle = Instance.new("TextButton")
  133. local InfBackpack = Instance.new("TextButton")
  134.  
  135. -- Properties
  136.  
  137. MainGUI.Name = "MainGUI"
  138. MainGUI.Parent = game.CoreGui
  139. local MainCORE = game.CoreGui["MainGUI"]
  140.  
  141. MainFrame.Name = "MainFrame"
  142. MainFrame.Parent = MainGUI
  143. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  144. MainFrame.BackgroundTransparency = 0.3
  145. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  146. MainFrame.Position = UDim2.new(0.5, 260, 0, 297)
  147. MainFrame.Size = UDim2.new(0, 420, 0, 30)
  148.  
  149. Close.Name = "Close"
  150. Close.Parent = MainFrame
  151. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  152. Close.BorderColor3 = Color3.new(0, 1, 0)
  153. Close.Position = UDim2.new(0, 5, 0, 5)
  154. Close.Size = UDim2.new(0, 20, 0, 20)
  155. Close.Font = Enum.Font.Fantasy
  156. Close.Text = "X"
  157. Close.TextColor3 = Color3.new(1, 0, 0)
  158. Close.TextSize = 17
  159. Close.TextScaled = true
  160. Close.TextWrapped = true
  161.  
  162. WayPoints.Name = "WayPoints"
  163. WayPoints.Parent = MainFrame
  164. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  165. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  166. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  167. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  168. WayPoints.Font = Enum.Font.Fantasy
  169. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  170. WayPoints.Text = "WayPoints"
  171. WayPoints.TextSize = 17
  172. WayPoints.TextWrapped = true
  173.  
  174. AutoDig.Name = "AutoDig"
  175. AutoDig.Parent = MainFrame
  176. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  177. AutoDig.BorderColor3 = Color3.new(0, 1, 0)
  178. AutoDig.Position = UDim2.new(0, 118, 0, 5)
  179. AutoDig.Size = UDim2.new(0, 70, 0, 20)
  180. AutoDig.Font = Enum.Font.Fantasy
  181. AutoDig.TextColor3 = Color3.new(1, 1, 1)
  182. AutoDig.Text = "Auto Dig"
  183. AutoDig.TextSize = 17
  184. AutoDig.TextWrapped = true
  185.  
  186. God.Name = "God"
  187. God.Parent = MainFrame
  188. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  189. God.BorderColor3 = Color3.new(0, 1, 0)
  190. God.Position = UDim2.new(0, 194, 0, 5)
  191. God.Size = UDim2.new(0, 115, 0, 20)
  192. God.Font = Enum.Font.Fantasy
  193. God.TextColor3 = Color3.new(1, 1, 1)
  194. God.Text = "God Mode: OFF"
  195. God.TextSize = 17
  196. God.TextWrapped = true
  197.  
  198. WayPointsFrame.Name = "WayPointsFrame"
  199. WayPointsFrame.Parent = MainFrame
  200. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  201. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  202. WayPointsFrame.BackgroundTransparency = 0.3
  203. WayPointsFrame.Position = UDim2.new(0, 0, 0, 34)
  204. WayPointsFrame.Size = UDim2.new(0, 420, 0, 328)
  205. WayPointsFrame.Visible = false
  206.  
  207. SunflowerField.Name = "SunflowerField"
  208. SunflowerField.Parent = WayPointsFrame
  209. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  210. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  211. SunflowerField.Position = UDim2.new(0, 190, 0, 5) -- 27
  212. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  213. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  214. SunflowerField.Font = Enum.Font.Fantasy
  215. SunflowerField.Text = "Sunflower Field"
  216. SunflowerField.TextSize = 16
  217.  
  218. MushRoomField.Name = "MushRoomField"
  219. MushRoomField.Parent = WayPointsFrame
  220. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  221. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  222. MushRoomField.Position = UDim2.new(0, 190, 0, 27)
  223. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  224. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  225. MushRoomField.Font = Enum.Font.Fantasy
  226. MushRoomField.Text = "MushRoom Field"
  227. MushRoomField.TextSize = 16
  228.  
  229. DandelionField.Name = "DandelionField"
  230. DandelionField.Parent = WayPointsFrame
  231. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  232. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  233. DandelionField.Position = UDim2.new(0, 190, 0, 30)
  234. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  235. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  236. DandelionField.Font = Enum.Font.Fantasy
  237. DandelionField.Text = "Dandelion Field"
  238. DandelionField.TextSize = 16
  239.  
  240. BlueField.Name = "BlueField"
  241. BlueField.Parent = WayPointsFrame
  242. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  243. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  244. BlueField.Position = UDim2.new(0, 190, 0, 55)
  245. BlueField.Size = UDim2.new(0, 180, 0, 20)
  246. BlueField.TextColor3 = Color3.new(1, 1, 1)
  247. BlueField.Font = Enum.Font.Fantasy
  248. BlueField.Text = "Blue Flower Field"
  249. BlueField.TextSize = 16
  250.  
  251. CloverField.Name = "CloverField"
  252. CloverField.Parent = WayPointsFrame
  253. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  254. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  255. CloverField.Position = UDim2.new(0, 190, 0, 80)
  256. CloverField.Size = UDim2.new(0, 180, 0, 20)
  257. CloverField.TextColor3 = Color3.new(1, 1, 1)
  258. CloverField.Font = Enum.Font.Fantasy
  259. CloverField.Text = "Clover Field"
  260. CloverField.TextSize = 16
  261.  
  262. StrawBerryField.Name = "StrawBerryField"
  263. StrawBerryField.Parent = WayPointsFrame
  264. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  265. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  266. StrawBerryField.Position = UDim2.new(0, 190, 0, 105)
  267. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  268. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  269. StrawBerryField.Font = Enum.Font.Fantasy
  270. StrawBerryField.Text = "StrawBerry Field"
  271. StrawBerryField.TextSize = 16
  272.  
  273. SpiderField.Name = "SpiderField"
  274. SpiderField.Parent = WayPointsFrame
  275. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  276. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  277. SpiderField.Position = UDim2.new(0, 190, 0, 130)
  278. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  279. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  280. SpiderField.Font = Enum.Font.Fantasy
  281. SpiderField.Text = "Spider Field"
  282. SpiderField.TextSize = 16
  283.  
  284. BamBooField.Name = "BamBooField"
  285. BamBooField.Parent = WayPointsFrame
  286. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  287. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  288. BamBooField.Position = UDim2.new(0, 190, 0, 155)
  289. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  290. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  291. BamBooField.Font = Enum.Font.Fantasy
  292. BamBooField.Text = "BamBoo Field"
  293. BamBooField.TextSize = 16
  294.  
  295. RoseField.Name = "RoseField"
  296. RoseField.Parent = WayPointsFrame
  297. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  298. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  299. RoseField.Position = UDim2.new(0, 190, 0, 180)
  300. RoseField.Size = UDim2.new(0, 180, 0, 20)
  301. RoseField.TextColor3 = Color3.new(1, 1, 1)
  302. RoseField.Font = Enum.Font.Fantasy
  303. RoseField.Text = "Rose Field"
  304. RoseField.TextSize = 16
  305.  
  306. PineTreeField.Name = "PineTreeField"
  307. PineTreeField.Parent = WayPointsFrame
  308. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  309. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  310. PineTreeField.Position = UDim2.new(0, 190, 0, 205)
  311. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  312. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  313. PineTreeField.Font = Enum.Font.Fantasy
  314. PineTreeField.Text = "Pine Tree Forest"
  315. PineTreeField.TextSize = 16
  316.  
  317. CactusField.Name = "CactusField"
  318. CactusField.Parent = WayPointsFrame
  319. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  320. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  321. CactusField.Position = UDim2.new(0, 190, 0, 230)
  322. CactusField.Size = UDim2.new(0, 180, 0, 20)
  323. CactusField.TextColor3 = Color3.new(1, 1, 1)
  324. CactusField.Font = Enum.Font.Fantasy
  325. CactusField.Text = "Cactus Field"
  326. CactusField.TextSize = 16
  327.  
  328. PumpkinField.Name = "PumpkinField"
  329. PumpkinField.Parent = WayPointsFrame
  330. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  331. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  332. PumpkinField.Position = UDim2.new(0, 190, 0, 255)
  333. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  334. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  335. PumpkinField.Font = Enum.Font.Fantasy
  336. PumpkinField.Text = "Pumpkin Patch"
  337. PumpkinField.TextSize = 16
  338.  
  339. PineappleField.Name = "PineappleField"
  340. PineappleField.Parent = WayPointsFrame
  341. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  342. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  343. PineappleField.Position = UDim2.new(0, 190, 0, 280)
  344. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  345. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  346. PineappleField.Font = Enum.Font.Fantasy
  347. PineappleField.Text = "Pineapple Patch"
  348. PineappleField.TextSize = 16
  349.  
  350. MountainTopField.Name = "MountainTopField"
  351. MountainTopField.Parent = WayPointsFrame
  352. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  353. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  354. MountainTopField.Position = UDim2.new(0, 190, 0, 305)
  355. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  356. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  357. MountainTopField.Font = Enum.Font.Fantasy
  358. MountainTopField.Text = "Mountain Top Field"
  359. MountainTopField.TextSize = 16
  360.  
  361. Field1AF.Name = "Field1AF"
  362. Field1AF.Parent = WayPointsFrame
  363. Field1AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  364. Field1AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  365. Field1AF.Position = UDim2.new(0, 377, 0, 5) --377
  366. Field1AF.Size = UDim2.new(0, 40, 0, 20)
  367. Field1AF.TextColor3 = Color3.new(1, 1, 1)
  368. Field1AF.Font = Enum.Font.Fantasy
  369. Field1AF.Text = "Farm"
  370. Field1AF.TextSize = 16
  371.  
  372. Field2AF.Name = "Field2AF"
  373. Field2AF.Parent = WayPointsFrame
  374. Field2AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  375. Field2AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  376. Field2AF.Position = UDim2.new(0, 377, 0, 27)
  377. Field2AF.Size = UDim2.new(0, 40, 0, 20)
  378. Field2AF.TextColor3 = Color3.new(1, 1, 1)
  379. Field2AF.Font = Enum.Font.Fantasy
  380. Field2AF.Text = "Farm"
  381. Field2AF.TextSize = 16
  382.  
  383. Field3AF.Name = "Field3AF"
  384. Field3AF.Parent = WayPointsFrame
  385. Field3AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  386. Field3AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  387. Field3AF.Position = UDim2.new(0, 377, 0, 30)
  388. Field3AF.Size = UDim2.new(0, 40, 0, 20)
  389. Field3AF.TextColor3 = Color3.new(1, 1, 1)
  390. Field3AF.Font = Enum.Font.Fantasy
  391. Field3AF.Text = "Farm"
  392. Field3AF.TextSize = 16
  393.  
  394. Field4AF.Name = "Field4AF"
  395. Field4AF.Parent = WayPointsFrame
  396. Field4AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  397. Field4AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  398. Field4AF.Position = UDim2.new(0, 377, 0, 55)
  399. Field4AF.Size = UDim2.new(0, 40, 0, 20)
  400. Field4AF.TextColor3 = Color3.new(1, 1, 1)
  401. Field4AF.Font = Enum.Font.Fantasy
  402. Field4AF.Text = "Farm"
  403. Field4AF.TextSize = 16
  404.  
  405. Field5AF.Name = "Field5AF"
  406. Field5AF.Parent = WayPointsFrame
  407. Field5AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  408. Field5AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  409. Field5AF.Position = UDim2.new(0, 377, 0, 80)
  410. Field5AF.Size = UDim2.new(0, 40, 0, 20)
  411. Field5AF.TextColor3 = Color3.new(1, 1, 1)
  412. Field5AF.Font = Enum.Font.Fantasy
  413. Field5AF.Text = "Farm"
  414. Field5AF.TextSize = 16
  415.  
  416. Field6AF.Name = "Field6AF"
  417. Field6AF.Parent = WayPointsFrame
  418. Field6AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  419. Field6AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  420. Field6AF.Position = UDim2.new(0, 377, 0, 105)
  421. Field6AF.Size = UDim2.new(0, 40, 0, 20)
  422. Field6AF.TextColor3 = Color3.new(1, 1, 1)
  423. Field6AF.Font = Enum.Font.Fantasy
  424. Field6AF.Text = "Farm"
  425. Field6AF.TextSize = 16
  426.  
  427. Field7AF.Name = "Field7AF"
  428. Field7AF.Parent = WayPointsFrame
  429. Field7AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  430. Field7AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  431. Field7AF.Position = UDim2.new(0, 377, 0, 130)
  432. Field7AF.Size = UDim2.new(0, 40, 0, 20)
  433. Field7AF.TextColor3 = Color3.new(1, 1, 1)
  434. Field7AF.Font = Enum.Font.Fantasy
  435. Field7AF.Text = "Farm"
  436. Field7AF.TextSize = 16
  437.  
  438. Field8AF.Name = "Field8AF"
  439. Field8AF.Parent = WayPointsFrame
  440. Field8AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  441. Field8AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  442. Field8AF.Position = UDim2.new(0, 377, 0, 155)
  443. Field8AF.Size = UDim2.new(0, 40, 0, 20)
  444. Field8AF.TextColor3 = Color3.new(1, 1, 1)
  445. Field8AF.Font = Enum.Font.Fantasy
  446. Field8AF.Text = "Farm"
  447. Field8AF.TextSize = 16
  448.  
  449. Field9AF.Name = "Field9AF"
  450. Field9AF.Parent = WayPointsFrame
  451. Field9AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  452. Field9AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  453. Field9AF.Position = UDim2.new(0, 377, 0, 180)
  454. Field9AF.Size = UDim2.new(0, 40, 0, 20)
  455. Field9AF.TextColor3 = Color3.new(1, 1, 1)
  456. Field9AF.Font = Enum.Font.Fantasy
  457. Field9AF.Text = "Farm"
  458. Field9AF.TextSize = 16
  459.  
  460. Field10AF.Name = "Field10AF"
  461. Field10AF.Parent = WayPointsFrame
  462. Field10AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  463. Field10AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  464. Field10AF.Position = UDim2.new(0, 377, 0, 205)
  465. Field10AF.Size = UDim2.new(0, 40, 0, 20)
  466. Field10AF.TextColor3 = Color3.new(1, 1, 1)
  467. Field10AF.Font = Enum.Font.Fantasy
  468. Field10AF.Text = "Farm"
  469. Field10AF.TextSize = 16
  470.  
  471. Field11AF.Name = "Field11AF"
  472. Field11AF.Parent = WayPointsFrame
  473. Field11AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  474. Field11AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  475. Field11AF.Position = UDim2.new(0, 377, 0, 230)
  476. Field11AF.Size = UDim2.new(0, 40, 0, 20)
  477. Field11AF.TextColor3 = Color3.new(1, 1, 1)
  478. Field11AF.Font = Enum.Font.Fantasy
  479. Field11AF.Text = "Farm"
  480. Field11AF.TextSize = 16
  481.  
  482. Field12AF.Name = "Field12AF"
  483. Field12AF.Parent = WayPointsFrame
  484. Field12AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  485. Field12AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  486. Field12AF.Position = UDim2.new(0, 377, 0, 255)
  487. Field12AF.Size = UDim2.new(0, 40, 0, 20)
  488. Field12AF.TextColor3 = Color3.new(1, 1, 1)
  489. Field12AF.Font = Enum.Font.Fantasy
  490. Field12AF.Text = "Farm"
  491. Field12AF.TextSize = 16
  492.  
  493. Field13AF.Name = "Field13AF"
  494. Field13AF.Parent = WayPointsFrame
  495. Field13AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  496. Field13AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  497. Field13AF.Position = UDim2.new(0, 377, 0, 280)
  498. Field13AF.Size = UDim2.new(0, 40, 0, 20)
  499. Field13AF.TextColor3 = Color3.new(1, 1, 1)
  500. Field13AF.Font = Enum.Font.Fantasy
  501. Field13AF.Text = "Farm"
  502. Field13AF.TextSize = 16
  503.  
  504. Field14AF.Name = "Field14AF"
  505. Field14AF.Parent = WayPointsFrame
  506. Field14AF.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  507. Field14AF.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  508. Field14AF.Position = UDim2.new(0, 377, 0, 305)
  509. Field14AF.Size = UDim2.new(0, 40, 0, 20)
  510. Field14AF.TextColor3 = Color3.new(1, 1, 1)
  511. Field14AF.Font = Enum.Font.Fantasy
  512. Field14AF.Text = "Farm"
  513. Field14AF.TextSize = 16
  514.  
  515.  
  516. AvoidViciousBee.Name = "AvoidViciousBee"
  517. AvoidViciousBee.Parent = WayPointsFrame
  518. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  519. AvoidViciousBee.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  520. AvoidViciousBee.BackgroundTransparency = 0
  521. AvoidViciousBee.Position = UDim2.new(0, 5, 0, 47)
  522. AvoidViciousBee.Size = UDim2.new(0, 180, 0, 20)
  523. AvoidViciousBee.Font = Enum.Font.Fantasy
  524. AvoidViciousBee.TextColor3 = Color3.new(1, 1, 1)
  525. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  526. AvoidViciousBee.TextSize = 17
  527. AvoidViciousBee.ZIndex = 7
  528. AvoidViciousBee.TextWrapped = true
  529.  
  530. ReturnToHive.Name = "ReturnToHive"
  531. ReturnToHive.Parent = WayPointsFrame
  532. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  533. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  534. ReturnToHive.Position = UDim2.new(0, 5, 0, 27) -- 190
  535. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  536. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  537. ReturnToHive.Font = Enum.Font.Fantasy
  538. ReturnToHive.Text = "Return To Hive"
  539. ReturnToHive.TextSize = 16
  540.  
  541. ShowLocation.Name = "ShowLocation"
  542. ShowLocation.Parent = WayPointsFrame
  543. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  544. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  545. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  546. ShowLocation.Position = UDim2.new(0, 5, 0, 88)
  547. ShowLocation.Size = UDim2.new(0, 180, 0, 20)
  548. ShowLocation.Font = Enum.Font.Fantasy
  549. ShowLocation.Text = "Current Location"
  550. ShowLocation.TextWrapped = true
  551. ShowLocation.TextSize = 15
  552.  
  553.  
  554. TPLocation.Name = "TPLocation"
  555. TPLocation.Parent = WayPointsFrame
  556. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  557. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  558. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  559. TPLocation.Position = UDim2.new(0, 5, 0, 110) --190
  560. TPLocation.Size = UDim2.new(0, 180, 0, 20)
  561. TPLocation.Font = Enum.Font.Fantasy
  562. TPLocation.Text = "Move to Coords"
  563. TPLocation.TextWrapped = true
  564. TPLocation.TextSize = 16
  565.  
  566. StartFarm.Name = "StartFarm"
  567. StartFarm.Parent = WayPointsFrame
  568. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  569. StartFarm.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  570. StartFarm.BackgroundTransparency = 0
  571. StartFarm.Position = UDim2.new(0, 5, 0, 67)
  572. StartFarm.Size = UDim2.new(0, 180, 0, 20)
  573. StartFarm.Font = Enum.Font.Fantasy
  574. StartFarm.TextColor3 = Color3.new(1, 1, 1)
  575. StartFarm.Text = "Pollen Farm: OFF"
  576. StartFarm.TextSize = 17
  577. StartFarm.ZIndex = 7
  578. StartFarm.TextWrapped = true
  579.  
  580. SetLocation.Name = "SetLocation"
  581. SetLocation.Parent = WayPointsFrame
  582. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  583. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  584. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  585. SetLocation.Position = UDim2.new(0, 5, 0, 5)
  586. SetLocation.Size = UDim2.new(0, 180, 0, 20)
  587. SetLocation.Font = Enum.Font.Fantasy
  588. SetLocation.Text = "Set Location"
  589. SetLocation.TextWrapped = true
  590. SetLocation.TextSize = 16
  591.  
  592. -- notify --
  593.  
  594. function notify(msg)
  595. game.StarterGui:SetCore('SendNotification', {
  596. Title = 'Bee Swarm LuckyGUI';
  597. Text = msg;
  598. Duration = 5;
  599. })
  600. end
  601.  
  602. --- Close ---
  603.  
  604. Close.MouseButton1Down:connect(function()
  605. MainGUI:Destroy()
  606. end)
  607.  
  608. --- Menus ---
  609.  
  610. local Menus = {
  611. [WayPoints] = WayPointsFrame;
  612. [PollenFarm] = WayPointsFrame;
  613. }
  614. for button,frame in pairs(Menus) do
  615. button.MouseButton1Click:connect(function()
  616. if frame.Visible then
  617. frame.Visible = false
  618. return
  619. end
  620. for k,v in pairs(Menus) do
  621. v.Visible = v == frame
  622. end
  623. end)
  624. end
  625.  
  626. -- Time --
  627.  
  628. spawn(function()
  629. while true do
  630. if tostring(game.Lighting.TimeOfDay) == "13:39:00" or tostring(game.Lighting.TimeOfDay) == "13:51:36" then
  631. TimeLabel.BackgroundColor3 = Color3.new(120/255, 1, 235/255)
  632. TimeLabel.BorderColor3 = Color3.new(120/255, 1, 235/255)
  633. TimeLabel.Text = "Day"
  634. TimeLabel.TextColor3 = Color3.new(0, 0, 0)
  635. else
  636. TimeLabel.BackgroundColor3 = Color3.new(59/255, 41/255, 86/255)
  637. TimeLabel.BorderColor3 = Color3.new(59/255, 41/255, 86/255)
  638. TimeLabel.Text = "Night"
  639. TimeLabel.TextColor3 = Color3.new(1, 1, 1)
  640. end
  641. wait(1)
  642. end
  643. end)
  644.  
  645. -- Check Health --
  646.  
  647. spawn(function()
  648. while true do
  649. if not pausehumcheck then
  650. local PlrChar = game.Players.LocalPlayer.Character
  651. local FindHum = PlrChar:FindFirstChildOfClass("Humanoid")
  652. if FindHum then
  653. plrHealth = string.format("%.0f", FindHum.Health)
  654. end
  655. end
  656. wait(0.5)
  657. end
  658. end)
  659.  
  660. -- Round value to x decimal places --
  661.  
  662. function round(num, numDecimalPlaces)
  663. local mult = 10^(numDecimalPlaces or 0)
  664. return math.floor(num * mult + 0.5) / mult
  665. end
  666.  
  667. -- Check for Sprout --
  668.  
  669. spawn(function()
  670. while true do
  671. sproutdistance1 = nil
  672. sproutdetected = false
  673. SproutDetect.Visible = false
  674. repeat
  675. for i,v in pairs(workspace.Particles:GetChildren()) do
  676. for x in string.gmatch(v.Name, "Sprout") do
  677. if not pausehumcheck and v.Name == "Sprout" then
  678. sproutdetected = true
  679. local player = game:GetService'Players'.LocalPlayer
  680. local character = player.Character or player.CharacterAdded:wait()
  681. local head = character:WaitForChild'Head'
  682. local hum = player.Character.HumanoidRootPart
  683. sproutdistance = (v.Position-hum.Position).magnitude
  684. sproutdistance1 = round(sproutdistance, 2)
  685. --print("Sprout Detected. Distance: " ..tostring(sproutdistance))--
  686. SproutDetect.Text = "Sprout Detected\nDistance: " ..tostring(sproutdistance1).. ""
  687. SproutDetect.Visible = true
  688. end
  689. end
  690. end
  691. wait(0.3)
  692. until v == nil
  693. wait(0.1)
  694. end
  695. end)
  696.  
  697. -- check for fireflys --
  698.  
  699. spawn(function()
  700. while true do
  701. fireflydistance1 = nil
  702. fireflydetected = false
  703. FireflyDetect.Visible = false
  704. repeat
  705. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  706. for x in string.gmatch(v.Name, "Firefly") do
  707. if not pausehumcheck and v.Name == "Firefly" then
  708. fireflydetected = true
  709. local player = game:GetService'Players'.LocalPlayer
  710. local character = player.Character or player.CharacterAdded:wait()
  711. local head = character:WaitForChild'Head'
  712. local hum = player.Character.HumanoidRootPart
  713. firelfydistance = (v.Position-hum.Position).magnitude
  714. fireflydistance1 = round(firelfydistance, 2)
  715. --print("Fireflys Detected. Distance: " ..tostring(firelfydistance))--
  716. FireflyDetect.Text = "Firefly Detected\nDistance: " ..tostring(fireflydistance1).. ""
  717. FireflyDetect.Visible = true
  718. end
  719. end
  720. end
  721. wait(0.4)
  722. until v == nil
  723. wait(0.1)
  724. end
  725. end)
  726.  
  727. -- check for vicious bee --
  728.  
  729. spawn(function()
  730. while true do
  731. viciousdistance1 = nil
  732. viciousbeedetected = false
  733. ViciousBeeDetect.Visible = false
  734. repeat
  735. for i,v in pairs(workspace.Particles:GetChildren()) do
  736. for x in string.gmatch(v.Name, "Vicious") do
  737. if not pausehumcheck and v.Name == "Vicious" then
  738. viciousbeedetected = true
  739. local player = game:GetService'Players'.LocalPlayer
  740. local character = player.Character or player.CharacterAdded:wait()
  741. local head = character:WaitForChild'Head'
  742. local hum = player.Character.HumanoidRootPart
  743. viciousdistance = (v.Position-hum.Position).magnitude
  744. viciousdistance1 = round(viciousdistance, 2)
  745. --print("Vicious Bee Detected. Distance: " ..tostring(viciousdistance))--
  746. ViciousBeeDetect.Text = "Vicious Bee Detected\nDistance: " ..tostring(viciousdistance1).. ""
  747. ViciousBeeDetect.Visible = true
  748. end
  749. end
  750. end
  751. if viciousbeedetected and viciousdistance < 80 then
  752. viciousbeenear = true
  753. if viciousbeenear and not beenearmsg and not godmodeactivated then
  754. print("WARNING!! Vicious Bee Near")
  755. beenearmsg=true
  756. end
  757. else
  758. viciousbeenear = false
  759. beenearmsg = false
  760. end
  761. wait(0.5)
  762. until v == nil
  763. wait(0.1)
  764. end
  765. end)
  766.  
  767. spawn(function()
  768. while true do
  769. if PollenFarmActive then
  770. if AvoidViciousActive and viciousbeenear then
  771. if not farmzoneswitched then
  772. if not switchlocationmsg then
  773. print("Vicious Bee Near. Switching to Safe Farming Zone")
  774. notify'Switching to safe Farming Zone'
  775. switchlocationmsg = true
  776. end
  777. switchingzone = true
  778. PollenFarmActive = false
  779. wait(1)
  780. if Field5AFActive then
  781. originalzone = "Clover"
  782. Field5AFActive = false
  783. Field3AFActive = true
  784. elseif Field7AFActive then
  785. originalzone = "Spider"
  786. Field7AFActive = false
  787. Field3AFActive = true
  788. elseif Field9AFActive then
  789. originalzone = "Rose"
  790. Field9AFActive = false
  791. Field3AFActive = true
  792. elseif Field11AFActive then
  793. originalzone = "Cactus"
  794. Field11AFActive = false
  795. Field3AFActive = true
  796. else
  797. originalzone = "MountainTop"
  798. Field3AFActive = true
  799. end
  800. farmzoneswitched = true
  801. switchingzone = false
  802. PollenFarmActive = true
  803. end
  804. end
  805. end
  806. wait(0.5)
  807. end
  808. end)
  809.  
  810. spawn(function()
  811. while true do
  812. wait(0.5)
  813. if farmzoneswitchback then
  814. if switchlocationmsg then
  815. print("Vicious Bee has gone. Switching back to original location")
  816. notify'Switching back to original location'
  817. switchlocationmsg = false
  818. end
  819. switchingzone = true
  820. PollenFarmActive = false
  821. wait(1)
  822. if originalzone == "Clover" then
  823. Field3AFActive = false
  824. Field5AFActive = true
  825. elseif originalzone == "Spider" then
  826. Field3AFActive = false
  827. Field7AFActive = true
  828. elseif originalzone == "Rose" then
  829. Field3AFActive = false
  830. Field9AFActive = true
  831. elseif originalzone == "Cactus" then
  832. Field3AFActive = false
  833. Field11AFActive = true
  834. elseif originalzone == "MountainTop" then
  835. Field3AFActive = false
  836. end
  837. farmzoneswitched = false
  838. farmzoneswitchback = false
  839. switchingzone = false
  840. PollenFarmActive = true
  841. end
  842. end
  843. end)
  844.  
  845. -- Pollen Farming --
  846.  
  847. spawn (function()
  848. while true do
  849. wait(0.5)
  850. if resethive then
  851. print("Waiting 35 seconds before AutoFarm resumes")
  852. wait(35)
  853. resethive = false
  854. PollenFarmActive = true
  855. end
  856. if PollenFarmActive then
  857. local player = game:GetService("Players").LocalPlayer
  858. while player == nil do wait(0.5) end
  859. local root = player.Character.HumanoidRootPart
  860. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  861. player = game:GetService("Players").LocalPlayer
  862. local currp
  863. player.Character.Humanoid.Died:connect(function()
  864. resethive = true
  865. PollenFarmActive = false
  866. print("Player: " ..tostring(player.Name).. " has died")
  867. end)
  868. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  869. if not pollenLbl then
  870. print("Backpack not found")
  871. end
  872. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  873. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  874. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  875. print("Tool not found")
  876. end
  877. --print("Backpack size: " .. maxpollen)
  878. if PollenFarmActive then
  879. if Field1AFActive == true then
  880. fieldpos = {Vector3.new(-204,3.4,142),Vector3.new(-210,3.4,174),Vector3.new(-210,3.4,200)}
  881. print("Farming Sunflower Field")
  882. elseif Field2AFActive == true then
  883. fieldpos = {Vector3.new(-98, 3.4, 129),Vector3.new(-80, 3.35, 129)}
  884. print("Farming Mushroom Field")
  885. elseif Field3AFActive == true then
  886. fieldpos = {Vector3.new(-70.35,3.4,219),Vector3.new(-35,3.4,219),Vector3.new(0,3.4,219)}
  887. print("Farming Dandelion Field")
  888. elseif Field4AFActive == true then
  889. fieldpos = {Vector3.new(100,3.4,96),Vector3.new(140,3.4,96),Vector3.new(185,3.4,96)}
  890. print("Farming Blue Flower Field")
  891. elseif Field5AFActive == true then
  892. fieldpos = {Vector3.new(179,32.9,216),Vector3.new(160,32.9,189),Vector3.new(138,32.9,167)}
  893. print("Farming Clover Field")
  894. elseif Field6AFActive == true then
  895. fieldpos = {Vector3.new(-193,19.4,11),Vector3.new(-181,19.4,-10),Vector3.new(-162,19.4,-29)}
  896. print("Farming StrawBerry Field")
  897. elseif Field7AFActive == true then
  898. fieldpos = {Vector3.new(-73,19.4,2),Vector3.new(-44,19.4,-21),Vector3.new(-16,19.4,7)}
  899. print("Farming Spider Field")
  900. elseif Field8AFActive == true then
  901. fieldpos = {Vector3.new(92.9,20,-25.6),Vector3.new(132.9,20,-25.6),Vector3.new(172.9,20,-25.6)}
  902. print("Farming BamBoo Field")
  903. elseif Field9AFActive == true then
  904. fieldpos = {Vector3.new(-300,20,129),Vector3.new(-322.835,20,129),Vector3.new(-350,20,129)}
  905. print("Farming Rose Field")
  906. elseif Field10AFActive == true then
  907. 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)}
  908. print("Farming Pine Tree Forest")
  909. elseif Field11AFActive == true then
  910. fieldpos = {Vector3.new(-159.5,68,-101.5),Vector3.new(-194.5,68,-112.5),Vector3.new(-229.5,68,-101.5)}
  911. print("Farming Cactus Field")
  912. elseif Field12AFActive == true then
  913. fieldpos = {Vector3.new(-169,67,-183.8),Vector3.new(-186.5,67,-186.8),Vector3.new(-222,67,-183.8)}
  914. print("Farming Pumpkin Patch")
  915. elseif Field13AFActive == true then
  916. fieldpos = {Vector3.new(285.3,70.2,-200),Vector3.new(260.3,70.2,-220),Vector3.new(225.3,70.2,-200)}
  917. print("Farming Pineapple Patch")
  918. elseif Field14AFActive == true then
  919. fieldpos = {Vector3.new(93.2, 175.35, -188.49),Vector3.new(93.2, 175.35, -141.98),Vector3.new(59.12, 175.35, -141.98),Vector3.new(59.12, 175.35, -188.49)}
  920. print("Farming Mountain Top Field")
  921. else
  922. if maxpollen < 9999 then
  923. 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)}
  924. print("Farming Sunflower Field")
  925. else
  926. fieldpos = {Vector3.new(93.2, 175.35, -188.49),Vector3.new(93.2, 175.35, -141.98),Vector3.new(59.12, 175.35, -141.98),Vector3.new(59.12, 175.35, -188.49)}
  927. print("Farming Mountain Top Field")
  928. end
  929. end
  930. end
  931. --collect pollen
  932. --print("Farming pollen")
  933. local posIndex = 0
  934. pollenTool.Parent = player.Character
  935. workspace.Collectibles.ChildAdded:Connect(function(part)
  936. if PollenFarmActive then
  937. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  938. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  939. -- print("token position: " ..tostring(part.Position)) --
  940. -- print("player position: " ..tostring(root.Position)) --
  941. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  942. if currp and (part.Position-root.Position).magnitude <= 60 then
  943. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  944. wait(0.07)
  945. root.CFrame = CFrame.new(currp)
  946. wait(0.05)
  947. end
  948. end
  949. end
  950. end)
  951. wait(0.1)
  952. while PollenFarmActive and tonumber(player.CoreStats.Pollen.Value) < tonumber(maxpollen) do
  953. wait(0.05)
  954. posIndex=posIndex+1
  955. if posIndex>#fieldpos then posIndex=1 end
  956. for rot=1,4 do
  957. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  958. currp = fieldpos[posIndex]+angle.lookVector*10
  959. local newrootpos = CFrame.new(currp)*angle
  960. root.CFrame = newrootpos
  961. for i=1,25 do
  962. if farmzoneswitched and not viciousbeedetected then PollenFarmActive = false farmzoneswitchback = true end
  963. if not PollenFarmActive then break end
  964. wait(0.2)
  965. pollenTool.ClickEvent:FireServer(currp)
  966. end
  967. player = game:GetService("Players").LocalPlayer
  968. if tonumber(player.CoreStats.Pollen.Value+1) > tonumber(maxpollen) then
  969. print("Total Honey: " ..tostring(player.CoreStats.Honey.Value).. ". Bag Full: " ..tostring(player.CoreStats.Pollen.Value))
  970. break
  971. end
  972. end
  973. end
  974. -- turn pollen to honey --
  975. currp = nil
  976. --print("Teleporting back to Hive to make Honey")
  977. wait(0.1)
  978. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  979. if not switchingzone then
  980. wait(1)
  981. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  982. if PollenFarmActive then
  983. repeat wait(0.5) until game:GetService("Players").LocalPlayer.CoreStats.Pollen.Value < 1
  984. wait(8)
  985. end
  986. end
  987. end
  988. end
  989. end)
  990.  
  991. -- Trigger Wealth Clock every 30 minutes --
  992.  
  993. WealthClockToggle.MouseButton1Click:connect(function()
  994. if WealthClockActive ~= true then
  995. WealthClockActive = true
  996. notify'Wealth Clock Started'
  997. print("Wealth Clock Started. The Wealth Clock will be triggered every 30 minutes.")
  998. WealthClockToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  999. WealthClockToggle.Text = "Wealth Clock: ON"
  1000. else
  1001. WealthClockActive = false
  1002. notify'Wealth Clock Stopped'
  1003. WealthClockToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1004. WealthClockToggle.Text = "Wealth Clock: OFF"
  1005. end
  1006. end)
  1007.  
  1008. spawn(function()
  1009. while true do
  1010. if WealthClockActive then
  1011. while WealthClockActive do
  1012. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Wealth Clock")
  1013. print("Wealth Clock activated")
  1014. wcwaittime = 1830
  1015. repeat
  1016. WealthClockToggle.Text = "Wealth Clock: " ..tostring(wcwaittime).. "sec"
  1017. wait(1)
  1018. wcwaittime = wcwaittime - 1
  1019. until wcwaittime == 0 or not WealthClockActive
  1020. end
  1021. end
  1022. wait(1)
  1023. end
  1024. end)
  1025.  
  1026. -- Trigger Field Boosts every 2 hours --
  1027.  
  1028. FieldBoostToggle.MouseButton1Click:connect(function()
  1029. if FieldBoostActive ~= true then
  1030. FieldBoostActive = true
  1031. notify'Auto Field Boost Started'
  1032. print("Auto Field Boost Started. Field Boosts will be triggered every 2 hours.")
  1033. FieldBoostToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1034. FieldBoostToggle.Text = "Auto Field Boost: ON"
  1035. else
  1036. FieldBoostActive = false
  1037. notify'Auto Field Boost Stopped'
  1038. FieldBoostToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1039. FieldBoostToggle.Text = "Auto Field Boost: OFF"
  1040. end
  1041. end)
  1042.  
  1043. spawn(function()
  1044. while true do
  1045. if FieldBoostActive then
  1046. while FieldBoostActive do
  1047. print("Field Boosts activated")
  1048. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Red Field Booster")
  1049. wait(0.5)
  1050. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Blue Field Booster")
  1051. wait(0.5)
  1052. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Field Booster")
  1053. fbwaittime = 7259
  1054. repeat
  1055. FieldBoostToggle.Text = "Field Boosts: " ..tostring(fbwaittime).. "sec"
  1056. wait(1)
  1057. fbwaittime = fbwaittime - 1
  1058. until fbwaittime == 0 or not FieldBoostActive
  1059. end
  1060. end
  1061. wait(1)
  1062. end
  1063. end)
  1064.  
  1065. -- Trigger Treats every 4 hours --
  1066.  
  1067. TreatToggle.MouseButton1Click:connect(function()
  1068. if TreatActive ~= true then
  1069. TreatActive = true
  1070. notify'Auto Treats Started'
  1071. print("Treats will be given every 1 hour (4 hours for Blueberry and Strawberry).")
  1072. TreatToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1073. TreatToggle.Text = "Auto Treats: ON"
  1074. else
  1075. TreatActive = false
  1076. notify'Auto Treats Stopped'
  1077. TreatToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1078. TreatToggle.Text = "Auto Treats: OFF"
  1079. end
  1080. end)
  1081.  
  1082. spawn(function()
  1083. while true do
  1084. if TreatActive then
  1085. while TreatActive do
  1086. print("Strawberry and Blueberry Treats given")
  1087. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Blueberry Dispenser")
  1088. wait(0.5)
  1089. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Strawberry Dispenser")
  1090. ttwaittime = 14600
  1091. repeat
  1092. TreatToggle.Text = "Auto Treats: " ..tostring(ttwaittime).. "sec"
  1093. wait(1)
  1094. ttwaittime = ttwaittime - 1
  1095. until ttwaittime == 0 or not TreatActive
  1096. end
  1097. end
  1098. wait(1)
  1099. end
  1100. end)
  1101.  
  1102. spawn(function()
  1103. while true do
  1104. if TreatActive then
  1105. while TreatActive do
  1106. print("Treats given")
  1107. game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer("Treat Dispenser")
  1108. tdwaittime = 3660
  1109. repeat
  1110. wait(1)
  1111. tdwaittime = tdwaittime - 1
  1112. until tdwaittime == 0 or not TreatActive
  1113. end
  1114. end
  1115. wait(1)
  1116. end
  1117. end)
  1118.  
  1119. --- WayPoints ---
  1120.  
  1121. local WayPoints = {
  1122. ["Clover Field"] = CFrame.new(174, 34, 189),
  1123. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  1124. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  1125. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  1126. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  1127. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  1128. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  1129. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  1130. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  1131. ["Rose Field"] = CFrame.new(-322, 20, 124),
  1132. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  1133. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  1134. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  1135. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  1136. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  1137. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  1138. }
  1139.  
  1140. ReturnToHive.MouseButton1Down:connect(function()
  1141. local player = game:GetService("Players").LocalPlayer
  1142. player.Character:MoveTo(player.SpawnPos.Value.p)
  1143. WayPointsFrame.Visible = false
  1144. notify'Teleported to Hive'
  1145. end)
  1146. --========================[ВАЖНОЕ!!!!!]======================================
  1147. TreatDispenser.MouseButton1Down:connect(function()
  1148. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1149. uTorso.CFrame = WayPoints["Treat Dispenser"]
  1150. WayPointsFrame.Visible = false
  1151. notify'Teleported to Treat Dispenser'
  1152. end)
  1153.  
  1154. SproutDispenser.MouseButton1Down:connect(function()
  1155. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1156. uTorso.CFrame = WayPoints["Sprout Dispenser"]
  1157. WayPointsFrame.Visible = false
  1158. notify'Teleported to Sprout Dispenser'
  1159. end)
  1160.  
  1161. MushRoomField.MouseButton1Down:connect(function()
  1162. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1163. uTorso.CFrame = WayPoints["Mushroom Field"]
  1164. WayPointsFrame.Visible = false
  1165. notify'Teleported to Mushroom Field'
  1166. end)
  1167.  
  1168. StrawBerryField.MouseButton1Down:connect(function()
  1169. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1170. uTorso.CFrame = WayPoints["StrawBerry Field"]
  1171. WayPointsFrame.Visible = false
  1172. notify'Teleported to StrawBerry Field'
  1173. end)
  1174.  
  1175. CloverField.MouseButton1Down:connect(function()
  1176. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1177. uTorso.CFrame = WayPoints["Clover Field"]
  1178. WayPointsFrame.Visible = false
  1179. notify'Teleported to Clover Field'
  1180. end)
  1181.  
  1182. SpiderField.MouseButton1Down:connect(function()
  1183. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1184. uTorso.CFrame = WayPoints["Spider Field"]
  1185. WayPointsFrame.Visible = false
  1186. notify'Teleported to Spider Field'
  1187. end)
  1188.  
  1189. BlueField.MouseButton1Down:connect(function()
  1190. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1191. uTorso.CFrame = WayPoints["Blue Field"]
  1192. WayPointsFrame.Visible = false
  1193. notify'Teleported to Blue Field'
  1194. end)
  1195.  
  1196. SunflowerField.MouseButton1Down:connect(function()
  1197. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1198. uTorso.CFrame = WayPoints["Sunflower Field"]
  1199. WayPointsFrame.Visible = false
  1200. notify'Teleported to Sunflower Field'
  1201. end)
  1202.  
  1203. DandelionField.MouseButton1Down:connect(function()
  1204. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1205. uTorso.CFrame = WayPoints["Dandelion Field"]
  1206. WayPointsFrame.Visible = false
  1207. notify'Teleported to Dandelion Field'
  1208. end)
  1209.  
  1210. BamBooField.MouseButton1Down:connect(function()
  1211. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1212. uTorso.CFrame = WayPoints["BamBoo Field"]
  1213. WayPointsFrame.Visible = false
  1214. notify'Teleported to BamBoo Field'
  1215. end)
  1216.  
  1217. RoseField.MouseButton1Down:connect(function()
  1218. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1219. uTorso.CFrame = WayPoints["Rose Field"]
  1220. WayPointsFrame.Visible = false
  1221. notify'Teleported to Rose Field'
  1222. end)
  1223.  
  1224. CactusField.MouseButton1Down:connect(function()
  1225. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1226. uTorso.CFrame = WayPoints["Cactus Field"]
  1227. WayPointsFrame.Visible = false
  1228. notify'Teleported to BamBoo Field'
  1229. end)
  1230.  
  1231. PumpkinField.MouseButton1Down:connect(function()
  1232. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1233. uTorso.CFrame = WayPoints["Pumpkin Field"]
  1234. WayPointsFrame.Visible = false
  1235. notify'Teleported to BamBoo Field'
  1236. end)
  1237.  
  1238. PineTreeField.MouseButton1Down:connect(function()
  1239. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1240. uTorso.CFrame = WayPoints["PineTree Field"]
  1241. WayPointsFrame.Visible = false
  1242. notify'Teleported to BamBoo Field'
  1243. end)
  1244.  
  1245. MountainTopField.MouseButton1Down:connect(function()
  1246. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1247. uTorso.CFrame = WayPoints["MountainTop Field"]
  1248. WayPointsFrame.Visible = false
  1249. notify'Teleported to Mountain Top Field'
  1250. end)
  1251.  
  1252. PineappleField.MouseButton1Down:connect(function()
  1253. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1254. uTorso.CFrame = WayPoints["Pineapple Field"]
  1255. WayPointsFrame.Visible = false
  1256. notify'Teleported to Pineapple Field'
  1257. end)
  1258.  
  1259. GumdropDispenser.MouseButton1Down:connect(function()
  1260. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1261. uTorso.CFrame = WayPoints["Gumdrop Dispenser"]
  1262. WayPointsFrame.Visible = false
  1263. notify'Teleported to Gumdrop Dispenser'
  1264. end)
  1265.  
  1266. WealthClock.MouseButton1Down:connect(function()
  1267. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1268. uTorso.CFrame = WayPoints["Wealth Clock"]
  1269. WayPointsFrame.Visible = false
  1270. notify'Teleported to Wealth Clock'
  1271. end)
  1272.  
  1273. BlueberryDispenser.MouseButton1Down:connect(function()
  1274. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1275. uTorso.CFrame = WayPoints["Blueberry Dispenser"]
  1276. WayPointsFrame.Visible = false
  1277. notify'Teleported to Blueberry Dispenser'
  1278. end)
  1279.  
  1280. StrawberryDispenser.MouseButton1Down:connect(function()
  1281. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1282. uTorso.CFrame = WayPoints["Strawberry Dispenser"]
  1283. WayPointsFrame.Visible = false
  1284. notify'Teleported to Strawberry Dispenser'
  1285. end)
  1286. --==============================================================================================
  1287. -- Show Location --
  1288.  
  1289. spawn (function()
  1290. while true do
  1291. if not pausehumcheck then
  1292. local player = game:GetService'Players'.LocalPlayer
  1293. local character = player.Character or player.CharacterAdded:wait()
  1294. local head = character:WaitForChild'Head'
  1295. local hum = player.Character.HumanoidRootPart
  1296. LocationX = round(hum.Position.x, 1)
  1297. LocationY = round(hum.Position.y, 1)
  1298. LocationZ = round(hum.Position.z, 1)
  1299. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  1300. end
  1301. wait(0.5)
  1302. end
  1303. end)
  1304.  
  1305. SetLocation.MouseButton1Down:connect(function()
  1306. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  1307. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  1308. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  1309. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  1310. SetLocation.Text = "Set: " ..setlocationx..","..setlocationy..","..setlocationz
  1311. CustomLocationSet = true
  1312. end)
  1313.  
  1314. --- TP to custom location ---
  1315.  
  1316. TPLocation.MouseButton1Down:connect(function()
  1317. if CustomLocationSet and not pausehumcheck then
  1318. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1319. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  1320. end
  1321. end)
  1322.  
  1323. --- Pollen Farm ---
  1324.  
  1325. StartFarm.MouseButton1Click:connect(function()
  1326. if PollenFarmActive ~= true then
  1327. PollenFarmActive = true
  1328. Field1AFActive = false
  1329. Field2AFActive = false
  1330. Field3AFActive = false
  1331. Field4AFActive = false
  1332. Field5AFActive = false
  1333. Field6AFActive = false
  1334. Field7AFActive = false
  1335. Field8AFActive = false
  1336. Field9AFActive = false
  1337. Field10AFActive = false
  1338. Field11AFActive = false
  1339. Field12AFActive = false
  1340. Field13AFActive = false
  1341. Field14AFActive = false
  1342. resethive = false
  1343. switchlocationmsg = false
  1344. StartFarm.Text = "Pollen Farm: ON"
  1345. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1346. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1347. notify'Pollen Farming Started'
  1348. else
  1349. PollenFarmActive = false
  1350. Field1AFActive = false
  1351. Field2AFActive = false
  1352. Field3AFActive = false
  1353. Field4AFActive = false
  1354. Field5AFActive = false
  1355. Field6AFActive = false
  1356. Field7AFActive = false
  1357. Field8AFActive = false
  1358. Field9AFActive = false
  1359. Field10AFActive = false
  1360. Field11AFActive = false
  1361. Field12AFActive = false
  1362. Field13AFActive = false
  1363. Field14AFActive = false
  1364. farmzoneswitched = false
  1365. resethive = false
  1366. print("Pollen Farming Ended")
  1367. notify'Pollen Farming Ended'
  1368. StartFarm.Text = "Pollen Farm: OFF"
  1369. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1370. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1371. local player = game:GetService("Players").LocalPlayer
  1372. currp=nil
  1373. player.Character:MoveTo(player.SpawnPos.Value.p)
  1374. end
  1375. end)
  1376.  
  1377. Field1AF.MouseButton1Down:connect(function()
  1378. PollenFarmActive = true
  1379. Field1AFActive = true
  1380. Field2AFActive = false
  1381. Field3AFActive = false
  1382. Field4AFActive = false
  1383. Field5AFActive = false
  1384. Field6AFActive = false
  1385. Field7AFActive = false
  1386. Field8AFActive = false
  1387. Field9AFActive = false
  1388. Field10AFActive = false
  1389. Field11AFActive = false
  1390. Field12AFActive = false
  1391. Field13AFActive = false
  1392. Field14AFActive = false
  1393. resethive = false
  1394. switchlocationmsg = false
  1395. StartFarm.Text = "Pollen Farm: ON"
  1396. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1397. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1398. notify'Pollen Farming Zone 1 Started'
  1399. WayPointsFrame.Visible = false
  1400. end)
  1401.  
  1402. Field2AF.MouseButton1Down:connect(function()
  1403. PollenFarmActive = true
  1404. Field2AFActive = true
  1405. Field1AFActive = false
  1406. Field3AFActive = false
  1407. Field4AFActive = false
  1408. Field5AFActive = false
  1409. Field6AFActive = false
  1410. Field7AFActive = false
  1411. Field8AFActive = false
  1412. Field9AFActive = false
  1413. Field10AFActive = false
  1414. Field11AFActive = false
  1415. Field12AFActive = false
  1416. Field13AFActive = false
  1417. Field14AFActive = false
  1418. resethive = false
  1419. switchlocationmsg = false
  1420. StartFarm.Text = "Pollen Farm: ON"
  1421. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1422. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1423. notify'Pollen Farming Zone 2 Started'
  1424. WayPointsFrame.Visible = false
  1425. end)
  1426.  
  1427. Field3AF.MouseButton1Down:connect(function()
  1428. PollenFarmActive = true
  1429. Field3AFActive = true
  1430. Field1AFActive = false
  1431. Field2AFActive = false
  1432. Field4AFActive = false
  1433. Field5AFActive = false
  1434. Field6AFActive = false
  1435. Field7AFActive = false
  1436. Field8AFActive = false
  1437. Field9AFActive = false
  1438. Field10AFActive = false
  1439. Field11AFActive = false
  1440. Field12AFActive = false
  1441. Field13AFActive = false
  1442. Field14AFActive = false
  1443. resethive = false
  1444. switchlocationmsg = false
  1445. StartFarm.Text = "Pollen Farm: ON"
  1446. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1447. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1448. notify'Pollen Farming Zone 3 Started'
  1449. WayPointsFrame.Visible = false
  1450. end)
  1451.  
  1452. Field4AF.MouseButton1Down:connect(function()
  1453. PollenFarmActive = true
  1454. Field4AFActive = true
  1455. Field1AFActive = false
  1456. Field2AFActive = false
  1457. Field3AFActive = false
  1458. Field5AFActive = false
  1459. Field6AFActive = false
  1460. Field7AFActive = false
  1461. Field8AFActive = false
  1462. Field9AFActive = false
  1463. Field10AFActive = false
  1464. Field11AFActive = false
  1465. Field12AFActive = false
  1466. Field13AFActive = false
  1467. Field14AFActive = false
  1468. resethive = false
  1469. switchlocationmsg = false
  1470. StartFarm.Text = "Pollen Farm: ON"
  1471. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1472. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1473. notify'Pollen Farming Zone 4 Started'
  1474. WayPointsFrame.Visible = false
  1475. end)
  1476.  
  1477. Field5AF.MouseButton1Down:connect(function()
  1478. PollenFarmActive = true
  1479. Field5AFActive = true
  1480. Field1AFActive = false
  1481. Field2AFActive = false
  1482. Field3AFActive = false
  1483. Field4AFActive = false
  1484. Field6AFActive = false
  1485. Field7AFActive = false
  1486. Field8AFActive = false
  1487. Field9AFActive = false
  1488. Field10AFActive = false
  1489. Field11AFActive = false
  1490. Field12AFActive = false
  1491. Field13AFActive = false
  1492. Field14AFActive = false
  1493. resethive = false
  1494. switchlocationmsg = false
  1495. StartFarm.Text = "Pollen Farm: ON"
  1496. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1497. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1498. notify'Pollen Farming Zone 5 Started'
  1499. WayPointsFrame.Visible = false
  1500. end)
  1501.  
  1502. Field6AF.MouseButton1Down:connect(function()
  1503. PollenFarmActive = true
  1504. Field6AFActive = true
  1505. Field1AFActive = false
  1506. Field2AFActive = false
  1507. Field3AFActive = false
  1508. Field4AFActive = false
  1509. Field5AFActive = false
  1510. Field7AFActive = false
  1511. Field8AFActive = false
  1512. Field9AFActive = false
  1513. Field10AFActive = false
  1514. Field11AFActive = false
  1515. Field12AFActive = false
  1516. Field13AFActive = false
  1517. Field14AFActive = false
  1518. resethive = false
  1519. switchlocationmsg = false
  1520. StartFarm.Text = "Pollen Farm: ON"
  1521. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1522. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1523. notify'Pollen Farming Zone 6 Started'
  1524. WayPointsFrame.Visible = false
  1525. end)
  1526.  
  1527. Field7AF.MouseButton1Down:connect(function()
  1528. PollenFarmActive = true
  1529. Field7AFActive = true
  1530. Field1AFActive = false
  1531. Field2AFActive = false
  1532. Field3AFActive = false
  1533. Field4AFActive = false
  1534. Field5AFActive = false
  1535. Field6AFActive = false
  1536. Field8AFActive = false
  1537. Field9AFActive = false
  1538. Field10AFActive = false
  1539. Field11AFActive = false
  1540. Field12AFActive = false
  1541. Field13AFActive = false
  1542. Field14AFActive = false
  1543. resethive = false
  1544. switchlocationmsg = false
  1545. StartFarm.Text = "Pollen Farm: ON"
  1546. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1547. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1548. notify'Pollen Farming Zone 7 Started'
  1549. WayPointsFrame.Visible = false
  1550. end)
  1551.  
  1552. Field8AF.MouseButton1Down:connect(function()
  1553. PollenFarmActive = true
  1554. Field8AFActive = true
  1555. Field1AFActive = false
  1556. Field2AFActive = false
  1557. Field3AFActive = false
  1558. Field4AFActive = false
  1559. Field5AFActive = false
  1560. Field6AFActive = false
  1561. Field7AFActive = false
  1562. Field9AFActive = false
  1563. Field10AFActive = false
  1564. Field11AFActive = false
  1565. Field12AFActive = false
  1566. Field13AFActive = false
  1567. Field14AFActive = false
  1568. resethive = false
  1569. switchlocationmsg = false
  1570. StartFarm.Text = "Pollen Farm: ON"
  1571. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1572. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1573. notify'Pollen Farming Zone 8 Started'
  1574. WayPointsFrame.Visible = false
  1575. end)
  1576.  
  1577. Field9AF.MouseButton1Down:connect(function()
  1578. PollenFarmActive = true
  1579. Field9AFActive = true
  1580. Field1AFActive = false
  1581. Field2AFActive = false
  1582. Field3AFActive = false
  1583. Field4AFActive = false
  1584. Field5AFActive = false
  1585. Field6AFActive = false
  1586. Field7AFActive = false
  1587. Field8AFActive = false
  1588. Field10AFActive = false
  1589. Field11AFActive = false
  1590. Field12AFActive = false
  1591. Field13AFActive = false
  1592. Field14AFActive = false
  1593. resethive = false
  1594. switchlocationmsg = false
  1595. StartFarm.Text = "Pollen Farm: ON"
  1596. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1597. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1598. notify'Pollen Farming Zone 9 Started'
  1599. WayPointsFrame.Visible = false
  1600. end)
  1601.  
  1602. Field10AF.MouseButton1Down:connect(function()
  1603. PollenFarmActive = true
  1604. Field10AFActive = true
  1605. Field1AFActive = false
  1606. Field2AFActive = false
  1607. Field3AFActive = false
  1608. Field4AFActive = false
  1609. Field5AFActive = false
  1610. Field6AFActive = false
  1611. Field7AFActive = false
  1612. Field8AFActive = false
  1613. Field9AFActive = false
  1614. Field11AFActive = false
  1615. Field12AFActive = false
  1616. Field13AFActive = false
  1617. Field14AFActive = false
  1618. resethive = false
  1619. switchlocationmsg = false
  1620. StartFarm.Text = "Pollen Farm: ON"
  1621. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1622. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1623. notify'Pollen Farming Zone 10 Started'
  1624. WayPointsFrame.Visible = false
  1625. end)
  1626.  
  1627. Field11AF.MouseButton1Down:connect(function()
  1628. PollenFarmActive = true
  1629. Field11AFActive = true
  1630. Field1AFActive = false
  1631. Field2AFActive = false
  1632. Field3AFActive = false
  1633. Field4AFActive = false
  1634. Field5AFActive = false
  1635. Field6AFActive = false
  1636. Field7AFActive = false
  1637. Field8AFActive = false
  1638. Field9AFActive = false
  1639. Field10AFActive = false
  1640. Field12AFActive = false
  1641. Field13AFActive = false
  1642. Field14AFActive = false
  1643. resethive = false
  1644. switchlocationmsg = false
  1645. StartFarm.Text = "Pollen Farm: ON"
  1646. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1647. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1648. notify'Pollen Farming Zone 11 Started'
  1649. WayPointsFrame.Visible = false
  1650. end)
  1651.  
  1652. Field12AF.MouseButton1Down:connect(function()
  1653. PollenFarmActive = true
  1654. Field12AFActive = true
  1655. Field1AFActive = false
  1656. Field2AFActive = false
  1657. Field3AFActive = false
  1658. Field4AFActive = false
  1659. Field5AFActive = false
  1660. Field6AFActive = false
  1661. Field7AFActive = false
  1662. Field8AFActive = false
  1663. Field9AFActive = false
  1664. Field10AFActive = false
  1665. Field11AFActive = false
  1666. Field13AFActive = false
  1667. Field14AFActive = false
  1668. resethive = false
  1669. switchlocationmsg = false
  1670. StartFarm.Text = "Pollen Farm: ON"
  1671. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1672. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1673. notify'Pollen Farming Zone 12 Started'
  1674. WayPointsFrame.Visible = false
  1675. end)
  1676.  
  1677. Field13AF.MouseButton1Down:connect(function()
  1678. PollenFarmActive = true
  1679. Field13AFActive = true
  1680. Field1AFActive = false
  1681. Field2AFActive = false
  1682. Field3AFActive = false
  1683. Field4AFActive = false
  1684. Field5AFActive = false
  1685. Field6AFActive = false
  1686. Field7AFActive = false
  1687. Field8AFActive = false
  1688. Field9AFActive = false
  1689. Field10AFActive = false
  1690. Field11AFActive = false
  1691. Field12AFActive = false
  1692. Field14AFActive = false
  1693. resethive = false
  1694. switchlocationmsg = false
  1695. StartFarm.Text = "Pollen Farm: ON"
  1696. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1697. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1698. notify'Pollen Farming Zone 13 Started'
  1699. WayPointsFrame.Visible = false
  1700. end)
  1701.  
  1702. Field14AF.MouseButton1Down:connect(function()
  1703. PollenFarmActive = true
  1704. Field14AFActive = true
  1705. Field1AFActive = false
  1706. Field2AFActive = false
  1707. Field3AFActive = false
  1708. Field4AFActive = false
  1709. Field5AFActive = false
  1710. Field6AFActive = false
  1711. Field7AFActive = false
  1712. Field8AFActive = false
  1713. Field9AFActive = false
  1714. Field10AFActive = false
  1715. Field11AFActive = false
  1716. Field12AFActive = false
  1717. Field13AFActive = false
  1718. resethive = false
  1719. switchlocationmsg = false
  1720. StartFarm.Text = "Pollen Farm: ON"
  1721. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1722. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1723. notify'Pollen Farming Zone 14 Started'
  1724. WayPointsFrame.Visible = false
  1725. end)
  1726.  
  1727. -- Avoid Vicious Bee --
  1728.  
  1729. AvoidViciousBee.MouseButton1Click:connect(function()
  1730. if AvoidViciousActive ~= true then
  1731. AvoidViciousActive = true
  1732. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1733. AvoidViciousBee.Text = "Avoid Vicious Bee: ON"
  1734. else
  1735. AvoidViciousActive = false
  1736. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1737. AvoidViciousBee.Text = "Avoid Vicious Bee: OFF"
  1738. end
  1739. end)
  1740.  
  1741. -- Hunt Vicious Bee --
  1742.  
  1743. HuntViciousBee.MouseButton1Click:connect(function()
  1744. if HuntViciousActive ~= true then
  1745. HuntViciousActive = true
  1746. HuntViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1747. HuntViciousBee.Text = "Hunt Vicious Bee: ON"
  1748. ExtrasScreen.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1749. else
  1750. HuntViciousActive = false
  1751. HuntViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1752. HuntViciousBee.Text = "Hunt Vicious Bee: OFF"
  1753. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1754. end
  1755. end)
  1756.  
  1757. spawn(function()
  1758. while true do
  1759. wait(1)
  1760. if HuntViciousActive and viciousbeedetected then
  1761. print("Vicous Bee has Appeared. Hunting Time!!")
  1762. notify'Vicous Bee has Appeared. Hunting Time!!'
  1763. if AvoidViciousActive then
  1764. AvoidTempOFF = true
  1765. AvoidViciousActive = false
  1766. AvoidViciousBee.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1767. AvoidViciousBee.Text = "Avoid ViciousBee: OFF"
  1768. end
  1769. if PollenFarmActive then
  1770. FarmTempOFF = true
  1771. PollenFarmActive = false
  1772. StartFarm.Text = "Pollen Farm: OFF"
  1773. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1774. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1775. end
  1776. print("God Mode activated. After defeating the bee you will respawn to exit God Mode.")
  1777.  
  1778. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1779. God.Text = "God Mode: ON"
  1780. GodModeActive = true
  1781. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1782. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1783. l.Parent = game.Players.LocalPlayer.Character
  1784. l.Name = "Humanoid"
  1785. wait(0.1)
  1786. game.Players.LocalPlayer.Character["1"]:Destroy()
  1787. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1788. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1789. wait(0.1)
  1790. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1791. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1792. godmodeactivated = true
  1793. wait(1)
  1794.  
  1795. local hum = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1796. for i,v in pairs(workspace.Particles:GetChildren()) do
  1797. for x in string.gmatch(v.Name, "Vicious") do
  1798. while HuntViciousActive and viciousbeedetected do
  1799. if v.Name == "Vicious" then
  1800. hum.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  1801. wait(1)
  1802. end
  1803. end
  1804. end
  1805. end
  1806. wait(1)
  1807. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1808. pausehumcheck = true
  1809. wait()
  1810. local prt = Instance.new("Model", workspace);
  1811. Instance.new("Part", prt).Name="Torso";
  1812. Instance.new("Part", prt).Name="Head";
  1813. Instance.new("Humanoid", prt).Name="Humanoid";
  1814. game.Players.LocalPlayer.Character=prt
  1815. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1816. God.Text = "God Mode: OFF"
  1817. GodModeActive = false
  1818. wait(6)
  1819. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  1820. pausehumcheck = false
  1821. if AvoidTempOFF then
  1822. AvoidTempOFF = false
  1823. AvoidViciousBee.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1824. AvoidViciousBee.Text = "Avoid ViciousBee: ON"
  1825. AvoidViciousActive = true
  1826. end
  1827. if FarmTempOFF then
  1828. FarmTempOFF = false
  1829. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1830. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1831. StartFarm.Text = "Pollen Farm: ON"
  1832. PollenFarmActive = true
  1833. end
  1834. end
  1835. end
  1836. end)
  1837.  
  1838. -- Farm Sprouts --
  1839.  
  1840. SproutFarmToggle.MouseButton1Click:connect(function()
  1841. if SproutFarmActive ~= true then
  1842. SproutFarmActive = true
  1843. SproutFarmToggle.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1844. SproutFarmToggle.Text = "Farm Sprout: ON"
  1845. ExtrasScreen.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1846. else
  1847. SproutFarmActive = false
  1848. SproutFarmToggle.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1849. SproutFarmToggle.Text = "Farm Sprout: OFF"
  1850. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1851. end
  1852. end)
  1853.  
  1854. spawn(function()
  1855. while true do
  1856. startpos = nil
  1857. wait(1)
  1858. if SproutFarmActive and sproutdetected then
  1859. player = game:GetService("Players").LocalPlayer
  1860. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1861. if not pollenLbl then
  1862. print("Backpack not found")
  1863. end
  1864. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1865. print("A Sprout has Appeared. Farming Time!!")
  1866. notify'A Sprout has Appeared. Farming Time!!'
  1867. if PollenFarmActive then
  1868. FarmTempOFF = true
  1869. PollenFarmActive = false
  1870. StartFarm.Text = "Pollen Farm: OFF"
  1871. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1872. StartFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1873. wait(1)
  1874. end
  1875. while SproutFarmActive and sproutdetected do
  1876. if viciousbeenear and not godmodeactivated or tonumber(plrHealth) <= 30 and not godmodeactivated then
  1877. print("God Mode activated.")
  1878. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1879. God.Text = "God Mode: ON"
  1880. GodModeActive = true
  1881. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1882. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1883. l.Parent = game.Players.LocalPlayer.Character
  1884. l.Name = "Humanoid"
  1885. wait(0.1)
  1886. game.Players.LocalPlayer.Character["1"]:Destroy()
  1887. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1888. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1889. wait(0.1)
  1890. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1891. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1892. godmodeactivated = true
  1893. wait(1)
  1894. end
  1895. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1896. for i,v in pairs(workspace.Particles:GetChildren()) do
  1897. for x in string.gmatch(v.Name, "Sprout") do
  1898. if v.Name == "Sprout" then
  1899. if SproutFarmActive and sproutdetected then
  1900. if not sproutsafety then
  1901. local setstartpos = root.CFrame
  1902. for a = 1, 120 do
  1903. root.CFrame = v.CFrame * CFrame.new(0, 30, 0)
  1904. wait(0.1)
  1905. end
  1906. wait(1)
  1907. root.CFrame = v.CFrame * CFrame.new(3, 10, 3)
  1908. wait(1)
  1909. local startpos = root.CFrame
  1910. AutoDigActive = true
  1911. sproutsafety = true
  1912. sproutstarted = true
  1913. end
  1914. end
  1915. end
  1916. end
  1917. end
  1918. workspace.Collectibles.ChildAdded:Connect(function(part)
  1919. if SproutFarmActive and sproutstarted then
  1920. local rootpos = root.CFrame
  1921. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  1922. if (part.Position-root.Position).magnitude <= 80 then
  1923. root.CFrame = CFrame.new(part.Position.x, root.Position.y, part.Position.z)
  1924. wait(0.07)
  1925. root.CFrame = rootpos
  1926. wait(0.05)
  1927. end
  1928. end
  1929. end
  1930. end)
  1931. if tonumber(player.CoreStats.Pollen.Value+1) > tonumber(maxpollen) then
  1932. print("Bag Full: " ..tostring(player.CoreStats.Pollen.Value))
  1933. SproutFarmActive = false
  1934. wait(0.1)
  1935. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  1936. wait(1)
  1937. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1938. repeat wait(0.5) until game:GetService("Players").LocalPlayer.CoreStats.Pollen.Value < 1
  1939. wait(4)
  1940. SproutFarmActive = true
  1941. end
  1942. wait(2)
  1943. root.CFrame = startpos
  1944. end
  1945. print("Finished farming Sprout")
  1946. wait(20)
  1947. AutoDigActive = false
  1948. sproutstarted = false
  1949. if godmodeactivated then
  1950. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1951. pausehumcheck = true
  1952. wait()
  1953. local prt = Instance.new("Model", workspace);
  1954. Instance.new("Part", prt).Name="Torso";
  1955. Instance.new("Part", prt).Name="Head";
  1956. Instance.new("Humanoid", prt).Name="Humanoid";
  1957. game.Players.LocalPlayer.Character=prt
  1958. wait(6)
  1959. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  1960. godmodeactivated = false
  1961. pausehumcheck = false
  1962. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1963. God.Text = "God Mode: OFF"
  1964. GodModeActive = false
  1965. end
  1966. if FarmTempOFF then
  1967. FarmTempOFF = false
  1968. PollenFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1969. StartFarm.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1970. StartFarm.Text = "Pollen Farm: ON"
  1971. PollenFarmActive = true
  1972. end
  1973. sproutsafety = false
  1974. root.CFrame = rootpos
  1975. end
  1976. end
  1977. end)
  1978.  
  1979. -- God Mode --
  1980.  
  1981. God.MouseButton1Click:connect(function()
  1982. if GodModeActive ~= true then
  1983. GodModeActive = true
  1984. God.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1985. God.Text = "God Mode: ON"
  1986. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1987. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1988. l.Parent = game.Players.LocalPlayer.Character
  1989. l.Name = "Humanoid"
  1990. wait(0.1)
  1991. game.Players.LocalPlayer.Character["1"]:Destroy()
  1992. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1993. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1994. wait(0.1)
  1995. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1996. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1997. else
  1998. GodModeActive = false
  1999. God.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2000. God.Text = "God Mode: OFF"
  2001. location = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2002. --pausehumcheck = true
  2003. wait()
  2004. local prt = Instance.new("Model", workspace);
  2005. Instance.new("Part", prt).Name="Torso";
  2006. Instance.new("Part", prt).Name="Head";
  2007. Instance.new("Humanoid", prt).Name="Humanoid";
  2008. game.Players.LocalPlayer.Character=prt
  2009. wait(6)
  2010. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = location
  2011. --pausehumcheck = false
  2012. end
  2013. end)
  2014.  
  2015. -- Auto Dig --
  2016.  
  2017. AutoDig.MouseButton1Click:connect(function()
  2018. if AutoDigActive ~= true then
  2019. AutoDigActive = true
  2020. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  2021. else
  2022. AutoDigActive = false
  2023. notify'Auto Dig Stopped'
  2024. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2025. end
  2026. end)
  2027.  
  2028. spawn(function()
  2029. while true do
  2030. wait(1)
  2031. if AutoDigActive then
  2032. local player = game:GetService("Players").LocalPlayer
  2033. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  2034. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  2035. AutoDigActive = false
  2036. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2037. print("Tool not found")
  2038. else
  2039. pollenTool.Parent = player.Character
  2040. while AutoDigActive do
  2041. wait(0.05)
  2042. pollenTool.ClickEvent:FireServer(CFrame.new())
  2043. end
  2044. end
  2045. end
  2046. end
  2047. end)
  2048.  
  2049. -- Auto Token Gather --
  2050.  
  2051. mouse.KeyDown:connect(function(key)
  2052. if key == TokenToggle.Text then
  2053. if not tokenfarmactive then
  2054. tokenfarmactive = true
  2055. notify'Auto Token Gather Enabled'
  2056. else
  2057. tokenfarmactive = false
  2058. notify'Auto Token Gather Disabled'
  2059. end
  2060. end
  2061. end)
  2062.  
  2063. spawn(function()
  2064. while true do
  2065. wait(0.5)
  2066. if tokenfarmactive then
  2067. workspace.Collectibles.ChildAdded:Connect(function(part)
  2068. if tokenfarmactive then
  2069. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  2070. local rootpos = root.CFrame
  2071. if tostring(part) == tostring(game.Players.LocalPlayer.Name) or tostring(part) == "C" then
  2072. -- print("token position: " ..tostring(part.Position)) --
  2073. -- print("player position: " ..tostring(root.Position)) --
  2074. -- print("Distance: " ..tostring((part.Position - root.Position).magnitude)) --
  2075. if (part.Position-root.Position).magnitude <= 50 then
  2076. root.CFrame = CFrame.new(part.Position.x, part.Position.y, part.Position.z)
  2077. wait(0.07)
  2078. root.CFrame = rootpos
  2079. wait(0.05)
  2080. end
  2081. end
  2082. end
  2083. end)
  2084. end
  2085. end
  2086. end)
  2087.  
  2088. spawn(function()
  2089. while true do
  2090. wait(0.5)
  2091. if tokenfarmactive2 then
  2092. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  2093. while tokenfarmactive2 do
  2094. local rootpos = root.CFrame
  2095. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  2096. if v.Name == game.Players.LocalPlayer.Name and not v:FindFirstChild("farmed") or tonumber((v.Position - root.Position).magnitude) <= 50 and not v:FindFirstChild("farmed") then
  2097. local intvalue = Instance.new("IntValue",v)
  2098. intvalue.Name = "farmed"
  2099. root.CFrame = v.CFrame
  2100. wait(.07)
  2101. end
  2102. end
  2103. wait(0.1)
  2104. root.CFrame = rootpos
  2105. end
  2106. end
  2107. end
  2108. end)
  2109.  
  2110. -- Make Honey --
  2111.  
  2112. mouse.KeyDown:connect(function(key)
  2113. if key == HoneyToggle.Text then
  2114. notify'Making Honey'
  2115. game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players").LocalPlayer.SpawnPos.Value.p)
  2116. wait(1.5)
  2117. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  2118. end
  2119. end)
  2120.  
  2121. -- Farm Moon Amulet Tokens
  2122.  
  2123. mouse.KeyDown:connect(function(key)
  2124. if key == FireflyToggle.Text then
  2125. notify'Moon Token Gather Enabled'
  2126. count = 0
  2127. if fireflydetected then
  2128. local root = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  2129. for i,v in pairs(workspace.NPCBees:GetChildren()) do
  2130. if v.Name == "Firefly" then
  2131. wait(0.2)
  2132. count = count + 1
  2133. --print("Teleporting to Firefly " ..tostring(count))--
  2134. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  2135. end
  2136. end
  2137. wait(1)
  2138.  
  2139. for i,v in pairs(workspace.Collectibles:GetChildren()) do
  2140. if v.Name == "C" then
  2141. if (v.Position-root.Position).magnitude <= 50 then
  2142. root.CFrame = CFrame.new(v.Position.x, v.Position.y, v.Position.z)
  2143. wait(0.1)
  2144. end
  2145. end
  2146. end
  2147. end
  2148. end
  2149. end)
  2150.  
  2151. InfBackpack.MouseButton1Down:connect(function()
  2152. game.ReplicatedStorage.Events.ItemPackageEvent:InvokeServer("Purchase",{["Mute"] = true,["Type"] = "Debug-Bag",["Category"] = "Backpack"})
  2153. end)
Advertisement
Add Comment
Please, Sign In to add comment