₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,272 members, 8,421,084 topics. Date: Friday, 05 June 2026 at 06:33 PM

Toggle theme

Granmaster's Posts

Nairaland ForumGranmaster's ProfileGranmaster's Posts

1 2 (of 2 pages)

PhonesRe: Airtel Bb Plan On Android by granmaster(m): 5:14am On Aug 18, 2013
Airtel limited subscription update, for new users follow the procedure
to subscribe for airtel limited 2gig recharge 1600 dial *440*16#
send= deactivate to 440
dial *141*712*11#
after done start browsing.....

for old users
when your gig finish and you want to subscribe for another one simply follow the procedure
send deactivate to 440
recharge 1500
then dial *440*16# fullstops connect it and start browsing....
the explanation of 1600 above is that the the 10mb activation will go to airtel firewall restriction to disable the blackberry restriction so that when ever you subscribe for the limited
plan the fire wall will be seeing your sim as somebody using 10mb day plan an therefore can not be able to deactivate you until your gig got expired or exhausted, so once you have subscribe 1600 for the first time in your second
subscription you don't need to recharge 1600 again, just subscribe 1500 and start surfing the net. for your notice if you call airtel CC telling them you can not use your unlimited BB PLAN TO BROWSE ON YOUR PC,I WILL BE SORRY FOR YOU BECAUSE THE
REPLY YOU WILL GET,YOU WILL RE GREAT CALLING THEM IN THE FIRST PLACE so if you are still confused call me on phone i will help you with all pleasure,
check your mb by dialing *123*10# or *141*712*0#

ok now question guys what if you bought the unlimited plan and your gig is about to expire yet you have not utilize your mb, what will you do are you to start downloading,things you don't want in other to utilize your gig,why not think of a way to retain that your gig,
there are two ways to do that ,but i wont post it make use of your brain guys,stop feeding all this our network providers, because they are really still cheating on us,we been giving 25% out of 100% of what we paid for, open your eyes shocked
BusinessRe: Betonmarket Alerts - Season 6 by granmaster(m): 8:32pm On Aug 08, 2013
U PEOPLE MAKES ME LAUGH HERE @afoson AFTER LOOKING AT THAT YOUR BLOG MY STOMACH WAN BURST WITH LAUGHTER, U WONT KNOW WHAT MAKES ME LAUGH BUT ITS ONLY PEOPLE THAT HAVE EYES WILL SEE WHAT I SAW THERE,FOR ALL PALS THAT DO BETONMARKET PLEASE LET THIS BE TO YOUR NOTICE THERE NO BINARY OPTION SOFTWARE THAT WORKS I WILL PUT IT THAT WAY, AVOID YOUR SELF BEEN SCAMMED ITS WILL BE BETTER IF YOU ARE DOING GOOD THING ALWAYS KEEP IT UP DON'T ALLOW DEVIL TO USE YOU EVEN THE ONE RANKING IN GOOGLE TODAY CALLED OPTION BOT ITS A HELL LOT OF SHIT,

IF AM THEIR TYPE I WILL JUST COMPILE THIS

//+------------------------------------------------------------------+
//| granmaster.mq4 |
//| Copyright 2013, MetaQuotes Software Corp. |
//| http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright 2013, MetaQuotes Software Corp."
#property link "http://www.metaquotes.net"

#property indicator_separate_window
#property indicator_minimum 0.0
#property indicator_maximum 3.0
#property indicator_buffers 4
#property indicator_color1 Blue
#property indicator_color2 Red
#property indicator_color3 Blue
#property indicator_color4 Red
#import "_fx_preis_levels_v4.dll"
double xFNN12(int a0, double a1, double a2, double a3, double a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11);
double xFNN13(int a0, double a1, double a2, double a3, double a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11);
double xFNN14(int a0, double a1, double a2, double a3, double a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11);
double xFNN15(int a0, double a1, double a2, double a3, double a4, int a5, int a6, int a7, int a8, int a9, int a10, int a11);
#import

extern int M1 = 6;
extern int M5 = 5;
extern int M15 = 5;
extern int M30 = 4;
extern int H1 = 3;
extern int H4 = 3;
extern int D1 = 3;
double g_ibuf_104[];
double g_ibuf_108[];
double g_ibuf_112[];
double g_ibuf_116[];
string gs_120 = "T-Confirmer V4";
string gs_128 = "FPL2_";
int gi_unused_136 = 3;
int gi_unused_140 = 3;
int gi_unused_144 = 0;

