MADE BY kanomi13
FEATURE:
- TOKEN FARM
GAME LINK:
HORRIFIC HOUSING
SCRIPT:
_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