local runService = game:GetService("RunService")
local workspace = game:GetService("Workspace")
local players = game:GetService("Players")
local localPlayer = players.LocalPlayer
local character = localPlayer.Character or localPlayer.CharacterAdded:Wait()
local UserInputService = game:GetService("UserInputService")
local replicatedStorage = game:GetService("ReplicatedStorage")


local function onCharacterAdded(newCharacter)
    character = newCharacter
end

localPlayer.CharacterAdded:Connect(onCharacterAdded)

local function isPlayerOnMobile()
    return UserInputService.TouchEnabled and not (UserInputService.KeyboardEnabled or UserInputService.GamepadEnabled)
end

local Rayfield

if isPlayerOnMobile() then
    Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
else
    Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
end

local Window = Rayfield:CreateWindow({
   Name = "[ Private Mode ],
   LoadingTitle = " Welcome",
   LoadingSubtitle = "by X",
   ConfigurationSaving = {
      Enabled = false,
      FolderName = "BladeBallerlol",
      FileName = "Configuration"
   },
   Discord = {
      Enabled = true,
      Invite = "hNX8VxcjMF",
      RememberJoins = true
   },
   KeySystem = false,
   KeySettings = {
      Title = "IDK",
      Subtitle = "Key System",
      Note = "nuh",
      FileName = "??",
      SaveKey = true,
      GrabKeyFromSite = false,
      Key = "Hello"
   }
})

local Main = Window:CreateTab("Main", 13014546637)

local MainScriptwithPingbasedParry = Main:CreateButton({
    Name = "Ping-Based Parry",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
 end,
})

local MainScriptwithAdjustableParry = Main:CreateButton({
    Name = "Adjutsable Distance Parry",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
 end,
})

local Skinsonly = Main:CreateButton({
    Name = "Skins Only",
    Callback = function()
        loadstring(game:HttpGet("https://[Log in to view URL]", true))()
 end,
})

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: