Categories > Coding > Python >
[REL] HWID Authenticator
Posted
Hi.
So a simple Python HWID Authenticator using pastebin.
Not secure, but might be useful for something.
Here's the code:
import subprocess, requests, time, os
from requests import Request
hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()
r = requests.get('yourpastebinrawlink')
try:
if hwid in r.text:
print('[SUCCESS] Your HWID is rezognized!')
print('[LOGS] Welcome!')
else:
print('[ERROR] Your HWID is not recognized!')
print('[LOGS] HWID: ' + hwid)
except:
print('[ERROR] Failed to fetch HWID')
time.sleep(10)
os.exit()
os.system('title HWID Authenticator')
input()
Added
@_realnickk bro 💀
hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()
print(hwid)
Cancel
Post
Random quote here...
Replied
Nice code you got there! ITS OUR CODE NOW (joke)
Cancel
Post
Random quote here...
Replied
on my life i've seen this exact code in some youtube tutorial
Cancel
Post
https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png
Random quote here...
Replied
https://github.com/cankatx/python-auth/blob/main/main.py
man, cmon man, this is way too similar.
also we were literally in WHD discord server teaching you how Console.WriteLine works in C# because you couldnt understand it.
and then 2 days later you send a screenshot of your assault cube c# cheat. please dont become a skid.
Cancel
Post
https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png
Replied
@68804
hello bby weeb
Cancel
Post
https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post