PG_MCVN

Free Bee Swarm

Feb 12th, 2019
3,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.51 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local TextButton = Instance.new("TextButton")
  4. local Lish_Quest = Instance.new("ScrollingFrame")
  5. local BlackBear = Instance.new("TextButton")
  6. local BrownBear = Instance.new("TextButton")
  7. local PandaBear = Instance.new("TextButton")
  8. local PolarBear = Instance.new("TextButton")
  9. local ScienceBear = Instance.new("TextButton")
  10. local TravelingBear = Instance.new("TextButton")
  11. local MotherBear = Instance.new("TextButton")
  12. local TunnelBear = Instance.new("TextButton")
  13. local SunBear = Instance.new("TextButton")
  14. local Onett = Instance.new("TextButton")
  15. local Fied = Instance.new("ScrollingFrame")
  16. local SunflowerField = Instance.new("TextButton")
  17. local MushRoomField = Instance.new("TextButton")
  18. local BlueField = Instance.new("TextButton")
  19. local CloverField = Instance.new("TextButton")
  20. local StrawBerryField = Instance.new("TextButton")
  21. local SpiderField = Instance.new("TextButton")
  22. local BamBooField = Instance.new("TextButton")
  23. local RoseField = Instance.new("TextButton")
  24. local PineTreeField = Instance.new("TextButton")
  25. local CactusField = Instance.new("TextButton")
  26. local PumpkinField = Instance.new("TextButton")
  27. local PineappleField = Instance.new("TextButton")
  28. local MountainTopField = Instance.new("TextButton")
  29. local Main = Instance.new("Frame")
  30. local spam = Instance.new("TextButton")
  31. local input = Instance.new("TextBox")
  32. local TextLabel = Instance.new("TextLabel")
  33. local Dupe = Instance.new("TextButton")
  34. local get = Instance.new("TextButton")
  35. local Off = Instance.new("TextButton")
  36. local quest = Instance.new("TextButton")
  37. local Farmsite = Instance.new("TextButton")
  38. local token = Instance.new("TextButton")
  39. local teleport = Instance.new("TextButton")
  40. local x = Instance.new("TextButton")
  41. local quest_2 = Instance.new("TextButton")
  42. local Farmsite_2 = Instance.new("TextButton")
  43. local DandelionField = Instance.new("TextButton")
  44. --Properties:
  45. ScreenGui.Parent = game.CoreGui
  46.  
  47. TextButton.Parent = ScreenGui
  48. TextButton.BackgroundColor3 = Color3.new(0, 1, 0.25098)
  49. TextButton.BorderSizePixel = 3
  50. TextButton.Position = UDim2.new(0.450670898, 0, 0.00982800033, 0)
  51. TextButton.Size = UDim2.new(0, 61, 0, 24)
  52. TextButton.Font = Enum.Font.SciFi
  53. TextButton.Text = "Open"
  54. TextButton.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton.TextSize = 20
  56. TextButton.MouseButton1Down:connect(function()
  57. TextButton.Visible = false
  58. Main.Visible = true
  59. end)
  60.  
  61. Lish_Quest.Name = "Lish_Quest"
  62. Lish_Quest.Parent = ScreenGui
  63. Lish_Quest.BackgroundColor3 = Color3.new(0.0156863, 0.0352941, 0.294118)
  64. Lish_Quest.Position = UDim2.new(0.598284245, 0, 0.312160939, 0)
  65. Lish_Quest.Size = UDim2.new(0, 162, 0, 203)
  66. Lish_Quest.Visible = false
  67.  
  68. BlackBear.Name = "BlackBear"
  69. BlackBear.Parent = Lish_Quest
  70. BlackBear.BackgroundColor3 = Color3.new(1, 1, 1)
  71. BlackBear.Position = UDim2.new(-0.00617283955, 0, 0, 0)
  72. BlackBear.Size = UDim2.new(0, 155, 0, 26)
  73. BlackBear.Font = Enum.Font.SourceSans
  74. BlackBear.Text = "BlackBear "
  75. BlackBear.TextColor3 = Color3.new(0, 0, 0)
  76. BlackBear.TextSize = 14
  77.  
  78. BrownBear.Name = "BrownBear"
  79. BrownBear.Parent = Lish_Quest
  80. BrownBear.BackgroundColor3 = Color3.new(1, 1, 1)
  81. BrownBear.Position = UDim2.new(-0.00617283955, 0, 0.0159705151, 0)
  82. BrownBear.Size = UDim2.new(0, 155, 0, 26)
  83. BrownBear.Font = Enum.Font.SourceSans
  84. BrownBear.Text = "BrownBear "
  85. BrownBear.TextColor3 = Color3.new(0, 0, 0)
  86. BrownBear.TextSize = 14
  87.  
  88. PandaBear.Name = "PandaBear "
  89. PandaBear.Parent = Lish_Quest
  90. PandaBear.BackgroundColor3 = Color3.new(1, 1, 1)
  91. PandaBear.Position = UDim2.new(0, 0, 0.0319410302, 0)
  92. PandaBear.Size = UDim2.new(0, 155, 0, 26)
  93. PandaBear.Font = Enum.Font.SourceSans
  94. PandaBear.Text = "PandaBear"
  95. PandaBear.TextColor3 = Color3.new(0, 0, 0)
  96. PandaBear.TextSize = 14
  97.  
  98. PolarBear.Name = "PolarBear"
  99. PolarBear.Parent = Lish_Quest
  100. PolarBear.BackgroundColor3 = Color3.new(1, 1, 1)
  101. PolarBear.Position = UDim2.new(0, 0, 0.0479115471, 0)
  102. PolarBear.Size = UDim2.new(0, 155, 0, 26)
  103. PolarBear.Font = Enum.Font.SourceSans
  104. PolarBear.Text = "PolarBear "
  105. PolarBear.TextColor3 = Color3.new(0, 0, 0)
  106. PolarBear.TextSize = 14
  107.  
  108. ScienceBear.Name = "ScienceBear"
  109. ScienceBear.Parent = Lish_Quest
  110. ScienceBear.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ScienceBear.Position = UDim2.new(-0.00617283955, 0, 0.0638820603, 0)
  112. ScienceBear.Size = UDim2.new(0, 155, 0, 26)
  113. ScienceBear.Font = Enum.Font.SourceSans
  114. ScienceBear.Text = "ScienceBear "
  115. ScienceBear.TextColor3 = Color3.new(0, 0, 0)
  116. ScienceBear.TextSize = 14
  117.  
  118. TravelingBear.Name = "TravelingBear "
  119. TravelingBear.Parent = Lish_Quest
  120. TravelingBear.BackgroundColor3 = Color3.new(1, 1, 1)
  121. TravelingBear.Position = UDim2.new(-0.00617283955, 0, 0.0798525736, 0)
  122. TravelingBear.Size = UDim2.new(0, 155, 0, 26)
  123. TravelingBear.Font = Enum.Font.SourceSans
  124. TravelingBear.Text = "TravelingBear "
  125. TravelingBear.TextColor3 = Color3.new(0, 0, 0)
  126. TravelingBear.TextSize = 14
  127.  
  128. MotherBear.Name = "MotherBear"
  129. MotherBear.Parent = Lish_Quest
  130. MotherBear.BackgroundColor3 = Color3.new(1, 1, 1)
  131. MotherBear.Position = UDim2.new(-0.00617283955, 0, 0.0952088386, 0)
  132. MotherBear.Size = UDim2.new(0, 155, 0, 26)
  133. MotherBear.Font = Enum.Font.SourceSans
  134. MotherBear.Text = "MotherBear "
  135. MotherBear.TextColor3 = Color3.new(0, 0, 0)
  136. MotherBear.TextSize = 14
  137.  
  138. TunnelBear.Name = "TunnelBear"
  139. TunnelBear.Parent = Lish_Quest
  140. TunnelBear.BackgroundColor3 = Color3.new(1, 1, 1)
  141. TunnelBear.Position = UDim2.new(-0.00617283955, 0, 0.109950848, 0)
  142. TunnelBear.Size = UDim2.new(0, 155, 0, 26)
  143. TunnelBear.Font = Enum.Font.SourceSans
  144. TunnelBear.Text = "TunnelBear"
  145. TunnelBear.TextColor3 = Color3.new(0, 0, 0)
  146. TunnelBear.TextSize = 14
  147.  
  148. SunBear.Name = "SunBear "
  149. SunBear.Parent = Lish_Quest
  150. SunBear.BackgroundColor3 = Color3.new(1, 1, 1)
  151. SunBear.Position = UDim2.new(-0.00617283955, 0, 0.123464361, 0)
  152. SunBear.Size = UDim2.new(0, 155, 0, 26)
  153. SunBear.Font = Enum.Font.SourceSans
  154. SunBear.Text = "SunBear "
  155. SunBear.TextColor3 = Color3.new(0, 0, 0)
  156. SunBear.TextSize = 14
  157.  
  158. Onett.Name = "Onett "
  159. Onett.Parent = Lish_Quest
  160. Onett.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Onett.Position = UDim2.new(-0.00617283955, 0, 0.139434874, 0)
  162. Onett.Size = UDim2.new(0, 155, 0, 26)
  163. Onett.Font = Enum.Font.SourceSans
  164. Onett.Text = "Onett "
  165. Onett.TextColor3 = Color3.new(0, 0, 0)
  166. Onett.TextSize = 14
  167.  
  168. Fied.Name = "Fied"
  169. Fied.Parent = ScreenGui
  170. Fied.BackgroundColor3 = Color3.new(0.0156863, 0.0352941, 0.294118)
  171. Fied.Position = UDim2.new(0.725861073, 0, 0.313228518, 0)
  172. Fied.Size = UDim2.new(0, 172, 0, 203)
  173. Fied.Visible = false
  174.  
  175. SunflowerField.Name = "SunflowerField "
  176. SunflowerField.Parent = Fied
  177. SunflowerField.BackgroundColor3 = Color3.new(1, 1, 1)
  178. SunflowerField.Position = UDim2.new(-0.00240095262, 0, 0.000626354013, 0)
  179. SunflowerField.Size = UDim2.new(0, 160, 0, 26)
  180. SunflowerField.Font = Enum.Font.SourceSans
  181. SunflowerField.Text = "SunflowerField "
  182. SunflowerField.TextColor3 = Color3.new(0, 0, 0)
  183. SunflowerField.TextSize = 14
  184.  
  185. MushRoomField.Name = "MushRoomField "
  186. MushRoomField.Parent = Fied
  187. MushRoomField.BackgroundColor3 = Color3.new(1, 1, 1)
  188. MushRoomField.Position = UDim2.new(-0.00240095262, 0, 0.0165968686, 0)
  189. MushRoomField.Size = UDim2.new(0, 160, 0, 26)
  190. MushRoomField.Font = Enum.Font.SourceSans
  191. MushRoomField.Text = "MushRoomField "
  192. MushRoomField.TextColor3 = Color3.new(0, 0, 0)
  193. MushRoomField.TextSize = 14
  194.  
  195. BlueField.Name = "BlueField "
  196. BlueField.Parent = Fied
  197. BlueField.BackgroundColor3 = Color3.new(1, 1, 1)
  198. BlueField.Position = UDim2.new(-0.00240095262, 0, 0.0325673819, 0)
  199. BlueField.Size = UDim2.new(0, 160, 0, 26)
  200. BlueField.Font = Enum.Font.SourceSans
  201. BlueField.Text = "BlueField "
  202. BlueField.TextColor3 = Color3.new(0, 0, 0)
  203. BlueField.TextSize = 14
  204.  
  205. CloverField.Name = "CloverField "
  206. CloverField.Parent = Fied
  207. CloverField.BackgroundColor3 = Color3.new(1, 1, 1)
  208. CloverField.Position = UDim2.new(-0.00240095262, 0, 0.0485378951, 0)
  209. CloverField.Size = UDim2.new(0, 160, 0, 26)
  210. CloverField.Font = Enum.Font.SourceSans
  211. CloverField.Text = "CloverField "
  212. CloverField.TextColor3 = Color3.new(0, 0, 0)
  213. CloverField.TextSize = 14
  214.  
  215. StrawBerryField.Name = "StrawBerryField "
  216. StrawBerryField.Parent = Fied
  217. StrawBerryField.BackgroundColor3 = Color3.new(1, 1, 1)
  218. StrawBerryField.Position = UDim2.new(-0.00240095262, 0, 0.0645084083, 0)
  219. StrawBerryField.Size = UDim2.new(0, 160, 0, 26)
  220. StrawBerryField.Font = Enum.Font.SourceSans
  221. StrawBerryField.Text = "StrawBerryField "
  222. StrawBerryField.TextColor3 = Color3.new(0, 0, 0)
  223. StrawBerryField.TextSize = 14
  224.  
  225. SpiderField.Name = "SpiderField "
  226. SpiderField.Parent = Fied
  227. SpiderField.BackgroundColor3 = Color3.new(1, 1, 1)
  228. SpiderField.Position = UDim2.new(-0.00240095262, 0, 0.0804789215, 0)
  229. SpiderField.Size = UDim2.new(0, 160, 0, 26)
  230. SpiderField.Font = Enum.Font.SourceSans
  231. SpiderField.Text = "SpiderField "
  232. SpiderField.TextColor3 = Color3.new(0, 0, 0)
  233. SpiderField.TextSize = 14
  234.  
  235. BamBooField.Name = "BamBooField "
  236. BamBooField.Parent = Fied
  237. BamBooField.BackgroundColor3 = Color3.new(1, 1, 1)
  238. BamBooField.Position = UDim2.new(-0.00240095332, 0, 0.0933781862, 0)
  239. BamBooField.Size = UDim2.new(0, 160, 0, 26)
  240. BamBooField.Font = Enum.Font.SourceSans
  241. BamBooField.Text = "BamBooField "
  242. BamBooField.TextColor3 = Color3.new(0, 0, 0)
  243. BamBooField.TextSize = 14
  244.  
  245. RoseField.Name = "RoseField "
  246. RoseField.Parent = Fied
  247. RoseField.BackgroundColor3 = Color3.new(1, 1, 1)
  248. RoseField.Position = UDim2.new(-0.00240095332, 0, 0.109348699, 0)
  249. RoseField.Size = UDim2.new(0, 160, 0, 26)
  250. RoseField.Font = Enum.Font.SourceSans
  251. RoseField.Text = "RoseField "
  252. RoseField.TextColor3 = Color3.new(0, 0, 0)
  253. RoseField.TextSize = 14
  254.  
  255. PineTreeField.Name = "PineTreeField "
  256. PineTreeField.Parent = Fied
  257. PineTreeField.BackgroundColor3 = Color3.new(1, 1, 1)
  258. PineTreeField.Position = UDim2.new(-0.00240095332, 0, 0.124704964, 0)
  259. PineTreeField.Size = UDim2.new(0, 160, 0, 26)
  260. PineTreeField.Font = Enum.Font.SourceSans
  261. PineTreeField.Text = "PineTreeField "
  262. PineTreeField.TextColor3 = Color3.new(0, 0, 0)
  263. PineTreeField.TextSize = 14
  264.  
  265. CactusField.Name = "CactusField "
  266. CactusField.Parent = Fied
  267. CactusField.BackgroundColor3 = Color3.new(1, 1, 1)
  268. CactusField.Position = UDim2.new(-0.00240095332, 0, 0.139446974, 0)
  269. CactusField.Size = UDim2.new(0, 160, 0, 26)
  270. CactusField.Font = Enum.Font.SourceSans
  271. CactusField.Text = "CactusField "
  272. CactusField.TextColor3 = Color3.new(0, 0, 0)
  273. CactusField.TextSize = 14
  274.  
  275. PumpkinField.Name = "PumpkinField "
  276. PumpkinField.Parent = Fied
  277. PumpkinField.BackgroundColor3 = Color3.new(1, 1, 1)
  278. PumpkinField.Position = UDim2.new(-0.00240095332, 0, 0.156031743, 0)
  279. PumpkinField.Size = UDim2.new(0, 160, 0, 26)
  280. PumpkinField.Font = Enum.Font.SourceSans
  281. PumpkinField.Text = "PumpkinField "
  282. PumpkinField.TextColor3 = Color3.new(0, 0, 0)
  283. PumpkinField.TextSize = 14
  284.  
  285. PineappleField.Name = "PineappleField "
  286. PineappleField.Parent = Fied
  287. PineappleField.BackgroundColor3 = Color3.new(1, 1, 1)
  288. PineappleField.Position = UDim2.new(-0.00240095332, 0, 0.156031743, 0)
  289. PineappleField.Size = UDim2.new(0, 160, 0, 26)
  290. PineappleField.Font = Enum.Font.SourceSans
  291. PineappleField.Text = "PineappleField "
  292. PineappleField.TextColor3 = Color3.new(0, 0, 0)
  293. PineappleField.TextSize = 14
  294.  
  295. MountainTopField.Name = "MountainTopField "
  296. MountainTopField.Parent = Fied
  297. MountainTopField.BackgroundColor3 = Color3.new(1, 1, 1)
  298. MountainTopField.Position = UDim2.new(-0.00240095332, 0, 0.172002256, 0)
  299. MountainTopField.Size = UDim2.new(0, 160, 0, 26)
  300. MountainTopField.Font = Enum.Font.SourceSans
  301. MountainTopField.Text = "MountainTopField "
  302. MountainTopField.TextColor3 = Color3.new(0, 0, 0)
  303. MountainTopField.TextSize = 14
  304.  
  305. Main.Name = "Main"
  306. Main.Parent = ScreenGui
  307. Main.Active = true
  308. Main.BackgroundColor3 = Color3.new(0.0470588, 0.00784314, 0.266667)
  309. Main.BorderSizePixel = 2
  310. Main.Position = UDim2.new(0.325966865, 0, 0.313267827, 0)
  311. Main.Selectable = true
  312. Main.Size = UDim2.new(0, 346, 0, 202)
  313. Main.Visible = false
  314. Main.Draggable = true
  315.  
  316. spam.Name = "spam"
  317. spam.Parent = Main
  318. spam.BackgroundColor3 = Color3.new(1, 1, 1)
  319. spam.Position = UDim2.new(0.779060125, 0, 0.128712863, 0)
  320. spam.Size = UDim2.new(0, 76, 0, 37)
  321. spam.Font = Enum.Font.SourceSans
  322. spam.Text = "Spam"
  323. spam.TextColor3 = Color3.new(0, 0, 0)
  324. spam.TextSize = 14
  325. spam.MouseButton1Down:connect(function()
  326. _G.bee = true
  327. while _G.bee do
  328. wait()
  329. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  330. if string.find(v.Name,input.Text) then
  331. v.Parent = game.Players.LocalPlayer.Character
  332. workspace[game.Players.LocalPlayer.Name][input.Text].ClickEvent:FireServer()
  333. game.Players.LocalPlayer.Character[input.Text].Parent = game.Players.LocalPlayer.Backpack
  334. end
  335. end
  336. end
  337. end)
  338.  
  339. input.Name = "input"
  340. input.Parent = Main
  341. input.BackgroundColor3 = Color3.new(1, 1, 1)
  342. input.Position = UDim2.new(0, 0, 0.128712878, 0)
  343. input.Size = UDim2.new(0, 269, 0, 52)
  344. input.Font = Enum.Font.SourceSans
  345. input.Text = "Tool name"
  346. input.TextColor3 = Color3.new(0, 0, 0)
  347. input.TextSize = 14
  348.  
  349. TextLabel.Parent = Main
  350. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  351. TextLabel.Position = UDim2.new(-0.00289017335, 0, 0, 0)
  352. TextLabel.Size = UDim2.new(0, 346, 0, 26)
  353. TextLabel.Font = Enum.Font.SourceSans
  354. TextLabel.Text = "CerberGang Team"
  355. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  356. TextLabel.TextSize = 14
  357.  
  358. Dupe.Name = "Dupe"
  359. Dupe.Parent = Main
  360. Dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  361. Dupe.Position = UDim2.new(0, 0, 0.386138618, 0)
  362. Dupe.Size = UDim2.new(0, 84, 0, 33)
  363. Dupe.Font = Enum.Font.SourceSans
  364. Dupe.Text = "Dupe"
  365. Dupe.TextColor3 = Color3.new(0, 0, 0)
  366. Dupe.TextSize = 14
  367. Dupe.MouseButton1Down:connect(function()
  368. _G.dupe = true
  369. while _G.dupe do
  370. wait()
  371. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  372. if v.Name == input.Text then
  373. v.Parent = game.Players.LocalPlayer
  374. end
  375. end
  376. end
  377. end)
  378.  
  379. get.Name = "get"
  380. get.Parent = Main
  381. get.BackgroundColor3 = Color3.new(1, 1, 1)
  382. get.Position = UDim2.new(0.242774561, 0, 0.386138618, 0)
  383. get.Size = UDim2.new(0, 105, 0, 33)
  384. get.Font = Enum.Font.SourceSans
  385. get.Text = "Lay vao"
  386. get.TextColor3 = Color3.new(0, 0, 0)
  387. get.TextSize = 14
  388. get.MouseButton1Down:connect(function()
  389. _G.take = true
  390. while _G.take do
  391. wait()
  392. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  393. if v.Name == input.Text then
  394. v.Parent = game.Players.LocalPlayer.Backpack
  395. end
  396. end
  397. end
  398. end)
  399.  
  400. Off.Name = "Off"
  401. Off.Parent = Main
  402. Off.BackgroundColor3 = Color3.new(1, 1, 1)
  403. Off.Position = UDim2.new(0.546242774, 0, 0.386138618, 0)
  404. Off.Size = UDim2.new(0, 81, 0, 33)
  405. Off.Font = Enum.Font.SourceSans
  406. Off.Text = "off hack"
  407. Off.TextColor3 = Color3.new(0, 0, 0)
  408. Off.TextSize = 14
  409. Off.MouseButton1Down:connect(function()
  410. _G.bee = false
  411. _G.dupe = false
  412. _G.take = false
  413. end)
  414.  
  415. quest.Name = "quest"
  416. quest.Parent = Main
  417. quest.BackgroundColor3 = Color3.new(1, 0, 0)
  418. quest.Position = UDim2.new(0.780346811, 0, 0.311881185, 0)
  419. quest.Size = UDim2.new(0, 76, 0, 48)
  420. quest.Font = Enum.Font.SourceSans
  421. quest.Text = "Quest"
  422. quest.TextColor3 = Color3.new(0, 0, 0)
  423. quest.TextSize = 14
  424. quest.MouseButton1Down:connect(function()
  425. quest_2.Visible = true
  426. Lish_Quest.Visible = false
  427. end)
  428.  
  429. Farmsite.Name = "Farmsite"
  430. Farmsite.Parent = Main
  431. Farmsite.BackgroundColor3 = Color3.new(1, 0, 0)
  432. Farmsite.Position = UDim2.new(0.779060125, 0, 0.549504936, 0)
  433. Farmsite.Size = UDim2.new(0, 76, 0, 40)
  434. Farmsite.Font = Enum.Font.SourceSans
  435. Farmsite.Text = "Farm Pollen"
  436. Farmsite.TextColor3 = Color3.new(0, 0, 0)
  437. Farmsite.TextSize = 14
  438. Farmsite.MouseButton1Down:connect(function()
  439. Farmsite_2.Visible = true
  440. Fied.Visible = false
  441. end)
  442.  
  443. token.Name = "token"
  444. token.Parent = Main
  445. token.BackgroundColor3 = Color3.new(1, 1, 1)
  446. token.Position = UDim2.new(0.779060125, 0, 0.747524738, 0)
  447. token.Size = UDim2.new(0, 76, 0, 51)
  448. token.Font = Enum.Font.SourceSans
  449. token.Text = "Colect All Treasure"
  450. token.TextColor3 = Color3.new(0, 0, 0)
  451. token.TextSize = 14
  452. token.MouseButton1Down:connect(function()
  453. local player = game:GetService("Players").LocalPlayer
  454. local function collecttreasure(treasure)
  455. for i,v in ipairs(treasure:GetChildren()) do
  456. if v.Parent then
  457. player.Character:MoveTo(v.Position)
  458. end
  459. wait(1)
  460. end
  461. end
  462. collecttreasure(workspace.TreasureCollectibles)
  463. wait(1)
  464. player.Character:MoveTo(player.SpawnPos.Value.p)
  465. end)
  466.  
  467. teleport.Name = "teleport"
  468. teleport.Parent = Main
  469. teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  470. teleport.Position = UDim2.new(-0.00128667755, 0, 0.549504936, 0)
  471. teleport.Size = UDim2.new(0, 270, 0, 40)
  472. teleport.Font = Enum.Font.SourceSans
  473. teleport.Text = "Ctrl+click to teleport"
  474. teleport.TextColor3 = Color3.new(0, 0, 0)
  475. teleport.TextSize = 14
  476. teleport.MouseButton1Down:connect(function()
  477. local Plr = game:GetService("Players").LocalPlayer
  478. local Mouse = Plr:GetMouse()
  479. Mouse.Button1Down:connect(function()
  480. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  481. Plr.Character.HumanoidRootPart.CFrame = Mouse.Hit * CFrame.new(0,2,0)
  482. end)
  483. end)
  484.  
  485. x.Name = "x"
  486. x.Parent = Main
  487. x.BackgroundColor3 = Color3.new(1, 1, 1)
  488. x.Position = UDim2.new(0.888886929, 0, 0, 0)
  489. x.Size = UDim2.new(0, 38, 0, 26)
  490. x.Font = Enum.Font.SourceSans
  491. x.Text = "X"
  492. x.TextColor3 = Color3.new(0, 0, 0)
  493. x.TextSize = 14
  494. x.MouseButton1Down:connect(function()
  495. Main.Visible = false
  496. TextButton.Visible = true
  497. end)
  498.  
  499. quest_2.Name = "quest"
  500. quest_2.Parent = Main
  501. quest_2.BackgroundColor3 = Color3.new(1, 1, 1)
  502. quest_2.Position = UDim2.new(0.780346811, 0, 0.311881185, 0)
  503. quest_2.Size = UDim2.new(0, 76, 0, 48)
  504. quest_2.Font = Enum.Font.SourceSans
  505. quest_2.Text = "Quest"
  506. quest_2.TextColor3 = Color3.new(0, 0, 0)
  507. quest_2.TextSize = 14
  508. quest_2.MouseButton1Down:connect(function()
  509. quest_2.Visible = false
  510. Lish_Quest.Visible = true
  511. end)
  512.  
  513. Farmsite_2.Name = "Farmsite"
  514. Farmsite_2.Parent = Main
  515. Farmsite_2.BackgroundColor3 = Color3.new(1, 1, 1)
  516. Farmsite_2.Position = UDim2.new(0.779060125, 0, 0.549504936, 0)
  517. Farmsite_2.Size = UDim2.new(0, 76, 0, 40)
  518. Farmsite_2.Font = Enum.Font.SourceSans
  519. Farmsite_2.Text = "Farm Pollen"
  520. Farmsite_2.TextColor3 = Color3.new(0, 0, 0)
  521. Farmsite_2.TextSize = 14
  522. Farmsite_2.MouseButton1Down:connect(function()
  523. Farmsite_2.Visible = false
  524. Fied.Visible = true
  525. end)
  526.  
  527. DandelionField.Name = "DandelionField"
  528. DandelionField.Parent = Fied
  529. DandelionField.BackgroundColor3 = Color3.new(1, 1, 1)
  530. DandelionField.Position = UDim2.new(-0.00240095332, 0, 0.187972769, 0)
  531. DandelionField.Size = UDim2.new(0, 160, 0, 26)
  532. DandelionField.Font = Enum.Font.SourceSans
  533. DandelionField.Text = "DandelionField"
  534. DandelionField.TextColor3 = Color3.new(0, 0, 0)
  535. DandelionField.TextSize = 14
  536. -- Scripts:
  537. local WayPoints = {
  538. ["Black Bear"] = CFrame.new(-258.1, 5, 299.7),
  539. ["Brown Bear"] = CFrame.new(282, 46, 236),
  540. ["Panda Bear"] = CFrame.new(106.3, 35, 50.1),
  541. ["Polar Bear"] = CFrame.new(-106, 119, -77),
  542. ["Science Bear"] = CFrame.new(267, 103, 20),
  543. ["Traveling Bear"] = CFrame.new(34, 14, 371),
  544. ["Mother Bear"] = CFrame.new(-183.8, 4.6, 87.5),
  545. ["Tunnel Bear"] = CFrame.new(507.3, 5.7, -45.7),
  546. ["Sun Bear"] = CFrame.new(23.25, 14, 360.26),
  547. ["Onett"] = CFrame.new(-8.4, 234, -517.9),
  548. ["Clover Field"] = CFrame.new(174, 34, 189),
  549. ["Mushroom Field"] = CFrame.new(-258.1, 5, 299.7),
  550. ["Spider Field"] = CFrame.new(-57.2, 20, -5.3),
  551. ["Blue Field"] = CFrame.new(113.7, 4, 101.5),
  552. ["Sunflower Field"] = CFrame.new(-208, 4, 185),
  553. ["StrawBerry Field"] = CFrame.new(-169.3, 20, -3.2),
  554. ["Red Field"] = CFrame.new(-258.1, 5, 299.7),
  555. ["Dandelion Field"] = CFrame.new(-30, 4, 225),
  556. ["BamBoo Field"] = CFrame.new(93, 20, -25),
  557. ["Rose Field"] = CFrame.new(-322, 20, 124),
  558. ["Mushroom Field"] = CFrame.new(-94, 5, 116),
  559. ["Cactus Field"] = CFrame.new(-194, 68, -107),
  560. ["Pumpkin Field"] = CFrame.new(-194, 68, -182),
  561. ["MountainTop Field"] = CFrame.new(76, 176, -181),
  562. ["PineTree Field"] = CFrame.new(-318, 68, -150),
  563. ["Pineapple Field"] = CFrame.new(262, 68, -201),
  564. ["Sun Bear"] = CFrame.new(23.25, 14, 360.26),
  565. }
  566.  
  567. ------------------------------------------------
  568. SunBear.MouseButton1Down:connect(function()
  569. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  570. uTorso.CFrame = WayPoints["Sun Bear"]
  571. end)
  572.  
  573. BlackBear.MouseButton1Down:connect(function()
  574. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  575. uTorso.CFrame = WayPoints["Black Bear"]
  576. end)
  577.  
  578. BrownBear.MouseButton1Down:connect(function()
  579. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  580. uTorso.CFrame = WayPoints["Brown Bear"]
  581. end)
  582.  
  583. PandaBear.MouseButton1Down:connect(function()
  584. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  585. uTorso.CFrame = WayPoints["Panda Bear"]
  586. end)
  587.  
  588. PolarBear.MouseButton1Down:connect(function()
  589. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  590. uTorso.CFrame = WayPoints["Polar Bear"]
  591. end)
  592.  
  593. ScienceBear.MouseButton1Down:connect(function()
  594. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  595. uTorso.CFrame = WayPoints["Science Bear"]
  596. end)
  597.  
  598. TravelingBear.MouseButton1Down:connect(function()
  599. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  600. uTorso.CFrame = WayPoints["Traveling Bear"]
  601. end)
  602.  
  603. MotherBear.MouseButton1Down:connect(function()
  604. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  605. uTorso.CFrame = WayPoints["Mother Bear"]
  606. end)
  607.  
  608. TunnelBear.MouseButton1Down:connect(function()
  609. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  610. uTorso.CFrame = WayPoints["Tunnel Bear"]
  611. end)
  612.  
  613. Onett.MouseButton1Down:connect(function()
  614. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  615. uTorso.CFrame = WayPoints["Onett"]
  616. end)
  617.  
  618. MushRoomField.MouseButton1Down:connect(function()
  619. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  620. uTorso.CFrame = WayPoints["Mushroom Field"]
  621. end)
  622.  
  623. StrawBerryField.MouseButton1Down:connect(function()
  624. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  625. uTorso.CFrame = WayPoints["StrawBerry Field"]
  626. end)
  627.  
  628. CloverField.MouseButton1Down:connect(function()
  629. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  630. uTorso.CFrame = WayPoints["Clover Field"]
  631. end)
  632.  
  633. SpiderField.MouseButton1Down:connect(function()
  634. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  635. uTorso.CFrame = WayPoints["Spider Field"]
  636. end)
  637.  
  638. BlueField.MouseButton1Down:connect(function()
  639. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  640. uTorso.CFrame = WayPoints["Blue Field"]
  641. end)
  642.  
  643. SunflowerField.MouseButton1Down:connect(function()
  644. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  645. uTorso.CFrame = WayPoints["Sunflower Field"]
  646. end)
  647.  
  648. DandelionField.MouseButton1Down:connect(function()
  649. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  650. uTorso.CFrame = WayPoints["Dandelion Field"]
  651. end)
  652.  
  653. BamBooField.MouseButton1Down:connect(function()
  654. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  655. uTorso.CFrame = WayPoints["BamBoo Field"]
  656. end)
  657.  
  658. RoseField.MouseButton1Down:connect(function()
  659. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  660. uTorso.CFrame = WayPoints["Rose Field"]
  661. end)
  662.  
  663. CactusField.MouseButton1Down:connect(function()
  664. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  665. uTorso.CFrame = WayPoints["Cactus Field"]
  666. end)
  667.  
  668. PumpkinField.MouseButton1Down:connect(function()
  669. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  670. uTorso.CFrame = WayPoints["Pumpkin Field"]
  671. end)
  672.  
  673. PineTreeField.MouseButton1Down:connect(function()
  674. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  675. uTorso.CFrame = WayPoints["PineTree Field"]
  676. end)
  677.  
  678. MountainTopField.MouseButton1Down:connect(function()
  679. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  680. uTorso.CFrame = WayPoints["MountainTop Field"]
  681. end)
  682.  
  683. PineappleField.MouseButton1Down:connect(function()
  684. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  685. uTorso.CFrame = WayPoints["Pineapple Field"]
  686. end)
Add Comment
Please, Sign In to add comment