您有一份重要訊息
致帕特里克
——訪問限制——
請輸入身份憑證:******
憑證有誤(1/3)
憑證有誤(2/3)
——執(zhí)行代碼——
import tkinter as tk
import random
import threading
import time
def boom():
window = tk.Tk()
width = window.winfo_screenwidth()
height = window.winfo_screenheight()
a = random.randrange(0, width)
b = random.randrange(0, height)
window.title('U.E.C WILL COME')
window.geometry(“200x50“+“+“+ str(a)+“+“+ str(b))
tk.Label(window, text='U.E.C WILL COME', bg='green',
font=('KaiTi_GB2312', 17), width=20, height=4).pack()
window.mainloop()
threads =[]
for i in range(100):
t = threading.Thread(target=boom)
threads.append(t)
time.sleep(0.1)
threads[i].start()
代碼運(yùn)行完畢
——關(guān)鍵信息破解中,請稍后——
相關(guān)內(nèi)容:日記PTRC-616(幻境?現(xiàn)實(shí)?)
1實(shí)體編號,2層級,3組織名稱
請輸入正確憑證:
惡叁叁
評論區(qū)答對憑證開啟內(nèi)容