Archive for November 2010
Here are the various scan codes originally defined by IBM (you can see from the layout these were defined for the very first keyboard)...
hex 01 = Escape key
hex 02 = 1 or ! key
hex 03 = 2 or @ key
hex 04 = 3 or # key
hex 05 = 4 or $ key
hex 06 = 5 or % key
hex 07 = 6 or ^ key
hex 08 = 7 or & key
hex 09 = 8 or * key
hex 0A = 9 or ( key
hex 0B = 0 or ) key
hex 0C = - or _ key
hex 0D = = or + key
hex 0E = Backspace key
hex 0F = Tab key
hex 10 = q or Q key
hex 11 = w or W key
hex 12 = e or E key
hex 13 = r or R key
hex 14 = t or T key
hex 15 = y or Y key
hex 16 = u or U key
hex 17 = i or I key
hex 18 = o or O key
hex 19 = p or P key
hex 1A = [ or { key
hex 1B = ] or } key
hex 1C = Enter key
hex 1D = Control key (Left if two)
hex 1E = a or A key
hex 1F = s or S key
hex 20 = d or D key
hex 21 = f or F key
hex 22 = g or G key
hex 23 = h or H key
hex 24 = j or J key
hex 25 = k or K key
hex 26 = l or L key
hex 27 = ; or : key
hex 28 = ' or " key
hex 29 = ` or ~ key
hex 2A = Left shift key
hex 2B = \ or | key
hex 2C = z or Z key
hex 2D = x or X key
hex 2E = c or C key
hex 2F = v or V key
hex 30 = b or B key
hex 31 = n or N key
hex 32 = m or M key
hex 33 = , or < key
hex 34 = . or > key
hex 35 = / or ? key
hex 36 = Right shift key
hex 37 = * or PrtScr key
hex 38 = Alt key (Left one if two)
hex 39 = Space bar
hex 3A = Caps Lock key
hex 3B = F1 key
hex 3C = F2 key
hex 3D = F3 key
hex 3E = F4 key
hex 3F = F5 key
hex 40 = F6 key
hex 41 = F7 key
hex 42 = F8 key
hex 43 = F9 key
hex 44 = F10 key
hex 45 = Num Lock key on numeric keypad
hex 46 = Scroll Lock key on numeric keypad
hex 47 = 7 or Home key on numeric keypad
hex 48 = 8 or Cursor Up key on numeric keypad
hex 49 = 9 or Pg Up key on numeric keypad
hex 4A = - key on numeric keypad
hex 4B = 4 or Cursor Left key on numeric keypad
hex 4C = 5 key on numeric keypad
hex 4D = 6 or Cursor Right key on numeric keypad
hex 4E = + key on numeric keypad
hex 4F = 1 or End key on numeric keypad
hex 50 = 2 or Cursor Down kay on numeric keypad
hex 51 = 3 or Pg Dn key on numeric keypad
hex 52 = 0 or Insert key on numeric keypad
hex 53 = . or Delete key on numeric keypad
hex 54 = Sys Req key (on 84-key keyboard)
hex 57 = F11
hex 58 = F12
hex E1 = Pause key (on 101-key keyboard)
The following scan codes are preceeded by hex E0...
hex 1C = Enter key on numeric keypad
hex 1D = Control (Right if two)
hex 35 = / key on numeric keypad
hex 38 = Alt (Right if two)
hex 47 = Home
hex 48 = Up arrow
hex 49 = Pg Up
hex 4B = Left arrow
hex 4D = Right arrow
hex 4F = End
hex 50 = Down arrow
hex 51 = Pg Dn
hex 52 = Insert
hex 53 = Delete
cls
@ECHO OFF
title Folder Locker
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 goto FAIL
echo Folder Unlocked successfully
goto END
:FAIL
echo Invalid password
goto END
:MDLOCKER
md Locker
echo Locker created successfully
goto END
:END
s
how to execute this.......Open a notepad copy and paste the above code and save it as anything.bat then click it.
now a new folder is created in the same directory named LOCKER copy and paste all your data whatever you want to lock into this folder
as you finish pasting now it's time to lock your folder
go to that anything.bat file double click it it will as you
want to lock this folder type Y OR N (Y for YES & N for NO)
Now your folder is locked
This option in Windows is commonly called "God mode" because it puts you in complete control in one place. I can go with that so here's how to create the GodMode folder.
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
OK, now that you've done that right click on an empty space on your Desktop and select New and then Folder from the context menu. When the folder opens and shows you the new folder name highlighted just press Control-V to paste the above name into the dialog for the folder name. Press enter and you're done.
Many current CD/DVD burning software support the bootable feature. If you already have your favorite burning software, look around to find the bootable option. For this article, I will use the steps and sample screen-shots with the burning tool called Nero.
To create a own message box please follow these step :-
If u want to crack windows password u have to follow these step
cls
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
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-08002B303
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Type YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End s
how to execute this.......
Open a notepad copy and paste the above code and save it as anything.bat then click it.
now a new folder is created in the same directory named LOCKER copy and paste all your data whatever you want to lock into this folder
as you finish pasting now it's time to lock your folder
go to that anything.bat file double click it it will as you
want to lock this folder type Y OR N (y for yes N for NO)
Now your folder is locked
To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like. Click Finish.

