OP 17 February, 2021 - 05:02 PM
(This post was last modified: 17 February, 2021 - 05:18 PM by NDYY.)
Code:
import subprocess
import requests
import os, sys, time, traceback, pickle, random, colorama
os.system("cls")
print("Login System Made By NNDY Make Sure To Leave A Like!")
theguys_hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip() #Pulls Up The Hwid Of The System
checking = requests.get("Your PasteBin Link To Store The HWID's") #Checks If The HWID Is Present In The Paste
try:
if hwid in checking.text:
pass
else:
print('You Tried!')
print(f'HWID: {theguys_hwid}')
time.sleep(5)
except:
print('Check Your WIFI!')
time.sleep(5)
print('You are Logged in')
login = int(input("Please Press 1 to Countinue: "))
os.system("cls")
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!