War Simulator 2 Script | BORDER BUTTON MASHER



Created by logicPatek

Features:

  • BORDER BUTTON MASHER
--https://www.roblox.com/games/4838460619/BORDER-War-Simulator-2
while true do
for i, v in pairs(game.workspace.Border:GetDescendants()) do
    if v.Name == "ClickDetector" and v.Parent then
        fireclickdetector(v)
    end
end
wait(0.9)
for i, v in pairs(game.workspace.Border:GetDescendants()) do
    if v.Name == "ClickDetector" and v.Parent then
        fireclickdetector(v)
    end
end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!