Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local KeyLibrary = KeyLibrary or loadstring(game:HttpGet('https://raw.githubusercontent.com/MaGiXxScripter0/keysystemv2api/master/setup_obf.lua'))()
- local KeySystem = KeyLibrary.new('CodeX')
- local Key = _G.key or nil
- if Key==nil or Key=="" then
- return game.Players.LocalPlayer:Kick("InvalidHwid.")
- elseif not KeySystem:verifyPremiumKey(Key) then
- return game.Players.LocalPlayer:Kick("Invalid Hwid.")
- end
- local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))()
- local window = DrRayLibrary:Load("CodeX Paid", "Default")
- local tab = DrRayLibrary.newTab("Main", "ImageIdHere")
- tab.newToggle("Auto Parry", "Automatically deflects The Ball", false, function(toggleState)
- if toggleState then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bosterdrone/bladeball/main/autoparry"))()
- else
- print("Off")
- end
- end)
- tab.newToggle("Auto Spam", "Automatically Clashes", false, function(toggleState)
- if toggleState then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bosterdrone/bladeball/main/blade"))()
- else
- print("Off")
- end
- end)
- tab.newToggle("Auto Detect Spam V3", "Automatically Clashes", false, function(toggleState)
- if toggleState then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bosterdrone/bladeball/main/autoDetectSpamv3"))()
- else
- print("Off")
- end
- end)
- tab.newToggle("Spam Button", "Manual Spam", false, function(toggleState)
- if toggleState then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bosterdrone/bladeball/main/spambutton"))()
- else
- print("Off")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement