Advertisement
iteach

Site & app virus prank

Oct 24th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. App deleting file prank
  2. https://www.youtube.com/redirect?q=https%3A%2F%2Fsub2unlock.com%2Flinks.php%2Fg4Sxs4&event=video_description&v=wfXWBfysMNE&redir_token=stVCuAPI81kmC9P7kkltUx-AyK18MTU0MDQ2NzIwOEAxNTQwMzgwODA4
  3.  
  4. Computer website
  5. Hurr-durr.com
  6.  
  7. Vbs---------
  8. facebookhackingtool.vbs
  9.  
  10.  
  11.  
  12.  
  13. Vbs---------
  14. facebookhackingtool.vbs
  15.  
  16.  
  17. Code-
  18.  
  19. Write this code first-
  20. X=MsgBox("Hi , can you give me your information?",4+64,"Message from:Anonymous")
  21. X=MsgBox("thank you for your cooperation , do you want to cancel?",1+16,"Message from:Anonymous")
  22. X=MsgBox("Starting ... uploading all data/information",1+48,"Alert!")
  23. X=MsgBox("What the fuck! Almost done... Just wait it ... Idiot.",2+48,"proccessing 98%")
  24. X=MsgBox("I got all your information/data ... ",1+48,"Thank you")
  25. X=MsgBox("You want me to delete all files on your computer?",4+64,Alert!")
  26. X=MsgBox("start deleting all files...",2+48,"deleting")
  27. X=MsgBox("deleted all files . Done.",0+16,"Deleting Complete")
  28. X=MsgBox("Do you want me to shutdown your Computer? ",4+48,"Alert!")
  29. X=MsgBox("It's a prank :) I got you !!!! ",0+16,"Message from:Anonymous")
  30. X=MsgBox("Share this file to your friends to make them crazy too",0+16,"Thank You.")
  31.  
  32.  
  33. 1. You can write any number from 1,2,3 or 4 instead of 0 (before the '+' symbol)
  34. Below is the meaning of these numbers:
  35.  
  36. 0 = OK Button,
  37. 1 = OK / Cancel Button,
  38. 2 = Abort / Retry / Ignore Button,
  39. 3 = Yes / No / Cancel Button,
  40. 4 = Yes / No Button,
  41. 5 = Retry / Cancel Button
  42.  
  43. 2. You can write 32 or 48 or 64 instead of 16.
  44. Below is the meaning of each number:
  45.  
  46. 16 = Critical Icon,
  47. 32 = Help Icon,
  48. 48 = Warning Icon,
  49. 64 = Information Icon,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement