-->

Monday 30 April 2012

balanse transfer tricks

all network

Airtel

Simply Dial *141# and follow the instruction

Idea

Type a SMS as GIVE Mobile Number Amount and send it to 55567
e.g.: GIVE XXXXXXXXX 30 to transfer Rs.30

Docomo

Type a SMS as BT Mobile Number Amount and send it to 54321.
e.g.: BT XXXXXXXXXX 25 to transfer Rs.25

Vodafone

Just Dial *131*Amount*Mobile No#
e.g.:  *131*50* XXXXXXXXXX# for transfer Rs.50

Uninor

Just dial *202*Mobile Number*Amount#
e.g.: Dial *202*XXXXXXXXXX*20# to transfer Rs.20

Aircel

DIAL *122*666#  You can transfer 10, 20 and 100Rs

Reliance GSM

Step 1: Dial this number *367*3#
Step 2: Then enter *312*3# and mobile(mdn) number
Step 3: Enter the amount you want to transfer
Step 4: Enter the pin.default pin is 1 

BSNL

Just send : (GIFT mobile no amount) to 53733
example:GIFT 9415646625 50 to 53733
Note you can transfer balance to bsnl number only and you can’t transfer balance less than 10rs.



Sunday 29 April 2012

how to check your own number


Vodafone-*111*2#
Videocon-*1#
Bpl-*222#
Reliance-*111#or *1#
Idea-*100# or *789#
docomo-*580#
Airtel-Send sms IM to 57070 or *140*1600#
Aircel-*#1#888#
Uninor- *1#
BSNL -Call 24365 and ask them
Loop- Dial *222#
Virgin-Dial *1#
Aircel , Docomo , Reliance : Dial *1
and for airtel *140*1600#

Sunday 22 April 2012

Activate windows 7 for free

copy blow text and save as actvation.cmd file in notepad and close notepad and open folder where you save the activation.cmd file and run as administor
code is here








@echo off & color 1F
setlocal ENABLEDELAYEDEXPANSION
for /F "usebackq tokens=4 delims= " %%I in (`%SYSTEMROOT%\system32\chcp.com`) do set ACTCODEPAGE=%%I
"%SYSTEMROOT%\system32\chcp.com" 437 >nul


rem     *** Internet KMS Activation Script (OCT 23, 2010) ***


rem     [Step 1]
rem     This step is optional and you may skip it.

cls
echo Microsoft (R) Windows Software Licensing.
echo Copyright (C) Microsoft Corporation. All rights reserved.
echo.
echo Step 1: Select your Windows(R) 7 edition.
echo.
echo.
echo This tool can help you activate
echo one of the following Microsoft(R) products:
echo.
echo A) Windows(R) 7 Professional
echo B) Windows(R) 7 Professional N
echo C) Windows(R) 7 Enterprise
echo D) Windows(R) 7 Enterprise E
echo E) Windows(R) 7 Enterprise N
echo.
echo F) {Skip this step}
echo.
echo.

choice /C ABCDEF /N /M "Select one of the options above (A-F):"
if ERRORLEVEL 6 goto :step2
if ERRORLEVEL 5 set PRODUCTKEY=YDRBP-3D83W-TY26F-D46B2-XCKRJ
if ERRORLEVEL 4 set PRODUCTKEY=C29WB-22CC8-VJ326-GHFJW-H9DH4
if ERRORLEVEL 3 set PRODUCTKEY=33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
if ERRORLEVEL 2 set PRODUCTKEY=MRPKT-YTG23-K7D7T-X2JMM-QY7MG
if ERRORLEVEL 1 set PRODUCTKEY=FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4

echo.
echo.
"%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" -ipk %PRODUCTKEY%
pause


:step2
rem     [Step 2]
rem     All servers are tested/alive.
rem     If you have problems and want to re-check any of them
rem     don't just ping it, use telnet tool instead:
rem     telnet <KMS host IP-address or DNS name> <port>
rem     or a port scanner like Microsoft(R) PortQry:
rem     http://www.microsoft.com/downloads/details.aspx?familyid=89811747-C74B-4638-A2D5-AC828BDC6983

