Advertisement
Skylar12

2.Hold block to spam

Oct 17th, 2023
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification",{
  2. Title = "Script by Hosvile",
  3. Text = "Hold Block button to Spam",
  4. Duration = 5
  5. })
  6.  
  7. getgenv().SpamSpeed = 5 -- 1-25
  8.  
  9. if not getgenv().exeSpam then
  10. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  11. end
  12.  
  13. getgenv().exeSpam = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement