Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local tool = Instance.new("TextBox")
  5. local farm = Instance.new("TextButton")
  6. local spam = Instance.new("TextButton")
  7. local get = Instance.new("TextButton")
  8. local dupe = Instance.new("TextButton")
  9. local off = Instance.new("TextButton")
  10. local take = Instance.new("TextButton")
  11. local cerberus = Instance.new("TextLabel")
  12. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  13. local pit = math.random(8968,9561)
  14. local player = game.Players.LocalPlayer
  15.  
  16. --Properties:
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame.Position = UDim2.new(0.18571429, 0, 0.311518312, 0)
  22. Frame.Size = UDim2.new(0, 318, 0, 180)
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. Frame_2.Parent = Frame
  27. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Frame_2.Position = UDim2.new(0, 0, 0.0687660202, 0)
  29. Frame_2.Size = UDim2.new(0, 318, 0, 150)
  30.  
  31. tool.Name = "tool"
  32. tool.Parent = Frame_2
  33. tool.BackgroundColor3 = Color3.new(1, 1, 1)
  34. tool.Position = UDim2.new(-4.79836118e-08, 0, 0.00666666683, 0)
  35. tool.Size = UDim2.new(0, 212, 0, 50)
  36. tool.Font = Enum.Font.SourceSans
  37. tool.Text = "Dụng cụ"
  38. tool.TextColor3 = Color3.new(0, 0, 0)
  39. tool.TextSize = 14
  40.  
  41. farm.Name = "farm"
  42. farm.Parent = Frame_2
  43. farm.BackgroundColor3 = Color3.new(1, 1, 1)
  44. farm.Position = UDim2.new(0, 0, 0.666666567, 0)
  45. farm.Size = UDim2.new(0, 212, 0, 50)
  46. farm.Font = Enum.Font.SourceSans
  47. farm.Text = "Farm"
  48. farm.TextColor3 = Color3.new(0, 0, 0)
  49. farm.TextSize = 14
  50. farm.MouseButton1Click:connect(function()
  51. _G.farm = true
  52. local pollenLbl = game.Players.LocalPlayer.Character:FindFirstChild("ProgressLabel",true)
  53. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  54. while _G.farm do
  55. wait(0.1)
  56. for i,v in pairs(game.workspace.Flowers:GetDescendants()) do
  57. if string.find(v.Name,"FlowerPatch") and _G.farm and v.FlowerID.Value == pit then
  58. for i,g in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  59. if string.find(g.Name,tool.Text) then
  60. plr.CFrame = v.CFrame
  61. local bigboi = plr.CFrame
  62. for k,y in pairs(workspace.Collectibles:GetChildren()) do
  63. if y.Name == player.Name and not y:FindFirstChild("HeyBigBoi") or tonumber((y.Position - plr.Position).magnitude) <= 50 and not y:FindFirstChild("HeyBigBoi") then
  64. plr.CFrame = y.CFrame
  65. local intvalue = Instance.new("IntValue",y)
  66. intvalue.Name = "HeyBigBoi"
  67. wait(.08)
  68. end
  69. end
  70. plr.CFrame = bigboi
  71. g.Parent = game.Players.LocalPlayer.Character
  72. workspace[game.Players.LocalPlayer.Name][tool.Text].ClickEvent:FireServer()
  73. game.Players.LocalPlayer.Character[tool.Text].Parent = game.Players.LocalPlayer.Backpack
  74. if tonumber(player.leaderstats.Pollen.Value + 1) > tonumber(maxpollen) then
  75. player.Character:MoveTo(player.SpawnPos.Value.p)
  76. wait(1)
  77. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  78. repeat wait(0.5) until game:GetService("Players").LocalPlayer.leaderstats.Pollen.Value < 1
  79. wait(5)
  80. end
  81. wait()
  82. end
  83. end
  84. pit = math.random(8968,9561)
  85. end
  86. end
  87. end
  88. end)
  89.  
  90. spam.Name = "spam"
  91. spam.Parent = Frame_2
  92. spam.BackgroundColor3 = Color3.new(1, 1, 1)
  93. spam.Position = UDim2.new(0.666666687, 0, 0.00666666683, 0)
  94. spam.Size = UDim2.new(0, 106, 0, 50)
  95. spam.Font = Enum.Font.SourceSans
  96. spam.Text = "Spam"
  97. spam.TextColor3 = Color3.new(0, 0, 0)
  98. spam.TextSize = 14
  99. spam.MouseButton1Click:connect(function()
  100. _G.bee = true
  101. while _G.bee do
  102. wait()
  103. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetDescendants()) do
  104. if string.find(v.Name,tool.Text) then
  105. v.Parent = game.Players.LocalPlayer.Character
  106. workspace[game.Players.LocalPlayer.Name][tool.Text].ClickEvent:FireServer()
  107. game.Players.LocalPlayer.Character[tool.Text].Parent = game.Players.LocalPlayer.Backpack
  108. end
  109. end
  110. end
  111. end)
  112.  
  113. get.Name = "get"
  114. get.Parent = Frame_2
  115. get.BackgroundColor3 = Color3.new(1, 1, 1)
  116. get.Position = UDim2.new(0, 0, 0.346666664, 0)
  117. get.Size = UDim2.new(0, 106, 0, 50)
  118. get.Font = Enum.Font.SourceSans
  119. get.Text = "Get Item"
  120. get.TextColor3 = Color3.new(0, 0, 0)
  121. get.TextSize = 14
  122. get.MouseButton1Click:connect(function()
  123. game:GetService("ReplicatedStorage").Events.ItemPackageEvent:InvokeServer("Equip", { ["Mute"]= false, ["Type"]= tool.Text, ["Category"]= "Collector" })
  124. end)
  125.  
  126. dupe.Name = "dupe"
  127. dupe.Parent = Frame_2
  128. dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  129. dupe.Position = UDim2.new(0.333333343, 0, 0.346666664, 0)
  130. dupe.Size = UDim2.new(0, 106, 0, 50)
  131. dupe.Font = Enum.Font.SourceSans
  132. dupe.Text = "Dupe"
  133. dupe.TextColor3 = Color3.new(0, 0, 0)
  134. dupe.TextSize = 14
  135. dupe.MouseButton1Click:connect(function()
  136. _G.dupe = true
  137. while _G.dupe do
  138. wait()
  139. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  140. if v.Name == tool.Text then
  141. v.Parent = game.Players.LocalPlayer
  142. end
  143. end
  144. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  145. if v.Name == tool.Text then
  146. v.Parent = game.Players.LocalPlayer
  147. end
  148. end
  149. end
  150. end)
  151.  
  152. off.Name = "off"
  153. off.Parent = Frame_2
  154. off.BackgroundColor3 = Color3.new(1, 1, 1)
  155. off.Position = UDim2.new(0.666666687, 0, 0.666666627, 0)
  156. off.Size = UDim2.new(0, 106, 0, 50)
  157. off.Font = Enum.Font.SourceSans
  158. off.Text = "Off"
  159. off.TextColor3 = Color3.new(0, 0, 0)
  160. off.TextSize = 14
  161. off.MouseButton1Click:connect(function()
  162. _G.farm = false
  163. _G.bee = false
  164. _G.dupe = false
  165. _G.take = false
  166. end)
  167.  
  168. take.Name = "take"
  169. take.Parent = Frame_2
  170. take.BackgroundColor3 = Color3.new(1, 1, 1)
  171. take.Position = UDim2.new(0.666666687, 0, 0.346666664, 0)
  172. take.Size = UDim2.new(0, 106, 0, 50)
  173. take.Font = Enum.Font.SourceSans
  174. take.Text = "Lấy vào"
  175. take.TextColor3 = Color3.new(0, 0, 0)
  176. take.TextSize = 14
  177. take.MouseButton1Click:connect(function()
  178. _G.take = true
  179. while _G.take do
  180. wait()
  181. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  182. if v.Name == tool.Text then
  183. v.Parent = game.Players.LocalPlayer.Backpack
  184. end
  185. end
  186. end
  187. end)
  188.  
  189. cerberus.Name = "cerberus"
  190. cerberus.Parent = Frame
  191. cerberus.BackgroundColor3 = Color3.new(1, 1, 1)
  192. cerberus.Position = UDim2.new(0, 0, -0.00427630544, 0)
  193. cerberus.Size = UDim2.new(0, 318, 0, 15)
  194. cerberus.Font = Enum.Font.SourceSans
  195. cerberus.Text = "Cerbergang"
  196. cerberus.TextColor3 = Color3.new(0, 0, 0)
  197. cerberus.TextSize = 14
  198. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement