-- Auto Armor
local RunService = game:GetService("RunService")
local LocalPlayer = game.Players.LocalPlayer

RunService.Heartbeat:Connect(function()
    if LocalPlayer.Character.BodyEffects.Armor.Value < 100 then
        local Pos = LocalPlayer.Character.HumanoidRootPart.CFrame
        LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Ignored.Shop["[High Armor] - $100000"].Head.CFrame
        fireclickdetector(workspace.Ignored.Shop["[High Armor] - $100000"].ClickDetector)
        RunService.RenderStepped:Wait()
        LocalPlayer.Character.HumanoidRootPart.CFrame = Pos
    end
end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: