![]() |
2014-08-02
, 06:37
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#2
|
One thing I'm sure about - no python game about shooting asteroids should get any info about our IMEI or SIM status. Heck, in most countries, it is even illegal to collect such information from other people's devices.
LoadSerial() global REGISTERED code = 0 for index,num in enumerate(str(GetImei())): code = code + (int(num)+(index*index)) * (index*index) LoadSerial() if serial_code == hex(code):
global IMEI IMEI = str(GetImei()) . .. ... ren = font.render(("Identify number : %s"%(IMEI)), 1, (255,255, 255)) screen.blit(ren, (390-ren.get_width()/2, 260)) code, done = SerialCode(screen, font, events) if done: SaveSerial() return
The Following 3 Users Say Thank You to Halftux For This Useful Post: | ||
![]() |
2014-08-02
, 09:48
|
Posts: 75 |
Thanked: 269 times |
Joined on Aug 2012
|
#3
|
The Following 2 Users Say Thank You to Ilew For This Useful Post: | ||
![]() |
2014-08-02
, 11:49
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#4
|
The Following 5 Users Say Thank You to pichlo For This Useful Post: | ||
![]() |
Tags |
vector mine, vectormine |
Thread Tools | |
|
Now, the question is - is it just written sincerely, just using worst coding practices possible ever, or have some malicious purpose? I will refrain from commenting, until people more fluent in python check pointed sources and determine it.
Cheers,
/Estel
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
Last edited by Estel; 2014-08-02 at 15:11.