只需一步,快速开始
PYG TEAM
签到天数: 16 天
[LV.4]偶尔看看III
SPXKeyGen
使用道具 举报
周游历练
签到天数: 2 天
[LV.1]初来乍到
签到天数: 22 天
from random import randint class SPX7Keygen: def __init__(self): a = randint(1, 4)*2 b = randint(1, 4)*2 c = randint(1, 4)*2 if c%2==0: c=c-1 d = (a + b + c) % 10 print("SPX7.0的注册码:",str(a)+str(b)+str(c)+str(d),sep='\n', end='\n') SPX7Keygen()
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
小黑屋|手机版|Archiver|粤公网安备 44010602010026号|飘云阁安全论坛 ( 粤ICP备15107817号-2 )|扫码赞助
Powered by Discuz! Copyright © 2001-2022, Tencent Cloud.