Code:
a = 0
term.clear()
while true do
if a == 100 then
term.clear()
a = 0
end
term.setCursorPos(15.9)
print("Virus Detected...Auto-Destruct Enabled")
x = math.random(1,16)
y = math.random(1,50)
term.setCursorPos(y,x)
print("0")
sleep(.000000000000000000000000000000000000000000000000)
a = a + 1
end
Thx For your time
-Blade_Black












