In this video I show you how to make a message Box That spams notification sounds.
Script:
Do
Set objShell = WScript.CreateObject(“WScript.Shell”)
objShell.Popup “YourMessage”, 1, “YourTitle”, 64
Loop
Disclaimer: All of my content is strictly for educational purposes only.