Advertisement
NotCopyright

Make a Fake virus >Joke<

Apr 23rd, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. x=msgbox("Your Text Here" ,0+0, "Your Title Here")
  2.  
  3. 0 =OK button only
  4. 1 =OK and Cancel buttons
  5. 2 =Abort, Retry, and Ignore buttons
  6. 3 =Yes, No, and Cancel buttons
  7. 4 =Yes and No buttons
  8. 5 =Retry and Cancel buttons
  9. 16 =Critical Message icon
  10. 32 =Warning Query icon
  11. 48 = Warning Message icon
  12. 64 =Information Message icon
  13. 0 = First button is default
  14. 256 =Second button is default
  15. 512 =Third button is default
  16. 768 =Fourth button is default
  17. 0 =Application modal (the current application will not work until the user responds to the message box)
  18. 4096 =System modal (all applications wont work until the user responds to the message box)
  19.  
  20. if you wanna make more than 1 box do this>
  21.  
  22. x=msgbox("Your Text Here" ,Buttons, "Your Title Here")
  23.  
  24. x=msgbox("Your Text Here" ,Buttons, "Your Title Here")
  25.  
  26. x=msgbox("Your Text Here" ,Buttons, "Your Title Here")
  27.  
  28. Then do the following>
  29.  
  30. Notepad > File > Save As... > [File Name].vbs > change "save as type" > .txt > Any File
  31. and done ^_^
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. Example:
  41.  
  42. x=msgbox("I like how you opened this" ,0+0, "Hi")
  43.  
  44. x=msgbox("Click cancel." ,0+1, "Click.")
  45.  
  46. x=msgbox("Sike" ,0+0, ":)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement