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

local PhantomForcesWindow = Library:NewWindow("Freak Hub🥵")

local KillingCheats = PhantomForcesWindow:NewSection("Drone simulator🎃")

KillingCheats:CreateButton("Inf Money!", function()
local args = {
    [1] = "Money",
    [2] = 999999999999999999
}

game:GetService("ReplicatedStorage").Game.Events.ServerDroneHandler:FireServer(unpack(args))
end)

KillingCheats:CreateButton("999 Spins!", function()
local args = {
    [1] = "AddDataStore",
    [2] = "Spins",
    [3] = 999
}

game:GetService("ReplicatedStorage").Game.Events.ServerDroneHandler:FireServer(unpack(args))
    end)

KillingCheats:CreateButton("10K Pumpkins!", function()
local args = {
    [1] = "Pumpkins",
    [2] = 10000
}

game:GetService("ReplicatedStorage").Game.Events.ServerDroneHandler:FireServer(unpack(args))
    end)

Embed on website

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