首頁 科幻

后室筆記

震動的鑰匙(上鎖)

后室筆記 惡叁叁 96 2023-03-21 18:38:50

  您有一份重要訊息

  致帕特里克

  ——訪問限制——

  請輸入身份憑證:******

  憑證有誤(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)容

按 “鍵盤左鍵←” 返回上一章  按 “鍵盤右鍵→” 進(jìn)入下一章  按 “空格鍵” 向下滾動
目錄
目錄
設(shè)置
設(shè)置
書架
加入書架
書頁
返回書頁
指南