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



 440

How can I add cracked auth to my program

by Quessts - 23 July, 2020 - 08:28 PM
This post is by a banned member (Quessts) - Unhide
Quessts  
Supreme
1.223
Posts
313
Threads
4 Years of service
#1
Hey so I just finished creating a program and I want to release exclusively to cracked. How can I add the auth system. My code is in python.
This post is by a banned member (Dan) - Unhide
Dan  
Supreme
810
Posts
599
Threads
4 Years of service
#2
https://cracked.to/Thread-C-Python-Crack...umentation
This post is by a banned member (Badabuu) - Unhide
Badabuu  
Supreme
343
Posts
91
Threads
5 Years of service
#3
(This post was last modified: 23 July, 2020 - 08:42 PM by Badabuu.)
i can help you if you want, pm on discord: Xubiz#1186

edit: 
Simple code:
Code:
from requests import post
from subprocess import check_output

uuid = check_output('wmic csproduct get uuid').decode().split('\n')[1].split(' ')[0]
key = str(input('> Authentication Key: '))

data = {
    'a': 'auth',
    'k': key,
    'hwid': uuid
}

premium_plus = ['11', '12', '93', '96', '97', '99', '100', '101', '4', '3', '6', '94', '92']
#infinity_plus = ['12', '93', '96', '97', '99', '100', '101', '4', '3', '6', '94', '92']
# supreme_plus = ['12', '96', '97', '99', '100', '101', '4', '3', '6', '94', '92']

check = post('https://cracked.to/auth.php', data = data)
print(check.text)
if 'error' not in check.text:
    group = check.json()['group']
    if group in premium_plus:
        print(f"\n> Successfully authenticated. Welcome {check.json()['username']}! Posts: {check.json()['posts']} Likes: {check.json()['likes']}")
    else:
        print('\n> You need to be at least Premium+ in order to gain access.')
elif 'invalid key' in check.text:
    print('\n> Invalid authentication key.')
elif 'invalid hwid' in check.text:
    print('\n> HWID mismatch. Create a new authentication key.')
This post is by a banned member (Pruned110902) - Unhide
8.416
Posts
789
Threads
5 Years of service
#4
Close the thread whenever yourissue is solved by clicking at the "close" button in the right below corner.
[Image: image.png]
Quality Handcrafted Accounts Verified For Your Needs


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)