--[[
WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
local Morph = Library:NewWindow("Bugsaken Practice")
local TR = Morph:NewSection("Abilities And Misc")
TR:CreateButton("Spectre Lightning", function()
game:GetService("ReplicatedStorage"):WaitForChild("SummonSpectreLightning"):FireServer()
end)
TR:CreateButton("Behead", function()
game:GetService("ReplicatedStorage"):WaitForChild("Behead"):FireServer()
end)
TR:CreateButton("Gashing Wound", function()
game:GetService("ReplicatedStorage"):WaitForChild("GashingWound"):FireServer()
end)
TR:CreateButton("Corrupt Energy", function()
game:GetService("ReplicatedStorage"):WaitForChild("Corrupt Energy"):FireServer()
end)
TR:CreateButton("Digital Footprint", function()
game:GetService("ReplicatedStorage"):WaitForChild("DigitalFootprint"):FireServer()
end)
TR:CreateButton("Pizza Delivery", function()
game:GetService("ReplicatedStorage"):WaitForChild("PizzaDelivery"):FireServer()
end)
TR:CreateButton("Chance Gun", function()
game:GetService("ReplicatedStorage"):WaitForChild("ChanceGun"):FireServer()
end)
TR:CreateButton("Walkspeed override", function()
game:GetService("ReplicatedStorage"):WaitForChild("ChargeEvent"):FireServer()
end)
TR:CreateButton("Mass Infection", function()
game:GetService("ReplicatedStorage"):WaitForChild("MassInfection"):FireServer()
end)
Comments
No comments yet
Be the first to share your thoughts!