The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Bee Swarm Simulator script pastebin roblox
By LINK GAME on 2024-09-19 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))()
  2.            local w = library:CreateWindow("Bee Swarm Sim")
  3.  
  4.            local b = w:CreateFolder("Main Functions")
  5.  
  6.  
  7.            b:Label("Credits: V3RMillion-Banckielol03, Discord-mario1234#6807",Color3.fromRGB(38,38,38),Color3.fromRGB(100, 149, 237))
  8.  
  9.  
  10.            b:Button("Royal Yelly esp",function()
  11.                for i,v in pairs(game.Workspace.Collectibles:GetChildren()) do
  12.                    if v:IsA("Part") then
  13.                        print(v.Name)
  14.                        local BillboardGui = Instance.new('BillboardGui')
  15.                        local TextLabel = Instance.new('TextLabel')
  16.                        
  17.                        BillboardGui.Parent = v
  18.                        BillboardGui.AlwaysOnTop = true
  19.                        BillboardGui.Size = UDim2.new(0, 50, 0, 50)
  20.                        BillboardGui.StudsOffset = Vector3.new(0,2,0)
  21.                        
  22.                        TextLabel.Parent = BillboardGui
  23.                        TextLabel.BackgroundColor3 = Color3.new(1,1,1)
  24.                        TextLabel.BackgroundTransparency = 1
  25.                        TextLabel.Size = UDim2.new(1, 0, 1, 0)
  26.                        TextLabel.Text = "Royal Jelly"
  27.                        TextLabel.TextColor3 = Color3.new(0, 0, 128)
  28.                        TextLabel.TextScaled = true
  29.                    end
  30.                end
  31.            end)
  32.  
  33.            b:Button("AntChallenge",function()
  34.            local args = {
  35.                [1] = "Ant Challenge"
  36.            }              
  37.            game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer(unpack(args))
  38.            end)
  39.  
  40.            --[[b:Dropdown("SetHiveFromLeftToRight",{"1","2","3","4","5","6"},true,function(mob) --Replace the Dropdown name with the selected one(A,B,C)
  41.            local hivelocation
  42.                if mob == "1" then
  43.                    hivelocation = "-18.0081329, 1.1846807, 330.952393, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  44.                    print(hivelocation)
  45.                else
  46.                    if mob == "2" then
  47.                        hivelocation = "-51.4376984, 1.1846807, 330.950134, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  48.                        print(hivelocation)
  49.                    else
  50.                        if mob == "3" then
  51.                            hivelocation = "-84.6782761, 1.1846807, 330.947845, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  52.                            print(hivelocation)
  53.                        else
  54.                            if mob == "4" then
  55.                                hivelocation = "-118.183502, 1.1846807, 330.945526, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  56.                                print(hivelocation)
  57.                            else
  58.                                if mob == "5" then
  59.                                    hivelocation = "-151.658691, 1.1846807, 330.943115, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  60.                                    print(hivelocation)
  61.                                else
  62.                                    if mob == "6" then
  63.                                        hivelocation = "-184.949341, 1.1846807, 330.940887, 2.37226486e-05, -0.0107664764, -0.999942064, -1, -2.37226486e-05, -2.348423e-05, -2.348423e-05, 0.999942064, -0.0107665062"
  64.                                        print(hivelocation)
  65.                                    end
  66.                                end
  67.                            end
  68.                        end
  69.                    end
  70.                end
  71.            end)--]]
  72.  
  73.  
  74.            b:Toggle("Collect all tokens",function(bool1)
  75.                if bool1 then
  76.                    getgenv().collect = true
  77.                else
  78.                    getgenv().collect = false
  79.                end
  80.            end)
  81.  
  82.            b:Toggle("AutoFarm",function(bool)
  83.                if bool then
  84.                    getgenv().autofarm = true
  85.                else
  86.                    getgenv().autofarm = false
  87.                end
  88.            end)
  89.  
  90.            b:Toggle("InstantConvertor",function(bool2)
  91.                if bool2 then
  92.                    getgenv().instantcon = true
  93.                else
  94.                    getgenv().instantcon = false
  95.                end
  96.            end)    
  97.  
  98.            b:Toggle("EggBossFarm",function(bool3)
  99.                if bool3 then
  100.                    getgenv().eggfarm = true
  101.                else
  102.                    getgenv().eggfarm = false
  103.                end
  104.            end)  
  105.  
  106.            b:Toggle("MonsterFarm",function(bool4)
  107.                if bool4 then
  108.                    getgenv().Commandochick = true
  109.                else
  110.                    print("no")
  111.                    getgenv().Commandochick = false
  112.                end
  113.            end)  
  114.  
  115.            --b:Toggle("AutoSprout",function(bool4)
  116.                --if bool4 then
  117.                    --getgenv().autosprout = true
  118.                --else
  119.                    --getgenv().autosprout = false
  120.                --end
  121.            --end)  
  122.            
  123.            
  124.            --b:Toggle("CollectAllRoyalJellys",function(bool4)
  125.                --if bool4 then
  126.                    --getgenv().royalje = true
  127.                --else
  128.                    --getgenv().royalje = false  
  129.                --end
  130.            --end)  
  131.  
  132.            b:DestroyGUI()
  133.  
  134.            b:GuiSettings()  
  135.  
  136.    while wait() do
  137.            if getgenv().Commandochick == true then
  138.                while wait() do
  139.                    if getgenv().Commandochick == true then
  140.                    for i,v in pairs(game.Workspace.Monsters:GetChildren()) do
  141.                        for i,v in pairs(v:GetChildren()) do
  142.                            print(v.Name)
  143.                            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(0, 35, 0)
  144.                        end
  145.                    end
  146.                end
  147.                end
  148.                
  149.            end
  150.                if getgenv().eggfarm == true then
  151.                    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Monsters["Mondo Chick (Lvl 8)"].HumanoidRootPart.CFrame * CFrame.new(0, 35, 0)
  152.                end
  153.                if getgenv().autofarm == true then
  154.                    if game:GetService("Players").LocalPlayer.CoreStats.Pollen.Value == game:GetService("Players").LocalPlayer.CoreStats.Capacity.Value then
  155.                        if getgenv().instantcon == true  then
  156.                            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(138.074753, 182.571198, -216.329956)
  157.                            local args = {
  158.                                [1] = "Instant Converter C"
  159.                            }
  160.                            game:GetService("ReplicatedStorage").Events.ToyEvent:FireServer(unpack(args))
  161.  
  162.                        else
  163.                    mouse1release()
  164.                    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-85.6702118, 4.7365818, 331.119934)
  165.                    local args = {
  166.                        [1] = "ToggleHoneyMaking"
  167.                    }
  168.                    game:GetService("ReplicatedStorage").Events.PlayerHiveCommand:FireServer(unpack(args))
  169.                    getgenv().honeyplacing = true
  170.                    while wait() do
  171.                        if getgenv().honeyplacing == true then
  172.                            print("HoneyConferting")
  173.                            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-84.5307541, 4.7365818, 332.832977)
  174.                        else
  175.                            return beginning
  176.                        end
  177.                    end
  178.                end
  179.                else
  180.                    getgenv().honeyplacing = false
  181.                    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(83.4030762, 176.474335, -168.025574)
  182.                    mouse1press()
  183.                    keypress(0x44)
  184.                    wait(1.5)
  185.                    keyrelease(0x44)
  186.                    wait()
  187.                    keypress(0x41)
  188.                    wait(3)
  189.                    keyrelease(0x41)
  190.                end
  191.                end
  192.                if getgenv().collect == true then
  193.                    for i,v in pairs(game.Workspace.Collectibles:GetChildren()) do
  194.                        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  195.                    end
  196.                end
  197.            end