5KAWXZF1OI
9KAWlmchjh
nah, gip u all a little taste... Bunch of 29% useless haha ..
Lazada Discussion V20 | #BuyFirstRegretLater, lalalaxx.com | pricecampers.com
Lazada Discussion V20 | #BuyFirstRegretLater, lalalaxx.com | pricecampers.com
|
|
Sep 9 2017, 05:09 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
7,106 posts Joined: Jan 2003 |
5KAWXZF1OI
9KAWlmchjh nah, gip u all a little taste... Bunch of 29% useless haha .. |
|
|
Sep 9 2017, 05:09 PM
|
![]() ![]()
Junior Member
53 posts Joined: Nov 2016 |
|
|
|
Sep 9 2017, 05:10 PM
|
![]() ![]()
Junior Member
145 posts Joined: Feb 2007 |
|
|
|
Sep 9 2017, 05:10 PM
|
![]() ![]() ![]()
Junior Member
389 posts Joined: Oct 2016 From: Kota Kinabalu |
|
|
|
Sep 9 2017, 05:10 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
4,094 posts Joined: Jan 2003 From: USJ |
some small contribution from me
9KAWcnywjj 9KAW850nqq 9KAWrdht6b 9KAWrnyfoi 19KAWaz49rk 19KAWs8xcrw |
|
|
Sep 9 2017, 05:10 PM
|
![]()
Newbie
0 posts Joined: Aug 2017 |
|
|
|
Sep 9 2017, 05:10 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,757 posts Joined: Oct 2005 |
this code too slow..
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); } else { console.log('no voucher'); } }, function(status) { //error detection.... alert('Something went wrong.'); }); }, 5000); |
|
|
Sep 9 2017, 05:11 PM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
964 posts Joined: Jan 2003 From: Ipoh/Penang |
this morning lucky get 29% less than 5 minutes
After that open multiple tab wait till sien oledi...nothing appear 11107 VM218:10 wait |
|
|
Sep 9 2017, 05:11 PM
|
![]() ![]() ![]()
Junior Member
389 posts Joined: Oct 2016 From: Kota Kinabalu |
QUOTE(fadzly @ Sep 9 2017, 05:10 PM) this code too slow.. 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); } else { console.log('no voucher'); } }, function(status) { //error detection.... alert('Something went wrong.'); }); }, 5000); 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); |
|
|
Sep 9 2017, 05:11 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,757 posts Joined: Oct 2005 |
|
|
|
Sep 9 2017, 05:12 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,605 posts Joined: Feb 2006 |
|
|
|
Sep 9 2017, 05:12 PM
|
![]() ![]()
Junior Member
53 posts Joined: Nov 2016 |
QUOTE(rhytion @ Sep 9 2017, 05:10 PM) I think worst part is no patience, if they willing to read few pages back then they will know 11pm another batch of 29% coming, all this begging unecessary QUOTE(fadzly @ Sep 9 2017, 05:11 PM) Hahaha,we must stop reminding that something will come later. |
|
|
Sep 9 2017, 05:12 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,757 posts Joined: Oct 2005 |
QUOTE(rhytion @ Sep 9 2017, 05:11 PM) Updated: goodjobCODE 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); |
|
|
Sep 9 2017, 05:14 PM
|
![]() ![]() ![]() ![]() ![]()
Senior Member
964 posts Joined: Jan 2003 From: Ipoh/Penang |
QUOTE(rhytion @ Sep 9 2017, 06:11 PM) Updated: ya 5000 change to 1000 fast lo 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); |
|
|
Sep 9 2017, 05:14 PM
|
![]() ![]() ![]()
Junior Member
425 posts Joined: Oct 2009 |
can someone teach me how to run the script using firefox? how to paste the script?
|
|
|
Sep 9 2017, 05:14 PM
|
![]() ![]() ![]() ![]()
Senior Member
582 posts Joined: Jan 2007 From: 63100 |
|
|
|
Sep 9 2017, 05:15 PM
|
![]()
Newbie
0 posts Joined: Aug 2017 |
|
|
|
Sep 9 2017, 05:16 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
4,735 posts Joined: Feb 2010 From: ★~Starlight~★ |
Spinning using Mobile browser with alert (intermediate)
*applicable on mobile browser with extension support cannot confirm 100% working lolz 1. Install Violentmonkey extension 2. Install this script into violentmonkey https://pastebin.com/udeUtEFh 3: Open this link: http://www.lazada.com.my/ajax/lottery/spin...90d377b02&dpr=2 4: ?? 5: Keep refreshing! AND REPOST QUOTE(metrytobenice @ Sep 9 2017, 01:38 PM) use This post has been edited by AmeiN: Sep 9 2017, 05:24 PMsetInterval(()=> { $.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 |
|
|
Sep 9 2017, 05:16 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,234 posts Joined: Feb 2012 |
19KAWl006gm
|
|
|
Sep 9 2017, 05:16 PM
Show posts by this member only | IPv6 | Post
#1900
|
![]() ![]() ![]() ![]()
Senior Member
689 posts Joined: Apr 2012 |
|
| Bump Topic Topic ClosedOptions New Topic |
| Change to: | 0.0168sec
0.57
6 queries
GZIP Disabled
Time is now: 8th December 2025 - 05:03 PM |