Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. local lr = 1
  2.  
  3. local ud = 1
  4.  
  5. local w = game.Players.LocalPlayer.Honeycomb.Value
  6.  
  7. repeat
  8.  
  9. game:GetService(“ReplicatedStorage”).Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, “RoyalJelly”, 0.001)
  10.  
  11. until w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “BabyBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DemonBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DiamondBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “LionBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “MusicBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “NinjaBee” or w.Cells[“C” .. lr .. “,” ..
  12.  
  13. Aside from the regular script, you may also see some of the RAW script in some results. here is teh example of the RAW sript of Bee Swarm Simulator hack on Pastebin:
  14.  
  15. made by KillerJao—-
  16.  
  17. ——Instruction
  18.  
  19. Make sure you had lvl 7 executer!
  20.  
  21. And Enjoy your HacKS 🙂
  22.  
  23. local lr = 1
  24.  
  25. local ud = 1
  26.  
  27. local w = game.Players.LocalPlayer.Honeycomb.Value
  28.  
  29. repeat
  30.  
  31. game:GetService(“ReplicatedStorage”).Events.ConstructHiveCellFromEgg:InvokeServer(lr, ud, “RoyalJelly”, 0.001)
  32.  
  33. until w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “BabyBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DemonBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “DiamondBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “LionBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “MusicBee” or w.Cells[“C” .. lr .. “,” .. ud].CellType.Value == “NinjaBee” or w.Cells[“C” .. lr .. “,” ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement