Outline ·
[ Standard ] ·
Linear+
Lazada Discussion V20 | #BuyFirstRegretLater, lalalaxx.com | pricecampers.com
|
sitescope
|
Sep 9 2017, 01:26 PM
|
|
QUOTE(lingling @ Sep 9 2017, 01:03 PM) wake up .. found that I miss Enigmatic's midnight code cook lunch come back .. found that I miss Enigmatic & Legendary Big Boss' noon code again i don need code mining script ... can I have a script that whenever the 2 dewa post smtg, it play a LOUD alert sound in my speaker haha In future if got sale, sleep early
|
|
|
|
|
|
b0rhui
|
Sep 9 2017, 01:27 PM
|
|
QUOTE(wongchong @ Sep 9 2017, 01:26 PM) Can you please share the link?Thank You. Two post above there got. Else page 77 for the source Credit GoogleSearch
|
|
|
|
|
|
adren1
|
Sep 9 2017, 01:28 PM
|
Getting Started

|
so many discount now
|
|
|
|
|
|
iwubpreve
|
Sep 9 2017, 01:29 PM
|
|
felt like i'm botting like playing ragnarok
|
|
|
|
|
|
pwlow
|
Sep 9 2017, 01:29 PM
|
|
QUOTE(xbbshampoo @ Sep 9 2017, 01:25 PM) 19KAWtx7uud 19KAWnmch99 9KAW9d1tbl 9KAWv8ifxi 9KAWc20zkv 9KAWvt2uqw Valid today only right ?
|
|
|
|
|
|
UnknownH
|
Sep 9 2017, 01:31 PM
|
|
I don't think I'll be using these. 9KAW5dzjvx 5KAWyl2apl 5KAWk3ilcr
|
|
|
|
|
|
ZhangFei
|
Sep 9 2017, 01:32 PM
|
Getting Started

|
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%.
|
|
|
|
|
|
Juneleemk
|
Sep 9 2017, 01:32 PM
|
New Member
|
hi, Zhangfei, may I have one 29% to buy milk and diaper pls? Thank you in advance.
|
|
|
|
|
|
teamloks
|
Sep 9 2017, 01:33 PM
|
|
since i mining with my pc will open 30 tab will post it tonight
|
|
|
|
|
|
xbbshampoo
|
Sep 9 2017, 01:33 PM
|
|
QUOTE(pwlow @ Sep 9 2017, 01:29 PM) till 11th
|
|
|
|
|
|
wk_edifire
|
Sep 9 2017, 01:33 PM
|
Getting Started

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

|
Heres another one 19% 19KAWdbd3p8
|
|
|
|
|
|
wk_edifire
|
Sep 9 2017, 01:34 PM
|
Getting Started

|
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
|
Sep 9 2017, 01:34 PM
|
|
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
|
|
|
|
|
|
wongchong
|
Sep 9 2017, 01:36 PM
|
Getting Started

|
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
|
Sep 9 2017, 01:36 PM
|
Getting Started

|
mining voucher since 12pm ... 2 hours got each one 29, 19, 9 and 5%.... hopefully another round got back 29%..
|
|
|
|
|
|
ZhangFei
|
Sep 9 2017, 01:37 PM
|
Getting Started

|
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  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
|
Sep 9 2017, 01:38 PM
|
New Member
|
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
|
Sep 9 2017, 01:38 PM
|
Getting Started

|
give out 2 voucher did not use..
9KAWy6wlfq 5KAWai44wl
|
|
|
|
|