Outline ·
[ Standard ] ·
Linear+
Lazada Discussion V22 | #MYCyberSCAM, lalalaxx.com | pricecampers.com
|
rhytion
|
Oct 3 2017, 05:44 AM
|
|
QUOTE(hentaiargh @ Oct 3 2017, 02:36 AM) script below(MYCYBER SPIN WHEEL) 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 Mind giving some credit hehe
|
|
|
|
|
|
rhytion
|
Oct 3 2017, 05:24 PM
|
|
QUOTE(rayken @ Oct 3 2017, 05:24 PM) Where got 29? Unless not from spin wheel
|
|
|
|
|
|
rhytion
|
Oct 3 2017, 05:41 PM
|
|
QUOTE(jianqiang @ Oct 3 2017, 05:38 PM) I did get some KAW vouchers from the wheel when the spin first started, but I don't think they'll work.
|
|
|
|
|
|
rhytion
|
Oct 4 2017, 02:19 PM
|
|
QUOTE(soonwai @ Oct 4 2017, 02:19 PM) 1am already all gone. There's another way to get 20% off MR200 purchase. Later I post. Shopee? 50%? Where got such a thing. Eagerly waiting
|
|
|
|
|
|
rhytion
|
Oct 4 2017, 07:12 PM
|
|
QUOTE(DameDameDesuYo @ Oct 4 2017, 06:18 PM)  sofar so good  Thanks for your previous script. Managed to make one like yours in the pic by studying some python. This post has been edited by rhytion: Oct 4 2017, 07:13 PM
|
|
|
|
|
|
rhytion
|
Oct 4 2017, 10:31 PM
|
|
Anything wrong with my code or Lazada being stingy even with low voucher values? Help from sifus much appreciated. CODE import requests, time, sys,os
headers = {'User-Agent':"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"}
def recursionftwdude(theSession): try: theSession.close() theSession = None theSession = requests.Session() theSession.get("http://www.lazada.com.my/", headers=headers) return theSession except: recursionftwdude(theSession)
numberofrounds = 1 numberof10 = 0 numberof5 = 0 numberof12 = 0 numberOfAttempt = 0 s = requests.Session() proxies = {"http": "http://%s" % (sys.argv[1])} s.proxies.update(proxies) s.get("http://www.lazada.com.my/", headers=headers) url = "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=1e48eefec55aba8b941095da02508bbf&dpr=1" while 1: numberOfAttempt += 1 if numberOfAttempt == 1000: s = recursionftwdude(s) numberOfAttempt = 0 numberofrounds += 1 try: r = s.get(url, headers=headers).json() except ValueError: print "Server no give shit" time.sleep(5) # give server rest, because i see 503 too often continue except requests.exceptions.ConnectionError: print "Server no give shit!!!" time.sleep(2) # littlebit speacial continue try: try: print "Voucher: " + r["data"]["data"]["voucherCode"] if "10" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "10: " + str(numberof10) if "12" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "12: " + str(numberof12)
if "5" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "5: " + str(numberof5) with open("voucherCode.txt", "a") as f: f.write(time.ctime(int(time.time())) + " : " + str(r["data"]["data"]["voucherCode"]) + "\n") except: pass print "Voucher: " + r["data"]["voucherCode"] if "10" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "10: " + str(numberof10) if "12" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "12: " + str(numberof12)
if "5" in r["data"]["data"]["voucherCode"]: numberof10 += 1 print "5: " + str(numberof5) with open("voucherCode.txt", "a") as f: f.write(time.ctime(int(time.time())) + " : " + str(r["data"]["voucherCode"]) + "\n") except KeyError: if r and r["data"]: pass os.system('cls') print time.ctime(int(time.time())) print "----------LAZADA MYCYBERSCAM VOUCHER MINER STATUS----------" print "10% Voucher count: " + str(numberof10) print "12% Voucher count: " + str(numberof12) print "5% Voucher count: " + str(numberof5) print "Attempt no. " + str(numberOfAttempt) print "Round no. " + str(numberofrounds) print "---------------------HERE MARKS THE END---------------------" continue
This post has been edited by rhytion: Oct 4 2017, 10:59 PM
|
|
|
|
|
|
rhytion
|
Oct 7 2017, 06:14 PM
|
|
QUOTE(neo_himura @ Oct 7 2017, 05:42 PM) Is it just me or lzd ran out of mycyberscam codes? I didn't get anything since noon. It's probably not just you, most probably lazada limited the voucher amounts quite strictly this time. It's been over an hr since I last got a voucher.
|
|
|
|
|
|
rhytion
|
Oct 8 2017, 09:26 PM
|
|
QUOTE(Keatsan @ Oct 8 2017, 09:24 PM) So the root login issie is happening to random non-root users? More likely due to SafetyNet implementation (some tech by google), MIUI ROM running on most Xiaomi devices doesn't even pass it even with no root.
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 10:14 AM
|
|
QUOTE(AmeiN @ Oct 9 2017, 10:09 AM) Tu dia aromachong is back lulz  Welcome back~
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:16 PM
|
|
12% incoming » Click to show Spoiler - click again to hide... « 12CYBER0cbb20 12CYBERa0z6qv 12CYBER7s1fiz 12CYBERotaukj 12CYBERz0mi6d 12CYBER64pcq7 12CYBERpo69no 12CYBERmbiah0 12CYBER8g5q12 12CYBER2hiau5 12CYBER2oxs3y 12CYBER170ykt 12CYBER7fnaru 12CYBERky6h3r 12CYBERde4i11 12CYBERoy97p2 12CYBERzdlp6m 12CYBER350yms 12CYBERcumtm1 12CYBERbyt4vt 12CYBERetsj4l 12CYBERok1pm6 12CYBERzp8lzh 12CYBERcbz3vd 12CYBERvqgmdn 12CYBERz401j5 12CYBERj3dlcv 12CYBERg1hbuk 12CYBER8a0har 12CYBER36sazw 12CYBERs7qeo8 12CYBERlzejlt 12CYBERlxxbi2   This post has been edited by rhytion: Oct 9 2017, 04:26 PM
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:23 PM
|
|
I'm bored, here's a new way to share codes. » Click to show Spoiler - click again to hide... « This post has been edited by rhytion: Oct 9 2017, 04:24 PM
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:25 PM
|
|
More 12% » Click to show Spoiler - click again to hide... «
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:40 PM
|
|
QUOTE(Keatsan @ Oct 9 2017, 04:39 PM) The seller change the photo and shop description liao. confirm silent reader here. time to write script ! owai Let's give him some comments. Attach lazada link together with 13% voucher code
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:44 PM
|
|
QUOTE(Keatsan @ Oct 9 2017, 04:44 PM) He following this thread really tight, now straight away product gone.
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:47 PM
|
|
QUOTE(AmeiN @ Oct 9 2017, 04:46 PM) sigh, i terpaksa kolos my petronas shopee sales.. thanks all.  Come I buy from you, lazada can't ship to east malaysia
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 04:51 PM
|
|
QUOTE(aku_dia @ Oct 9 2017, 04:50 PM) Why use 29% when there's 39% max rm500 with no min spend?
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 05:28 PM
|
|
QUOTE(Uchiha_Itachi1991 @ Oct 9 2017, 05:23 PM) bought this gaming chair during KAW KAW sale for around RM210+ after using 29KAW code + shopback + SV for late delivery... cant ask for a better chair at this price in terms of comfort and looks...the green 1 was RM349 back then...so keep an eye in the future when the price drop + better voucher if you can wait... The delivery fee to East Malaysia is just too epic
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 06:05 PM
|
|
QUOTE(AmeiN @ Oct 9 2017, 06:04 PM) » Click to show Spoiler - click again to hide... « 29KAWvwjsuBi 29KAWZw6hpct 29KAWwJcxi1y 29KHAWwvmfgv 29KAWxJoej1v 29KAWy881cCe 29KAWydfH8rg 29KAWyyi4eL3 29KAWzfdrrwH 29KAW0L1vixh 2Y9KAW03ga7x 29KAW0Klxa5b 29KAW1ejk1kF 29KAKW1zfcav 29KAW2bzcY14 Thanks used 29KAWxJoej1v
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 06:09 PM
|
|
QUOTE(pcboss00 @ Oct 9 2017, 06:08 PM) Lazada updated their website recently. If used then terus become invalid
|
|
|
|
|
|
rhytion
|
Oct 9 2017, 06:54 PM
|
|
QUOTE(Davird @ Oct 9 2017, 06:53 PM) The most useless vouchers ever for anyone that's interested. » Click to show Spoiler - click again to hide... « 5CYBERl7mcn6 5CYBER6umgi9 5CYBERikmsw6 5CYBERmaqcjb 5CYBERzkdzxl 5CYBER4c4xsj 5CYBERixbvla 5CYBER9674u2 5CYBER500pm4 5CYBERtchp5s 5CYBERwibwx4 5CYBERaarzor 5CYBER7t3uys 5CYBERtr41ic 5CYBERlmgln9 5CYBERgo080i 5CYBER0rmqda 5CYBERxmveev 5CYBERxsnmhb 5CYBERpmhlqj 5CYBERtdrs4c 5CYBERicfd5u 5CYBER0rvfnv 5CYBERjzv8xq 5CYBER77hqbo 5CYBERh5pyi4 5CYBERp3arag 5CYBERxss7kv 5CYBER4wuw2x 5CYBERy3apqe 5CYBERub4eyp 5CYBER43lndh 5CYBERhn4sar 5CYBERcl5m8v 5CYBER3zayu8
I have over a hundred of them. Now don't know use for what
|
|
|
|
|