yy-tromb / MessageBox_splash

MessageBox splash like computer virus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessageBox_splash

MessageBox splash like computer virus.

Usage

Execute main.bat

※This is for Windows

Custom

If you want to change number of times to loop , change this (this is 40 loop -> 100 loop) ↓

in main.bat

before

for /l %%i in (1,1,40) do start alert.vbs

after

for /l %%i in (1,1,100) do start alert.vbs

About

MessageBox splash like computer virus

License:MIT License


Languages

Language:VBScript 78.3%Language:Batchfile 21.7%