Categories > Coding > Python >

[REL] HWID Authenticator

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

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()
  • 0

Added

@_realnickk bro 💀

hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()

 

print(hwid) 

  • 0

Random quote here...

yranxzy

joe22

vip

Posts: 552

Threads: 113

Joined: Aug, 2020

Reputation: 33

Replied

Nice code you got there! ITS OUR CODE NOW (joke)

  • 0

when the function got hennessey

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

@yranxzy ayy thanks, long time no see! 

  • 0

Random quote here...

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Replied

on my life i've seen this exact code in some youtube tutorial

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

@luxiferrwoo there might be some other code that look like this

  • 0

Random quote here...

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

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.

 

  • 1

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Posts: 1316

Threads: 54

Joined: Jul, 2021

Reputation: 64

Replied

@luxiferrwoo exposed LOL

  • 0

Mail me at sirweebdev@protonmail.com if you have any questions or you want to say anything to me, I'll reply (maybe).

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Replied

@SirWeeb

 

hello bby weeb

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )