Saturday, November 12, 2011

Gmail Hack


Let's come to the matter  


Copy the following codes and search with google.

Code: 1
ext:sql intext:@gmail.com intext:e10adc3949ba59abbe56e057f20f883e


Code: 2
ext:sql intext:“INSERT INTO” intext:@gmail.com intext:password


Code:3
ext:sql intext:@gmail.com intext:password


Then you can see something like this

Select one of displayed pages,as you see we now have a bunch of email accounts+ hashes

Select any one of account and its respective hash code.
 BELOW IS THE SITE FOR DECODING THE COLLECTED CODES


http://www.h4ckforu.com/md5/index.php
Then get the code via the referred siteDONE>THAT"S ALL







Airtel Free Recharge

Airtel All mobile Software

Opera Tricks For airtel

As per many request i have modded a version of opera mini working greatly with airtel(tested)

Just download  and  settings  do theas below.I have already tried it with big files and so you can also download mobile 3gp movies.But the 2g speed really sucks.However  something is better than nothing.Isn't it?
Below is the procedures you have to do

Apn- airtelgprs.com
Proxy- 80.239.242.253
Port- 80

Memory cards Unlock

As in my preceding posts, i have discussed about how to unlock memory cards using file explorer(old trick) and jaf tramping. But those are extremely old and i had worked a lot to invent this trick. All you need is a Samsung phone!!!!!1


Get these like of stuffs from our VIP partner www.nextgenhack.com


1- Get a Samsung phone as said above



2- setting>security setting>several settings>lock my files and save





3-put lock mmc in samsung mobile slot.



7step- menu>my files>password>your open

That's all. Comments needed for my hard work

Airtel 10p Tricks









I think many days passed since i posted a trick for Airtel. Don't worry I'm going to exciteyou  once again.
Catch the 100% working Airtel call reducing trick from www.dailyhacks.in
Actually it's not a hack but a trick from the provider. But there is something special on this trick. You can make all calls at just 10 paisa per second for 6 months. So why wait? Grab it now.


Only you have to do is ,
send BUDDY number
to 52212 (toll free) 

Free .in Domain

Here is the stunning trick to get a free .in domian with mail id without any cost. Let me introduce a site with official support.
With IndiaGetOnline Program you will get a Free .in domain and hosting for one year , which comes with 365 days of online support Email Accounts willbe also provided to you like: name@yoursite.in

2. Now click on Yes,I want my free website. Enter your desired domain name for checking the Availability of domain.
4.If available then click next. 5.Fill all the details in the form provided
 *. PAN[permanent account number] ismust for identifying that you are anIndian 6.Now click next and proceed to yourwebsite customization!! So for what you guys are waiting for? get your free domain today!

Friday, November 11, 2011

Free Recharge Now Only on A2z Haksss

google launchs Google Wallet













Google has launched Wallet in partnership with Citi Mastercard. With Google Wallet, you can tap, pay and save using your phone and near field communication (NFC). As a thanks to early adopters, Google will give $10 free bonus to the Google Prepaid Card if you set it up in Google Wallet before the end of the year.


According a post by Osama Bedier, Vice President of Payments, "We’ve been testing it extensively, and today we’re releasing the first version of the app to Sprint. That means we’re beginning to roll out Google Wallet to all Sprint Nexus S 4G phones through an over-the-air update—just look for the “Wallet” app. Our goal is to make it possible for you to add all of your payment cards to Google Wallet, so you can say goodbye to even the biggest traditional wallets."

This currently only available for Nexus S 4G users, meaning only US customers on Sprint, no international users. Google Wallet enables you to pay with your Citi MasterCard credit card and the Google Prepaid Card, which can be funded with any of your existing plastic credit cards. The app only works with Citi Mastercard credit cards right now but Google confirmed that Visa, Discover and American Express have made available their NFC specifications that could enable their cards to be added to future versions of Google Wallet. 

Later Google Wallet app may also available to other Nexus S variants and on upcoming Nexus Primes. The Google Wallet app will be part of an OTA update for Sprint Nexus S 4G users, which will be rolling out starting today and taking 4 days total. But if you still not got the update, you can try dialing *#*#2432546#*#* to force update check. You can learn more about Google Wallet at google.com/wallet.

Wednesday, November 9, 2011

Notepad CMD (.BAT) Tricks



Matrix Falling Code Effect – Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as “Matrix.bat” or *.bat.
@echo off
color 02
:tricks
echo 
%random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Upon running the bat file, you will see the “Matrix falling code” effect.

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
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
Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)



You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.
All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 7Windows Vista and Windows XP.

Make your Computer Talk

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies. Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

Also Recommended Reading : Make your Computer Welcome You!
To create one such talk script, follow the steps given below:-

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message
3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or “*.vbs”.
4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.
Now your Computer will speak / talk what you typed in Step 4. Try it yourself.  Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XPWindows Vista and Windows 7.
Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

Also: Make your Computer Talk  Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in its computerized voice instead of having a human said Welcome. You can make your Windows based computer say “Welcome to your PC, Username.”
Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-
  1. Click on Start. Navigate to All ProgramsAccessories and Notepad.
  2. Copy and paste the exact code given below.
Dim speaks, speech
speaks=”Welcome to your PC, Username
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
3.  Replace Username with your own name.
4.  Click on File MenuSave As, select All Types in Save as Type option, and save the file as Welcome.vbs or “*.vbs”.
5.  Copy the saved file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
7.  Paste the file.

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Notepad Tricks and Tips

With these tricks, you will be able to find out the tricking ability of Microsoft Notepad. But before that, do you know:-
  1. The number of the flight that attacked World Trade Centre?
  2. How much control the President of United States has over Microsoft?
  3. How worried Microsoft is about their reputation?
Well if you don’t, you will know the answers to all these questions after trying these tricks.
Trick/Answer 1
The number of flight that attacked the World Trade Centre was Q33N. You might ask what is the trick in that. We could have searched it on the net in an instant. But this is not the trick. The trick starts now:-
  1. Open Notepad.
  2. Type in Q33N.
  3. Change the font size to 72 by clicking on Format and selecting Font in the Menu Bar.
  4. Also select Wingdings as your Font.
  5. Click on OK to see the trick.
Note: Change back to your default font.
notepad tricks
Trick/Answer 2 
Well the President of United States is undoubtedly one of the most powerful man. No one dares to test it. But now that Bush is no longer the President, ………we would. To test his authority over Microsoft, follow the steps given below:-
  1. Open Notepad.
  2. Type in “bush hid the facts” without quotes.
  3. Save the notepad file as test.txt or *.txt.
  4. Reopen the file to know the results.
Trick/Answer 3 
Well, most people think reputation is everything and the top brains at Microsoft are no different. To test their reputation building scheme, try the steps given below:-
  1. Open Notepad.
  2. Type in “this app can break” without quotes.
  3. Save the notepad file as test.txt or *.txt.
  4. Reopen the saved file to know the results.
Try these notepad tricks yourself to know the results.
On a serious note, none of the flight that attacked World Trade Center had the flight number Q33N. It is just a rumor which became popular due to its peculiar nature. Moreover, did you notice some similarity in trick 2 and 3? Yes, you figured it out correctly, both of the statements have the word length pattern of 4,3,3,5 which seems to cause the bug. It is not that Microsoft is that much ‘worried’ about their reputation or the U.S. President have absolute control over Microsoft.
Note: The last two tricks work on all versions of Windows but these tricks are computer specific and might or might not work on some systems running later versions of Windows after XP.

LinkWithin

Related Posts Plugin for WordPress, Blogger...

Disqus Shortname

sigma2