Brick Defense Script | INFINITE WINS

Created by j3r3my76

Features:

  • INFINITE WINS
    • for this to work play any game try and win then when you teleport back to main game use run the script then keep pressing the r button on your keyboard
 while wait() do
local player = game.Players.LocalPlayer
local mouse = player:GetMouse()
local charX = player.character
local A = charX:WaitForChild("Humanoid")
mouse.KeyUp:connect(function(key)
if key == "r" then
A.Health = 0
end

end)
end

ENJOY!

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