int init() {
IndicatorBuffers(6);
SetIndexBuffer(0, g_ibuf_104);
SetIndexStyle(0, DRAW_ARROW, EMPTY, 0);
SetIndexArrow(0, 110);
SetIndexBuffer(1, g_ibuf_108);
SetIndexStyle(1, DRAW_ARROW, EMPTY, 0);
SetIndexArrow(1, 110);
SetIndexBuffer(2, g_ibuf_112);
SetIndexStyle(2, DRAW_ARROW, EMPTY, 0);
SetIndexArrow(2, 110);
SetIndexBuffer(3, g_ibuf_116);
SetIndexStyle(3, DRAW_ARROW, EMPTY, 0);
SetIndexArrow(3, 110);
IndicatorShortName(gs_120);
return (0);
}

int deinit() {
f0_0();
return (0);
}

int start() {
int li_4 = IndicatorCounted();
if (li_4 > 0) li_4--;
int li_0 = Bars - li_4;
for (int index_8 = 0; index_8 < li_0; index_8++) {
g_ibuf_104[index_8] = xFNN12(AccountNumber(), Open[index_8], Close[index_8], High[index_8], Low[index_8], M1, M5, M15, M30, H1, H4, D1);
g_ibuf_108[index_8] = xFNN13(AccountNumber(), Open[index_8], Close[index_8], High[index_8], Low[index_8], M1, M5, M15, M30, H1, H4, D1);
g_ibuf_112[index_8] = xFNN14(AccountNumber(), Open[index_8], Close[index_8], High[index_8], Low[index_8], M1, M5, M15, M30, H1, H4, D1);
g_ibuf_116[index_8] = xFNN15(AccountNumberCompiling 'granmaster.mq4'...
(), Open[index_8], Close[index_8], High[index_8], Low[index_8], M1, M5, M15, M30, H1, H4, D1);
if (g_ibuf_104[index_8] == 0.0) g_ibuf_104[index_8] = EMPTY_VALUE;
if (g_ibuf_108[index_8] == 0.0) g_ibuf_108[index_8] = EMPTY_VALUE;
if (g_ibuf_112[index_8] == 0.0) g_ibuf_112[index_8] = EMPTY_VALUE;
if (g_ibuf_116[index_8] == 0.0) g_ibuf_116[index_8] = EMPTY_VALUE;
}
return (0);
}

void f0_0() {
for (int li_0 = 0; li_0 < ObjectsTotal(); li_0++) {
if (StringFind(ObjectName(li_0), gs_128) == 0) {
ObjectDelete(ObjectName(li_0));
li_0--;
}
}
}

I CAN JUST COMPILE IT AND SELL TO YOU PEOPLE,CLAIMING HEAVEN AND EARTH THE ABOVE ITS A TYPICAL SOURCE CODE FOR WHAT RECKLESS WHITES COMPILE AND SELL TO NOVICES,YES THEY HAVE PROGRAMMING KNOWLEDGE AND THEY WANT TO MAKE MONEY FROM IT BY ALL MEANS,ITS ONLY PEOPLE THAT HAS PROGRAMMING EXPERIENCE CAN CLEARLY UNDERSTAND WHAT AM SAYING

FOR YOUR INFORMATION MARKET IS DYNAMIC NOT STATIC SO COUNT SOFTWARE OUT OF IT YOU CAN ONLY LOAD MARKET PLATFORM WITH A SOFTWARE FROM ITS SEVER WATCH MOST OF THAT SOFTWARE DON'T SHOW YOU LIVE MARKET THEY GIVE YOU ALERT, WHERE DO THE ALERT COMES FROM WHERE IS THE PROVE, WELL LET ME STOP HERE
BusinessRe: Betonmarket Alerts - Season 6 by granmaster(m): 7:53pm On Aug 08, 2013
BusinessRe: Betonmarket Alerts - Season 6 by granmaster(m): 7:48pm On Aug 08, 2013
please who posted this You Are Going To Have A Massively Unfair Advantage That You Can Use To Profit By Using Our Advance Binary Softwares!
BusinessRe: Betonmarket Alerts - Season 6 by granmaster(m): 7:46pm On Aug 08, 2013
hahahahaha u make me laugh
BusinessRe: Betonmarket Alerts - Season 6 by granmaster(m): 3:17am On Aug 07, 2013
afoson you get mind, so na that scrappy software you want sell to these people eeeeh i never wan comment for this trend but this one irritates me most,all days we blame our leader but we are the worst ever seen imagine this guy na waoo

afoson: DISCOVER HOW TO MAKE $30-$150 DAILY WITHOUT FAIL...EVEN IF YOU DON'T BELIEVE US!!!
Are you tired of Forex?
Affiliate Marketing?
Google Adsense?
Surveys?
HYIP'S
Sports betting
Fiver
Or any other online business that has not made you a dime but have taken your hard earned cash from you?

What about if i can show you how i earn between $30-$150 Daily from the internet without stress...Would you give me your attention?

