Attached thumbnail(s)
Lazada Discussion V23 | #ScamMYUniverse #LazadaOR, lalalaxx.com | pricecampers.com
Lazada Discussion V23 | #ScamMYUniverse #LazadaOR, lalalaxx.com | pricecampers.com
|
|
Nov 1 2017, 03:03 PM
|
![]() ![]()
Junior Member
50 posts Joined: Sep 2006 |
|
|
|
Nov 1 2017, 03:04 PM
|
![]() ![]() ![]()
Junior Member
382 posts Joined: May 2011 From: Subang Jaya |
QUOTE(BenYeeHua @ Nov 1 2017, 03:21 PM) Yup, working. thanks for the executable. better than need to redo everytime. And here is the python that I convert from py to exe 64 bit, I am not sure it will record the voucher into text file or not, but it should run. [attachmentid=9291071] I guess uploading this exe don't break any rule? Just remove this post or inform me in case it does. EDIT: Just for safety, I will remove the attachment after a few hours. Yup, in ms, but the server is overload, so tweaking it now don't do anything, instead it will query more request for your browser and overload your browser. lucky guy, I get only 10% on first try. |
|
|
Nov 1 2017, 03:04 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,329 posts Joined: Jun 2015 |
|
|
|
Nov 1 2017, 03:06 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,602 posts Joined: Apr 2011 From: Kuala Lumpur |
|
|
|
Nov 1 2017, 03:07 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,351 posts Joined: Jul 2008 From: Planet Earth |
|
|
|
Nov 1 2017, 03:07 PM
|
![]() ![]() ![]()
Junior Member
382 posts Joined: May 2011 From: Subang Jaya |
|
|
|
Nov 1 2017, 03:08 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
5,602 posts Joined: Apr 2011 From: Kuala Lumpur |
|
|
|
Nov 1 2017, 03:09 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,873 posts Joined: Nov 2010 |
QUOTE(ikanbilis @ Nov 1 2017, 03:00 PM) If they don't set any rule to limit only to old account, I think someone will start writing script to create account and spin it automatically. QUOTE(akib_mullen @ Nov 1 2017, 03:02 PM) C:\Python27>python spin.py You should show the extension of the file to check it is really .py, not spin.py.txt. python: can't open file 'spin.py': [Errno 2] No such file or directory I think in the file already https://www.wikihow.com/Change-a-File-Exten...n_Windows_8_sub Or https://www.wikihow.com/Change-a-File-Exten..._on_Windows_sub QUOTE(Kantao @ Nov 1 2017, 03:03 PM) Server busy.QUOTE(victorian @ Nov 1 2017, 03:08 PM) Nah, just the frondend of the server telling the browser that the main server which is handle the spin is busy/unrespond, and you can see the little increment of the number at the left side of the no voucher which tell you the script is still running. |
|
|
Nov 1 2017, 03:13 PM
|
![]() ![]() ![]()
Junior Member
382 posts Joined: May 2011 From: Subang Jaya |
QUOTE(szaku89 @ Nov 1 2017, 04:07 PM) 1. Install sessionbox extensions on Chrome2. Copy this code var i = 0; setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1', 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); 3. Right click on any lazada page and choose Inspect 4. Choose "Sources" tab and create new snippet. 5. Paste the code on the right. 6. Right click the new snippet and click Run. EDIT : Make sure to run the code in Sessionbox tab. This post has been edited by maxera: Nov 1 2017, 03:15 PM |
|
|
Nov 1 2017, 03:14 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
6,373 posts Joined: May 2007 |
|
|
|
Nov 1 2017, 03:20 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,873 posts Joined: Nov 2010 |
QUOTE(maxera @ Nov 1 2017, 03:13 PM) And for anyone that want to get a new cookies for each spin with python, just change the code "if numberOfAttempt == 1500" to smaller number, like 5 or 10 and even 1(1 for spin 1 times then change cookies).So after 5-10 spin, it will get another new cookies for next 5-10 spin. But remember, each time it will browser lazada homepage to get new cookies, but you can also change that one to a lazada web page that is small than home page. This post has been edited by BenYeeHua: Nov 1 2017, 03:21 PM |
|
|
Nov 1 2017, 03:21 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,351 posts Joined: Jul 2008 From: Planet Earth |
QUOTE(maxera @ Nov 1 2017, 03:13 PM) 1. Install sessionbox extensions on Chrome thanks a lot! 2. Copy this code var i = 0; setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1', 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); 3. Right click on any lazada page and choose Inspect 4. Choose "Sources" tab and create new snippet. 5. Paste the code on the right. 6. Right click the new snippet and click Run. EDIT : Make sure to run the code in Sessionbox tab. but i get this error Mixed Content: The page at 'https://www.lazada.com.my/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1'. This request has been blocked; the content must be served over HTTPS. |
|
|
Nov 1 2017, 03:22 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,873 posts Joined: Nov 2010 |
QUOTE(szaku89 @ Nov 1 2017, 03:21 PM) thanks a lot! Then change it tobut i get this error Mixed Content: The page at 'https://www.lazada.com.my/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1'. This request has been blocked; the content must be served over HTTPS. CODE var i = 0; setInterval(function() { $.getJSON('https://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=7b03cfa1ba0da7194d771e2d262f54fc&dpr=1', 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); For https version. |
|
|
Nov 1 2017, 03:23 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,329 posts Joined: Jun 2015 |
QUOTE(maxera @ Nov 1 2017, 03:13 PM) 1. Install sessionbox extensions on Chrome ok found the create new snippet option2. Copy this code var i = 0; setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1', 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); 3. Right click on any lazada page and choose Inspect 4. Choose "Sources" tab and create new snippet. 5. Paste the code on the right. 6. Right click the new snippet and click Run. EDIT : Make sure to run the code in Sessionbox tab. This post has been edited by lyc1982: Nov 1 2017, 03:23 PM |
|
|
Nov 1 2017, 03:23 PM
|
![]() ![]() ![]()
Junior Member
391 posts Joined: Mar 2012 |
QUOTE(BenYeeHua @ Nov 1 2017, 02:21 PM) Yup, working. ThanksAnd here is the python that I convert from py to exe 64 bit, I am not sure it will record the voucher into text file or not, but it should run. [attachmentid=9291071] I guess uploading this exe don't break any rule? Just remove this post or inform me in case it does. EDIT: Just for safety, I will remove the attachment after a few hours. Yup, in ms, but the server is overload, so tweaking it now don't do anything, instead it will query more request for your browser and overload your browser. lucky guy, I get only 10% on first try. |
|
|
Nov 1 2017, 03:31 PM
|
![]() ![]()
Junior Member
135 posts Joined: Nov 2014 |
QUOTE(BenYeeHua @ Nov 1 2017, 03:22 PM) Then change it to thanks, hope can get 29%^^CODE var i = 0; setInterval(function() { $.getJSON('https://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=7b03cfa1ba0da7194d771e2d262f54fc&dpr=1', 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); For https version. |
|
|
Nov 1 2017, 03:33 PM
|
![]() ![]() ![]() ![]()
Senior Member
689 posts Joined: Apr 2012 |
Any LZD sellers here? Are you totally okay with LAZADA delaying the payment cycle at all? Isn't anyone gonna voice out?
|
|
|
Nov 1 2017, 03:45 PM
|
![]()
Newbie
3 posts Joined: Oct 2016 |
what is the hotkey to open session box ?
|
|
|
Nov 1 2017, 03:47 PM
|
![]() ![]()
Junior Member
96 posts Joined: Jul 2008 |
LOL, this is like more like a coding thread instead of online sale page.
|
|
|
Nov 1 2017, 03:48 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
2,329 posts Joined: Jun 2015 |
QUOTE(maxera @ Nov 1 2017, 03:13 PM) 1. Install sessionbox extensions on Chrome followed your step by step method...clicked Run...but nothing is happening...odd2. Copy this code var i = 0; setInterval(function() { $.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=1', 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); 3. Right click on any lazada page and choose Inspect 4. Choose "Sources" tab and create new snippet. 5. Paste the code on the right. 6. Right click the new snippet and click Run. EDIT : Make sure to run the code in Sessionbox tab. EDIT: i realize i can only run 1 tab sessionbox at a time... This post has been edited by lyc1982: Nov 1 2017, 03:52 PM |
| Bump Topic Topic ClosedOptions New Topic |
| Change to: | 0.0311sec
0.41
6 queries
GZIP Disabled
Time is now: 9th December 2025 - 10:27 AM |