Monday, 30 September 2013
Funny GOOGLE Tricks !!!!!!!!!!!!!
00:58
No comments
This summary is not available. Please
click here to view the po...
Sunday, 29 September 2013
How 2 reveal Passwords in Web Browsers???
06:01
No comments

How to reveal Hidden Passwords in WebBrowsers....
Starting off with Google chrome, the easiest way to reveal the original passwords behind the asterisk is using inbuilt Inspect element feature in the browser.
You just need to right click on the password field in the browser where you will get an option "Inspect Element".
After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and...
Saturday, 28 September 2013
How 2 enable Administrator account in Windows 8???
04:01
No comments
Follow the given simple steps in order to enable
administrator account in windows 8.
Method # 1:
1) Right click on my computer and then click on Manage.
2) Now click on Local users and Groups and then click on
Users.
3) Right click on administrator account and then give a
click on Properties. A dialog box will appear on your computer screen. Now
uncheck the Account is disabled option from the appeared dialog...
Friday, 27 September 2013
How 2 create a virus to make the computer freezed???
09:25
No comments
Create a virus to make the computer freezed using Batch Programming.....
Now i am going to give you simple and only one line Batch code. Special about this virus is that easy to remember the code. So it will be useful to use in college or school.
This is for newbie. This virus is harmful for CPU. So be careful. Don’t run this in your pc or friend pc.
Open a notepad.
copy this code to notepad:
%0|%0
Save...
Wednesday, 25 September 2013
How 2 delete undeleted files using CMD???
23:40
No comments
hiii frnds.....
Some times we r trying 2 delete some files but the operation cannot psbl.....
then we can delete those files using Command Prompt(cmd)
Step:1
Type "del" without the quotes.
Step:2
Type in the name of the file with the extension, if you are currently in the directory where the file is located, you should be good to go. If you do not know what a file extension is, type in...
Sunday, 22 September 2013
How 2 reset and change ur PC password using CMD???
05:32
No comments
hiii frnds!!!!!
Did u forgot ur PC password then follow these steps to reset and change ur password......
Step:1
Open Command Prompt.... simply search for cmd using the Windows search function and right click on that run as administrator.
Step:2
Type net user and press Enter. This will bring up a list of user accounts. Look here for the name and exact spelling of the account whose password you wish to change.
Step:3
Type...
Thursday, 19 September 2013
Enabling CMD disabled by Virus...
20:40
No comments
Enable Command Prompt Disabled by Administrator or Virus
Here are the 3 methods to enable the command prompt in win8,7,XP or vista...
Method 1:
Command Prompt is the tool in Windows which allows users to interact with their computer from a character user interface(CUI). It allows users to bypass most restrictions that are enforced on the Windows explorer based GUI. Hence, it can also be used to remove viruses and malware and also undo their effects. To avoid this, most viruses disable command prompt. Some administrators also purposefully...
Wednesday, 18 September 2013
How to get someone IP address ???

How to get someone IP address ?
In this tutorial i will you show you how to get 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.
1. Copy the below codes into Notepad and save it as hackersgrp.php (.php is must)
<?php
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor...
Tuesday, 17 September 2013
Sunday, 15 September 2013
C++ program to shutdown windows 7.....
00:30
1 comment
hiiiiiiii frnds....
here is a C++ program to shutdown windows7.......jst try it........
#include <stdio.h>
#include <stdlib.h>
main ()
{
char ch ;
printf ("Do you want to shutdown your computer now (y/n) \n ") ;
scanf ( "%c" ,& ch ) ;
if ( ch == 'y' || ch == 'Y' )
system ( "C: \\ WINDOWS\\ System32 \\ shutdown /s" ) ;
return 0 ;...
Subscribe to:
Posts (Atom)