--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=699a402080077dc9cb274fea"))() end) end) --[[rscripts:analytics:end]] _G.RAID_CONFIG = { -- Difficulty lobby to teleport into before farming -- Options: "Easy" | "Medium" | "Hard" | "Extreme" DIFFICULTY = "Hard", -- Set true to auto-click START FARMING after the script loads AUTO_FARM = true, -- Set true to enable Easy Mode EASY_MODE = true, -- Seconds to wait after TP before starting (lets the raid load in) LOBBY_WAIT = 6, } loadstring(game:HttpGet("https://raw.githubusercontent.com/unrexl/Scripts/refs/heads/main/RaidFarm", true))()