StarAdminGamesCheat

Bee Swarm Simulator

Jun 30th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. print("Script made by LokiTheOtaku and GUI made by iSyntax on v3rm")
  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. local triggerr = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0.139362484, 0, 0.139384121, 0)
  19. Frame.Size = UDim2.new(0, 448, 0, 388)
  20. Frame.Style = Enum.FrameStyle.DropShadow
  21. Frame.Active = true
  22. Frame.Draggable = true
  23.  
  24. guiname.Name = "guiname"
  25. guiname.Parent = Frame
  26. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  27. guiname.BackgroundTransparency = 1
  28. guiname.Position = UDim2.new(0.0638297945, 0, 0.00872093067, 0)
  29. guiname.Size = UDim2.new(0, 200, 0, 50)
  30. guiname.Font = Enum.Font.SciFi
  31. guiname.Text = "Bee Swarm GUI"
  32. guiname.TextColor3 = Color3.new(1, 1, 1)
  33. guiname.TextSize = 40
  34.  
  35. lr.Name = "lr"
  36. lr.Parent = Frame
  37. lr.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  38. lr.BorderColor3 = Color3.new(1, 1, 1)
  39. lr.BorderSizePixel = 3
  40. lr.Position = UDim2.new(0.0290178563, 0, 0.211653784, 0)
  41. lr.Size = UDim2.new(0, 200, 0, 50)
  42. lr.Font = Enum.Font.SciFi
  43. lr.Text = "Left/Right"
  44. lr.TextColor3 = Color3.new(0, 0, 0)
  45. lr.TextSize = 35
  46.  
  47. close.Name = "close"
  48. close.Parent = Frame
  49. close.BackgroundColor3 = Color3.new(1, 1, 1)
  50. close.BackgroundTransparency = 1
  51. close.Position = UDim2.new(0.904017806, 0, 0.0128259342, 0)
  52. close.Size = UDim2.new(0, 41, 0, 44)
  53. close.Image = "rbxassetid://54479706"
  54.  
  55. ud.Name = "ud"
  56. ud.Parent = Frame
  57. ud.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  58. ud.BorderColor3 = Color3.new(1, 1, 1)
  59. ud.BorderSizePixel = 3
  60. ud.Position = UDim2.new(0.526785731, 0, 0.211653784, 0)
  61. ud.Size = UDim2.new(0, 200, 0, 50)
  62. ud.Font = Enum.Font.SciFi
  63. ud.Text = "Up/Down"
  64. ud.TextColor3 = Color3.new(0, 0, 0)
  65. ud.TextSize = 35
  66.  
  67. name.Name = "name"
  68. name.Parent = Frame
  69. name.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  70. name.BorderColor3 = Color3.new(1, 1, 1)
  71. name.BorderSizePixel = 3
  72. name.Position = UDim2.new(0.0312499981, 0, 0.422096342, 0)
  73. name.Size = UDim2.new(0, 414, 0, 50)
  74. name.Font = Enum.Font.SciFi
  75. name.Text = "Bee Name"
  76. name.TextColor3 = Color3.new(0, 0, 0)
  77. name.TextSize = 35
  78.  
  79. trigger.Name = "trigger"
  80. trigger.Parent = Frame
  81. trigger.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  82. trigger.BorderColor3 = Color3.new(1, 1, 1)
  83. trigger.BorderSizePixel = 3
  84. trigger.Position = UDim2.new(0.031249987, 0, 0.633759201, 0)
  85. trigger.Size = UDim2.new(0, 200, 0, 50)
  86. trigger.Font = Enum.Font.SciFi
  87. trigger.Text = "Go!"
  88. trigger.TextColor3 = Color3.new(0, 0, 0)
  89. trigger.TextSize = 35
  90.  
  91. credits.Name = "credits"
  92. credits.Parent = Frame
  93. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  94. credits.BackgroundTransparency = 1
  95. credits.Position = UDim2.new(0.269186944, 0, 0.910216928, 0)
  96. credits.Size = UDim2.new(0, 200, 0, 50)
  97. credits.Font = Enum.Font.SciFi
  98. credits.Text = "Script by LeviTheOtaku on v3rm / GUI by iSyntax on v3rm"
  99. credits.TextColor3 = Color3.new(1, 1, 1)
  100. credits.TextSize = 15
  101.  
  102. triggerg.Name = "triggerg"
  103. triggerg.Parent = Frame
  104. triggerg.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  105. triggerg.BorderColor3 = Color3.new(1, 1, 1)
  106. triggerg.BorderSizePixel = 3
  107. triggerg.Position = UDim2.new(0.526785731, 0, 0.633759141, 0)
  108. triggerg.Size = UDim2.new(0, 200, 0, 50)
  109. triggerg.Font = Enum.Font.SciFi
  110. triggerg.Text = "Go! (Gifted)"
  111. triggerg.TextColor3 = Color3.new(0, 0, 0)
  112. triggerg.TextSize = 35
  113.  
  114. triggerr.Name = "triggerr"
  115. triggerr.Parent = Frame
  116. triggerr.BackgroundColor3 = Color3.new(0.584314, 1, 0.631373)
  117. triggerr.BorderColor3 = Color3.new(1, 1, 1)
  118. triggerr.BorderSizePixel = 3
  119. triggerr.Position = UDim2.new(0.245535716, 0, 0.829896867, 0)
  120. triggerr.Size = UDim2.new(0, 229, 0, 36)
  121. triggerr.Font = Enum.Font.SciFi
  122. triggerr.Text = "Go! (Random Gifted Bee)"
  123. triggerr.TextColor3 = Color3.new(0, 0, 0)
  124. triggerr.TextSize = 20
  125.  
  126. trigger.MouseButton1Down:Connect(function()
  127.  
  128. local lrv = tonumber(lr.Text)
  129. local udv = tonumber(ud.Text)
  130. local wishedbee = name.Text
  131. print("Getting 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].CellType.Value == wishedbee
  138. end)
  139.  
  140. triggerg.MouseButton1Down:Connect(function()
  141. local lrv = tonumber(lr.Text)
  142. local udv = tonumber(ud.Text)
  143. local wishedbee = name.Text
  144. print("Getting gifted bee:")
  145. local w = game.Players.LocalPlayer.Honeycomb.Value
  146. print(name.Text)
  147.  
  148. repeat
  149. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  150. until w.Cells["C" .. lrv .. "," .. udv]:findFirstChild("GiftedCell") and w.Cells["C" .. lrv .. "," .. udv].CellType.Value == wishedbee
  151. end)
  152.  
  153. close.MouseButton1Down:Connect(function()
  154. ScreenGui:Destroy()
  155. end)
  156.  
  157. triggerr.MouseButton1Down:Connect(function()
  158.  
  159. local lrv = tonumber(lr.Text)
  160. local udv = tonumber(ud.Text)
  161. local wishedbee = name.Text
  162. print("Getting random gifted bee!")
  163. local w = game.Players.LocalPlayer.Honeycomb.Value
  164.  
  165. repeat
  166. game:GetService("ReplicatedStorage").Events.ConstructHiveCellFromEgg:InvokeServer(lrv, udv, "RoyalJelly", 0.001)
  167. until w.Cells["C" .. lrv .. "," .. udv]:findFirstChild("GiftedCell")
  168. end)
Add Comment
Please, Sign In to add comment