Created by kanomi13
Features:
- TOKEN FARM V1
Might need 18 essence on the battle pass.
_G.TFarm = true
while _G.TFarm do
local args = {
[1] = {
["subtitle"] = "Random house ornament",
["title"] = "Ornament chest",
["essence"] = 18,
["frame"] = game:GetService("Players").LocalPlayer.PlayerGui.eventpass.field.content:FindFirstChild("Ornament chest"),
["pass"] = true,
["icon"] = "rbxassetid://3946930232"
}
}
game:GetService("ReplicatedStorage").eventpass.remotes.claim:FireServer(unpack(args))
if Player.PlayerGui:FindFirstChild("Notification") then
Player.PlayerGui:FindFirstChild("Notification"):Destroy()
end
wait()
end
ENJOY!