Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

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

views
     
Jo@NJS
post Oct 3 2017, 06:13 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


var i = 0;
setInterval(function() {
$.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=1e48eefec55aba8b941095da02508bbf&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);
755

This script still usable u guys?
Jo@NJS
post Oct 3 2017, 06:18 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(SliparJepun @ Oct 3 2017, 06:15 PM)
U mean this one? If so, thanks smile.gif

// ==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);
Jo@NJS
post Oct 3 2017, 06:48 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


no good ler this sales, gotta migrate to shopee soon lel
Jo@NJS
post Oct 3 2017, 11:22 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


WHole night but only get one 5% voucher lel
Jo@NJS
post Oct 4 2017, 01:30 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


Ya and i just need one 10% but fail lel

QUOTE(birain @ Oct 4 2017, 06:26 AM)
really? i get 12%  more than 5%, 10% very rare.  laugh.gif
*
Jo@NJS
post Oct 5 2017, 01:16 AM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(soonwai @ Oct 5 2017, 12:25 AM)
btw, WOW20A is active. 20% Max RM15, RM75.
Petronas Card RM 95 less 20%(Max 15) = RM80.
*
Thanks for the tip biggrin.gif Btw, can get can we get cashback using lazada app?
Jo@NJS
post Oct 5 2017, 01:50 AM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(soonwai @ Oct 5 2017, 01:31 AM)
Yes, can. Petronas card as an example, I get RM2.74 shopback on desktop and RM2.57 on app.
*
Merci
Jo@NJS
post Oct 5 2017, 11:37 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


sorry wrong PM

This post has been edited by Jo@NJS: Oct 5 2017, 11:42 PM
Jo@NJS
post Oct 6 2017, 02:35 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


Placed order on 5th, received 2 Petronas cards this morning. No sms, no call. Order status is still 'Processing'....no tracking #, no name + address on packaging.

Nationwide Express packaging but delivered by Skynet lel...sometimes i wonder
Jo@NJS
post Oct 6 2017, 03:59 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(LostAndFound @ Oct 6 2017, 03:30 PM)
I've got quite a few vouchers already. Thanks to those who share the python code, makes it super easy. My Raspberry Pi at home harvesting, will share on the day itself as I won't be using most of the codes.
*
Gimme one 10% code ler please heh...i xchange with X2 12% codes lel
Jo@NJS
post Oct 6 2017, 04:04 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(alexander3133 @ Oct 6 2017, 04:02 PM)
You really want now?
Still got plenty of time to spin.
*
Ok lah, i PM u on cybersales day tongue.gif
Jo@NJS
post Oct 6 2017, 07:19 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(neo_himura @ Oct 6 2017, 07:13 PM)
Been mining for almost 48 hours. Got only one 10% code yesterday. Today none. 5% and 12% dapat satu lori... lzd limiting 10% codes?
*
Lucky u....me one 10% also tadak. Very stingy heh
Jo@NJS
post Oct 9 2017, 03:08 AM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(voncrane @ Oct 9 2017, 03:05 AM)
Is the Petronas card only one per account? As I'm trying to add to cart but keeps reporting that "Adding to cart failed. You cannot order more than the allowed quantity." I've only ever bought one a few days back. Was able to add to cart yesterday, but now can't.
*
Out of stock
Jo@NJS
post Oct 9 2017, 02:20 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


wow even 15WATSONS voucher had been fully redeemed lel
Jo@NJS
post Oct 9 2017, 10:10 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


u guys please don't hog on the petronas fuel card....i need to purchase one so give chance a bit
Jo@NJS
post Oct 9 2017, 11:07 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


APPMCS13 so fast fully redeemed? Godayumn
Jo@NJS
post Oct 9 2017, 11:37 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


APPMCS13 voucher so glitchy, sometimes can sometimes cannot
Jo@NJS
post Oct 10 2017, 01:30 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


same here, petronas card oos. Wow20a cannot re-use right? I redeemed like last Thursday
Jo@NJS
post Oct 10 2017, 01:57 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


QUOTE(OwlsHeart @ Oct 10 2017, 01:53 PM)
Can redeem on other account , make a new one if you have to. Ive been doing the same wink.gif
*
Awesome, thanks!
Jo@NJS
post Oct 11 2017, 02:32 PM

On my way
****
Junior Member
534 posts

Joined: Dec 2004


Anyone here using Mi Air Purifier? I wanna know if its worth getting one, thx

2 Pages  1 2 >
Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.0367sec    0.28    7 queries    GZIP Disabled
Time is now: 29th November 2025 - 03:37 AM