local function Reanim()
    local humanoid = script.Parent:WaitForChild("Humanoid")

    if humanoid then
        local CAnims = humanoid:WaitForChild("CAnims")
        if CAnims then
            CAnims.Animations = {}
            CAnims.CustomEffects = true

            return true
        end
    end

    return false
end

local function checkForText(player)
    local character = player.Character
    if character then
        for _, descendant in pairs(character:GetDescendants()) do
            if descendant:IsA("TextLabel") or descendant:IsA("TextBox") then
                return true
            end
        end
    end
    return false
end

if Reanim() then
    local function applyR6Rig(player)
        local humanoid = player.Character:WaitForChild("Humanoid")

        if humanoid.RigType == Enum.HumanoidRigType.R6 then
            return
        end

        humanoid.RigType = Enum.HumanoidRigType.R6

        local scaleFactor = 1.5

        for _, part in pairs(player.Character:GetChildren()) do
            if part:IsA("BasePart") then
                part.Size = part.Size * scaleFactor
                part.CFrame = part.CFrame * CFrame.new(0, part.Size.Y / 2, 0)
                part.Anchored = false
            end
        end
    end

    local function equipAccessories(player)
        local character = player.Character

        if character then
            local humanoid = character:FindFirstChildOfClass("Humanoid")

            if humanoid then
                local accessories = character:FindFirstChild("Accessories")
                if accessories then
                    for _, accessory in pairs(accessories:GetChildren()) do
                        if accessory:IsA("Accessory") then
                            accessory:Clone().Parent = humanoid
                        end
                    end
                end
            end
        end
    end

    local function applyCustomEffects(player)
        local humanoid = player.Character:FindFirstChild("Humanoid")

        if humanoid and humanoid:FindFirstChild("CAnims") then
            local CAnims = humanoid.CAnims

            if CAnims.CustomEffects then
                if checkForText(player) then
                end

                for _, descendant in pairs(player.Character:GetDescendants()) do
                    if descendant:IsA("ParticleEmitter") then
                        local particleEmitter = descendant:Clone()
                        particleEmitter.Parent = humanoid
                        particleEmitter.Enabled = true
                    end
                end

                for _, descendant in pairs(player.Character:GetDescendants()) do
                    if descendant:IsA("Sound") then
                        local sound = descendant:Clone()
                        sound.Parent = humanoid
                        sound:Play()
                    end
                end
            end
        end
    end

    local function smoothAnimations(player)
        local character = player.Character or player.CharacterAdded:Wait()
        local humanoid = character:FindFirstChildOfClass("Humanoid")

        if not humanoid then
            return
        end

        local smoothnessFactor = 0.1

        humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
            humanoid.WalkSpeed = 16
        end)

        while wait(1/60) do
            local rootPart = character:FindFirstChild("HumanoidRootPart")
            if rootPart and humanoid.Parent and humanoid.RigType == Enum.HumanoidRigType.R6 then
                local currentVelocity = rootPart.Velocity
                local smoothVelocity = currentVelocity:Lerp(Vector3.new(), smoothnessFactor)
                rootPart.CFrame = CFrame.new(rootPart.Position + smoothVelocity)
            else
                break
            end
        end
    end

    local function onCharacterAdded(player)
        local character = player.CharacterAdded:Wait()
        applyR6Rig(player)
        equipAccessories(player)
        applyCustomEffects(player)
        smoothAnimations(player)

        local humanoid = character:FindFirstChild("Humanoid")
        if not humanoid then
            return
        end

        humanoid.AncestryChanged:Connect(function(_, parent)
            if parent == nil then
            end
        end)
    end

    game.Players.PlayerAdded:Connect(onCharacterAdded)

    for _, player in pairs(game.Players:GetPlayers()) do
        onCharacterAdded(player)
    end
end

local Players = game:GetService("Players")
local RunService = game:GetService("RunService")

local function applyVelocity(part)
    if part:IsA("BasePart") and part.Name ~= "HumanoidRootPart" then
        RunService.Heartbeat:Connect(function()
            part.Velocity = Vector3.new(-30, 0, 0)
        end)
    end
end

Players.PlayerAdded:Connect(function(player)
    player.CharacterAdded:Connect(function()
        local function onCharacterAdded(character)
            for _, part in pairs(character:GetDescendants()) do
                applyVelocity(part)
            end
        end

        player.CharacterAdded:Connect(onCharacterAdded)
        onCharacterAdded(player.Character)

        player.CharacterRemoving:Connect(function()
            -- Cleanup code if needed
        end)
    end)
end)

