Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed
315 Pages « < 82 83 84 85 86 > » Bottom

Outline · [ Standard ] · Linear+

> Lazada Discussion V20 | #BuyFirstRegretLater, lalalaxx.com | pricecampers.com

views
     
budak minyak
post Sep 9 2017, 01:32 PM

Getting Started
**
Junior Member
257 posts

Joined: Jan 2014
can anyone plz donate me 29 voucher. wanna buy formula milk for my baby. notworthy.gif
Juneleemk
post Sep 9 2017, 01:32 PM

New Member
*
Junior Member
7 posts

Joined: Nov 2005
From: KL


hi, Zhangfei, may I have one 29% to buy milk and diaper pls? Thank you in advance.

teamloks
post Sep 9 2017, 01:33 PM

Regular
******
Senior Member
1,176 posts

Joined: Aug 2008
since i mining with my pc will open 30 tab will post it tonight
xbbshampoo
post Sep 9 2017, 01:33 PM

AudioPedoPhile : >
*****
Senior Member
869 posts

Joined: Jun 2007
From: Derp Village


QUOTE(pwlow @ Sep 9 2017, 01:29 PM)
Valid today only right ?
*
till 11th
wk_edifire
post Sep 9 2017, 01:33 PM

Getting Started
**
Junior Member
104 posts

Joined: Jan 2015


QUOTE(budak minyak @ Sep 9 2017, 01:32 PM)
can anyone plz donate me 29 voucher. wanna buy formula milk for my baby.  notworthy.gif
*
You can buy it from some forumers
If you want fast and simple
apieh23
post Sep 9 2017, 01:34 PM

Getting Started
**
Junior Member
148 posts

Joined: Oct 2009


Heres another one 19%
19KAWdbd3p8
wk_edifire
post Sep 9 2017, 01:34 PM

Getting Started
**
Junior Member
104 posts

Joined: Jan 2015


QUOTE(ZhangFei @ Sep 9 2017, 01:32 PM)
I managed to generate 1 29% and already gave out to my friend, if I generate another, will share it here for who needed. Keep trying, still able to get 29%.
*
How to generate voucher can teach me ?
UnknownH
post Sep 9 2017, 01:34 PM

Enthusiast
******
Senior Member
1,437 posts

Joined: Mar 2009
From: ME TO YOU



QUOTE(ZhangFei @ Sep 9 2017, 01:32 PM)
I managed to generate 1 29% and already gave out to my friend, if I generate another, will share it here for who needed. Keep trying, still able to get 29%.
*
What setup are you on?
Still haven't had 29% since last night cry.gif
wongchong
post Sep 9 2017, 01:36 PM

Getting Started
**
Junior Member
53 posts

Joined: Nov 2016
QUOTE(teamloks @ Sep 9 2017, 01:33 PM)
since i mining with my pc will open 30 tab will post it tonight
*
Thanks bro.
freny2i
post Sep 9 2017, 01:36 PM

Getting Started
**
Junior Member
52 posts

Joined: Apr 2010


mining voucher since 12pm ... 2 hours got each one 29, 19, 9 and 5%.... hopefully another round got back 29%..

ZhangFei
post Sep 9 2017, 01:37 PM

Getting Started
**
Junior Member
142 posts

Joined: Mar 2009
QUOTE(wk_edifire @ Sep 9 2017, 01:34 PM)
How to generate voucher can teach me ?
*
QUOTE(UnknownH @ Sep 9 2017, 01:34 PM)
What setup are you on?
Still haven't had 29% since last night cry.gif
*
using this code
CODE
setInterval(()=> {
$.ajax({
url: "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2"
})
.done(function( res ) {
  if ( res && res.data && res.data.voucherCode ) {
alert(res.data.voucherCode);
    console.log( "Voucher:", res.data.voucherCode );
  } else {
console.log('wait')
  }
});
}, 1000)

metrytobenice
post Sep 9 2017, 01:38 PM

New Member
*
Newbie
3 posts

Joined: Oct 2016
use
setInterval(()=> {
$.ajax({
url: "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2"
})
.done(function( res ) {
if ( res && res.data && res.data.voucherCode ) {
alert(res.data.voucherCode);
console.log( "Voucher:", res.data.voucherCode );
} else {
console.log('wait')
}
});
}, 1000)

in 3 tab

then

var getJSON = function(url) {
return new Promise(function(resolve, reject) {
var xhr = new XMLHttpRequest();
xhr.open('get', url, true);
xhr.responseType = 'json';
xhr.onload = function() {
var status = xhr.status;
if (status == 200) {
resolve(xhr.response);
} else {
reject(status);
}
};
xhr.send();
});
};

setInterval(function() {
getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2').then(function(data) {
if(data.data.voucherCode) {
console.log('Voucher: ' + data.data.voucherCode);
}
else { console.log('no voucher'); }
}, function(status) { //error detection....
alert('Something went wrong.');
}); }, 5000);

