FilterYT

Untitled

Oct 6th, 2019
16,768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.47 KB | None | 0 0
  1. AntiAFKMode = "Nothing"
  2. PollenFarmActive = false
  3.  
  4. -- Objects
  5.  
  6. local MainGUI = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Close = Instance.new("TextButton")
  9. local WayPoints = Instance.new("TextButton")
  10. local WayPointsFrame = Instance.new("Frame")
  11. local ShowLocation = Instance.new("TextLabel")
  12. local SetLocation = Instance.new("TextButton")
  13. local TPLocation = Instance.new("TextButton")
  14. local TPShop = Instance.new("TextButton")
  15. local ReturnToHive = Instance.new("TextButton")
  16. local TPShop2 = Instance.new("TextButton")
  17. local BeeShop = Instance.new("TextButton")
  18. local BlackBear = Instance.new("TextButton")
  19. local BrownBear = Instance.new("TextButton")
  20. local PandaBear = Instance.new("TextButton")
  21. local PolarBear = Instance.new("TextButton")
  22. local ScienceBear = Instance.new("TextButton")
  23. local StrawBerryField = Instance.new("TextButton")
  24. local PumpkinField = Instance.new("TextButton")
  25. local SunflowerField = Instance.new("TextButton")
  26. local CloverField = Instance.new("TextButton")
  27. local SpiderField = Instance.new("TextButton")
  28. local MushRoomField = Instance.new("TextButton")
  29. local BamBooField = Instance.new("TextButton")
  30. local DandelionField = Instance.new("TextButton")
  31. local PineappleField = Instance.new("TextButton")
  32. local BlueField = Instance.new("TextButton")
  33. local RoseField = Instance.new("TextButton")
  34. local CactusField = Instance.new("TextButton")
  35. local PineTreeField = Instance.new("TextButton")
  36. local MountainTopField = Instance.new("TextButton")
  37. local Players = Instance.new("TextButton")
  38. local PlayerFrame = Instance.new("Frame")
  39. local PlayerList = Instance.new("Frame")
  40. local PlayerListBox = Instance.new("Frame")
  41. local PlyrSel = Instance.new("TextLabel")
  42. local Player1 = Instance.new("TextButton")
  43. local Player2 = Instance.new("TextButton")
  44. local Player3 = Instance.new("TextButton")
  45. local Player4 = Instance.new("TextButton")
  46. local Player5 = Instance.new("TextButton")
  47. local TpPlayer = Instance.new("TextButton")
  48. local FindTreasures = Instance.new("TextButton")
  49. local FindTreasuresText1 = Instance.new("TextLabel")
  50. local ExtrasScreen = Instance.new("TextButton")
  51. local ExtrasFrame = Instance.new("Frame")
  52. local InfoScreen = Instance.new("TextButton")
  53. local InfoFrame = Instance.new("Frame")
  54. local TPTool = Instance.new("TextButton")
  55. local ReJoinServer = Instance.new("TextButton")
  56. local NoClip = Instance.new("TextButton")
  57. local InfoText1 = Instance.new("TextLabel")
  58. local PollenFarm = Instance.new("TextButton")
  59.  
  60. -- Properties
  61.  
  62. MainGUI.Name = "MainGUI"
  63. MainGUI.Parent = game.CoreGui
  64. local MainCORE = game.CoreGui["MainGUI"]
  65.  
  66. MainFrame.Name = "MainFrame"
  67. MainFrame.Parent = MainGUI
  68. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  69. MainFrame.BackgroundTransparency = 0.5
  70. MainFrame.BorderSizePixel = 0
  71. MainFrame.Position = UDim2.new(0.5, -266, 0, -32)
  72. MainFrame.Size = UDim2.new(0, 533, 0, 30)
  73.  
  74. Close.Name = "Close"
  75. Close.Parent = MainFrame
  76. Close.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  77. Close.BorderColor3 = Color3.new(0, 1, 0)
  78. Close.Position = UDim2.new(0, 5, 0, 5)
  79. Close.Size = UDim2.new(0, 20, 0, 20)
  80. Close.Font = Enum.Font.Fantasy
  81. Close.FontSize = Enum.FontSize.Size18
  82. Close.Text = "X"
  83. Close.TextColor3 = Color3.new(1, 0, 0)
  84. Close.TextSize = 17
  85. Close.TextScaled = true
  86. Close.TextWrapped = true
  87.  
  88. WayPoints.Name = "WayPoints"
  89. WayPoints.Parent = MainFrame
  90. WayPoints.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  91. WayPoints.BorderColor3 = Color3.new(0, 1, 0)
  92. WayPoints.Position = UDim2.new(0, 30, 0, 5)
  93. WayPoints.Size = UDim2.new(0, 83, 0, 20)
  94. WayPoints.BackgroundTransparency = 0
  95. WayPoints.Font = Enum.Font.Fantasy
  96. WayPoints.FontSize = Enum.FontSize.Size18
  97. WayPoints.TextColor3 = Color3.new(1, 1, 1)
  98. WayPoints.Text = "WayPoints"
  99. WayPoints.TextSize = 17
  100. WayPoints.TextWrapped = true
  101.  
  102. WayPointsFrame.Name = "WayPointsFrame"
  103. WayPointsFrame.Parent = MainFrame
  104. WayPointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  105. WayPointsFrame.BorderColor3 = Color3.new(0, 0, 0)
  106. WayPointsFrame.BackgroundTransparency = 0.4
  107. WayPointsFrame.Position = UDim2.new(0, 0, 0, 32)
  108. WayPointsFrame.Size = UDim2.new(0, 375, 0, 330)
  109. WayPointsFrame.Visible = false
  110.  
  111. ShowLocation.Name = "ShowLocation"
  112. ShowLocation.Parent = WayPointsFrame
  113. ShowLocation.BackgroundColor3 = Color3.new(1, 1, 1)
  114. ShowLocation.TextColor3 = Color3.new(0, 0, 0)
  115. ShowLocation.BorderColor3 = Color3.new(0, 0, 0)
  116. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  117. ShowLocation.Size = UDim2.new(0, 170, 0, 20)
  118. ShowLocation.Font = Enum.Font.Fantasy
  119. ShowLocation.Text = "Current Location"
  120. ShowLocation.TextWrapped = true
  121. ShowLocation.TextSize = 15
  122.  
  123. SetLocation.Name = "SetLocation"
  124. SetLocation.Parent = WayPointsFrame
  125. SetLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  126. SetLocation.TextColor3 = Color3.new(1, 1, 1)
  127. SetLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  128. SetLocation.Position = UDim2.new(0, 180, 0, 5)
  129. SetLocation.Size = UDim2.new(0, 120, 0, 20)
  130. SetLocation.Font = Enum.Font.Fantasy
  131. SetLocation.Text = "Set Location"
  132. SetLocation.TextWrapped = true
  133. SetLocation.TextSize = 16
  134.  
  135. TPLocation.Name = "TPLocation"
  136. TPLocation.Parent = WayPointsFrame
  137. TPLocation.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  138. TPLocation.TextColor3 = Color3.new(1, 1, 1)
  139. TPLocation.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  140. TPLocation.Position = UDim2.new(0, 305, 0, 5)
  141. TPLocation.Size = UDim2.new(0, 65, 0, 20)
  142. TPLocation.Font = Enum.Font.Fantasy
  143. TPLocation.Text = "Move to"
  144. TPLocation.TextWrapped = true
  145. TPLocation.TextSize = 16
  146.  
  147. ReturnToHive.Name = "ReturnToHive"
  148. ReturnToHive.Parent = WayPointsFrame
  149. ReturnToHive.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  150. ReturnToHive.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  151. ReturnToHive.Position = UDim2.new(0, 5, 0, 30)
  152. ReturnToHive.Size = UDim2.new(0, 180, 0, 20)
  153. ReturnToHive.TextColor3 = Color3.new(1, 1, 1)
  154. ReturnToHive.Font = Enum.Font.Fantasy
  155. ReturnToHive.Text = "Return To Hive"
  156. ReturnToHive.TextSize = 16
  157.  
  158. BlackBear.Name = "BlackBear"
  159. BlackBear.Parent = WayPointsFrame
  160. BlackBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  161. BlackBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  162. BlackBear.Position = UDim2.new(0, 5, 0, 55)
  163. BlackBear.Size = UDim2.new(0, 180, 0, 20)
  164. BlackBear.TextColor3 = Color3.new(1, 1, 1)
  165. BlackBear.Font = Enum.Font.Fantasy
  166. BlackBear.Text = "Black Bear"
  167. BlackBear.TextSize = 16
  168.  
  169. BrownBear.Name = "BrownBear"
  170. BrownBear.Parent = WayPointsFrame
  171. BrownBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  172. BrownBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  173. BrownBear.Position = UDim2.new(0, 5, 0, 80)
  174. BrownBear.Size = UDim2.new(0, 180, 0, 20)
  175. BrownBear.TextColor3 = Color3.new(1, 1, 1)
  176. BrownBear.Font = Enum.Font.Fantasy
  177. BrownBear.Text = "Brown Bear"
  178. BrownBear.TextSize = 16
  179.  
  180. PandaBear.Name = "PandaBear"
  181. PandaBear.Parent = WayPointsFrame
  182. PandaBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  183. PandaBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  184. PandaBear.Position = UDim2.new(0, 5, 0, 105)
  185. PandaBear.Size = UDim2.new(0, 180, 0, 20)
  186. PandaBear.TextColor3 = Color3.new(1, 1, 1)
  187. PandaBear.Font = Enum.Font.Fantasy
  188. PandaBear.Text = "Panda Bear"
  189. PandaBear.TextSize = 16
  190.  
  191. PolarBear.Name = "PolarBear"
  192. PolarBear.Parent = WayPointsFrame
  193. PolarBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  194. PolarBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  195. PolarBear.Position = UDim2.new(0, 5, 0, 130)
  196. PolarBear.Size = UDim2.new(0, 180, 0, 20)
  197. PolarBear.TextColor3 = Color3.new(1, 1, 1)
  198. PolarBear.Font = Enum.Font.Fantasy
  199. PolarBear.Text = "Polar Bear"
  200. PolarBear.TextSize = 16
  201.  
  202. ScienceBear.Name = "ScienceBear"
  203. ScienceBear.Parent = WayPointsFrame
  204. ScienceBear.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  205. ScienceBear.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  206. ScienceBear.Position = UDim2.new(0, 5, 0, 155)
  207. ScienceBear.Size = UDim2.new(0, 180, 0, 20)
  208. ScienceBear.TextColor3 = Color3.new(1, 1, 1)
  209. ScienceBear.Font = Enum.Font.Fantasy
  210. ScienceBear.Text = "Science Bear"
  211. ScienceBear.TextSize = 16
  212.  
  213. BeeShop.Name = "BeeShop"
  214. BeeShop.Parent = WayPointsFrame
  215. BeeShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  216. BeeShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  217. BeeShop.Position = UDim2.new(0, 5, 0, 180)
  218. BeeShop.Size = UDim2.new(0, 180, 0, 20)
  219. BeeShop.TextColor3 = Color3.new(1, 1, 1)
  220. BeeShop.Font = Enum.Font.Fantasy
  221. BeeShop.Text = "Bees Shop"
  222. BeeShop.TextSize = 16
  223.  
  224. TPShop.Name = "TPShop"
  225. TPShop.Parent = WayPointsFrame
  226. TPShop.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  227. TPShop.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  228. TPShop.Position = UDim2.new(0, 5, 0, 205)
  229. TPShop.Size = UDim2.new(0, 180, 0, 20)
  230. TPShop.TextColor3 = Color3.new(1, 1, 1)
  231. TPShop.Font = Enum.Font.Fantasy
  232. TPShop.Text = "Basic Tools Shop"
  233. TPShop.TextSize = 16
  234.  
  235. TPShop2.Name = "TPShop2"
  236. TPShop2.Parent = WayPointsFrame
  237. TPShop2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  238. TPShop2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  239. TPShop2.Position = UDim2.new(0, 5, 0, 230)
  240. TPShop2.Size = UDim2.new(0, 180, 0, 20)
  241. TPShop2.TextColor3 = Color3.new(1, 1, 1)
  242. TPShop2.Font = Enum.Font.Fantasy
  243. TPShop2.Text = "Advanced Tools Shop"
  244. TPShop2.TextSize = 16
  245.  
  246. SunflowerField.Name = "SunflowerField"
  247. SunflowerField.Parent = WayPointsFrame
  248. SunflowerField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  249. SunflowerField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  250. SunflowerField.Position = UDim2.new(0, 190, 0, 30)
  251. SunflowerField.Size = UDim2.new(0, 180, 0, 20)
  252. SunflowerField.TextColor3 = Color3.new(1, 1, 1)
  253. SunflowerField.Font = Enum.Font.Fantasy
  254. SunflowerField.Text = "Sunflower Field"
  255. SunflowerField.TextSize = 16
  256.  
  257. MushRoomField.Name = "MushRoomField"
  258. MushRoomField.Parent = WayPointsFrame
  259. MushRoomField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  260. MushRoomField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  261. MushRoomField.Position = UDim2.new(0, 190, 0, 55)
  262. MushRoomField.Size = UDim2.new(0, 180, 0, 20)
  263. MushRoomField.TextColor3 = Color3.new(1, 1, 1)
  264. MushRoomField.Font = Enum.Font.Fantasy
  265. MushRoomField.Text = "MushRoom Field"
  266. MushRoomField.TextSize = 16
  267.  
  268. DandelionField.Name = "DandelionField"
  269. DandelionField.Parent = WayPointsFrame
  270. DandelionField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  271. DandelionField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  272. DandelionField.Position = UDim2.new(0, 190, 0, 80)
  273. DandelionField.Size = UDim2.new(0, 180, 0, 20)
  274. DandelionField.TextColor3 = Color3.new(1, 1, 1)
  275. DandelionField.Font = Enum.Font.Fantasy
  276. DandelionField.Text = "Dandelion Field"
  277. DandelionField.TextSize = 16
  278.  
  279. BlueField.Name = "BlueField"
  280. BlueField.Parent = WayPointsFrame
  281. BlueField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  282. BlueField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  283. BlueField.Position = UDim2.new(0, 190, 0, 105)
  284. BlueField.Size = UDim2.new(0, 180, 0, 20)
  285. BlueField.TextColor3 = Color3.new(1, 1, 1)
  286. BlueField.Font = Enum.Font.Fantasy
  287. BlueField.Text = "Blue Flower Field"
  288. BlueField.TextSize = 16
  289.  
  290. CloverField.Name = "CloverField"
  291. CloverField.Parent = WayPointsFrame
  292. CloverField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  293. CloverField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  294. CloverField.Position = UDim2.new(0, 190, 0, 130)
  295. CloverField.Size = UDim2.new(0, 180, 0, 20)
  296. CloverField.TextColor3 = Color3.new(1, 1, 1)
  297. CloverField.Font = Enum.Font.Fantasy
  298. CloverField.Text = "Clover Field"
  299. CloverField.TextSize = 16
  300.  
  301. StrawBerryField.Name = "StrawBerryField"
  302. StrawBerryField.Parent = WayPointsFrame
  303. StrawBerryField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  304. StrawBerryField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  305. StrawBerryField.Position = UDim2.new(0, 190, 0, 155)
  306. StrawBerryField.Size = UDim2.new(0, 180, 0, 20)
  307. StrawBerryField.TextColor3 = Color3.new(1, 1, 1)
  308. StrawBerryField.Font = Enum.Font.Fantasy
  309. StrawBerryField.Text = "StrawBerry Field"
  310. StrawBerryField.TextSize = 16
  311.  
  312. SpiderField.Name = "SpiderField"
  313. SpiderField.Parent = WayPointsFrame
  314. SpiderField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  315. SpiderField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  316. SpiderField.Position = UDim2.new(0, 190, 0, 180)
  317. SpiderField.Size = UDim2.new(0, 180, 0, 20)
  318. SpiderField.TextColor3 = Color3.new(1, 1, 1)
  319. SpiderField.Font = Enum.Font.Fantasy
  320. SpiderField.Text = "Spider Field"
  321. SpiderField.TextSize = 16
  322.  
  323. BamBooField.Name = "BamBooField"
  324. BamBooField.Parent = WayPointsFrame
  325. BamBooField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  326. BamBooField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  327. BamBooField.Position = UDim2.new(0, 190, 0, 205)
  328. BamBooField.Size = UDim2.new(0, 180, 0, 20)
  329. BamBooField.TextColor3 = Color3.new(1, 1, 1)
  330. BamBooField.Font = Enum.Font.Fantasy
  331. BamBooField.Text = "BamBoo Field"
  332. BamBooField.TextSize = 16
  333.  
  334. RoseField.Name = "RoseField"
  335. RoseField.Parent = WayPointsFrame
  336. RoseField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  337. RoseField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  338. RoseField.Position = UDim2.new(0, 190, 0, 230)
  339. RoseField.Size = UDim2.new(0, 180, 0, 20)
  340. RoseField.TextColor3 = Color3.new(1, 1, 1)
  341. RoseField.Font = Enum.Font.Fantasy
  342. RoseField.Text = "Rose Field"
  343. RoseField.TextSize = 16
  344.  
  345. PineTreeField.Name = "PineTreeField"
  346. PineTreeField.Parent = WayPointsFrame
  347. PineTreeField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  348. PineTreeField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  349. PineTreeField.Position = UDim2.new(0, 190, 0, 255)
  350. PineTreeField.Size = UDim2.new(0, 180, 0, 20)
  351. PineTreeField.TextColor3 = Color3.new(1, 1, 1)
  352. PineTreeField.Font = Enum.Font.Fantasy
  353. PineTreeField.Text = "PineTree Field"
  354. PineTreeField.TextSize = 16
  355.  
  356. CactusField.Name = "CactusField"
  357. CactusField.Parent = WayPointsFrame
  358. CactusField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  359. CactusField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  360. CactusField.Position = UDim2.new(0, 190, 0, 280)
  361. CactusField.Size = UDim2.new(0, 180, 0, 20)
  362. CactusField.TextColor3 = Color3.new(1, 1, 1)
  363. CactusField.Font = Enum.Font.Fantasy
  364. CactusField.Text = "Cactus Field"
  365. CactusField.TextSize = 16
  366.  
  367. PumpkinField.Name = "PumpkinField"
  368. PumpkinField.Parent = WayPointsFrame
  369. PumpkinField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  370. PumpkinField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  371. PumpkinField.Position = UDim2.new(0, 190, 0, 305)
  372. PumpkinField.Size = UDim2.new(0, 180, 0, 20)
  373. PumpkinField.TextColor3 = Color3.new(1, 1, 1)
  374. PumpkinField.Font = Enum.Font.Fantasy
  375. PumpkinField.Text = "Pumpkin Field"
  376. PumpkinField.TextSize = 16
  377.  
  378. PineappleField.Name = "PineappleField"
  379. PineappleField.Parent = WayPointsFrame
  380. PineappleField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  381. PineappleField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  382. PineappleField.Position = UDim2.new(0, 5, 0, 280)
  383. PineappleField.Size = UDim2.new(0, 180, 0, 20)
  384. PineappleField.TextColor3 = Color3.new(1, 1, 1)
  385. PineappleField.Font = Enum.Font.Fantasy
  386. PineappleField.Text = "Pineapple Field"
  387. PineappleField.TextSize = 16
  388.  
  389. MountainTopField.Name = "MountainTopField"
  390. MountainTopField.Parent = WayPointsFrame
  391. MountainTopField.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  392. MountainTopField.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  393. MountainTopField.Position = UDim2.new(0, 5, 0, 305)
  394. MountainTopField.Size = UDim2.new(0, 180, 0, 20)
  395. MountainTopField.TextColor3 = Color3.new(1, 1, 1)
  396. MountainTopField.Font = Enum.Font.Fantasy
  397. MountainTopField.Text = "Mountain Top Field"
  398. MountainTopField.TextSize = 16
  399.  
  400. Players.Name = "Players"
  401. Players.Parent = MainFrame
  402. Players.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  403. Players.BorderColor3 = Color3.new(0, 1, 0)
  404. Players.Position = UDim2.new(0, 118, 0, 5)
  405. Players.Size = UDim2.new(0, 60, 0, 20)
  406. Players.BackgroundTransparency = 0
  407. Players.Font = Enum.Font.Fantasy
  408. Players.FontSize = Enum.FontSize.Size18
  409. Players.TextColor3 = Color3.new(1, 1, 1)
  410. Players.Text = "Players"
  411. Players.TextSize = 17
  412. Players.TextWrapped = true
  413.  
  414. PlayerFrame.Name = "PlayerFrame"
  415. PlayerFrame.Parent = MainFrame
  416. PlayerFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  417. PlayerFrame.BackgroundTransparency = 0.5
  418. PlayerFrame.BorderColor3 = Color3.new(0, 0, 0)
  419. PlayerFrame.Position = UDim2.new(0, 63, 0, 35)
  420. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  421. PlayerFrame.Visible = false
  422.  
  423. PlyrSel.Name = "PlyrSel"
  424. PlyrSel.Parent = PlayerFrame
  425. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  426. PlyrSel.BackgroundTransparency = 0.15
  427. PlyrSel.BorderColor3 = Color3.new(0, 0, 0)
  428. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  429. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  430. PlyrSel.Font = Enum.Font.SourceSans
  431. PlyrSel.FontSize = Enum.FontSize.Size18
  432. PlyrSel.Text = "SELECT A PLAYER"
  433. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  434. PlyrSel.TextScaled = true
  435. PlyrSel.TextSize = 17
  436. PlyrSel.TextWrapped = true
  437.  
  438. Player1.Name = "Player1"
  439. Player1.Parent = PlayerFrame
  440. Player1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  441. Player1.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  442. Player1.Position = UDim2.new(0, 5, 0, 35)
  443. Player1.Size = UDim2.new(0, 160, 0, 20)
  444. Player1.Font = Enum.Font.Fantasy
  445. Player1.FontSize = Enum.FontSize.Size18
  446. Player1.Text = ""
  447. Player1.TextColor3 = Color3.new(1, 1, 1)
  448. Player1.TextSize = 15
  449. Player1.TextWrapped = true
  450.  
  451. Player2.Name = "Player2"
  452. Player2.Parent = PlayerFrame
  453. Player2.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  454. Player2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  455. Player2.Position = UDim2.new(0, 5, 0, 60)
  456. Player2.Size = UDim2.new(0, 160, 0, 20)
  457. Player2.Font = Enum.Font.Fantasy
  458. Player2.FontSize = Enum.FontSize.Size18
  459. Player2.Text = ""
  460. Player2.TextColor3 = Color3.new(1, 1, 1)
  461. Player2.TextSize = 15
  462. Player2.TextWrapped = true
  463.  
  464. Player3.Name = "Player3"
  465. Player3.Parent = PlayerFrame
  466. Player3.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  467. Player3.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  468. Player3.Position = UDim2.new(0, 5, 0, 85)
  469. Player3.Size = UDim2.new(0, 160, 0, 20)
  470. Player3.Font = Enum.Font.Fantasy
  471. Player3.FontSize = Enum.FontSize.Size18
  472. Player3.Text = ""
  473. Player3.TextColor3 = Color3.new(1, 1, 1)
  474. Player3.TextSize = 15
  475. Player3.TextWrapped = true
  476.  
  477. Player4.Name = "Player4"
  478. Player4.Parent = PlayerFrame
  479. Player4.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  480. Player4.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  481. Player4.Position = UDim2.new(0, 5, 0, 110)
  482. Player4.Size = UDim2.new(0, 160, 0, 20)
  483. Player4.Font = Enum.Font.Fantasy
  484. Player4.FontSize = Enum.FontSize.Size18
  485. Player4.Text = ""
  486. Player4.TextColor3 = Color3.new(1, 1, 1)
  487. Player4.TextSize = 15
  488. Player4.TextWrapped = true
  489.  
  490. Player5.Name = "Player5"
  491. Player5.Parent = PlayerFrame
  492. Player5.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  493. Player5.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  494. Player5.Position = UDim2.new(0, 5, 0, 135)
  495. Player5.Size = UDim2.new(0, 160, 0, 20)
  496. Player5.Font = Enum.Font.Fantasy
  497. Player5.FontSize = Enum.FontSize.Size18
  498. Player5.Text = ""
  499. Player5.TextColor3 = Color3.new(1, 1, 1)
  500. Player5.TextSize = 15
  501. Player5.TextWrapped = true
  502.  
  503. TpPlayer.Name = "TpPlayer"
  504. TpPlayer.Parent = PlayerFrame
  505. TpPlayer.BackgroundColor3 = Color3.new(0.18, 0.18, 0.18)
  506. TpPlayer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  507. TpPlayer.Position = UDim2.new(0, 5, 0, 165)
  508. TpPlayer.Size = UDim2.new(0, 160, 0, 30)
  509. TpPlayer.Font = Enum.Font.Fantasy
  510. TpPlayer.FontSize = Enum.FontSize.Size18
  511. TpPlayer.Text = "Teleport to Player"
  512. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  513. TpPlayer.TextWrapped = true
  514. TpPlayer.TextSize = 17
  515.  
  516. PollenFarm.Name = "PollenFarm"
  517. PollenFarm.Parent = MainFrame
  518. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  519. PollenFarm.BorderColor3 = Color3.new(0, 1, 0)
  520. PollenFarm.Position = UDim2.new(0, 183, 0, 5)
  521. PollenFarm.Size = UDim2.new(0, 100, 0, 20)
  522. PollenFarm.Font = Enum.Font.Fantasy
  523. PollenFarm.FontSize = Enum.FontSize.Size18
  524. PollenFarm.TextColor3 = Color3.new(1, 1, 1)
  525. PollenFarm.Text = "Farm Pollen"
  526. PollenFarm.TextSize = 17
  527. PollenFarm.TextWrapped = true
  528.  
  529. FindTreasures.Name = "FindTreasures"
  530. FindTreasures.Parent = MainFrame
  531. FindTreasures.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  532. FindTreasures.BorderColor3 = Color3.new(0, 1, 0)
  533. FindTreasures.Position = UDim2.new(0, 288, 0, 5)
  534. FindTreasures.Size = UDim2.new(0, 130, 0, 20)
  535. FindTreasures.BackgroundTransparency = 0
  536. FindTreasures.Font = Enum.Font.Fantasy
  537. FindTreasures.TextColor3 = Color3.new(1, 1, 1)
  538. FindTreasures.Text = "Collect Treasures"
  539. FindTreasures.TextSize = 17
  540. FindTreasures.TextWrapped = true
  541.  
  542. FindTreasuresText1.Name = "FindTreasuresText1"
  543. FindTreasuresText1.Parent = MainFrame
  544. FindTreasuresText1.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  545. FindTreasuresText1.BorderColor3 = Color3.new(0, 0, 0)
  546. FindTreasuresText1.BackgroundTransparency = 0.1
  547. FindTreasuresText1.Position = UDim2.new(0, 258, 0, 32)
  548. FindTreasuresText1.Size = UDim2.new(0, 190, 0, 85)
  549. FindTreasuresText1.TextColor3 = Color3.new(1, 1, 1)
  550. FindTreasuresText1.Font = Enum.Font.Fantasy
  551. FindTreasuresText1.Text = "This will Teleport you to all the hidden treasures on the map. It will only work once\nas the treasures do not respawn."
  552. FindTreasuresText1.TextSize = 16
  553. FindTreasuresText1.TextWrapped = true
  554. FindTreasuresText1.ZIndex = 6
  555. FindTreasuresText1.Visible = false
  556. FindTreasuresText1.TextYAlignment = Enum.TextYAlignment.Top
  557.  
  558. ExtrasScreen.Name = "ExtrasScreen"
  559. ExtrasScreen.Parent = MainFrame
  560. ExtrasScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  561. ExtrasScreen.BorderColor3 = Color3.new(0, 1, 0)
  562. ExtrasScreen.Position = UDim2.new(0, 423, 0, 5)
  563. ExtrasScreen.Size = UDim2.new(0, 50, 0, 20)
  564. ExtrasScreen.BackgroundTransparency = 0
  565. ExtrasScreen.Font = Enum.Font.Fantasy
  566. ExtrasScreen.TextColor3 = Color3.new(1, 1, 1)
  567. ExtrasScreen.Text = "Extras"
  568. ExtrasScreen.TextSize = 17
  569. ExtrasScreen.TextWrapped = true
  570.  
  571. ExtrasFrame.Name = "ExtrasFrame"
  572. ExtrasFrame.Parent = MainFrame
  573. ExtrasFrame.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  574. ExtrasFrame.BorderColor3 = Color3.new(0, 0, 0)
  575. ExtrasFrame.BackgroundTransparency = 0.5
  576. ExtrasFrame.Position = UDim2.new(0, 363, 0, 35)
  577. ExtrasFrame.Size = UDim2.new(0, 170, 0, 80)
  578. ExtrasFrame.Visible = false
  579.  
  580. NoClip.Name = "NoClip"
  581. NoClip.Parent = ExtrasFrame
  582. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  583. NoClip.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  584. NoClip.Position = UDim2.new(0, 5, 0, 5)
  585. NoClip.Size = UDim2.new(0, 160, 0, 20)
  586. NoClip.Font = Enum.Font.Fantasy
  587. NoClip.FontSize = Enum.FontSize.Size18
  588. NoClip.TextColor3 = Color3.new(1, 1, 1)
  589. NoClip.Text = "Enable NoClip"
  590. NoClip.TextSize = 17
  591. NoClip.TextWrapped = true
  592.  
  593. TPTool.Name = "TPTool"
  594. TPTool.Parent = ExtrasFrame
  595. TPTool.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  596. TPTool.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  597. TPTool.Position = UDim2.new(0, 5, 0, 30)
  598. TPTool.Size = UDim2.new(0, 160, 0, 20)
  599. TPTool.TextColor3 = Color3.new(1, 1, 1)
  600. TPTool.Font = Enum.Font.Fantasy
  601. TPTool.FontSize = Enum.FontSize.Size18
  602. TPTool.Text = "Add TPTool"
  603. TPTool.TextSize = 16
  604.  
  605. ReJoinServer.Name = "ReJoinServer"
  606. ReJoinServer.Parent = ExtrasFrame
  607. ReJoinServer.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  608. ReJoinServer.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  609. ReJoinServer.Position = UDim2.new(0, 5, 0, 55)
  610. ReJoinServer.Size = UDim2.new(0, 160, 0, 20)
  611. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  612. ReJoinServer.Font = Enum.Font.Fantasy
  613. ReJoinServer.Text = "ReJoin a Server"
  614. ReJoinServer.TextSize = 16
  615. ReJoinServer.TextWrapped = true
  616.  
  617. InfoScreen.Name = "InfoScreen"
  618. InfoScreen.Parent = MainFrame
  619. InfoScreen.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  620. InfoScreen.BorderColor3 = Color3.new(0, 1, 0)
  621. InfoScreen.Position = UDim2.new(0, 478, 0, 5)
  622. InfoScreen.Size = UDim2.new(0, 50, 0, 20)
  623. InfoScreen.BackgroundTransparency = 0
  624. InfoScreen.Font = Enum.Font.Fantasy
  625. InfoScreen.TextColor3 = Color3.new(1, 1, 1)
  626. InfoScreen.Text = "Info"
  627. InfoScreen.TextSize = 17
  628. InfoScreen.TextWrapped = true
  629.  
  630. InfoFrame.Name = "InfoFrame"
  631. InfoFrame.Parent = MainFrame
  632. InfoFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  633. InfoFrame.BorderColor3 = Color3.new(0, 0, 0)
  634. InfoFrame.BackgroundTransparency = 0.1
  635. InfoFrame.Position = UDim2.new(0, 333, 0, 35)
  636. InfoFrame.Size = UDim2.new(0, 200, 0, 130)
  637. InfoFrame.Visible = false
  638.  
  639. InfoText1.Name = "InfoText1"
  640. InfoText1.Parent = InfoFrame
  641. InfoText1.BackgroundColor3 = Color3.new(0, 0, 0)
  642. InfoText1.BorderColor3 = Color3.new(0, 0, 0)
  643. InfoText1.BackgroundTransparency = 1
  644. InfoText1.Position = UDim2.new(0, 5, 0, 5)
  645. InfoText1.Size = UDim2.new(0, 190, 0, 130)
  646. InfoText1.TextColor3 = Color3.new(1, 1, 1)
  647. InfoText1.Font = Enum.Font.Fantasy
  648. InfoText1.Text = "This Gui was created by LuckyMMB@V3rmillion.net\nDiscord https://discord.gg/GKzJnUC\n\nCredits:\nsirelKilla @ v3rmillion for the pollen farming script"
  649. InfoText1.TextSize = 15
  650. InfoText1.TextWrapped = true
  651. InfoText1.TextYAlignment = Enum.TextYAlignment.Top
  652.  
  653. function notify(msg)
  654. game.StarterGui:SetCore('SendNotification', {
  655. Title = 'Bee Swarm LuckyGUI';
  656. Text = msg;
  657. Duration = 5;
  658. })
  659. end
  660.  
  661. --- Close ---
  662.  
  663. Close.MouseButton1Down:connect(function()
  664. MainGUI:Destroy()
  665. end)
  666.  
  667. --- Menus ---
  668.  
  669. local Menus = {
  670. [WayPoints] = WayPointsFrame;
  671. [ExtrasScreen] = ExtrasFrame;
  672. [InfoScreen] = InfoFrame;
  673. [Players] = PlayerFrame;
  674. }
  675. for button,frame in pairs(Menus) do
  676. button.MouseButton1Click:connect(function()
  677. if frame.Visible then
  678. frame.Visible = false
  679. return
  680. end
  681. for k,v in pairs(Menus) do
  682. v.Visible = v == frame
  683. end
  684. end)
  685. end
  686.  
  687. --- Snow Menus Show Hide ---
  688.  
  689. FindTreasures.MouseEnter:connect(function()
  690. FindTreasuresText1.Visible = true
  691. end)
  692.  
  693. FindTreasures.MouseLeave:connect(function()
  694. FindTreasuresText1.Visible = false
  695. end)
  696.  
  697. --- WayPoints ---
  698.  
  699. local WayPoints = {
  700. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  701. ["Brown Bear"] = CFrame.new(282, 46, 236),
  702. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  703. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  704. ["Science Bear"] = CFrame.new(267, 103, 20),
  705. ["Bee Shop"] = CFrame.new(-136.8, 4.6, 243.4),
  706. ["Tool Shop"] = CFrame.new(86, 4.6, 294),
  707. ["Tool Shop 2"] = CFrame.new(165, 69, -161),
  708. ["Clover Field"] = CFrame.new(174, 34, 189),
  709. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  710. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  711. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  712. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  713. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  714. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  715. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  716. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  717. ["Rose Field"] = CFrame.new(-322, 20, 124),
  718. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  719. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  720. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  721. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  722. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  723. ["Pineapple Field"] = CFrame.new(262, 68, -201)
  724. }
  725.  
  726. ReturnToHive.MouseButton1Down:connect(function()
  727. local player = game:GetService("Players").LocalPlayer
  728. player.Character:MoveTo(player.SpawnPos.Value.p)
  729. notify'Teleported to Hive'
  730. end)
  731.  
  732. BlackBear.MouseButton1Down:connect(function()
  733. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  734. uTorso.CFrame = WayPoints["Black Bear"]
  735. notify'Teleported to Black Bear'
  736. end)
  737.  
  738. BrownBear.MouseButton1Down:connect(function()
  739. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  740. uTorso.CFrame = WayPoints["Brown Bear"]
  741. notify'Teleported to Brown Bear'
  742. end)
  743.  
  744. PandaBear.MouseButton1Down:connect(function()
  745. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  746. uTorso.CFrame = WayPoints["Panda Bear"]
  747. notify'Teleported to Panda Bear'
  748. end)
  749.  
  750. PolarBear.MouseButton1Down:connect(function()
  751. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  752. uTorso.CFrame = WayPoints["Polar Bear"]
  753. notify'Teleported to Polar Bear'
  754. end)
  755.  
  756. ScienceBear.MouseButton1Down:connect(function()
  757. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  758. uTorso.CFrame = WayPoints["Science Bear"]
  759. notify'Teleported to Science Bear'
  760. end)
  761.  
  762. BeeShop.MouseButton1Down:connect(function()
  763. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  764. uTorso.CFrame = WayPoints["Bee Shop"]
  765. notify'Teleported to Bee Shop'
  766. end)
  767.  
  768. TPShop.MouseButton1Down:connect(function()
  769. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  770. uTorso.CFrame = WayPoints["Tool Shop"]
  771. notify'Teleported to Basic Tool Shop'
  772. end)
  773.  
  774. TPShop2.MouseButton1Down:connect(function()
  775. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  776. uTorso.CFrame = WayPoints["Tool Shop 2"]
  777. notify'Teleported to Advanced Tool Shop'
  778. end)
  779.  
  780. MushRoomField.MouseButton1Down:connect(function()
  781. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  782. uTorso.CFrame = WayPoints["Mushroom Field"]
  783. notify'Teleported to Mushroom Field'
  784. end)
  785.  
  786. StrawBerryField.MouseButton1Down:connect(function()
  787. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  788. uTorso.CFrame = WayPoints["StrawBerry Field"]
  789. notify'Teleported to StrawBerry Field'
  790. end)
  791.  
  792. CloverField.MouseButton1Down:connect(function()
  793. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  794. uTorso.CFrame = WayPoints["Clover Field"]
  795. notify'Teleported to Clover Field'
  796. end)
  797.  
  798. SpiderField.MouseButton1Down:connect(function()
  799. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  800. uTorso.CFrame = WayPoints["Spider Field"]
  801. notify'Teleported to Spider Field'
  802. end)
  803.  
  804. BlueField.MouseButton1Down:connect(function()
  805. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  806. uTorso.CFrame = WayPoints["Blue Field"]
  807. notify'Teleported to Blue Field'
  808. end)
  809.  
  810. SunflowerField.MouseButton1Down:connect(function()
  811. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  812. uTorso.CFrame = WayPoints["Sunflower Field"]
  813. notify'Teleported to Sunflower Field'
  814. end)
  815.  
  816. DandelionField.MouseButton1Down:connect(function()
  817. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  818. uTorso.CFrame = WayPoints["Dandelion Field"]
  819. notify'Teleported to Dandelion Field'
  820. end)
  821.  
  822. BamBooField.MouseButton1Down:connect(function()
  823. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  824. uTorso.CFrame = WayPoints["BamBoo Field"]
  825. notify'Teleported to BamBoo Field'
  826. end)
  827.  
  828. RoseField.MouseButton1Down:connect(function()
  829. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  830. uTorso.CFrame = WayPoints["Rose Field"]
  831. notify'Teleported to Rose Field'
  832. end)
  833.  
  834. CactusField.MouseButton1Down:connect(function()
  835. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  836. uTorso.CFrame = WayPoints["Cactus Field"]
  837. notify'Teleported to BamBoo Field'
  838. end)
  839.  
  840. PumpkinField.MouseButton1Down:connect(function()
  841. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  842. uTorso.CFrame = WayPoints["Pumpkin Field"]
  843. notify'Teleported to BamBoo Field'
  844. end)
  845.  
  846. PineTreeField.MouseButton1Down:connect(function()
  847. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  848. uTorso.CFrame = WayPoints["PineTree Field"]
  849. notify'Teleported to BamBoo Field'
  850. end)
  851.  
  852. MountainTopField.MouseButton1Down:connect(function()
  853. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  854. uTorso.CFrame = WayPoints["MountainTop Field"]
  855. notify'Teleported to Mountain Top Field'
  856. end)
  857.  
  858. PineappleField.MouseButton1Down:connect(function()
  859. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  860. uTorso.CFrame = WayPoints["Pineapple Field"]
  861. notify'Teleported to Pineapple Field'
  862. end)
  863.  
  864. -- Show Location --
  865.  
  866. spawn (function()
  867. while true do
  868. function round(num, numDecimalPlaces)
  869. local mult = 10^(numDecimalPlaces or 0)
  870. return math.floor(num * mult + 0.5) / mult
  871. end
  872. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  873. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  874. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  875. ShowLocation.Text = "Coords: "..LocationX..", "..LocationY..", "..LocationZ
  876. wait(0.5)
  877. end
  878. end)
  879.  
  880. SetLocation.MouseButton1Down:connect(function()
  881. function round(num, numDecimalPlaces)
  882. local mult = 10^(numDecimalPlaces or 0)
  883. return math.floor(num * mult + 0.5) / mult
  884. end
  885. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  886. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  887. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  888. print("Set Custom Location: "..setlocationx..", "..setlocationy..", "..setlocationz)
  889. SetLocation.Text = setlocationx..","..setlocationy..","..setlocationz
  890. CustomLocationSet = true
  891. end)
  892.  
  893. --- TP to custom location ---
  894.  
  895. TPLocation.MouseButton1Down:connect(function()
  896. if CustomLocationSet == true then
  897. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  898. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  899. end
  900. end)
  901.  
  902. --- Player Teleport ---
  903.  
  904. local buttons = {
  905. Player1,
  906. Player2,
  907. Player3,
  908. Player4,
  909. Player5
  910. }
  911. for i, v in pairs(game.Players:GetChildren()) do
  912. buttons[i].Text = v.Name
  913. buttons[i].Visible = true
  914. end
  915. game.Players.PlayerRemoving:connect(function()
  916. for i, v in pairs(game.Players:GetChildren()) do
  917. buttons[i].Text = v.Name
  918. buttons[i].Visible = true
  919. end
  920. end)
  921. game.Players.PlayerAdded:connect(function()
  922. for i, v in pairs(game.Players:GetChildren()) do
  923. buttons[i].Text = v.Name
  924. buttons[i].Visible = true
  925. end
  926. end)
  927.  
  928. Player1.MouseButton1Down:connect(function()
  929. PlyrSel.Text = Player1.Text
  930. end)
  931. Player2.MouseButton1Down:connect(function()
  932. PlyrSel.Text = Player2.Text
  933. end)
  934. Player3.MouseButton1Down:connect(function()
  935. PlyrSel.Text = Player3.Text
  936. end)
  937. Player4.MouseButton1Down:connect(function()
  938. PlyrSel.Text = Player4.Text
  939. end)
  940. Player5.MouseButton1Down:connect(function()
  941. PlyrSel.Text = Player5.Text
  942. end)
  943.  
  944. TpPlayer.MouseButton1Down:connect(function()
  945. if PlyrSel.Text == "SELECT A PLAYER" then
  946. warn("No Player Selected")
  947. else
  948. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  949. end
  950. end)
  951.  
  952. -- Find Hidden Treasures --
  953.  
  954. FindTreasures.MouseButton1Down:connect(function()
  955. local player = game:GetService("Players").LocalPlayer
  956. local function collecttreasure(treasure)
  957. for i,v in ipairs(treasure:GetChildren()) do
  958. if v.Parent then
  959. player.Character:MoveTo(v.Position)
  960. end
  961. wait(1)
  962. end
  963. end
  964. collecttreasure(workspace.TreasureCollectibles)
  965. wait(1)
  966. player.Character:MoveTo(player.SpawnPos.Value.p)
  967. end)
  968.  
  969. --- NoClip ---
  970.  
  971. noclip = false
  972. game:GetService('RunService').Stepped:connect(function()
  973. if noclip then
  974. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  975. end
  976. end)
  977. NoClip.MouseButton1Down:connect(function()
  978. noclip = not noclip
  979. if NoClip.Text == "Enable NoClip" then
  980. NoClip.Text = "Disable NoClip"
  981. NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  982. else
  983. NoClip.Text = "Enable NoClip"
  984. NoClip.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  985. end
  986. end)
  987.  
  988. --- TP Tool ---
  989.  
  990. TPTool.MouseButton1Down:connect(function()
  991. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  992. Tele.RequiresHandle = false
  993. Tele.RobloxLocked = true
  994. Tele.Name = "TPTool"
  995. Tele.ToolTip = "Teleport Tool"
  996. Tele.Equipped:connect(function(Mouse)
  997. Mouse.Button1Down:connect(function()
  998. if Mouse.Target then
  999. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1000. end
  1001. end)
  1002. end)
  1003. notify'TP Tool added to your Backpack'
  1004.  
  1005. end)
  1006.  
  1007. --- Pollen Farm ---
  1008.  
  1009. PollenFarm.MouseButton1Click:connect(function()
  1010. if PollenFarmActive ~= true then
  1011. PollenFarmActive = true
  1012. PollenFarm.Text = "Stop Farming"
  1013. PollenFarm.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1014. if PollenFarmActive then
  1015. local player = game:GetService("Players").LocalPlayer
  1016. local currp
  1017. workspace.Collectibles.ChildAdded:Connect(function(part)
  1018. wait(0.5)
  1019. if currp and (part.Position-currp).magnitude < 50 then
  1020. player.Character:MoveTo(part.Position)
  1021. wait(0.3)
  1022. player.Character:MoveTo(currp)
  1023. end
  1024. end)
  1025. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  1026. if not pollenLbl then
  1027. error("Backpack not found")
  1028. end
  1029. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  1030. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  1031. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  1032. error("Tool not found")
  1033. end
  1034.  
  1035. local fieldpos = {Vector3.new(-210,3.3,218.1),Vector3.new(-210,3.3,161.5),Vector3.new(-210,3.3,101.6)}
  1036. local posIndex=0
  1037. while PollenFarmActive do
  1038. --collect pollen
  1039. pollenTool.Parent = player.Character
  1040. wait(0.1)
  1041. while PollenFarmActive and player.leaderstats.Pollen.Value<maxpollen do
  1042. posIndex=posIndex+1
  1043. if posIndex>#fieldpos then posIndex=1 end
  1044. for rot=1,4 do
  1045. if not PollenFarmActive then break end
  1046. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  1047. currp = fieldpos[posIndex]+angle.lookVector*4
  1048. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  1049. for i=1,20 do
  1050. if not PollenFarmActive then break end
  1051. wait(0.2)
  1052. pollenTool.ClickEvent:FireServer(currp)
  1053. end
  1054. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  1055. end
  1056. end
  1057. --turn to honey
  1058. currp=nil
  1059. player.Character:MoveTo(player.SpawnPos.Value.p)
  1060. wait(0.5)
  1061. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  1062. repeat wait(0.5) until player.leaderstats.Pollen.Value<1
  1063. end
  1064. end
  1065. else
  1066. PollenFarmActive = false
  1067. notify'Pollen Farming Ended'
  1068. PollenFarm.Text = "Farm Pollen"
  1069. PollenFarm.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  1070. local player = game:GetService("Players").LocalPlayer
  1071. currp=nil
  1072. player.Character:MoveTo(player.SpawnPos.Value.p)
  1073. end
  1074. end)
  1075.  
  1076. --- ReJoin Server ---
  1077.  
  1078. ReJoinServer.MouseButton1Down:connect(function()
  1079. local placeId = 1537690962
  1080. game:GetService("TeleportService"):Teleport(placeId)
  1081. end)
  1082.  
  1083. --- End ---
Add Comment
Please, Sign In to add comment