Sign in to follow this  
Vassilios

[GUIDE] How to add Cracked.to authentication on your programs.

Recommended Posts

Greetings! I have seen a lot of messages asking how to add authentication to your own programs in order to publish it on Cracked. The process is quite simple:

 

Firstly make a dictionary or a json of the following values:

 



data = {
       "a": "auth",
       "k": INSERTAUTHKEY,
       "hwid": INSERTHWID
   }

Where "a" is a string with the value "auth", "k" is the provided authentication key and "hwid" is the ID of their logical drive.

After that post the data to https://cracked.to/auth.php.

You will either get an error saying:

{'error': 'invalid key/hwid'}

 

or the correct response:

 

{'auth': True, 'username': 'Vassilios', 'posts': '62', 'likes': '63', 'group': '94'}

 

After that handle each output your own way.

Share this post


Link to post
Share on other sites

scammer :kappa:

Share this post


Link to post
Share on other sites

scammer :kappa:

 

Send me your auth token and HWID thanks.

Share this post


Link to post
Share on other sites

'12' group = SUPREME

 

use only that pls ty :)

Share this post


Link to post
Share on other sites

REALLY NEEDED THIS :fiesta: :fiesta: :fiesta: :fiesta: :fiesta:


REALLY NEEDED THIS :fiesta: :fiesta: :fiesta: :fiesta: :fiesta:

Share this post


Link to post
Share on other sites

REALLY NEEDED THIS :fiesta: :fiesta: :fiesta: :fiesta: :fiesta:


REALLY NEEDED THIS :fiesta: :fiesta: :fiesta: :fiesta: :fiesta:

 

nigga no you didn't

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this