webhook_forbladeball

tuca donball

Apr 10th, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.48 KB | None | 0 0
  1. _G.Setting = {
  2.  
  3. Main = {
  4.  
  5. [“AutoParry”] = true,
  6.  
  7. [“EnabeldFpsBoost”] = true,
  8.  
  9. — Spam Parry
  10.  
  11. [“SpamParry”] = true,
  12.  
  13. [“SpamKey”] = “Z”, — hold Z to spam parry
  14.  
  15. — Auto Play
  16.  
  17. [“AutoPlay”] = true,
  18.  
  19. [“SelectMode”] = “TP”, — TP , AI (test)
  20.  
  21. — Show Part
  22.  
  23. [“ShowPart”] = true,
  24.  
  25. [“ColorPart”] = Color3.fromRGB(0, 194, 36)
  26.  
  27. }
  28.  
  29. }
  30.  
  31. loadstring(game:HttpGet(“https://raw.githubusercontent.com/RevizxDD/kak/main/script.lua“))()
Add Comment
Please, Sign In to add comment