NOTE: you need to put .vbs at the end
Code: X=MsgBox("Message Description",0+16,"Title")
Codes (Before the "+" eg ,2+?,)
0=OK Button
1=OK/Cancel Buttons
2=Abort/Retry/Ignore buttons
3=Yes/No/Cancel Button
4=Yes/No Button
5+Retry/Cancel Button
(It will look like this for 1+?)
|Would you like to stop the virus?|
OK Cancel
Codes (after the "+" eg ?+32)
16=Critical icon
32=Help icon
48=Warning icon
64=Infomation icon
(It woulk look like this for ?+48
| /!\ Would you like to stop the virus? |
Yes No