Players.PlayerRemoving:Connect(function(player)
    -- Cleanup code if needed
end)

local function Reanim()
    local humanoid = script.Parent:WaitForChild("Humanoid")

    if humanoid then
        local CAnims = humanoid:WaitForChild("CAnims")
        if CAnims then
            CAnims.Animations = {}
            CAnims.CustomEffects = true

            return true
        end
    end

    return false
end

local function checkForText(player)
    local character = player.Character
    if character then
        for _, descendant in pairs(character:GetDescendants()) do
            if descendant:IsA("TextLabel") or descendant:IsA("TextBox") then
                return true
            end
        end
    end
    return false
end

if Reanim() then
    local function applyR6Rig(player)
        local humanoid = player.Character:WaitForChild("Humanoid")

        if humanoid.RigType == Enum.HumanoidRigType.R6 then
            return
        end

        humanoid.RigType = Enum.HumanoidRigType.R6

        local scaleFactor = 1.5

        for _, part in pairs(player.Character:GetChildren()) do
            if part:IsA("BasePart") then
                part.Size = part.Size * scaleFactor
                part.CFrame = part.CFrame * CFrame.new(0, part.Size.Y / 2, 0)
                part.Anchored = false
            end
        end
    end

    local function equipAccessories(player)
        local character = player.Character

        if character then
            local humanoid = character:FindFirstChildOfClass("Humanoid")

            if humanoid then
                local accessories = character:FindFirstChild("Accessories")
                if accessories then
                    for _, accessory in pairs(accessories:GetChildren()) do
                        if accessory:IsA("Accessory") then
                            accessory:Clone().Parent = humanoid
                        end
                    end
                end
            end
        end
    end

    local function applyCustomEffects(player)
        local humanoid = player.Character:FindFirstChild("Humanoid")

        if humanoid and humanoid:FindFirstChild("CAnims") then
            local CAnims = humanoid.CAnims

            if CAnims.CustomEffects then
                if checkForText(player) then
                end

                for _, descendant in pairs(player.Character:GetDescendants()) do
                    if descendant:IsA("ParticleEmitter") then
                        local particleEmitter = descendant:Clone()
                        particleEmitter.Parent = humanoid
                        particleEmitter.Enabled = true
                    end
                end

                for _, descendant in pairs(player.Character:GetDescendants()) do
                    if descendant:IsA("Sound") then
                        local sound = descendant:Clone()
                        sound.Parent = humanoid
                        sound:Play()
                    end
                end
            end
        end
    end

    local function smoothAnimations(player)
        local character = player.Character or player.CharacterAdded:Wait()
        local humanoid = character:FindFirstChildOfClass("Humanoid")

        if not humanoid then
            return
        end

        local smoothnessFactor = 0.1

        humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
            humanoid.WalkSpeed = 16
        end)

        while wait(1/60) do
            local rootPart = character:FindFirstChild("HumanoidRootPart")
            if rootPart and humanoid.Parent and humanoid.RigType == Enum.HumanoidRigType.R6 then
                local currentVelocity = rootPart.Velocity
                local smoothVelocity = currentVelocity:Lerp(Vector3.new(), smoothnessFactor)
                rootPart.CFrame = CFrame.new(rootPart.Position + smoothVelocity)
            else
                break
            end
        end
    end

    local function onCharacterAdded(player)
        local character = player.CharacterAdded:Wait()
        applyR6Rig(player)
        equipAccessories(player)
        applyCustomEffects(player)
        smoothAnimations(player)

        local humanoid = character:FindFirstChild("Humanoid")
        if not humanoid then
            return
        end

        humanoid.AncestryChanged:Connect(function(_, parent)
            if parent == nil then
            end
        end)
    end

    game.Players.PlayerAdded:Connect(onCharacterAdded)

    for _, player in pairs(game.Players:GetPlayers()) do
        onCharacterAdded(player)
    end
end

local Global = getgenv and getgenv() or _G
local setclipboard = setclipboard or print
Global.Reanimation = Global.Reanimation or "PermaDeath"
Global.FlingType = Global.FlingType or 'Mixed'

local Enabled = true

local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local CoreGui = game:GetService("CoreGui")
local Lighting = game:GetService('Lighting')
local TweenService = game:GetService('TweenService')

local Blur = Instance.new("BlurEffect")
Blur.Size = 1

local Camera = workspace.CurrentCamera

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

if not game:IsLoaded() then game.Loaded:Wait() end

