Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

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

views
     
cyril_fong
post Oct 3 2017, 04:56 PM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
Anyone can give me the script?
I tried to copy and paste on tempermonkey but cannot save.
It shows invalid userscript
cyril_fong
post Oct 3 2017, 05:04 PM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
QUOTE(AmeiN @ Oct 3 2017, 05:00 PM)
SCRIPT

TAG: script tampermonkey tamper monkey spin spinner autospin
*
Attached Image

Like this? Consider spinning?
cyril_fong
post Oct 3 2017, 05:11 PM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
QUOTE(AmeiN @ Oct 3 2017, 05:08 PM)
lol forgot thats for old spinner  innocent.gif  whistling.gif
*
var i = 0;
setInterval(function() {
$.getJSON('http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=1e48eefec55aba8b941095da02508bbf&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);

Found this on v21 but cannot save on tempermonkey.
Showing me invalid userscript doh.gif
cyril_fong
post Oct 3 2017, 05:14 PM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
QUOTE(alexander3133 @ Oct 3 2017, 05:13 PM)
Spoon feed time?

CODE

// ==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);

*
Thanks bro,just realized I have erased the first phase doh.gif
cyril_fong
post Oct 8 2017, 09:06 AM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
QUOTE(kinwai88 @ Oct 8 2017, 08:18 AM)
The HSBC credit card apply at LAzada give e-voucher RM500, need to swipe RM1K within 60 days...

The swipe RM1K is it we can swipe paying electric bill, dinning, pour petrol or shopping? Or is need to swipe RM1K buy item in Lazada only can get the RM500 voucher?

If I swipe RM1K buy hp in Lazada as soon as I get the credit card, the RM500 e-voucher confirm give to me immediately or need wait 60 days?

Last question is the RM500 confirm everyone will get if spend above RM1k within 60 days or for first 500 customer only?

any sifu here got apply before and using, anything need to be careful and look out?
https://sp.hsbc.com.my/lazada500?spm=a2o4k....=BANNER&boost=2
*
One question, HSBC Visa Platinum(Got annual fee) & HSBC Amanah MPower Platinum Islamic(Annual fee waived with 12 swipes per year)
Just wondering what's the difference between normal & islamic credit card blink.gif

cyril_fong
post Oct 8 2017, 09:48 AM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
QUOTE(shirohamada @ Oct 8 2017, 09:29 AM)
one is haram.
one is halal.
icon_idea.gif
*
LOL, is this make sense? dry.gif
I may go for islamic, because annual fee can be waived hmm.gif
cyril_fong
post Oct 8 2017, 11:46 AM

Getting Started
**
Junior Member
68 posts

Joined: Apr 2010
Anyone is still scripting for 10% whistling.gif

Bump Topic Topic ClosedOptions New Topic
 

Change to:
| Lo-Fi Version
0.0956sec    1.10    7 queries    GZIP Disabled
Time is now: 3rd December 2025 - 08:35 AM