Advertisement
BLOCKLY18

Doctor Marburg 1.js

Jul 31st, 2020 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. $alert({
  2. title: "Doctor Marburg Antivirus",
  3. sound: "",
  4. msg: "Welcome to Doctor Marburg Antivirus.\nWould you like to clean your System ?",
  5. img: "/c/sys/skins/w93/apps/doctor.gif",
  6. btnCancel: "Cancel"
  7. }, function(ok){
  8. if (ok) {
  9. $alert({
  10. title: "Doctor Marburg Antivirus",
  11. img: "/c/sys/skins/w93/apps/doctor.gif",
  12. sound: "",
  13. btnOk: "Sure",
  14. btnCancel: "Not Really",
  15. msg: "<b>Warning !</b>\nDoctor Marburg is not responsible for direct,\nindirect, incidental or consequential damages\nresulting from any defect, error or failure to\nperform this ilegal operation.\n\nDo you want to perform anyway ?",
  16. height: 112
  17. }, function(ok){
  18. if (ok) {
  19. $prompt({
  20. title: "Doctor Marburg Antivirus",
  21. img: "/c/sys/skins/w93/apps/doctor.gif",
  22. btnOk: "OK",
  23. btnCancel: "Never Mind",
  24. msg: "Ok, please confirm with your credit card number"
  25. }, '', function(ok) {
  26. if (ok) {
  27. $alert({
  28. title: "Doctor Marburg Antivirus",
  29. sound: "alert",
  30. img: "/c/sys/skins/w93/apps/doctor.gif",
  31. btnOk: "Thanks !",
  32. msg: "<b>Ilegal operation detected !</b>\nDOCTOR MARBURG had blocked the following\nmalware application to perform an ilegal operation :\n\n<i>DOCTOR MARBURG - ilegal Operation detected</i>",
  33. height: 112
  34. }, function(ok){
  35. if (ok) {
  36. $alert({
  37. img: "/c/sys/skins/w93/error.png",
  38. title: "Error",
  39. btnOk: "Uninstall",
  40. sound: "error",
  41. msg: "<i>DOCTOR MARBURG has attempted to perform 9.758.403 ilegal operations and must now be removed from your desktop.</i>",
  42. closable: !1,
  43. animationOut: "none"
  44. }, function(ok){
  45. if (ok) {
  46. $store.del("desktop/Doctor Marburg.lnk42");$audio('error').play();setTimeout(function(){$alert({sound: "alert", title: "Info", img: "/c/sys/skins/w93/info.png", msg: "<b>Doctor Marburg.lnk42</b> has been removed\nfrom your desktop.", btnOk: "Thanks !"});}, 950);
  47. }
  48. })
  49. }
  50. })
  51. }
  52. })
  53. }
  54. })
  55. }
  56. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement