-- ================================================
-- 7j3o Scripts - Slime RNG Auto Farm
-- https://discord.gg/ZJNf8f9xsX
-- ================================================
local Settings = {
RebirthWebhook = "", -- your Discord webhook URL for rebirth notifications
SlimeWebhook = "", -- your Discord webhook URL for rare slime notifications
DiscordID = "", -- your Discord ID (e.g. "123456789012345678")
}
-- ================================================
getgenv().ScriptSettings = Settings
loadstring(game:HttpGet("https://slime.ridwan9470.workers.dev/script_free?discord_id=" .. Settings.DiscordID))()
Comments
No comments yet
Be the first to share your thoughts!