⚙️Configuration
This is the configuration that you can give to this script to modify it to your liking
Config File
Config = {}
Config.Debug = false
Config.Command = 'deathcapture'
-- Settings for screenshot
Config.DiscordWebhook = 'YOUR_DISCORD_WEBHOOK_HERE' -- Reemplaza con tu webhook de Discord
Config.ScreenshotTimeout = 5000 -- Timeout in ms for the screenshot
Last updated