cls
echo Microsoft (R) Windows Software Licensing.
echo Copyright (C) Microsoft Corporation. All rights reserved.
echo.
echo Step 2: Select Key Management Service (KMS) host.
echo.
echo. 
echo Select a server from the list below to set it as the KMS host
echo for your Windows Server(R) operating system:
echo.
echo A) yuna.no-ip.info
echo B) vault-tec.no-ip.org
echo C) 91.149.135.121
echo D) 194.0.116.18
echo E) netplus.no-ip.info
echo.
echo F) {Skip this step}
echo.
echo.

choice /C ABCDEF /N /M "Select one of the options above (A-F):"
if ERRORLEVEL 6 goto :step3
if ERRORLEVEL 5 set KMSS=netplus.no-ip.info:1688
if ERRORLEVEL 4 set KMSS=194.0.116.18:1688
if ERRORLEVEL 3 set KMSS=91.149.135.121:1688
if ERRORLEVEL 2 set KMSS=vault-tec.no-ip.org:1688
if ERRORLEVEL 1 set KMSS=yuna.no-ip.info:1688

echo.
echo.
"%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" -skms %KMSS%
endlocal
pause


:step3
rem     [Step 3]

cls
echo Microsoft (R) Windows Software Licensing.
echo Copyright (C) Microsoft Corporation. All rights reserved.
echo.
echo Step 3: Activation.
echo.
echo.

echo Resynching time...
"%SYSTEMROOT%\system32\sc.exe" start w32time >nul
"%SYSTEMROOT%\system32\timeout.exe" /T 2 /NOBREAK >nul
for /F "usebackq delims=" %%I in (`%SYSTEMROOT%\system32\sc.exe query w32time ^| findstr /R "STATE"`) do set W32TIMESTATE=%%I
for /F "usebackq tokens=4 delims= " %%I in ('%W32TIMESTATE%') do set W32TIMESTATE=%%I
if /I "%W32TIMESTATE%" NEQ "RUNNING" echo WARNING: Could not start Windows Time service!
"%SYSTEMROOT%\system32\w32tm.exe" /resync
echo.
"%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" -ato
pause


rem     [Step 4]

cls
echo Microsoft (R) Windows Software Licensing.
echo Copyright (C) Microsoft Corporation. All rights reserved.
echo.
echo Step 4: Activation Status Check.
echo.
echo.

"%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" -dli
"%SYSTEMROOT%\system32\chcp.com" %ACTCODEPAGE% >nul
echo Press any key to exit . . . & pause >nul





Saturday 21 April 2012

Friday 13 April 2012

blogs vertise

We are quite happy to cut it into many small useful pieces

Friday 6 April 2012

