Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

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

views
     
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,353 posts

Joined: Aug 2015



any restriction on the items that we can use the code on? just got a code lol
armati
post Sep 9 2017, 01:41 PM

On my way
****
Junior Member
535 posts

Joined: Jan 2016
29KAW9i1nad
5KAWcom82f
5KAWzyxvol
5KAWgj0qq4
iwubpreve
post Sep 9 2017, 01:41 PM

Regular
******
Senior Member
1,829 posts

Joined: Mar 2013
QUOTE(wk_edifire @ Sep 9 2017, 02:34 PM)
How to generate voucher can teach me ?
*
i also learn from the thread sweat.gif

1. in google chrome, right click on the lazada page then click inspect
2. go to console tab, paste this script
QUOTE
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)

3. press enter and wait. if u key in correct u will see this "wait" keep on going in number. meaning it refreshing i guess. wait there until u see voucher code appear.
Attached Image

of course the more u open the higher chance u get. once u get it then u quit all ur chrome and reopen back chrome at incognito and repeat the steps above.

hope this help. i'm not from IT background but forummer here share so i can get it. so far got 3 29% only sweat.gif

wk_edifire
post Sep 9 2017, 01:41 PM

Getting Started
**
Junior Member
104 posts

Joined: Jan 2015


QUOTE(solarwing @ Sep 9 2017, 01:39 PM)
smile.gif
*
Can give me the link to lazada spinner ?

lamode
post Sep 9 2017, 01:43 PM

anything could happen!
*******
Senior Member
3,904 posts

Joined: Jul 2007
product RM 95.00, shipping fees RM448.50 confused.gif rclxub.gif rclxub.gif
#glitch who dare to buy? biggrin.gif

https://www.lazada.com.my/littlest-pet-shop...=&mp=1&rs=83667

This post has been edited by lamode: Sep 9 2017, 01:43 PM
metrytobenice
post Sep 9 2017, 01:45 PM

New Member
*
Newbie
3 posts

Joined: Oct 2016
QUOTE(wk_edifire @ Sep 9 2017, 01:41 PM)
Can give me the link to lazada spinner ?
*
no more lazada spinner
1. get into lazada.com.my
2. inspect elements.
3. insert scripts.

you cant get to spinner anymore, just scripts
b0rhui
post Sep 9 2017, 01:49 PM

On my way
****
Senior Member
689 posts

Joined: Apr 2012



QUOTE(metrytobenice @ Sep 9 2017, 01:45 PM)
no more lazada spinner
1. get into lazada.com.my
2. inspect elements.
3. insert scripts.

you cant get to spinner anymore, just scripts
*
lazada.com.my consumes more resources because too many graphics.

this better http://www.lazada.com.my/helpcenter/
akib_mullen
post Sep 9 2017, 01:51 PM

On my way
****
Senior Member
691 posts

Joined: Jul 2011


QUOTE(royalz @ Sep 9 2017, 01:40 PM)
legend...got any way to bypass the code for use on desktop instead of app? wanna use with shopback account
*
dont greed too much. lzd already said can be used on apps only
wk_edifire
post Sep 9 2017, 01:51 PM

Getting Started
**
Junior Member
104 posts

Joined: Jan 2015


QUOTE(b0rhui @ Sep 9 2017, 01:49 PM)
lazada.com.my consumes more resources because too many graphics.

this better http://www.lazada.com.my/helpcenter/
*
Thank


Even through I got study web design I still cannot find loop hole in the website

iwubpreve
post Sep 9 2017, 01:52 PM

Regular
******
Senior Member
1,829 posts

Joined: Mar 2013
QUOTE(akib_mullen @ Sep 9 2017, 02:51 PM)
dont greed too much. lzd already said can be used on apps only
*
use milkadeal get 2% cashback lo.
Enigmatic
post Sep 9 2017, 01:52 PM

Tralala?
*******
Senior Member
3,291 posts

Joined: Jan 2005
From: Nowhere Everywhere
Next batch will come at about 11PM.

Hope that in the meantime you guys will get lucky with your scripts. smile.gif
CyberSundayz
post Sep 9 2017, 01:53 PM

★★★★★★★★★
******
Senior Member
1,850 posts

Joined: Feb 2008



QUOTE(Enigmatic @ Sep 9 2017, 01:52 PM)
Next batch will come at about 11PM.

Hope that in the meantime you guys will get lucky with your scripts. smile.gif
*
what's batch?
UnknownH
post Sep 9 2017, 01:54 PM

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

Joined: Mar 2009
From: ME TO YOU



QUOTE(Enigmatic @ Sep 9 2017, 01:52 PM)
Next batch will come at about 11PM.

Hope that in the meantime you guys will get lucky with your scripts. smile.gif
*
And with the tricky uppercase random alphabet like before? Would be really useful(without mentioning the trick).
wongchong
post Sep 9 2017, 01:55 PM

Getting Started
**
Junior Member
53 posts

Joined: Nov 2016
QUOTE(iwubpreve @ Sep 9 2017, 01:41 PM)
i also learn from the thread sweat.gif

1. in google chrome, right click on the lazada page then click inspect
2. go to console tab, paste this script

3. press enter and wait. if u key in correct u will see this "wait" keep on going in number. meaning it refreshing i guess. wait there until u see voucher code appear.
Attached Image

of course the more u open the higher chance u get. once u get it then u quit all ur chrome and reopen back chrome at incognito and repeat the steps above.

hope this help. i'm not from IT background but forummer here share so i can get it. so far got 3 29% only sweat.gif
*
QUOTE(b0rhui @ Sep 9 2017, 01:49 PM)
lazada.com.my consumes more resources because too many graphics.

this better http://www.lazada.com.my/helpcenter/
*
Thank You. notworthy.gif

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

Change to:
| Lo-Fi Version
0.0314sec    0.74    6 queries    GZIP Disabled
Time is now: 12th December 2025 - 04:39 PM