Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

> Lazada Discussion V22 | #MYCyberSCAM, lalalaxx.com | pricecampers.com

views
     
air_mood
post Oct 3 2017, 11:15 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://www.lazada.com.my/helpcenter/
// @grant none
// ==/UserScript==

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=1e48eefec55aba8b941095da02508bbf&dpr=desktop', function(data){
if(data != undefined) {
if(data.data.voucherCode) {
console.log('Voucher: ' + data.data.voucherCode);
alert('Voucher: ' + data.data.voucherCode);
}
else {
console.log('Please wait...');
}
}
}
); }, 1000);

I get an error on this part. When I click on the exclamation mark it tells me to put "data !==" instead. Is that correct?
air_mood
post Oct 10 2017, 05:52 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


QUOTE(AmeiN @ Oct 10 2017, 05:35 PM)
really admire this dupe. he come, shared his godlike phyton script and gone missing

RIP https://forum.lowyat.net/user/DameDameDesuYo bye.gif
*
Any guides on how to use the script like the one we had during the KAW? Saw the post with his script, don't understand how to use it though. Managed to work the KAW wheel then as someone left somewhat of a guide.
air_mood
post Oct 10 2017, 07:19 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


QUOTE(AmeiN @ Oct 10 2017, 05:58 PM)
Thanks bro. Already managed to get it running. If it says everything is normal, that means no voucher?
air_mood
post Oct 10 2017, 09:21 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


How do I know that I manage to obtain a code from the script spin?
air_mood
post Oct 11 2017, 04:07 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


So far only managed to get 1 5% code after running the python script from yesterday evening until now. Is that normal?
air_mood
post Oct 13 2017, 06:28 PM

Randy Marsh, Guitar Queer-O
*******
Senior Member
4,150 posts

Joined: Mar 2006


Until when are these codes usable?

Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.0199sec    0.57    7 queries    GZIP Disabled
Time is now: 29th November 2025 - 11:39 AM