Outline ·
[ Standard ] ·
Linear+
Lazada Discussion V22 | #MYCyberSCAM, lalalaxx.com | pricecampers.com
|
j45on
|
Oct 3 2017, 03:02 PM
|
|
QUOTE(OwlsHeart @ Oct 3 2017, 01:08 PM) just use sessionbox and open like 10+ tabs of www.lazada.com/helpcenter put the script in the console,close after u striked a voucher and open a new tab,repeat. More info about sessionbox in previous thread V20 credit to the script sifus  Thanks for the tips. I am using incognito, it is the same when opening each incognito tab?
|
|
|
|
|
|
j45on
|
Oct 5 2017, 10:09 AM
|
|
QUOTE(soonwai @ Oct 5 2017, 12:59 AM) Was checking price for Shokubutsu on Laz & Shopee when I saw it. Dunno what to buy already, Digi reload already hit 24hr limit, so just bought 3 more Petronas card. Now I got 9 cards on the way. got a form with the mesra card, do i need to fill it up to use?
|
|
|
|
|
|
j45on
|
Oct 5 2017, 03:12 PM
|
|
QUOTE(DameDameDesuYo @ Oct 4 2017, 11:20 PM) hai kwnkwn name saye dame, disebabkan ade orang guner script tu, aku dah update bende tu supaya boleh jadi. bende ni korang boleh bukak banyak2 tapi kalau banyak snagat pun tak leh jugak, aku bukak 25 kali » Click to show Spoiler - click again to hide... « CODE import requests, time headers = {'User-Agent':"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0"}
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)
numberOfAttempt = 0 s = requests.Session() 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=2" # "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=b5dd7e9dcbde84b3e11a9ae90d377b02&dpr=2" while 1: numberOfAttempt += 1 if numberOfAttempt == 1500: s = recursionftwdude(s) numberOfAttempt = 0 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: print "Voucher: " + r["data"]["voucherCode"] s = recursionftwdude(s) with open("voucherCodeHi.txt", "a") as f: # voucher code yang dijumpa ade kat dlm file name dier voucherCodeHi.txt f.write(time.ctime(int(time.time())) + " : " + str(r["data"]["voucherCode"]) + "\n") except KeyError: if r and r["data"]: print "Everything is normal! " + str(numberOfAttempt) time.sleep(15) # bende baru ade kat sini continue
untuk yang stats tu ade script lain lak, aku ade letak comment untuk dibaca bila2 mase » Click to show Spoiler - click again to hide... « CODE import time def sotar(linee): if linee == '': return False for symbols in linee.split(":")[3].replace(' ', ''): if symbols == '-': return False else: return True def main(): f = open("voucherCodeHi.txt", "r") # bukak file output vcl = f.read().split('\n') # bahagi setiap line dalam voucher file ke dalam satu list dalam ni --> vcl sotared = {'10':[],'5':[],'12':[]} # tempat barang disusun for line in vcl: # untuk loop ni kiter guna line kiter jadi ni --> Mon Oct 02 23:47:04 2017 : 5CYBERhiahia if sotar(line): # selalunya kalu aku bukak voucher file pastu aku guner aku letak '-' kat hujung line tu mcm 'Mon Sep 11 07:01:47 2017 : 19KAWa6u98a -sedekah' nmpk ade dash kat situ, maka kalu ade dash dalam satu line tu akan membawa maksud yang bahawa voucher tu aku dah guna/ambik bagi orang vc = line.split(":")[3].replace(' ', '') # buat line jadi ['Mon Oct 02 23', '47', '04 2017 ', '5CYBERhiahia'] pastu kiter buang space dlm vc[3](tu tempat voucher kiter tersimpan) y = [] # bapak ah for w in vc: # ambek setiap huruf/nombor dlm vc[3] iaitu '5CYBERhiahia' if not w.lower() == 'c': # biler kene w jadi C nanti dlm list y ade nombor jah y.append(w) else: # biler dah kene c maksud nya kiter dah ambek percentage voucher tu dalam kes ni bende tu 5% so dalam y ade ['5'] , kalau 12 nanti dlm y ade ['1', '2'] sotared[''.join(y)].append(vc) # kalu dlm y ade ['5'] nanti line ni membawa maksud sotared['5'].append(vc) lepastu [].append(vc) --> {'5':['5CYBERhiahia']} break # pastu sambung kepade line seterus nya
f.close() # lepas habis susun semua voucher dalam vc, tutup file lame pastu bukak file baru untuk disusun untuk senang mata memandang mcm https://i.imgur.com/LztFyLz.png f = open("vouncherSortedHi.txt", 'w') # dari sini, fhmlah kamu dengan sendirinya for i in sotared: f.write(i+"%"+" %i " % (len(sotared[i]))+"\n\n") for magic in sotared[i]: f.write(magic+"\n") f.write("\n\n") f.close() print time.ctime(int(time.time())) print "~====STATUS====~" for key in sotared: print str(key)+": "+str(len(sotared[key])) print "~=END OF STATS=~" time.sleep(1800)
while 1: main()
good luck! perkembangan  thanks, running this on jupyter
|
|
|
|
|
|
j45on
|
Oct 7 2017, 10:48 AM
|
|
hi people, question regarding import tax. if buy medela breast pump cost >RM1k how much would the total tax be? thanks in advance.
|
|
|
|
|
|
j45on
|
Oct 7 2017, 11:26 AM
|
|
QUOTE(soulseeker6187 @ Oct 7 2017, 11:02 AM) buy from lazada dont have to pay tax even if item from overseas seller. its already included in the price. oh, if not from lazada?
|
|
|
|
|
|
j45on
|
Oct 7 2017, 11:39 AM
|
|
QUOTE(soonwai @ Oct 7 2017, 11:17 AM) If product immigration stop, still have to pay (if you want the item). how much would the tax be?
|
|
|
|
|
|
j45on
|
Oct 7 2017, 11:39 AM
|
|
QUOTE(Syd G @ Oct 7 2017, 11:18 AM) Hi. If you're looking at Medela freestyle, autumnz serene is a better option. A lot cheaper esp when u need to buy parts, batteries etc. will look into it, thanks for the recommendation!
|
|
|
|
|
|
j45on
|
Oct 8 2017, 02:40 PM
|
|
Oct 8 2017, 08:42 PM This post has been deleted by NightFelix because: no tumpang selling voucher here pls. cant u guys just let TS off on Sunday? TQ
|
|
|
|
|
|
j45on
|
Oct 8 2017, 03:55 PM
|
|
QUOTE(soonwai @ Oct 4 2017, 02:31 PM) Use Fave to buy Shopee voucher. RM160 for RM200 voucher RM85 for RM100 voucher  Please read TnC. Only applicable to Mall shops so make sure your items are eligible. Don't forget Shopback for Fave. The items are all from Merchants with the label 'Mall' on it. I can't apply my rm100 voucher from fave... Already make complain to fave as well
|
|
|
|
|
|
j45on
|
Oct 8 2017, 05:26 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 04:19 PM) Yes I read, and all the merchants I'm buying from have the label 'mall' on them. Did I apply the voucher wrongly?
|
|
|
|
|
|
j45on
|
Oct 8 2017, 06:08 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 05:49 PM) Dunno, I used 3 x RM200 and 1 x RM100, so far ok, no problem. All Mall products of course. Example of some of the stuff I bought with Fave voucher. https://forum.lowyat.net/index.php?showtopi...post&p=86588148I tried to activate my secnd 200 cash voucher from fave and apply to shopee mall items. Also fail, now both fave purchase open ticket and liasing with them on email
|
|
|
|
|
|
j45on
|
Oct 8 2017, 06:09 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 03:37 PM) I use same account, same address when I have multiple discount codes. The most I've bought is 5 Petronas card in one account one transaction and to one delivery address. I just bought 2 with same account, they still allow me to buy a third one and add to my basket. Is there a maximum amount I can buy per account?
|
|
|
|
|
|
j45on
|
Oct 8 2017, 07:31 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 06:11 PM) I'm going to buy another Fave voucher, if still available, tonight. Let me see what happens. Waiting for 12am to see if Shopback got upsized Cashback or not. Only 1 each. Add can but you should get an error when trying to checkout. Unless glitch. Yeap, I did try in Shopee App. I tried on the mobile chrome, also same issue. Haven't tried on my laptop yet. Regarding the petronas giftcard, I can only purchase one only each time I checkout. But I can buy multiple through different checkout. Will they still honor it? Edit: Try and apply your shopee code from fave onto this product; https://shopee.com.my/Samsung-Evo-Plus-100M...954247.25196681and this https://shopee.com.my/6-Wheels-Foldable-Sho...012935.57227100This post has been edited by j45on: Oct 8 2017, 07:45 PM
|
|
|
|
|
|
j45on
|
Oct 8 2017, 08:50 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 08:40 PM) Will do, later when I get my code, will try it out on those products. As for Lazada’s Petronas card, no problem with multiple orders. Last week I bought 5 in 5 separate transactions made one after another since I have 5 codes. All from the same account to the same delivery address. All arrived safely. Good to know, going to try to see if I can get a few more. Do they have expiry date?
|
|
|
|
|
|
j45on
|
Oct 8 2017, 10:19 PM
|
|
QUOTE(soonwai @ Oct 8 2017, 08:57 PM) Citibank glitch or what? TnC says 1 use per code per account per week. I already bought 4 times, 3 using CITIWKNDAPP n 1 using CITIWKND. 1st time I use Citibank card for Lazada. I already bought like 5 petronas card in one day using the code
|
|
|
|
|
|
j45on
|
Oct 9 2017, 10:14 AM
|
|
I have several 12% and many 5% mined. PM me for code
|
|
|
|
|
|
j45on
|
Oct 9 2017, 11:55 AM
|
|
so far one person has pm me for cyber sales code. i have a few more 12% and 1 10% to give out. prefer people to pm me so i dont give out the 12% to those who received one already
|
|
|
|
|
|
j45on
|
Oct 9 2017, 12:03 PM
|
|
gave out 6 12% and 1 10% code to 7 people. I hope you all get good savings from this!
|
|
|
|
|
|
j45on
|
Oct 9 2017, 03:08 PM
|
|
QUOTE(voncrane @ Oct 9 2017, 02:57 PM) If you use any of Mountek's magnetic mounts and suffered compass issues, you best look at your phone or the placement as the culprit. No argument or butt hurt here.. Just correcting the misconceptions being spread. Here's some food for thought. Smart phones, Tablets, Ships, Military Tanks & Jeeps, Airplanes, most boats and cars, etc.. Know what all these have in common? Steel (and in some, tonnes) and at least a compass. Does the iron in these vehicles affect the natural elements of a compass? Hell yeah.. But hey, last I checked they all report and navigate fine cuz science.. what science you ask? Summary: The compass is usually mounted/installed in a FIXED position within the vehicle/phone and strategically aligned. This will be my last post on this matter.. As i don't want some mod breathing down my neck about derailing the thread...  I have been using the magnetic phone holder for more than 1 year on my galaxy s6+. the magnet definitely fucked up the compass but the software and other triangulation method fixed everything to work in google map and waze and so far it works like the magnet has no effect on the compass. take note that magnetism in the phone's compass will change over time but that can be calibrated later on, but i dont see an issue here as i continue to use the phone as per normal. i am still using my google map and waze everyday with no issue in the car, stuck on the magnet holder that's held on to the driver side blower
|
|
|
|
|
|
j45on
|
Oct 9 2017, 03:11 PM
|
|
i have like 41 5% lazada voucher here which i doubt anyone will want, including myself
|
|
|
|
|