Sfegrdqxma

Sword battles

Mar 18th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. -- I would be happy, if you will make own script for sword battles based on my script.
  2.  
  3.  
  4.  
  5. -- PLEASE DONT SPAM WITH ABILITIES WITH APOCALYPSE SWORD TO PREVENT GETTING BANNED
  6. local function load(file,lib,win)
  7. local loaded = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheLolik/sb-script/main/"..file..".lua"))()
  8. loaded:start(lib,win)
  9. end
  10.  
  11. local lib = loadstring(game:HttpGet"https://raw.githubusercontent.com/TheLolik/vape-lite-update/main/lib.lua")()
  12. local win = lib:Window("SB Script",Color3.fromRGB(44, 120, 224), Enum.KeyCode.RightControl)
  13. load("misc",lib,win)
  14. wait()
  15. load("swords",lib,win)
  16. wait()
  17. load("players",lib,win)
  18. wait()
  19. load("other",lib,win)
  20. -- PLEASE DONT SPAM WITH ABILITIES TO PREVENT GETTING BANNED
Add Comment
Please, Sign In to add comment