TOTOTZKIE

NEW BEE SWARM SCRIPT

May 12th, 2022 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. --[[
  2.  
  3. // Kocmoc Gen 3 \\
  4.  
  5. Credits:
  6. [Boxking776]: Owner, developer, pet simulator x, bee swarm simulator
  7. [Weuz]: Bee Swarm Simulator, function library (xlp)
  8. [Devixl]: Bee Swarm Simulator, function library (xlp)
  9.  
  10. Kocmoc is owned, coded developed and managed by Boxking776 alone. Anyone else who claims to be a developer is an impersonator.
  11. Kocmoc is mostly open source apart from some premium functions.
  12. Any attempts at stealing Kocmoc source and using it without credit will result in a valid takedown request *.
  13.  
  14. * In moderation. You can use sections of code, however you are prohibited from ripping off the entire source as your own.
  15.  
  16. Thanks for using kocmoc! ^-^
  17.  
  18. ]]
  19.  
  20. if game.PlaceId == 1537690962 then
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/Boxking776/kocmoc/main/games/bss.lua"))()
  22. elseif game.PlaceId == 6284583030 or game.PlaceId == 7722306047 then
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/Boxking776/kocmoc/main/games/psx.lua"))()
  24. else
  25. game.Players.LocalPlayer:Kick("Error loadng kocmoc.\n\nNo supported game found.\n\nPlease join a supported game.")
  26. end
Add Comment
Please, Sign In to add comment