BINO2002

Untitled

Nov 27th, 2018
25,814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. print("Script made by LokiTheOtaku and GUI made by Syntax (gonna make a v3rm acc soon and make good stuff)")
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local guiname = Instance.new("TextLabel")
  5. local lr = Instance.new("TextBox")
  6. local close = Instance.new("ImageButton")
  7. local ud = Instance.new("TextBox")
  8. local name = Instance.new("TextBox")
  9. local trigger = Instance.new("TextButton")
  10. local credits = Instance.new("TextLabel")
  11. local triggerg = Instance.new("TextButton")
  12. --Properties:
  13. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Position = UDim2.new(0.139362499, 0, 0.139384106, 0)
  18. Frame.Size = UDim2.new(0, 448, 0, 310)
  19. Frame.Style = Enum.FrameStyle.DropShadow
  20. Frame.Active = true
  21. Frame.Draggable = true
  22.  
  23. guiname.Name = "guiname"
  24. guiname.Parent = Frame
  25. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  26. guiname.BackgroundTransparency = 1
  27. guiname.Position = UDim2.new(0.0638297945, 0, 0.00872093067, 0)
  28. guiname.Size = UDim2.new(0, 200, 0, 50)
  29. guiname.Font = Enum.Font.SciFi
  30. guiname.Text = "Bee Swarm GUI"
  31. guiname.TextColor3 = Color3.new(1, 1, 1)
  32. guiname.TextSize = 40
  33.  
  34. lr.Name = "lr"
  35. lr.Parent = Frame
  36. lr.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  37. lr.BorderColor3 = Color3.new(1, 1, 1)
  38. lr.BorderSizePixel = 3
  39. lr.Position = UDim2.new(0.0290178563, 0, 0.242815256, 0)
  40. lr.Size = UDim2.new(0, 200, 0, 50)
  41. lr.Font = Enum.Font.SciFi
  42. lr.Text = "Left/Right"
  43. lr.TextColor3 = Color3.new(0, 0, 0)
  44. lr.TextSize = 35
  45.  
  46. close.Name = "close"
  47. close.Parent = Frame
  48. close.BackgroundColor3 = Color3.new(1, 1, 1)
  49. close.BackgroundTransparency = 1
  50. close.Position = UDim2.new(0.904017806, 0, 0.0128259342, 0)
  51. close.Size = UDim2.new(0, 41, 0, 44)
  52. close.Image = "rbxassetid://54479706"
  53.  
  54. ud.Name = "ud"
  55. ud.Parent = Frame
  56. ud.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  57. ud.BorderColor3 = Color3.new(1, 1, 1)
  58. ud.BorderSizePixel = 3
  59. ud.Position = UDim2.new(0.517857134, 0, 0.242815256, 0)
  60. ud.Size = UDim2.new(0, 200, 0, 50)
  61. ud.Font = Enum.Font.SciFi
  62. ud.Text = "Up/Down"
  63. ud.TextColor3 = Color3.new(0, 0, 0)
  64. ud.TextSize = 35
  65.  
  66. name.Name = "name"
  67. name.Parent = Frame
  68. name.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  69. name.BorderColor3 = Color3.new(1, 1, 1)
  70. name.BorderSizePixel = 3
  71. name.Position = UDim2.new(0.0290178563, 0, 0.464516133, 0)
  72. name.Size = UDim2.new(0, 411, 0, 50)
  73. name.Font = Enum.Font.SciFi
  74. name.Text = "Bee Name"
  75. name.TextColor3 = Color3.new(0, 0, 0)
  76. name.TextSize = 35
  77.  
  78. trigger.Name = "trigger"
  79. trigger.Parent = Frame
  80. trigger.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  81. trigger.BorderColor3 = Color3.new(1, 1, 1)
  82. trigger.BorderSizePixel = 3
  83. trigger.Position = UDim2.new(0.031249987, 0, 0.684750676, 0)
  84. trigger.Size = UDim2.new(0, 200, 0, 50)
  85. trigger.Font = Enum.Font.SciFi
  86. trigger.Text = "Go!"
  87. trigger.TextColor3 = Color3.new(0, 0, 0)
  88. trigger.TextSize = 35
  89.  
  90. credits.Name = "credits"
  91. credits.Parent = Frame
  92. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  93. credits.BackgroundTransparency = 1
  94. credits.Position = UDim2.new(0.264722645, 0, 0.855348468, 0)
  95. credits.Size = UDim2.new(0, 200, 0, 50)
  96. credits.Font = Enum.Font.SciFi
  97. credits.Text = "Script by LeviTheOtaku on v3rm / GUI by Syntax"
  98. credits.TextColor3 = Color3.new(1, 1, 1)
  99. credits.TextSize = 15
  100.  
  101. triggerg.Name = "triggerg"
  102. triggerg.Parent = Frame
  103. triggerg.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  104. triggerg.BorderColor3 = Color3.new(1, 1, 1)
  105. triggerg.BorderSizePixel = 3
  106. triggerg.Position = UDim2.new(0.517857134, 0, 0.684750676, 0)
  107. triggerg.Size = UDim2.new(0, 200, 0, 50)
  108. triggerg.Font = Enum.Font.SciFi
  109. triggerg.Text = "Go! (Gifted)"
  110. triggerg.TextColor3 = Color3.new(0, 0, 0)
  111. triggerg.TextSize = 35
  112.  
  113. trigger.MouseButton1Down:Connect(function()
  114.  
  115. local lrv = tonumber(lr.Text)
  116. local udv = tonumber(ud.Text)
  117. local wishedbee = name.Text
  118. print("Getting bee:")
  119. local w = game.Players.LocalPlayer.Honeycomb.Value
  120. print(name.Text)
  121.  
  122. repeat
  123. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  124. until w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
  125. end)
  126.  
  127. triggerg.MouseButton1Down:Connect(function()
  128. local lrv = tonumber(lr.Text)
  129. local udv = tonumber(ud.Text)
  130. local wishedbee = name.Text
  131. print("Getting gifted bee:")
  132. local w = game.Players.LocalPlayer.Honeycomb.Value
  133. print(name.Text)
  134.  
  135. repeat
  136. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  137. until w.Cells["C" .. lrv .. "," .. udv]:findFirstChild("GiftedCell") and w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
  138. end)
  139.  
  140. close.MouseButton1Down:Connect(function()
  141. ScreenGui:Destroy()
  142. end)
Add Comment
Please, Sign In to add comment