bsnl hack


 Hello all my Friends, in this post i am telling you about the  airtel 3g hack  or  free gprs internet trick . by using this  airtel  3g ha...
    BSNL 3G Hack 2012 For Unlimited Free Gprs | Latest Bsnl Hacking Tricks
    BSNL 3G Hack 2012 For Unlimited Free Gprs | Latest Bsnl Hacking Tricks All Bsnl users new working 3G connection launched by bharathi india B...
    VODAFONE HACK 2012 FOR FREE GPRS AND RECHARGE TRICK | LATEST VODAFONE HACKING TRICKS
    Hello Friends ! Today i am going to post Two Latest Tricks for Vodafone users.First Trick is Vodafone free 2 GB Internet Pack Trick and Seco...
    Kingdom Hearts Birth by Sleep USA MULTI2 FULL ISO 1.64 GB FIXED and Kingdom Hearts Birth By Sleep USA UNTOUCHED ISO 1.64 GB
    Kingdom Hearts Birth by Sleep USA MULTI2 FULL ISO 1.64 GB FIXED
    Fairy Tail Zelef Kakusei JPN FULL ISO 957 MB FIXED psp game
    Fairy Tail Zelef Kakusei JPN FULL ISO 957 MB FIXED Fairy Tail Zelef Kakusei JPN FULL ISO 957 MB FIXED ................ mediafire .........
    HACK NEGHBOURS WIFI.FREE BEST
    USE WIFI INTERNET FOR FREE MAN!!!!!!! How to Crack a Wi-Fi Network’s WEP Password with BackTrack YOU CAN JUST HACK YOUR NEGHBOURS WIFI B...
    Kingdom Hearts Birth by Sleep Final Mix JPN FULL ISO 1.66 GB FIXED psp game
    Kingdom Hearts Birth by Sleep Final Mix JPN FULL ISO 1.66 GB FIXED ................ ifile ................ Kingdom Hearts Birth by Slee...
    PROXY list
    YOU CAN GO TO ht tp://free-webproxy.net/ proxy socks list 98.228.88.24:58021 66.69.210.249:43645 81.52.166.190:1080 201.251.61.70:108...
    Fifa12 BLACKBOX - 2.40GB (DIRECT LINKS) + FIX
    Fifa12 BLACKBOX - 2.40GB (DIRECT LINKS) + FIX Fifa 2012 | Cracked by BLACKBOX | PC Games | 2.4 GB Release Group:  RELOADED ( SCENE ) Rele...
    Tata Docomo Free SMS Trick 2012 | Hacking SMS Tips | Send Free SMS On Any SIM
    Tata Docomo Free SMS Trick 2012 | Hacking SMS Tips | Send Free SMS On Any SIM Hey all dailyhackingtips Readers, we would like to share with...

hack airtel

Steps to Do:

1).Download VNAP.NetBuster Proxy Pro (old)

2.) download .net 4

3). Open vnap proxy pro,
go to profile --> edit --> url handler,

Now click on proxy write 1234 in local service port option

4.) Click on enable back query, write ?0.facebook.com/ and save profile

5.)Now open any pc browser(u can use IDM,ORBIT also)

go to Menu -----> setting ---- > preference ---- advance ----> network -----> proxy servers

6. Click on http and https and write
proxy=127.0.0.1 and
port 1234

enjoy Full free gprs on pc


search netbooster on google and download

Mts mblaze hack full speed with VPN

 

MTS Mblaze Free Internet With Premium Servers (March 2012) Unlimited Download (Working All Over India)

I have Posted Many VPN’s Based On Airtel Free Internet For Every State.. And Also It worked Great.

But This Time Happy News For All MTS MBLAZE users. 



 

Now Stop Recharging For MTS.  I Am Posting A Trick To Use Free Internet In MTS With 0 Balance.

Cant Believe??  Ok Just See The Below Post.

This Is A Premium VPN (Premium US Servers)

Advantages Of  Buying This premium VPN

Unlimited Download
Downloading Speed About 400 to 500 Kpbs
Torrents Supported
Very Fast Browsing And Downloading( Ever Seen)
No Disconnection Problems
Online support
This Trick is Working All Over India.
Its A Premium Proxy From United States
 

Plans :

Rs 100 ———>  Trail Servers  1 Month

Rs 300 ———> 3 Months Unlimited Premium Servers

Rs 500 ———> 6 Months Unlimited Premium Servers

If Intrested In Buying This Premium Server

Can Contact Me By Filling The form Below , Also Can Mail Me at : Tricks4all.com@gmail.com

 Mts Hacked  with Premium Servers (Torrent Supported)

Screen Shots With Proof’s



Check My BALANCE is 0 Rs





 

Connected To premium Server



 

Download Speed  : Wow  More Than 400 Kpbs



 

Video Proof..  Please watch this video For How MTS PREMIUM Server Works ???



So Intrested Persons Can Fill This Form

And Buy the Premium Account

I will Reply As soon As Possible

Provide Valid E-mail *

Paying Made Easier

 Search open VPN on google and download and register you on it





foxyform.com


You might also like:
How To ROOT HTC WildFire ?
UCWEB 8.2 Airtel Mod With Big Files Download Support 100% ...
All Back Queries For Airtel !!!
Airtel free Hello Tune 4 Punjab Users
LinkWithin