Tuesday, 31 July 2012

List Free Proxies 2012

Find Fresh New Proxy Sites For Unblocking Websites

Unblock Facebook, Unblock YouTube, Unblock MySpace - Unblock All Your Favourites!

Here we provide a list of active web proxy sites to help you to browse the internet safely and anonymously. These proxy sites are also useful if you need to bypass any of the content filters at work or school. Start by viewing New Proxies for the latest proxies or Top Proxies for the most popular top proxies. New proxy sites are being added every day so bookmark us and share us with your friends too.

"It does what it says on the tin" :)

Listed below are 30 randomly selected proxy sites from our list (changes every time)

  1. calendariofertilidad.com
  2. protecteme.info
  3. unfilterweb.info
  4. datingplace.info
  5. proxy1racing.info
  6. webunlock.info
  7. tadam.info
  8. vpntunnels.info
  9. proxyhide.in
  10. reefunweb.com
  11. access07.in
  12. 360unblocker.info
  13. surfshorts.info
  14. quicksurf0.info
  15. whosprox.info
  16. walkingaidsfortheelderly.com
  17. netbypassone.info
  18. jumperproxy.com
  19. sat4the.co.uk
  20. privacysecurity.info
  21. nopopupshere.com
  22. eyou.eu
  23. fastwebview.info
  24. publicproxy.in
  25. anon-proxy.co.uk
  26. netbypass.info
  27. buythegames.com
  28. bypassproxysites.com

(1) Unblockthewebsites

(2) Vtunnel

(3) Theproxyfree

(4) Beyondblocks

(5) Wbyoutubeproxy

(6) 007pc

(7) Orkuch

(8) Proxy

(9) Webanywhere.cs.washington

(10) Likevid-proxy

(11) Jumboproxy

(12) Backfox

(13) Webroxy

(14) Proxeasy

(15) Facebook-unblock

(16) Net-px

(17) Hoopmailer

(18) Thirdheart

(19) Whois-itD3

(20) Myusproxy

(21) Extranosescgi-bin

(22) Newbackdoor

(23) Freeproxy-list

(24) Icedomino

(25) Dizzoo

(26) Ndblocks

(27) Proxify

(28) Hideandgosurf

(29) Hidden2u

(30) Dontfilter

Saturday, 28 July 2012

Toggle Keyboard Button Simultaneously


Toggle Keyboard Button Simultaneously

Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
    • Save the file with anyname and .vbs extension. and close it.
    • Now open the newly created file and see how the caps lock key behaves on your keyboard!

Thursday, 26 July 2012

Shut-down The Computer


Shut-down The Computer 

This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any conformation In order to create the Shutdown file, follow the below mentioned steps:
  • Open Notepad.
  • Paste the following code in it:
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
  • Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat

NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.