Advertisement
VanThangzxc

ccccc

Sep 20th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BeeSwarm = Instance.new("ScreenGui")
  5. local Login = Instance.new("Frame")
  6. local Pass = Instance.new("TextBox")
  7. local User = Instance.new("TextBox")
  8. local Sumit = Instance.new("TextButton")
  9. local Main = Instance.new("Frame")
  10. local Tele = Instance.new("TextButton")
  11. local AutoFarm = Instance.new("TextButton")
  12. local Speed = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Find = Instance.new("TextButton")
  15. local AutoDig = Instance.new("TextButton")
  16. local Gravity = Instance.new("TextButton")
  17. local Open = Instance.new("Frame")
  18. local Open_2 = Instance.new("TextButton")
  19. --Properties:
  20. BeeSwarm.Name = "Bee Swarm "
  21. BeeSwarm.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22.  
  23. Login.Name = "Login"
  24. Login.Parent = BeeSwarm
  25. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Login.Position = UDim2.new(0.452671051, 0, 0.202783301, 0)
  27. Login.Size = UDim2.new(0, 213, 0, 283)
  28.  
  29. Pass.Name = "Pass"
  30. Pass.Parent = Login
  31. Pass.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Pass.Position = UDim2.new(0.0443083346, 0, 0.410434872, 0)
  33. Pass.Size = UDim2.new(0, 200, 0, 50)
  34. Pass.Font = Enum.Font.SourceSans
  35. Pass.Text = "Pass"
  36. Pass.TextColor3 = Color3.new(0, 0, 0)
  37. Pass.TextSize = 20
  38.  
  39. User.Name = "User"
  40. User.Parent = Login
  41. User.BackgroundColor3 = Color3.new(1, 1, 1)
  42. User.Position = UDim2.new(0.0443083346, 0, 0.113615125, 0)
  43. User.Size = UDim2.new(0, 200, 0, 50)
  44. User.Font = Enum.Font.SourceSans
  45. User.Text = "User"
  46. User.TextColor3 = Color3.new(0, 0, 0)
  47. User.TextSize = 20
  48. User.TextWrapped = true
  49.  
  50. Sumit.Name = "Sumit"
  51. Sumit.Parent = Login
  52. Sumit.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Sumit.Position = UDim2.new(0.0422535203, 0, 0.710247397, 0)
  54. Sumit.Size = UDim2.new(0, 200, 0, 50)
  55. Sumit.Font = Enum.Font.SourceSans
  56. Sumit.Text = "Sumit"
  57. Sumit.TextColor3 = Color3.new(0, 0, 0)
  58. Sumit.TextSize = 14
  59. Sumit.MouseButton1Down:connect(function()
  60. if User.text == "ThangDz" and Pass.text == "sadadjaghsdajsdghasjdnadsdsadasdsad" then
  61. Login.Visible = false
  62. Open.Visible = true
  63. end
  64. end)
  65.  
  66. Main.Name = "Main"
  67. Main.Parent = BeeSwarm
  68. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Main.Position = UDim2.new(0.309278339, 0, 0.127236575, 0)
  70. Main.Size = UDim2.new(0, 459, 0, 358)
  71. Main.Visible = false
  72.  
  73. Tele.Name = "Tele"
  74. Tele.Parent = Main
  75. Tele.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  76. Tele.Position = UDim2.new(0.0149732791, 0, 0.452097476, 0)
  77. Tele.Size = UDim2.new(0, 200, 0, 50)
  78. Tele.Font = Enum.Font.SourceSans
  79. Tele.Text = "Tele Ctrl + Click"
  80. Tele.TextColor3 = Color3.new(0, 0, 0)
  81. Tele.TextSize = 14
  82. Tele.MouseButton1Click:Connect(function()
  83. local Plr = game:GetService("Players").LocalPlayer
  84. local Mouse = Plr:GetMouse()
  85. Mouse.Button1Down:connect(function()
  86. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  87. Plr.Character.HumanoidRootPart.CFrame = Mouse.Hit * CFrame.new(0,2,0)
  88. end)
  89. end)
  90. local texthoneyu = Instance.new("TextButton",frame)
  91.  
  92. AutoFarm.Name = "Auto Farm"
  93. AutoFarm.Parent = Main
  94. AutoFarm.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  95. AutoFarm.Position = UDim2.new(0.0149732828, 0, 0.156008095, 0)
  96. AutoFarm.Size = UDim2.new(0, 200, 0, 50)
  97. AutoFarm.Font = Enum.Font.SourceSans
  98. AutoFarm.Text = "Auto Farm"
  99. AutoFarm.TextColor3 = Color3.new(0, 0, 0)
  100. AutoFarm.TextSize = 14
  101. AutoFarm.MouseButton1Down:connect(function()
  102. local player = game:GetService("Players").LocalPlayer
  103. local currp
  104. workspace.Collectibles.ChildAdded:Connect(function(part)
  105. wait(0.5)
  106. if currp and (part.Position-currp).magnitude < 50 then
  107. player.Character:MoveTo(part.Position)
  108. wait(0.3)
  109. player.Character:MoveTo(currp)
  110. end
  111. end)
  112. local pollenLbl = player.Character:FindFirstChild("ProgressLabel",true)
  113. if not pollenLbl then
  114. error("pollen backpack not found")
  115. end
  116. local maxpollen = tonumber(pollenLbl.Text:match("%d+$"))
  117. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  118. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  119. error("pollen tool not found")
  120. end
  121.  
  122. local fieldpos = {Vector3.new(76, 176, -181),Vector3.new(76, 176, -160),Vector3.new(76, 176, -140)}
  123. local posIndex=0
  124. while true do
  125. --collect pollen
  126. pollenTool.Parent = player.Character
  127. wait(0.1)
  128. while player.leaderstats.Pollen.Value<maxpollen do
  129. posIndex=posIndex+1
  130. if posIndex>#fieldpos then posIndex=1 end
  131. for rot=1,4 do
  132. local angle = CFrame.Angles(0,math.pi*.5*rot,0)
  133. currp = fieldpos[posIndex]+angle.lookVector*4
  134. player.Character.HumanoidRootPart.CFrame=CFrame.new(currp)*angle
  135. for i=1,60 do
  136. wait(0.2)
  137. pollenTool.ClickEvent:FireServer(currp)
  138. end
  139. if player.leaderstats.Pollen.Value+1>maxpollen then break end
  140. end
  141. end
  142. --turn to honey
  143. currp=nil
  144. player.Character:MoveTo(player.SpawnPos.Value.p)
  145. wait(0.1)
  146. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  147. repeat wait(0.2) until player.leaderstats.Pollen.Value<1
  148. wait(7)
  149. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  150. end
  151. end)
  152.  
  153. Speed.Name = "Speed"
  154. Speed.Parent = Main
  155. Speed.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  156. Speed.Position = UDim2.new(0.0149732791, 0, 0.706287384, 0)
  157. Speed.Size = UDim2.new(0, 200, 0, 50)
  158. Speed.Font = Enum.Font.SourceSans
  159. Speed.Text = "Speed"
  160. Speed.TextColor3 = Color3.new(0, 0, 0)
  161. Speed.TextSize = 14
  162. Speed.MouseButton1Down:connect(function()
  163. local walkspeedplayer = game:GetService("Players").LocalPlayer
  164. local walkspeedmouse = walkspeedplayer:GetMouse()
  165.  
  166. local walkspeedenabled = false
  167.  
  168. function x_walkspeed(key)
  169. if (key == "x") then
  170. if walkspeedenabled == false then
  171. _G.WS = 200;
  172. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  173. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  174. Humanoid.WalkSpeed = _G.WS;
  175. end)
  176. Humanoid.WalkSpeed = _G.WS;
  177.  
  178. walkspeedenabled = true
  179. elseif walkspeedenabled == true then
  180. _G.WS = 20;
  181. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  182. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  183. Humanoid.WalkSpeed = _G.WS;
  184. end)
  185. Humanoid.WalkSpeed = _G.WS;
  186.  
  187. walkspeedenabled = false
  188. end
  189. end
  190. end
  191.  
  192. walkspeedmouse.KeyDown:connect(x_walkspeed)
  193.  
  194. end)
  195.  
  196. Close.Name = "Close"
  197. Close.Parent = Main
  198. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  199. Close.Position = UDim2.new(0.922489166, 0, 0, 0)
  200. Close.Size = UDim2.new(0, 36, 0, 34)
  201. Close.Font = Enum.Font.SourceSans
  202. Close.Text = "X"
  203. Close.TextColor3 = Color3.new(0, 0, 0)
  204. Close.TextScaled = true
  205. Close.TextSize = 14
  206. Close.TextWrapped = true
  207. Close.MouseButton1Down:connect(function()
  208. Main.Visible = false
  209. Open.Visible = true
  210. end)
  211.  
  212. Find.Name = "Find"
  213. Find.Parent = Main
  214. Find.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  215. Find.Position = UDim2.new(0.531313181, 0, 0.706287384, 0)
  216. Find.Size = UDim2.new(0, 200, 0, 50)
  217. Find.Font = Enum.Font.SourceSans
  218. Find.Text = "Find"
  219. Find.TextColor3 = Color3.new(0, 0, 0)
  220. Find.TextSize = 14
  221. Find.MouseButton1Down:connect(function()
  222. local player = game:GetService("Players").LocalPlayer
  223. local function collecttreasure(treasure)
  224. for i,v in ipairs(treasure:GetChildren()) do
  225. if v.Parent then
  226. player.Character:MoveTo(v.Position)
  227. end
  228. wait(1)
  229. end
  230. end
  231. collecttreasure(workspace.TreasureCollectibles)
  232. wait(1)
  233. player.Character:MoveTo(player.SpawnPos.Value.p)
  234. end)
  235.  
  236. AutoDig.Name = "Auto Dig"
  237. AutoDig.Parent = Main
  238. AutoDig.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  239. AutoDig.Position = UDim2.new(0.531313181, 0, 0.452097446, 0)
  240. AutoDig.Size = UDim2.new(0, 200, 0, 50)
  241. AutoDig.Font = Enum.Font.SourceSans
  242. AutoDig.Text = "Auto Dig"
  243. AutoDig.TextColor3 = Color3.new(0, 0, 0)
  244. AutoDig.TextSize = 14
  245. AutoDig.MouseButton1Click:connect(function()
  246. if AutoDigActive ~= true then
  247. AutoDigActive = true
  248. AutoDig.BackgroundColor3 = Color3.new(0.5, 0, 0)
  249. if AutoDigActive then
  250. local player = game:GetService("Players").LocalPlayer
  251. local pollenTool = player.Character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  252. if pollenTool==nil or pollenTool:FindFirstChild("ClickEvent")==nil then
  253. AutoDigActive = false
  254. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  255. error("Tool not found")
  256. end
  257. pollenTool.Parent = player.Character
  258. while AutoDigActive do
  259. wait(0.1)
  260. pollenTool.ClickEvent:FireServer(CFrame.new())
  261. end
  262. end
  263. else
  264. AutoDigActive = false
  265. notify'Auto Dig Stopped'
  266. AutoDig.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  267. end
  268. end)
  269.  
  270.  
  271. Gravity.Name = "Gravity"
  272. Gravity.Parent = Main
  273. Gravity.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  274. Gravity.Position = UDim2.new(0.531313181, 0, 0.156008065, 0)
  275. Gravity.Size = UDim2.new(0, 200, 0, 50)
  276. Gravity.Modal = true
  277. Gravity.Font = Enum.Font.SourceSans
  278. Gravity.Text = "Gravity"
  279. Gravity.TextColor3 = Color3.new(0, 0, 0)
  280. Gravity.TextSize = 14
  281. Gravity.MouseButton1Down:connect(function()
  282. if Gravity == true then
  283. Gravity = false
  284. game.workspace.Gravity = 196.2
  285. else
  286. Gravity = true
  287. game.workspace.Gravity = 45
  288. end
  289. end)
  290.  
  291. Open.Name = "Open"
  292. Open.Parent = BeeSwarm
  293. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  294. Open.Position = UDim2.new(0, 0, 0.483101398, 0)
  295. Open.Size = UDim2.new(0, 132, 0, 50)
  296. Open.Visible = false
  297.  
  298. Open_2.Name = "Open"
  299. Open_2.Parent = Open
  300. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  301. Open_2.Size = UDim2.new(0, 132, 0, 50)
  302. Open_2.Font = Enum.Font.SourceSans
  303. Open_2.Text = "Open"
  304. Open_2.TextColor3 = Color3.new(0, 0, 0)
  305. Open_2.TextSize = 14
  306. Open_2.MouseButton1Down:Connect(function()
  307. Main.Visible = true
  308. Open.Visible = false
  309. end)
  310. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement