local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()


print ("script is working still loading") wait (2)
print ("if you see this the script is running")


local Window = Library.CreateLib("gyat hub", "Synapse")



local GyatTab = Window:NewTab("Gyat")


local MainSection = GyatTab:NewSection("Main")


MainSection:NewButton("infinite yield GYATTT", "opens infinite yield", function()
    loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)


MainSection:NewTextBox("WalkSpeed", "TextboxInfo", function(WS)
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WS
end)



local Misc1Tab = Window:NewTab("Misc1")

local Misc1Section = Misc1Tab:NewSection("Misc1")


Misc1Section:NewButton("nameless admin", "opens nameless admin script pastebin good script epik doo doo fart from ohio", function()
    
--[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)


local BypassesTab = Window:NewTab("BypassesTab")


local WordsSection = BypassesTab:NewSection("Words")


WordsSection:NewLabel("this one was made to show you words that are bad but you can say without a bypasser because their chat filter sucks a*")


WordsSection:NewButton("A22", "lets you bypass the word the word that starts with a", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ass;o" ,"All")
end)


WordsSection:NewButton("pissss", "idk why you can bypass this", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("pis" ,"All")
end)


WordsSection:NewButton("GYATTT", "im not lying you cant say this", function()
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("GY" ,"All")
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("AT" ,"All")
end)

MainSection:NewTextBox("JumpPower", "TextboxInfo", function(JP)
        game.Players.LocalPlayer.Character.Humanoid.JumpPower = JP
end)

local Blade = GyatTab:NewSection("Auto Parry")

Blade:NewButton("Auto Parry BladeBall", "ButtonInfo", function()
    getgenv().god = true
while getgenv().god and task.wait() do
    for _,ball in next, workspace.Balls:GetChildren() do
        if ball then
            if game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
                game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, ball.Position)
                if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Highlight") then
                    game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = ball.CFrame * CFrame.new(0, 0, (ball.Velocity).Magnitude * -0.5)
                    game:GetService("ReplicatedStorage").Remotes.ParryButtonPress:Fire()
                end
            end
        end
    end
        end
end)
local  = Window:NewTab("TabName")

Embed on website

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