Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Script made by LokiTheOtaku and GUI made by Syntax (gonna make a v3rm acc soon and make good stuff)")
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local guiname = Instance.new("TextLabel")
- local lr = Instance.new("TextBox")
- local close = Instance.new("ImageButton")
- local ud = Instance.new("TextBox")
- local name = Instance.new("TextBox")
- local trigger = Instance.new("TextButton")
- local credits = Instance.new("TextLabel")
- local triggerg = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.139362499, 0, 0.139384106, 0)
- Frame.Size = UDim2.new(0, 448, 0, 310)
- Frame.Style = Enum.FrameStyle.DropShadow
- Frame.Active = true
- Frame.Draggable = true
- guiname.Name = "guiname"
- guiname.Parent = Frame
- guiname.BackgroundColor3 = Color3.new(1, 1, 1)
- guiname.BackgroundTransparency = 1
- guiname.Position = UDim2.new(0.0638297945, 0, 0.00872093067, 0)
- guiname.Size = UDim2.new(0, 200, 0, 50)
- guiname.Font = Enum.Font.SciFi
- guiname.Text = "Bee Swarm GUI"
- guiname.TextColor3 = Color3.new(1, 1, 1)
- guiname.TextSize = 40
- lr.Name = "lr"
- lr.Parent = Frame
- lr.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
- lr.BorderColor3 = Color3.new(1, 1, 1)
- lr.BorderSizePixel = 3
- lr.Position = UDim2.new(0.0290178563, 0, 0.242815256, 0)
- lr.Size = UDim2.new(0, 200, 0, 50)
- lr.Font = Enum.Font.SciFi
- lr.Text = "Left/Right"
- lr.TextColor3 = Color3.new(0, 0, 0)
- lr.TextSize = 35
- close.Name = "close"
- close.Parent = Frame
- close.BackgroundColor3 = Color3.new(1, 1, 1)
- close.BackgroundTransparency = 1
- close.Position = UDim2.new(0.904017806, 0, 0.0128259342, 0)
- close.Size = UDim2.new(0, 41, 0, 44)
- close.Image = "rbxassetid://54479706"
- ud.Name = "ud"
- ud.Parent = Frame
- ud.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
- ud.BorderColor3 = Color3.new(1, 1, 1)
- ud.BorderSizePixel = 3
- ud.Position = UDim2.new(0.517857134, 0, 0.242815256, 0)
- ud.Size = UDim2.new(0, 200, 0, 50)
- ud.Font = Enum.Font.SciFi
- ud.Text = "Up/Down"
- ud.TextColor3 = Color3.new(0, 0, 0)
- ud.TextSize = 35
- name.Name = "name"
- name.Parent = Frame
- name.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
- name.BorderColor3 = Color3.new(1, 1, 1)
- name.BorderSizePixel = 3
- name.Position = UDim2.new(0.0290178563, 0, 0.464516133, 0)
- name.Size = UDim2.new(0, 411, 0, 50)
- name.Font = Enum.Font.SciFi
- name.Text = "Bee Name"
- name.TextColor3 = Color3.new(0, 0, 0)
- name.TextSize = 35
- trigger.Name = "trigger"
- trigger.Parent = Frame
- trigger.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
- trigger.BorderColor3 = Color3.new(1, 1, 1)
- trigger.BorderSizePixel = 3
- trigger.Position = UDim2.new(0.031249987, 0, 0.684750676, 0)
- trigger.Size = UDim2.new(0, 200, 0, 50)
- trigger.Font = Enum.Font.SciFi
- trigger.Text = "Go!"
- trigger.TextColor3 = Color3.new(0, 0, 0)
- trigger.TextSize = 35
- credits.Name = "credits"
- credits.Parent = Frame
- credits.BackgroundColor3 = Color3.new(1, 1, 1)
- credits.BackgroundTransparency = 1
- credits.Position = UDim2.new(0.264722645, 0, 0.855348468, 0)
- credits.Size = UDim2.new(0, 200, 0, 50)
- credits.Font = Enum.Font.SciFi
- credits.Text = "Script by LeviTheOtaku on v3rm / GUI by Syntax"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 15
- triggerg.Name = "triggerg"
- triggerg.Parent = Frame
- triggerg.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
- triggerg.BorderColor3 = Color3.new(1, 1, 1)
- triggerg.BorderSizePixel = 3
- triggerg.Position = UDim2.new(0.517857134, 0, 0.684750676, 0)
- triggerg.Size = UDim2.new(0, 200, 0, 50)
- triggerg.Font = Enum.Font.SciFi
- triggerg.Text = "Go! (Gifted)"
- triggerg.TextColor3 = Color3.new(0, 0, 0)
- triggerg.TextSize = 35
- trigger.MouseButton1Down:Connect(function()
- local lrv = tonumber(lr.Text)
- local udv = tonumber(ud.Text)
- local wishedbee = name.Text
- print("Getting bee:")
- local w = game.Players.LocalPlayer.Honeycomb.Value
- print(name.Text)
- repeat
- game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
- until w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
- end)
- triggerg.MouseButton1Down:Connect(function()
- local lrv = tonumber(lr.Text)
- local udv = tonumber(ud.Text)
- local wishedbee = name.Text
- print("Getting gifted bee:")
- local w = game.Players.LocalPlayer.Honeycomb.Value
- print(name.Text)
- repeat
- game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
- until w.Cells["C" .. lrv .. "," .. udv]:findFirstChild("GiftedCell") and w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
- end)
- close.MouseButton1Down:Connect(function()
- ScreenGui:Destroy()
- end)
Add Comment
Please, Sign In to add comment