in 3 tab

so i open 6 incognito tab
freny2i
post Sep 9 2017, 01:38 PM

Getting Started
**
Junior Member
52 posts

Joined: Apr 2010


give out 2 voucher did not use..

9KAWy6wlfq
5KAWai44wl

wk_edifire
post Sep 9 2017, 01:39 PM

Getting Started
**
Junior Member
104 posts

Joined: Jan 2015


QUOTE(apieh23 @ Sep 9 2017, 01:34 PM)
Heres another one 19%
19KAWdbd3p8
*
Thank I have already use your voucher d
solarwing
post Sep 9 2017, 01:39 PM

aR u LoOkInG fOr mE ?""
******
Senior Member
1,202 posts

Joined: Jul 2007
From: Western Digital "Bring your Life TO LIFE"



QUOTE(metrytobenice @ Sep 9 2017, 01:38 PM)
use
setInterval(()=> {
$.ajax({
url: "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2"
})
.done(function( res ) {
  if ( res && res.data && res.data.voucherCode ) {
alert(res.data.voucherCode);
    console.log( "Voucher:", res.data.voucherCode );
  } else {
console.log('wait')
  }
});
}, 1000)

in 3 tab

then

var getJSON = function(url) {
return new Promise(function(resolve, reject) {
  var xhr = new XMLHttpRequest();
  xhr.open('get', url, true);
  xhr.responseType = 'json';
  xhr.onload = function() {
    var status = xhr.status;
    if (status == 200) {
      resolve(xhr.response);
    } else {
      reject(status);
    }
  };
  xhr.send();
});
};

setInterval(function() {
getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2').then(function(data) {
  if(data.data.voucherCode) {
  console.log('Voucher: ' + data.data.voucherCode);
  }
  else { console.log('no voucher'); }
  }, function(status) { //error detection....
alert('Something went wrong.');
}); }, 5000);

in 3 tab

so i open 6 incognito tab
*
smile.gif
royalz
post Sep 9 2017, 01:39 PM

On my way
****
Junior Member
642 posts

Joined: Jul 2006
guys ,any way to use the code on desktop instead of app?
UnknownH
post Sep 9 2017, 01:39 PM

Enthusiast
******
Senior Member
1,437 posts

Joined: Mar 2009
From: ME TO YOU



QUOTE(metrytobenice @ Sep 9 2017, 01:38 PM)
use
setInterval(()=> {
$.ajax({
url: "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2"
})
.done(function( res ) {
  if ( res && res.data && res.data.voucherCode ) {
alert(res.data.voucherCode);
    console.log( "Voucher:", res.data.voucherCode );
  } else {
console.log('wait')
  }
});
}, 1000)

in 3 tab

then

var getJSON = function(url) {
return new Promise(function(resolve, reject) {
  var xhr = new XMLHttpRequest();
  xhr.open('get', url, true);
  xhr.responseType = 'json';
  xhr.onload = function() {
    var status = xhr.status;
    if (status == 200) {
      resolve(xhr.response);
    } else {
      reject(status);
    }
  };
  xhr.send();
});
};

setInterval(function() {
getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2').then(function(data) {
  if(data.data.voucherCode) {
  console.log('Voucher: ' + data.data.voucherCode);
  }
  else { console.log('no voucher'); }
  }, function(status) { //error detection....
alert('Something went wrong.');
}); }, 5000);

in 3 tab

so i open 6 incognito tab
*
I even open Mozilla, Chrome, Opera in their respective incognito still haven't had a success bangwall.gif
susu_capbadak
post Sep 9 2017, 01:39 PM

Getting Started
**
Junior Member
69 posts

Joined: Jan 2013
QUOTE(ZhangFei @ Sep 9 2017, 01:32 PM)
I managed to generate 1 29% and already gave out to my friend, if I generate another, will share it here for who needed. Keep trying, still able to get 29%.
*
i cannot get the invisible wheel from my side hmm.gif . Could you kindly share a 29% if you can spare one? Thanks icon_rolleyes.gif
royalz
post Sep 9 2017, 01:40 PM

On my way
****
Junior Member
642 posts

Joined: Jul 2006
QUOTE(Enigmatic @ Sep 9 2017, 12:52 PM)
I'll give a general idea up ahead what time's the next batch coming.
*
legend...got any way to bypass the code for use on desktop instead of app? wanna use with shopback account
coolguy99
post Sep 9 2017, 01:41 PM

Look at all my stars!!
*******
Senior Member
7,351 posts

Joined: Aug 2015



any restriction on the items that we can use the code on? just got a code lol

315 Pages « < 82 83 84 85 86 > » 
Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.0189sec    0.89    6 queries    GZIP Disabled
Time is now: 10th December 2025 - 02:58 PM