NewAccount
New member
- Local time
- Today, 17:45
- Joined
- Nov 26, 2022
- Messages
- 7
Hello! I am trying to make a message box spam prank and I don't get why I get the 'loop' without 'do' error.
Here's my code:
Can you help me how to fix this?
Here's my code:
Code:
do
a=msgbox("Magenta.vbs failed to open. Try again?", 4+48, "Magenta.vbs")
if a = yes then
msgbox "FATAL ERROR: Magenta.vbs has run because it is corrupted, or infected. Reinstall the program and try again.", 0+16,"Magenta.vbs"
if a = no then
exit do
end if
loop