xxxDrez

Untitled

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