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



 3970

[PYTHON] CRACKED.TO API DOCUMENTATION FOR AUTHENTICATION

by zoony - 23 June, 2020 - 09:19 PM
This post is by a banned member (zoony) - Unhide
This post is by a banned member (Syncat) - Unhide
This post is by a banned member (Badabuu) - Unhide
Badabuu  
Supreme
344
Posts
92
Threads
4 Years of service
#3
[Image: thinkingpepe.png] PepeSadHeart
This post is by a banned member (Spooky) - Unhide
Spooky  
Godlike
2.142
Posts
809
Threads
5 Years of service
#4
you look smart man make coding for me!!!
This post is by a banned member (Badabuu) - Unhide
Badabuu  
Supreme
344
Posts
92
Threads
4 Years of service
#5
Im add username, likes and posts  pepeokay
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.')
  everything else is the same  Hackerman
This post is by a banned member (zoony) - Unhide
This post is by a banned member (juliaezeji) - Unhide
7
Posts
3
Threads
2 Years of service
#7
what is the benefits  for this api ? can  i read the threads and posts using this api ?

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: 6 Guest(s)