AmelScriptsV2

Untitled

Nov 27th, 2023
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2.  
  3. local PhantomForcesWindow = Library:NewWindow("Blade Ball")
  4.  
  5. local AutoParry = PhantomForcesWindow:NewSection("Main")
  6.  
  7. AutoParry:CreateButton("Hold Block To Spam", function()getgenv().SpamSpeed = 1
  8. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  9. end)
  10.  
  11. AutoParry:CreateToggle("Auto Parry", function()getgenv().config = getgenv().config or {
  12. hit_time = 0.5, -- // recommended 0.25 to 0.75 \ --
  13.  
  14. mode = 'Always', -- // Hold , Toggle , Always \ --
  15. deflect_type = 'Remote', -- // Key Press , Remote \ --
  16. notifications = true,
  17. keybind = Enum.KeyCode.V
  18. }
  19.  
  20. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  21. end)
  22.  
  23. AutoParry:CreateToggle("Auto Clash", function()loadstring(game:HttpGet("https://pastebin.com/raw/t2391h1A"))()
  24. end)
  25.  
  26.  
  27.  
  28. I LOVEEEEEEEEEEEEEE
Advertisement
Add Comment
Please, Sign In to add comment