Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed
315 Pages « < 94 95 96 97 98 > » Bottom

Outline · [ Standard ] · Linear+

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

views
     
apiezsneo
post Sep 9 2017, 05:17 PM

Joined: Today, 01:05 AM
***
Junior Member
333 posts

Joined: Oct 2008


btw those who didn't get any voucher after running script for a long time can try to reboot your modem to refresh ip.
wokies
post Sep 9 2017, 05:17 PM

Getting Started
**
Junior Member
298 posts

Joined: Sep 2013


haha..so hard to get 29%...max only 19%..quite entertaining also waiting the coupon code to pop up..
wongchong
post Sep 9 2017, 05:18 PM

Getting Started
**
Junior Member
53 posts

Joined: Nov 2016
QUOTE(b0rhui @ Sep 9 2017, 05:16 PM)
Sneaky ah  devil.gif  brows.gif Those lazy to flip few pages back won't ever see the message
*
rclxms.gif
OwlsHeart
post Sep 9 2017, 05:18 PM

Mineral Collector/Trader
******
Senior Member
1,102 posts

Joined: May 2013
Here's some tip from me which i believe might be helpful for the miners.

Don't just rely on firefox or chrome, run the script on Opera private window as well. I tested and already kena two 29% codes in a row within 2 hours time. Close all tabs once you got 1 voucher and repeat
cssos
post Sep 9 2017, 05:19 PM

New Member
*
Newbie
0 posts

Joined: Aug 2017


QUOTE(ashdwoers @ Sep 9 2017, 05:16 PM)
19KAWl006gm hmm.gif
*
tq
fadzly
post Sep 9 2017, 05:20 PM

Regular
******
Senior Member
1,757 posts

Joined: Oct 2005



the best way is to brute-force. but it will steal other people voucher code. i hope nobody did that.
xjeez
post Sep 9 2017, 05:20 PM

Getting Started
**
Junior Member
272 posts

Joined: Jan 2007
Donate

19KAW0qg5ll

urnicksux2
post Sep 9 2017, 05:21 PM

Getting Started
**
Junior Member
77 posts

Joined: Jul 2013


so many people got to learn using script in this thred

this thred is very educational thumbup.gif
wokies
post Sep 9 2017, 05:23 PM

Getting Started
**
Junior Member
298 posts

Joined: Sep 2013


can someone suggest good rain suit..givi kinda pricy..but good feedback..any other brand?
Min Hyo
post Sep 9 2017, 05:25 PM

Casual
***
Junior Member
425 posts

Joined: Oct 2009
QUOTE(petang makan maggi @ Sep 9 2017, 05:21 PM)
F12 then the 2nd tab (console)
*
which script should i run ? so many in this thread.
smile93
post Sep 9 2017, 05:28 PM

Casual
***
Junior Member
335 posts

Joined: Jan 2003
Anyone has purchased this speaker (Harman Kardon Onyx Studio 3)? How is the performance?

http://www.lazada.com.my/harman-kardon-ony...k-12280025.html


user posted image



Attached thumbnail(s)
Attached Image
b0rhui
post Sep 9 2017, 05:29 PM

On my way
****
Senior Member
689 posts

Joined: Apr 2012



QUOTE(AmeiN @ Sep 9 2017, 05:16 PM)
*
It's okay I lazy dah biggrin.gif

This post has been edited by b0rhui: Sep 9 2017, 06:49 PM
mindspring
post Sep 9 2017, 05:30 PM

On my way
****
Senior Member
582 posts

Joined: Jan 2007
From: 63100


rhytion why use promise tho? i dont think thats necessary just to check if the request is successful.
rhytion
post Sep 9 2017, 05:32 PM

Casual
***
Junior Member
389 posts

Joined: Oct 2016
From: Kota Kinabalu


QUOTE(mindspring @ Sep 9 2017, 05:30 PM)
rhytion why use promise tho? i dont think thats necessary just to check if the request is successful.
*
Forgot to remove that initially, made one with it removed and number of spins tracked on http://www.lazada.com.my/helpcenter/

CODE

var i = 0;
setInterval(function() {
$.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2', function(data){
i++
if(data != undefined) {
 if(data.data.voucherCode) {
console.log('Voucher: ' + data.data.voucherCode);
alert('Voucher: ' + data.data.voucherCode);
 }
 else {
console.log('no voucher');
}
document.getElementsByClassName("breadcrumb__item-text")[1].innerHTML = 'Help Center on Lazada Malaysia - Spins: ' + i;
}
}
); }, 1000);


This post has been edited by rhytion: Sep 9 2017, 05:53 PM
annoymous1234
post Sep 9 2017, 05:33 PM

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

Joined: Mar 2009

QUOTE(magnesium @ Sep 9 2017, 04:59 PM)
he working hard to gain trust lol
*
Even went as far as opening new account and replying to himself lol

QUOTE(rhytion @ Sep 9 2017, 05:11 PM)
Updated:

CODE
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);
alert('Voucher: ' + data.data.voucherCode);
  }
  else { console.log('no voucher'); }
  }, function(status) { //error detection....
alert('Something went wrong.');
}); }, 1000);

*
Thanks
OwlsHeart
post Sep 9 2017, 05:34 PM

Mineral Collector/Trader
******
Senior Member
1,102 posts

Joined: May 2013
siapa cepat,dia dapat.





















» Click to show Spoiler - click again to hide... «




PLEASE have proper manner and report back if you have used it.
GenesisReborn
post Sep 9 2017, 05:35 PM

New Member
*
Junior Member
17 posts

Joined: Oct 2016
https://forum.lowyat.net/topic/4405820

LEL??
susu_capbadak
post Sep 9 2017, 05:38 PM

Getting Started
**
Junior Member
69 posts

Joined: Jan 2013
QUOTE(OwlsHeart @ Sep 9 2017, 05:34 PM)
siapa cepat,dia dapat.
» Click to show Spoiler - click again to hide... «

PLEASE have proper manner and report back if you have used it.
*
too late, redeemed!
cskcsk
post Sep 9 2017, 05:40 PM

New Member
*
Newbie
1 posts

Joined: Feb 2017
QUOTE(susu_capbadak @ Sep 9 2017, 05:38 PM)
too late, redeemed!
*
same too late

cssos
post Sep 9 2017, 05:42 PM

New Member
*
Newbie
0 posts

Joined: Aug 2017


QUOTE(cskcsk @ Sep 9 2017, 05:40 PM)
same too late
*
too late

315 Pages « < 94 95 96 97 98 > » 
Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.8448sec    0.65    6 queries    GZIP Disabled
Time is now: 11th December 2025 - 12:10 PM