We have done all online business or businesses before and we believe in all of them but the fact remains that they all need lots of experience and expertise to conduct most of these online business effectively and most times this can cost you lots of money and at the end its a futile effort and a waste of time.

In our search for a better online business that will fit in a newbie and pro alike,we came across what is called binary options online business and after testing it for a while,here were the shocking results...

Here is another one oo....
we have always maintained that no body was born poor but the difference between the poor and the rich are missed opportunity and we believe an opportunity is right in front of you!
No trends to look at
No time wasting
just follow Our EASY SYSTEM and get into the flow of steady income.
This is not another hypewe are not saying you'll become a millionaire over night but $30-$150 daily is not bad...i believe you can do the maths yourself.
HOW MUCH DOES MY PACKAGE COST?

$200 ---------- NO!
$100?------------NO!!
$150?------------NO!!!

This package costs only zero Naira Totally FREE let us train you for one week how to join our money making club .
RUSH NOW TO www.realcashideas.com
ProgrammingRe: How Much Do You Earn As A Developer Per Month? by granmaster(m): 10:21pm On Jul 18, 2013
una get mouth in here
PhonesRe: Airtel Bb Plan On Android by granmaster(m): 6:42pm On Jul 03, 2013
dozai: The stuff is working like mad in my Android.
good for u
PhonesRe: Airtel Bb Plan On Android by granmaster(m): 11:08pm On Jul 01, 2013
Airtel Android config

Goto MENU Settings ‘Wireless & networks’. ‘Mobile Networks’. Click ‘Access Point Names’ Click the Menu button’ Then select ‘New APN’ Key in the detail (internet.ng.airtel.com). Then press the radio button to select it. That’s all.

PhonesRe: Airtel Bb Plan On Android by granmaster(m): 10:44am On Jun 28, 2013
guys i can see the tricks works out for you guys,am here to give you guys another notice after subscribing 10mb for the first time u subscribe bb unlimited, and it happens that the mb finished when subscribing again dont load 100 naira for 10mb just subscribe and browse it would just connect thank you,for more details if you dont understand just call 08061114232
PhonesRe: Airtel Bb Plan On Android by granmaster(m): 5:47pm On Jun 23, 2013
This is a new discovery that have been on for a long time now. Many have done this and are browsing for days and weeks and months now. Many have paid huge amounts to get this unlimited magic sim without knowing the procedure. But we are not only here to give malaboarders expensive fish to eat but also to teach malaboarders how to catch this expensive fish.... This is extra-tested and extra-trusted!!! Oya follow me bumber to bumber....

PROCEDURE to get your mtn sim magically cracked for browsing

(1) BUY ANY NEW MTN SIM OR an OLD LINE.
(2) MIGRATE TO MTN PULSE BY DAILING *406# (mind you, migration fee may be charged if its not your first time of migration to this tarrif plan)
(3) LOAD 300 NAIRA, open your message menu, type in new message 2H and SEND tO 131
(4) ONCE YOU GET A REPLY, CHECK YOUR TIME and REMOVE ur SIM card FROM EITHER YOUR PHONE OR MODEM. DO NOT INSERT THE SIM ON ANY PHONE/MODEM FOR THE NEXT 48HOURS.
(5) AFTER 48HOURS (approximately 2 days) INSERT THE SIM card again ON your PHONE/MODEM.
(6) TYPE *106#
(7) IMEDIATELY after you have tYPEd *106# and you are given a reply, go to new message again and type 103 or 101 send t0 131
(8 ) AFTA DOINg DAT WITh yoUR FONE, U WILL GET 2 MESSAGES saying INSUFICENT BLA BLA bla.... JUST IGNORE DEM. iNSERT your sim AND CONNECT TO YOUR PC AND START BROWSING WITHOUT ANY WAHALA.

Feel free to browse forever till police come catch you....lol!!!

stop collecting money from people enough of all this craps
PhonesRe: Airtel Bb Plan On Android by granmaster(m): 8:08pm On Jun 19, 2013
at last u guys finally make me join the forum, i have been reading as a guess but i want to offer help to you guys, airtel pple has plan a way to suck u guys money including me, but here is the tricks to use there so called unlimited blackberry plan,
step 1 : send deactivate to 440, don't worry ur gigs will not go,it will remain intact to your line only that you cant use it in black berry again
step 2 subscribe to any of there former plans you know but to be able to utilize the 2gig subscribe 10mb then connect it with your modern browse download but don't disconnect because once you disconnect it wont connect again until you subscribe 10 mb again those airtel pple are thieves pls share this,
also you can subscribe additional bsm when you send deactivate so that it can uproot the hidden gigs they gave u
warning once the mb of that there scam unlimited bundle finish don't ever subscribe to it again, if you need more explanation you can call me on 08061114232, dont ask me of cheat because i don't use cheat
thank u

1 2 (of 2 pages)