Open Notepad
[Go to START-Run-Type notepad then hit enter]
Now copy/paste below given code,
@echo off
title Matrix Effect
:a
cls
color 04
echo %random%%random%%random% %random%%random%%random%%random% %random%%random% %random%%random% %random% %random% %random%%random%
echo %random%%random%%random%%random%%random%%random% %random% %random%%random%%random%%random% %random%%random% %random%%random%
echo %random%%random% %random%%random%%random%%random%%random%%random%%random% %random%%random% %random%%random%%random%%random%
echo %random%%random%%random%%random% %random%%random%%random% %random%%random% %random%%random% %random%%random% %random%%random%
goto c
:b
color 01
echo %random%%random%%random% %random%%random%%random%%random% %random%%random% %random%%random% %random% %random% %random%%random%
echo %random%%random%%random%%random%%random%%random% %random% %random%%random%%random%%random% %random%%random% %random%%random%
echo %random%%random% %random%%random%%random%%random%%random%%random%%random% %random%%random% %random%%random%%random%%random%
echo %random%%random%%random%%random% %random%%random%%random% %random%%random% %random%%random% %random%%random% %random%%random%
goto a
:c
color 02
echo %random%%random%%random% %random%%random%%random%%random% %random%%random% %random%%random% %random% %random% %random%%random%
echo %random%%random%%random%%random%%random%%random% %random% %random%%random%%random%%random% %random%%random% %random%%random%
echo %random%%random% %random%%random%%random%%random%%random%%random%%random% %random%%random% %random%%random%%random%%random%
echo %random%%random%%random%%random% %random%%random%%random% %random%%random% %random%%random% %random%%random% %random%%random%
echo %random%%random%%random% %random%%random%%random%%random% %random%%random% %random%%random% %random% %random% %random%%random%
goto b
Save it as <Filename>.bat Eg. Matrix.bat.
2)
As you might be knowing that the flight number of the plane that had hit the World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence or something else but whatever it is, it does startle us.
2.Type “Q33N” (without quotes) in capital letters.
[Click on Format tab-Font-then change font to Wingdings]
1.Open Notepad.
3.Increase the font size to 72 or more (i.e.100.200).
4.Press Ctrl+A (to Select All).
5.Change the Font to Wingdings.
You will be amazed by the findings..xD
Why This Happens ? :
It was later known 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code. Similar are with “this app can break”.OR
STEP 1: OPEN NOTEPAD
STEP 2: WRITE FOLLOWING LINE IN THE NOTEPAD.
THIS APP CAN BREAK
STEP 3: SAVE THIS FILE AS AAA.TXT
STEP 4: CLOSE THE NOTEPAD.
STEP 5: OPEN THE FILE AGAIN.
VOILLA!!
Batch File - Introduction
Batch file programming is nothing but the Windows version of Unix Shell Programming. Batch files came into notice when Microsoft Windows was introduced in 1985 and had a GUI OS/Interface.
Windows batch files were used crucially in these operating systems mainly:
Windows 1
Windows 2
Windows 3
Windows 95
Windows 98
Windows ME
Windows XP/VISTA
Windows 7
* Why do I need Batch File Programs?
Say you need to execute a set of commands over and over again to perform a routine task like Backing up Important Files,Deleting temporary files(*.tmp, .bak , ~.* etc) then it is very difficult to type the same set of commands over and over again. To perform a bulk set of same commands over and over again, Batch files are used. Batch Files are to DOS what Macros are to Microsoft Office and are used to perform an automated predefined set
of tasks over and over again.
* How do I create batch files?
To start enjoying using Batch files, you need to learn to create Batch files. Batch files are basically plain text files containing DOS commands. So the best editor to write your commands in would be Notepad or the DOS Editor (EDIT) All you need to remember is that a batch file should have the extension .BAT(dot bat)Executing a batch file is quite simple too. For example if you create a Batch file and save it with the filename batch.bat then all you need to execute the batch file is to type:
C:\windows>batch.bat
* Batch Commands:
Open up Command Prompt and type "help" without quotes, then hit enter. It will show a list of commands and a description of each.To get more information about a command or to get its usage instructions, then type the command with "/?" without quotes at the end.I have provided a list of the commands and their description. I have also added a few more commands that aren't listed. I created this list a while back. For example, "reg /?" without quotes.
Assoc - Displays or modifies file extension associations.
Attrib - Displays or changes file attributes.
Bootcfg - Used to configure, query, change or delete the boot entry settings in the boot.ini file.
Break - Sets or clears extended CTRL+C checking.
Bcdedit - Sets properties in boot database to control boot loading.
Cacls - Displays or modifies access control lists (ACLs) of files.
Call - Call one batch program from another
CD - Change Directory - Changes the directory it reads from or displays the name of the current directory.
Chkdsk - Checks a disk and displays statusreport.
Chkntfs - Check the NTFS file system
Choice - Allows uses to select one item from a list of choices and returns the index of the selected choice.
Cipher - Displays or alters the encryption of directories on NTFS paritions.
CleanMgr- Automated cleanup of Temp files, recycle bins, etc.
Cls - Clears the screen.
Cmd - Starts a new instance of the Windows command interpreter.
Cmdkey - Creates, displays, and deletes stored user names and passwords.
Color - Sets the default console foreground and backgroup colors.
Comp - Compares the contents of two files or sets of files.
Compact - Displays or alters the compression of files on NTFS partitions.
Convert - Converts FAT volumes to NTFS.
Copy - Copies one or more files to another location.
Date - Displays or sets the date.
Defrag - Defragments the hard drive.
Del - Deletes one or more files.
Dir - Displays a list of files and folders.
Diskcomp - Compare the contents of one floppy disk to another.
Diskpart - Displays or configures disk partition properties.
Doskey - Edits command lines, recalls Windows commands, and creates macros.
Driverquery - Displays current device driver status and properties.
Echo - Displays messages, or turns command echoing on or off.
Endlocal - End localisation of environment changes in a batch files.
Erase - Deletes one or more files.
Eventcreate - Add a message to the Windows event log.
Exit - Exits Command Prompt.
Expand- Expands one or more compressed files.
FC - Compares two files.
Find - Searches for a text string in a file or files.
Findstr - searches for strings in files.
For - Runs a specified command for each file in a set of files.
Forfiles - Selects a file, or set of files, and executes a command on that file.
Format - Formats a disk for use with Windows.
Fsutil - Displays or configures the file system properties.
Ftp - Transfers files to and from a romcputer running an FTP server service.
Ftype - Displays or modifies file types used in file extension associations.
Goto - Directs the Windows command interpreter to a labeled line in a batch program.
Gpupdate - Updates group policies settings.
Graftabl - Enables Windows to display an extended character set in graphics mode.
Help - Provides help information for Windows commands.
Icacls - Display, modify, backup, or restore ACLs for files and directories.
If - Performs conditional processing in batch programs.
Ipconfig - IP configuration.
Label - Creates, changes, or deletes the volume label of a disk.
MD - Creates a directory.
MKDir - Creates a directory
Mklink - Creates a symbolic link.
Mode - Configures a system device.
More - Displays output one screen at a time.
Mountvol - Creates, deletes, or lists a volume mount point.
Move - Moves one or more files from one directory to another directory.
Msg - Send a message to a user.
Msiexec - Microsoft Windows Installer.
Mstsc - Remote Desktop
Net - Manage network resources
Netsh - Configure network interfaces.
Nbtstat - Displays protocol statistics and current TCP/IP connections using NBT.
Netstat - Displays protocol statistics and current TCP/IP network connections.
Nslookup - Name server lookup
Openfiles - Displays files opened by remote users for a file share.
Path - Displays or sets a search path for executable files.
Pathping - Trace route plus network latency and packet loss.
Pause - Suspends processing of a batch file and displays a message.
Perfmon - Performance monitor
Ping - Test a network connection
Popd - Restores the previous value of the current directory saved by PUSHD.
Powercfg - Configures power settings.
Print - Prints a text file.
Prompt- Changes the Windows command prompt.
Pushd - Saves the current directory then changes it.
Rasdial - Manage RAS connections
Rasphone - Manage RAS connections
RD - Removes a directory (folder).
Recover - Recovers readable information from a bad or defective disk.
Reg - Registry: Read, set, export, delete, and add keys and values.
Regedit - Import or export registry settings.
Regsvr32 - Register or unregister a DLL.
Regini - Change Registry permissions.
REM - Records comments in batch files.
REN - Renames a file or files.
Rename - Renames a file or files.
Replace - Replaces files.
RMDIR - Removes a directory (folder).
Robocopy - Advanced utility to copy files and directory trees.
Route - Manipulate network routing tables.
RunAs - Executes a program uder a different user account.
Rundll32 - Runs a DLL command.
SC - Displays or configures services.
Schtasks - Schedules a command to run at a specific time.
Set - Displays, sets, or removes Windows environment variables.
Setlocal - Begins localization of environment changes in a batch file.
Setx - Set environment variables permanently.
SFC - System File Checker
Shift - Shifts the position of replaceable parameters in batch files.
Shutdown - Allows proper local or remote shutdown of machine.
Slmgr - Software Licensing Management
Sort - Sorts input.
Start - Starts a separate window to run a specified program or command.
Subst - Associates a path with a drive letter.
Systeminfo - Displays machine specific properties and configuration.
TaskList - Displays all currently running tasks including services.
Taskkill - Kill or stop a running process or application.
Time - Displays or sets the system time.
Timeout - Delay processing of a batch file.
Title - Sets the window title for a batch file.
Tracert - Trace route to a remote host.
Tree - Graphically displays the directory structure of a drive or path.
Type - Displays the contents of a text file.
Typeperf - Write performance data to a log file.
Ver - Displays the Windows version.
Verify - Tells Windows whether to verify that your files are written correctly to a disk.
Vol - Display a disk volume label and serial number.
Where - Locate and display files in a directory tree.
Whoami - Output the current Username and domain.
WMIC - WMI commands.
Wuauclt - Windows Update
Ebomb - A batch file virus
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
paste the above code as many as you can and save it as anyname.bat
you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
Making personal diary using notepad
Labels: Cool Notepad Tricks
No comments:
Post a Comment