do -- UI
	local Pendulum = Library:New("Pendulum Hub Fixed")
	local SettingsTab = Pendulum:NewTab("Settings")
	local CreditsTab = Pendulum:NewTab("Credits")
	local OMGFESEX = Pendulum:NewTab("Sex 😏")
	local LOL = Pendulum:NewTab("Bypass Audio")
	local ScriptsTab = Pendulum:NewTab("Scripts")
	local reanimtype = SettingsTab:NewLabel('Reanimation type: ' .. Global.Reanimation)
	local flingtype = SettingsTab:NewLabel('Fling type: ' .. Global.FlingType)
	SettingsTab:NewLabel('Note: HumanoidRootPart fling only works after permadeath is on')
	local anim = Pendulum:NewTab('Animation ID Player')
	local cwScriptsTab = Pendulum:NewTab('Coffeeware')
	
	UserInputService.InputBegan:Connect(function(Input,Typing)
		if Input.KeyCode == Enum.KeyCode.L and not Typing and UserInputService:IsKeyDown(Enum.KeyCode.LeftShift) then
			Enabled = not Enabled
			if Enabled then
				Pendulum:Show()
			else
				Pendulum:Hide()
			end
		end
	end)
	
	do -- Reanimation Setting
		SettingsTab:NewButton("Toggle Perma Death", "PermaDeath / Simple", function()
			if Global.Reanimation == "PermaDeath" then
				Global.Reanimation = "Simple"
				Global.Fling = 'Right Arm'
				reanimtype.Text = 'Reanimation Type: Simple'
			elseif Global.Reanimation == "Simple" then
				Global.Reanimation = "PermaDeath"
				Global.Fling = 'HumanoidRootPart'
				reanimtype.Text = 'Reanimation Type: PermaDeath'
			end
		end, true)
		SettingsTab:NewButton("Toggle Fling Type", "Prediction only / Click only / Mixed", function()
			if Global.FlingType == 'Mixed' then
				Global.FlingType = 'Prediction only'
			elseif Global.FlingType == 'Prediction only' then
				Global.FlingType = 'Click only'
			elseif Global.FlingType == 'Click only' then
				Global.FlingType = 'Mixed'
			end
			flingtype.Text = 'Fling type: '.. Global.FlingType
		end,true)
	end
	
	do -- ScriptsTab Buttons
		ScriptsTab:NewButton("Neptunian V", "An original. If you want the hat join the discord.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sonic", "All other versions don't fling except this one.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Joy", "Its got some cute stufff", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Elio Blasio", "Literally anyone with a gun. If you want hats join the discord.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ender", "Smashy boi", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("KillBot V2", "The script kinda sucks lol", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)
		
		ScriptsTab:NewButton("Star Platinum Over Heaven", "A really fun script for people who have played a jojo game before.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chill", "You can get a lot of peoples attention with this.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lutris v2", "Definetely an OP script. Join discord for hat", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Memeus v2.5", "Dead memes from 2019 (some arent dead)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Meme animation", "This one is just some emotes and dances.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Krystal dance", "Some nice dances. My favorite is U.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Spinning Blade", "Definetely has the best idle animation", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Xester", "The strongest script out of them all.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Caducus", "Edgy demon guy.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Minigun", "Have fun spraying skids.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lightning Sword", "Similar to Dual Ultima. its basiclly an edit.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Corrupted Overseer", "My favorite script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Darth Vadar", "For the star wars fans.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sans", "left click to fling. time it with attacks to fling.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Zen", "literally zenyata", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Gale Fighter", "Another classic!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Glove & Sword", "The script isn't broken press f to equip.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Reaper", "Reaper from Overwatch", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Zenith Rifle", "Added because of high request.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Abyss Eye", "This one is very intimidating.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Bizzaro", "TPose thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sword Guy", "I don't even know the name LOL.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sharpshooter", "Laser finger thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dual Pink Guns", "Reminds me of the matrix for some reason.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Aureate", "This script can kill your frames in big games.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Doomspire Brickbattler", "For people who say that old roblox is better.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Star Glitcher", "A free version that doesn't need any hats.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Nightmare Sans", "From Dream!tale. Very strong.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Abyss Sword", "The first script I converted that uses a gear.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dark Magic", "If you've played Black Magic you'll love this script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Torando Gauntlet", "Gauntlet that makes tornados.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Hidden blades - From AC", "This ones cool.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Despira", "This one is a balanced range and close ranged script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Golden Fireball God", "This somehow reminds me of Asgore.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Simple Sword", "There isn't much to it.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Brutal Anti Furry", "Damn you must hate furrys.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Omni God", "A stupidly powerful script if you know how to use fling properly.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Baldi", "https://[Log in to view URL]", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Shedletsky Rage", "Not to much about it.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Nebula Star Glitcher", "Yes it has the big black lol.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lustris PURPLE", "Purple version of Lustris and different powers", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Touhou Magic", "Rain bullet hell on em bitch.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Excalibur", "Its just a cool sword thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("John Doe", "Yeah I added him back with better fling", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("What another one", "Yes thats the scripts name Mr. Skiddy Titty", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ether", "Do people even read these?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Uncle Parlo The Redneck", "Parlo is not a pedophile I swear!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Eyo Zen", "Guy with eyeball that shoots lasers.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Cop", "Your average cop.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Verlex", "Very unique script that i've seen.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lost Hope", "Dragon Scythe thing and its cool", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Assasian", "A shit ton of moves that are epic", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dragonian Pyramus", "Literally the fucking ender dragon.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Grappler", "You can go to a city game and use this.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)
		LOL:NewLabel("WARNING: The script will take at least 10 seconds to load")
		LOL:NewLabel("Please be patient!")
		LOL:NewButton("Bypass Roblox Audio Update", "Be patient.", function()
			loadstring(game:HttpGet('https://[Log in to view URL]'))() 	
		end)
		
		ScriptsTab:NewButton("Groundbreaker Gauntlets", "Gauntlets of death", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sexy Staff Girl", "Gauntlets of death", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Jojo Super Gauntlets", "Why are there so many gauntlet scripts?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Pacifist", "No attacks. Just a very chill animation script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sakura Blade", "Barely any jitter in these animations.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("M41451", "Rainbow AK47 needed join the discord for hat.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Master Of Elements", "Badass script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("AK47", "Very OP gun script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("AKV", "Very high mag.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chips/Pillow", "Crank that real soldia boi.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Noob Baseball Bat", "This one is very questionable...", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ban Sword", "very cool", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Rainbow Banisher", "OMG RAINBOW HACKER", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Flamethrower", "Terrorism. What else do you want me to say?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Energy Blade Slapper", "POV: you like to look like a retard.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sniper", "Stop playing COD and touch some grass.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Echo Banisher", "Just your average banisher.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("What do I even name this?", "you'll just have to execute it to find out what it is", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Incension Reborn", "This is a really cool switcher thing.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Sun Is A Deadly laser", "The Sun. What did you expect?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("John Doe Blaster", "insert edgy hacker quote here", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Distorted", "Distorting aaaaa", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Drone", "I love this way to much", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Pharoh", "Ankha momento", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Technoblade", "No this is not a minecraft script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Demonic Sword", "Sword, nothin else. Pretty unoriginal", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("SCP-106", "Scary aa", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chara", "knife girl sexy uwu", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Video Powers", "Infamous Second Son reference", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Bumper Cars", "Noob get rekt!!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("God Eater", "Not the guy from fnf", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Golden Claws", "swing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Big Daddy", "thick", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Noob Switcher", "Noob get rekt!!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Angle", "angel... more like angle", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Warden", "lock away their souls up your vagina", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Gaster", "man who speaks in handjobs", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Killer", "scary", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Spectrum Glitcher", "This also has the big black.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ultimate Switcher", "Ultimate automaticlly means its the best.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Mask", "Little boy got mask and he died haha spoiler", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Switcher Wing Master", "Switch wing there so many modes", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sutart", "I love big bacon boy bacon penis in my mouth", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Xester V2 - In Pre-Alpha", "Currently usable, but still a WIP.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dual Ultima", "Rainbow Tylenol is on keybind L :)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Billie Elish", "Yes its that sexy bitch.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sans V2", "Don't read the undertail R34 comic.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Wing Gun Destroyer", "The Destroyer (Aligners will align wings)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Hacker X", "Hackers have massive cocks. Skids have tiny cocks.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Carnage", "The ultimate mercenary. Seriously though do people read these? DM Tescalus if your reading this and he will give you 5 robux.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTalocal Global = getgenv and getgenv() or _G
local setclipboard = setclipboard or print
Global.Reanimation = Global.Reanimation or "PermaDeath"
Global.FlingType = Global.FlingType or 'Mixed'

local Enabled = true

local Players = game:GetService("Players")
local UserInputService = game:GetService("UserInputService")
local CoreGui = game:GetService("CoreGui")
local Lighting = game:GetService('Lighting')
local TweenService = game:GetService('TweenService')

local Blur = Instance.new("BlurEffect")
Blur.Size = 1

local Camera = workspace.CurrentCamera

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

if not game:IsLoaded() then game.Loaded:Wait() end

do -- UI
	local Pendulum = Library:New("Pendulum Hub Fixed")
	local SettingsTab = Pendulum:NewTab("Settings")
	local CreditsTab = Pendulum:NewTab("Credits")
	local OMGFESEX = Pendulum:NewTab("Sex 😏")
	local LOL = Pendulum:NewTab("Bypass Audio")
	local ScriptsTab = Pendulum:NewTab("Scripts")
	local reanimtype = SettingsTab:NewLabel('Reanimation type: ' .. Global.Reanimation)
	local flingtype = SettingsTab:NewLabel('Fling type: ' .. Global.FlingType)
	SettingsTab:NewLabel('Note: HumanoidRootPart fling only works after permadeath is on')
	local anim = Pendulum:NewTab('Animation ID Player')
	local cwScriptsTab = Pendulum:NewTab('Coffeeware')
	
	UserInputService.InputBegan:Connect(function(Input,Typing)
		if Input.KeyCode == Enum.KeyCode.L and not Typing and UserInputService:IsKeyDown(Enum.KeyCode.LeftShift) then
			Enabled = not Enabled
			if Enabled then
				Pendulum:Show()
			else
				Pendulum:Hide()
			end
		end
	end)
	
	do -- Reanimation Setting
		SettingsTab:NewButton("Toggle Perma Death", "PermaDeath / Simple", function()
			if Global.Reanimation == "PermaDeath" then
				Global.Reanimation = "Simple"
				Global.Fling = 'Right Arm'
				reanimtype.Text = 'Reanimation Type: Simple'
			elseif Global.Reanimation == "Simple" then
				Global.Reanimation = "PermaDeath"
				Global.Fling = 'HumanoidRootPart'
				reanimtype.Text = 'Reanimation Type: PermaDeath'
			end
		end, true)
		SettingsTab:NewButton("Toggle Fling Type", "Prediction only / Click only / Mixed", function()
			if Global.FlingType == 'Mixed' then
				Global.FlingType = 'Prediction only'
			elseif Global.FlingType == 'Prediction only' then
				Global.FlingType = 'Click only'
			elseif Global.FlingType == 'Click only' then
				Global.FlingType = 'Mixed'
			end
			flingtype.Text = 'Fling type: '.. Global.FlingType
		end,true)
	end
	
	do -- ScriptsTab Buttons
		ScriptsTab:NewButton("Neptunian V", "An original. If you want the hat join the discord.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sonic", "All other versions don't fling except this one.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Joy", "Its got some cute stufff", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Elio Blasio", "Literally anyone with a gun. If you want hats join the discord.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ender", "Smashy boi", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("KillBot V2", "The script kinda sucks lol", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)
		
		ScriptsTab:NewButton("Star Platinum Over Heaven", "A really fun script for people who have played a jojo game before.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chill", "You can get a lot of peoples attention with this.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lutris v2", "Definetely an OP script. Join discord for hat", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Memeus v2.5", "Dead memes from 2019 (some arent dead)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Meme animation", "This one is just some emotes and dances.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Krystal dance", "Some nice dances. My favorite is U.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Spinning Blade", "Definetely has the best idle animation", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Xester", "The strongest script out of them all.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Caducus", "Edgy demon guy.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Minigun", "Have fun spraying skids.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lightning Sword", "Similar to Dual Ultima. its basiclly an edit.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Corrupted Overseer", "My favorite script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Darth Vadar", "For the star wars fans.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sans", "left click to fling. time it with attacks to fling.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Zen", "literally zenyata", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Gale Fighter", "Another classic!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Glove & Sword", "The script isn't broken press f to equip.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Reaper", "Reaper from Overwatch", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Zenith Rifle", "Added because of high request.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Abyss Eye", "This one is very intimidating.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Bizzaro", "TPose thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sword Guy", "I don't even know the name LOL.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sharpshooter", "Laser finger thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dual Pink Guns", "Reminds me of the matrix for some reason.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Aureate", "This script can kill your frames in big games.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Doomspire Brickbattler", "For people who say that old roblox is better.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Star Glitcher", "A free version that doesn't need any hats.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Nightmare Sans", "From Dream!tale. Very strong.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Abyss Sword", "The first script I converted that uses a gear.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dark Magic", "If you've played Black Magic you'll love this script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Torando Gauntlet", "Gauntlet that makes tornados.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Hidden blades - From AC", "This ones cool.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Despira", "This one is a balanced range and close ranged script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Golden Fireball God", "This somehow reminds me of Asgore.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Simple Sword", "There isn't much to it.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Brutal Anti Furry", "Damn you must hate furrys.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Omni God", "A stupidly powerful script if you know how to use fling properly.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Baldi", "https://[Log in to view URL]", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Shedletsky Rage", "Not to much about it.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Nebula Star Glitcher", "Yes it has the big black lol.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lustris PURPLE", "Purple version of Lustris and different powers", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Touhou Magic", "Rain bullet hell on em bitch.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Excalibur", "Its just a cool sword thing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("John Doe", "Yeah I added him back with better fling", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("What another one", "Yes thats the scripts name Mr. Skiddy Titty", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ether", "Do people even read these?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Uncle Parlo The Redneck", "Parlo is not a pedophile I swear!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Eyo Zen", "Guy with eyeball that shoots lasers.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Cop", "Your average cop.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Verlex", "Very unique script that i've seen.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Lost Hope", "Dragon Scythe thing and its cool", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Assasian", "A shit ton of moves that are epic", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dragonian Pyramus", "Literally the fucking ender dragon.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Grappler", "You can go to a city game and use this.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)
		LOL:NewLabel("WARNING: The script will take at least 10 seconds to load")
		LOL:NewLabel("Please be patient!")
		LOL:NewButton("Bypass Roblox Audio Update", "Be patient.", function()
			loadstring(game:HttpGet('https://[Log in to view URL]'))() 	
		end)
		
		ScriptsTab:NewButton("Groundbreaker Gauntlets", "Gauntlets of death", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sexy Staff Girl", "Gauntlets of death", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Jojo Super Gauntlets", "Why are there so many gauntlet scripts?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Pacifist", "No attacks. Just a very chill animation script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sakura Blade", "Barely any jitter in these animations.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("M41451", "Rainbow AK47 needed join the discord for hat.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Master Of Elements", "Badass script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("AK47", "Very OP gun script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("AKV", "Very high mag.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chips/Pillow", "Crank that real soldia boi.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Noob Baseball Bat", "This one is very questionable...", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ban Sword", "very cool", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Rainbow Banisher", "OMG RAINBOW HACKER", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Flamethrower", "Terrorism. What else do you want me to say?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Energy Blade Slapper", "POV: you like to look like a retard.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sniper", "Stop playing COD and touch some grass.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Echo Banisher", "Just your average banisher.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("What do I even name this?", "you'll just have to execute it to find out what it is", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Incension Reborn", "This is a really cool switcher thing.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Sun Is A Deadly laser", "The Sun. What did you expect?", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("John Doe Blaster", "insert edgy hacker quote here", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Distorted", "Distorting aaaaa", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Drone", "I love this way to much", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Pharoh", "Ankha momento", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Technoblade", "No this is not a minecraft script.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Demonic Sword", "Sword, nothin else. Pretty unoriginal", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("SCP-106", "Scary aa", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Chara", "knife girl sexy uwu", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Video Powers", "Infamous Second Son reference", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Bumper Cars", "Noob get rekt!!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("God Eater", "Not the guy from fnf", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Golden Claws", "swing", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Big Daddy", "thick", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Noob Switcher", "Noob get rekt!!", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Angle", "angel... more like angle", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("The Warden", "lock away their souls up your vagina", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Gaster", "man who speaks in handjobs", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Killer", "scary", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Spectrum Glitcher", "This also has the big black.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Ultimate Switcher", "Ultimate automaticlly means its the best.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Mask", "Little boy got mask and he died haha spoiler", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Switcher Wing Master", "Switch wing there so many modes", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sutart", "I love big bacon boy bacon penis in my mouth", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Xester V2 - In Pre-Alpha", "Currently usable, but still a WIP.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Dual Ultima", "Rainbow Tylenol is on keybind L :)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Billie Elish", "Yes its that sexy bitch.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Sans V2", "Don't read the undertail R34 comic.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Wing Gun Destroyer", "The Destroyer (Aligners will align wings)", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Hacker X", "Hackers have massive cocks. Skids have tiny cocks.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
		end)

		ScriptsTab:NewButton("Carnage", "The ultimate mercenary. Seriously though do people read these? DM Tescalus if your reading this and he will give you 5 robux.", function()
			loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
        end)

Embed on website

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