HWID


SUBMITTED BY: TOTSUKA

DATE: May 12, 2022, 12:49 a.m.

FORMAT: Python 3

SIZE: 889 Bytes

HITS: 103

  1. import subprocess
  2. import requests
  3. import os, sys, time, traceback, pickle, random, colorama
  4. os.system("cls")
  5. print("Login System Made By NNDY Make Sure To Leave A Like!")
  6. theguys_hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip() #Pulls Up The Hwid Of The System
  7. checking = requests.get("Your PasteBin Link To Store The HWID's") #Checks If The HWID Is Present In The Paste
  8. try:
  9. if hwid in checking.text:
  10. pass
  11. else:
  12. print('You Tried!')
  13. print(f'HWID: {theguys_hwid}')
  14. time.sleep(5)
  15. except:
  16. print('Check Your WIFI!')
  17. time.sleep(5)
  18. print('You are Logged in')
  19. login = int(input("Please Press 1 to Countinue: "))
  20. os.system("cls")
  21. This Code Sends Requests To A Pastebin Link Where You Store The HWID's If The HWID is Present In The Paste Then The User Will Be Let Into The Program!

comments powered by Disqus