QUOTE(mroys@lyn @ Nov 1 2017, 04:10 PM)
did you follow the youtube steps? the status code?try to find previous V22 V21 but cant find
Lazada Discussion V23 | #ScamMYUniverse #LazadaOR, lalalaxx.com | pricecampers.com
|
|
Nov 1 2017, 04:12 PM
|
![]() ![]() ![]() ![]()
Senior Member
691 posts Joined: Jul 2011 |
|
|
|
Nov 1 2017, 04:14 PM
|
![]() ![]() ![]()
Junior Member
348 posts Joined: Sep 2006 |
i got 1 11% 5 hours using python, now using session box because more straight forward
|
|
|
Nov 1 2017, 04:15 PM
|
![]() ![]()
Junior Member
279 posts Joined: Mar 2008 |
QUOTE(OwlsHeart @ Nov 1 2017, 04:12 PM) i noticed on session box, http version is faster than https. Https starts laggin when you open multiple tabs so yeah still prefer the http where you open the helpcenter page and use the correct token for the http in the spin script mind share the script of http version? |
|
|
Nov 1 2017, 04:15 PM
|
![]()
Junior Member
34 posts Joined: Jun 2006 |
QUOTE(OwlsHeart @ Nov 1 2017, 04:12 PM) i noticed on session box, http version is faster than https. Https starts laggin when you open multiple tabs so yeah still prefer the http where you open the helpcenter page and use the correct token for the http in the spin script i think ur right abt the http vs https. i always use http and never have any problem. i can't help to fix the error, either, sorry |
|
|
Nov 1 2017, 04:16 PM
|
![]()
Newbie
3 posts Joined: Oct 2016 |
|
|
|
Nov 1 2017, 04:18 PM
|
![]() ![]()
Junior Member
70 posts Joined: Jul 2006 |
it seem without coding mean click whole day also get nothing
|
|
|
Nov 1 2017, 04:20 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
|
|
|
Nov 1 2017, 04:20 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
4,735 posts Joined: Feb 2010 From: ★~Starlight~★ |
QUOTE(BenYeeHua @ Nov 1 2017, 02:21 PM) Yup, working. exe can straight use right?And here is the python that I convert from py to exe 64 bit, I am not sure it will record the voucher into text file or not, but it should run. [attachmentid=9291071] I guess uploading this exe don't break any rule? Just remove this post or inform me in case it does. EDIT: Just for safety, I will remove the attachment after a few hours. Yup, in ms, but the server is overload, so tweaking it now don't do anything, instead it will query more request for your browser and overload your browser. lucky guy, I get only 10% on first try. |
|
|
Nov 1 2017, 04:21 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
|
|
|
Nov 1 2017, 04:21 PM
|
![]() ![]() ![]() ![]()
Senior Member
691 posts Joined: Jul 2011 |
|
|
|
Nov 1 2017, 04:23 PM
Show posts by this member only | IPv6 | Post
#1071
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,102 posts Joined: May 2013 |
QUOTE(bboyspirit @ Nov 1 2017, 04:15 PM) here,if already have the ori script just replace the wheel token. Let some https open also just in case CODE setInterval(()=> { $.ajax({ url: "http://www.lazada.com.my/ajax/lottery/spinTheWheel/?lang=en&platform=desktop&wheelToken=2566d34226c6835fc7ebeebe8d2fc7a4&dpr=2" }) .done(function( res ) { if ( res && res.data && res.data.voucherCode ) { alert(res.data.voucherCode); console.log( "Voucher:", res.data.voucherCode ); } else { console.log('wait') } }); }, 1000) |
|
|
Nov 1 2017, 04:23 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
|
|
|
Nov 1 2017, 04:24 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
|
|
|
Nov 1 2017, 04:24 PM
|
![]() ![]() ![]() ![]()
Senior Member
691 posts Joined: Jul 2011 |
|
|
|
Nov 1 2017, 04:26 PM
|
![]() ![]() ![]() ![]()
Junior Member
534 posts Joined: Nov 2007 |
for the exe method, what happens when a code is found? will it store it automatically or need to scroll back to find and record the code manually?
|
|
|
Nov 1 2017, 04:27 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
QUOTE(akib_mullen @ Nov 1 2017, 04:24 PM) i changed the line in bold but doesn't work so i forget about it.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':[],'11':[],'15':[],'29':[]} # 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() |
|
|
Nov 1 2017, 04:28 PM
|
![]() ![]() ![]()
Junior Member
389 posts Joined: Oct 2016 From: Kota Kinabalu |
QUOTE(mroys@lyn @ Nov 1 2017, 04:27 PM) i changed the line in bold but doesn't work so i forget about it. 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':[],'11':[],'15':[],'29':[]} # 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() == 'o': # Change this too 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() |
|
|
Nov 1 2017, 04:29 PM
|
![]() ![]() ![]() ![]()
Senior Member
691 posts Joined: Jul 2011 |
QUOTE(mroys@lyn @ Nov 1 2017, 04:27 PM) i changed the line in bold but doesn't work so i forget about it. thanksimport 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':[],'11':[],'15':[],'29':[]} # 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() |
|
|
Nov 1 2017, 04:33 PM
|
![]() ![]()
Junior Member
258 posts Joined: Mar 2009 |
|
|
|
Nov 1 2017, 04:33 PM
|
![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
1,037 posts Joined: Jul 2009 |
|
| Bump Topic Topic ClosedOptions New Topic |
| Change to: | 0.0341sec
0.33
6 queries
GZIP Disabled
Time is now: 9th December 2025 - 09:27 PM |