The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Pro Piece script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 19



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  local count = 10000; --set this to whatever u want. NOTE: TURN OFF UR VOLUME BEFORE U EXECUTE OR UR EARS WILL GO DOOOODOOOO
  2.  
  3.                     --dont go above 10000 or ur game will be frozen for too long
  4.  
  5.                     --u can execute this as much as u want(dont spam it tho)
  6.  
  7. for i=1, count do
  8.  
  9.     game:GetService("Players").LocalPlayer.Character.BusoEnchantment.Busoremote:FireServer();
  10.  
  11. end