Advertisement
nguyenminhnghia

Untitled

Mar 2nd, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("ImageLabel")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local ScrollingFrame = Instance.new("ScrollingFrame")
  9. local Sun = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Main.Name = "Main"
  15. Main.Parent = ScreenGui
  16. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Main.BackgroundTransparency = 1
  18. Main.Position = UDim2.new(0.47131148, 0, 0.125, 0)
  19. Main.Size = UDim2.new(0, 407, 0, 298)
  20. Main.Image = "rbxassetid://2260429633"
  21. Main.ImageColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  22. Main.ScaleType = Enum.ScaleType.Slice
  23. Main.SliceCenter = Rect.new(12, 12, 13, 13)
  24.  
  25. ImageLabel.Parent = Main
  26. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  27. ImageLabel.BackgroundTransparency = 1
  28. ImageLabel.BorderSizePixel = 0
  29. ImageLabel.Size = UDim2.new(0, 407, 0, 30)
  30. ImageLabel.Image = "rbxassetid://2260429633"
  31. ImageLabel.ImageColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  32. ImageLabel.ScaleType = Enum.ScaleType.Slice
  33. ImageLabel.SliceCenter = Rect.new(12, 12, 13, 13)
  34.  
  35. TextLabel.Parent = ImageLabel
  36. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  37. TextLabel.BackgroundTransparency = 1
  38. TextLabel.Position = UDim2.new(0.0797313377, 0, -0.00402683765, 0)
  39. TextLabel.Size = UDim2.new(0, 341, 0, 25)
  40. TextLabel.Font = Enum.Font.Arcade
  41. TextLabel.Text = "Bee Swarm Simulator | Auto Farm"
  42. TextLabel.TextColor3 = Color3.new(1, 0.666667, 0)
  43. TextLabel.TextSize = 17
  44.  
  45. ScrollingFrame.Parent = Main
  46. ScrollingFrame.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
  47. ScrollingFrame.BorderSizePixel = 0
  48. ScrollingFrame.Position = UDim2.new(0.550368547, 0, 0.157718122, 0)
  49. ScrollingFrame.Size = UDim2.new(0, 169, 0, 137)
  50. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 20, 0)
  51.  
  52. Sun.Name = "Sun"
  53. Sun.Parent = ScrollingFrame
  54. Sun.BackgroundColor3 = Color3.new(1, 1, 1)
  55. Sun.Position = UDim2.new(0.0591715984, 0, 0.00126757706, 0)
  56. Sun.Size = UDim2.new(0, 139, 0, 26)
  57. Sun.Font = Enum.Font.SourceSans
  58. Sun.Text = "Sun"
  59. Sun.TextColor3 = Color3.new(0, 0, 0)
  60. Sun.TextSize = 14
  61. -- Scripts:
  62. Sun.MouseButton1Down:connect(function()
  63. local krispy = player.Character.HumanoidRootPart
  64. local bigboi = krispy.CFrame
  65. local biqqyboi = workspace.FlowerZones["Bamboo Field"].CFrame
  66. krispy.CFrame = biqqyboi
  67. local jimmy = coroutine.wrap(function()
  68. repeat
  69. for k,v in pairs(workspace.Collectibles:GetChildren()) do
  70. if v.Name == player.Name and not v:FindFirstChild("HeyBigBoi") or tonumber((v.Position - krispy.Position).magnitude) <= 55 and not v:FindFirstChild("HeyBigBoi") then
  71. krispy.CFrame = v.CFrame
  72. local intvalue = Instance.new("IntValue",v)
  73. intvalue.Name = "HeyBigBoi"
  74. wait(.05)
  75. end
  76. end
  77. wait(.1)
  78. local a1 = math.random(-70,40)
  79. local a2 = math.random(-70,40)
  80. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  81. until not act6 or act6temp
  82. end)
  83. local jimmy2 = coroutine.wrap(function()
  84. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  85. if v.ClassName == "Tool" then
  86. repeat
  87. v.ClickEvent:FireServer()
  88. wait(.1)
  89. until not act6 or act6temp
  90. end
  91. end
  92. end)
  93. local jimmy3 = coroutine.wrap(function()
  94. repeat
  95. for k,v in pairs(workspace[player.Name]:GetChildren()) do
  96. if v:FindFirstChild("Display") then
  97. if v.Display.Gui.ProgressBar.Size == v.Display.Gui.RedBar.Size or v.Display.Gui.ProgressLabel == player.leaderstats.Pollen.Value.."/"..player.leaderstats.Pollen.Value then
  98. act6temp = true
  99. local biqqyboi = workspace.FlowerZones["Bamboo Field"].CFrame
  100. for k,v in pairs(workspace.HivePlatforms:GetChildren()) do
  101. if v.Hive.Value == player.Honeycomb.Value then
  102. krispy.CFrame = v.Circle.CFrame * CFrame.new(0,3,0)
  103. end
  104. wait()
  105. end
  106. krispy.Anchored = true
  107. wait(2)
  108. game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer("ToggleHoneyMaking")
  109. repeat wait(.1) until player.leaderstats.Pollen.Value <= 0
  110. wait(10)
  111. krispy.Anchored = false
  112. local a1 = math.random(-70,40)
  113. local a2 = math.random(-70,40)
  114. krispy.CFrame = biqqyboi * CFrame.new(a1,0,a2)
  115. JerMan(krispy,biqqyboi)
  116.  
  117. end
  118. end
  119. wait()
  120. end
  121. wait(1)
  122. until
  123.  
  124. jimmy()
  125. jimmy2()
  126. jimmy3()
  127.  
  128. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement