top of page

Auto Win Impossible Squid Game Mobile Script

local chest = workspace.Finish.Chest

local function fireTouchInterest()
    local touchInterest = chest:FindFirstChildOfClass("TouchTransmitter")
    
    if touchInterest then
        firetouchinterest(game.Players.LocalPlayer.Character.Head, chest, 0)
        firetouchinterest(game.Players.LocalPlayer.Character.Head, chest, 1)
    else
        warn("just gimme my moneyyy.")
    end
end

while true do
    fireTouchInterest()
    wait(0.1)
end 

1 view

Comments


bottom of page