dim $X dim $y dim $z $x=1 $z = 1 While ( $z = 1) $y = 1000*sin($X) + 1050 Beep($y, 10) $x = $X + .05 WEnd
It will play a sign wave noise that's pretty annoying, now I know it's pretty useless on its own but I've seen a few scripts that lock your computer and I figure this could be useful to draw attention to an attempted break in. If i have time I'll turn this in to a UDF just so I can see how that whole process works later



