Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   2340

PYTHON SIMPLE HWID AUTH/LOGIN SYSTEM

by NDYY - 17 February, 2021 - 05:02 PM
This post is by a banned member (NDYY) - Unhide
NDYY  
Registered
89
Posts
12
Threads
4 Years of service
#1
(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!
This post is by a banned member (JNeutron) - Unhide
JNeutron  
Registered
14
Posts
2
Threads
5 Years of service
#2
That looks trash ngl :D , You need to learn more about python and clean your code a little ;)
This post is by a banned member (FraneQ12) - Unhide
FraneQ12  
Registered
24
Posts
0
Threads
4 Years of service
#3
nice workk

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)