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

cracked.io | Best Forum Around | Free Premium Accounts




 236069

Cracked.to Authentication System Documentation

by Fraudlash - 17 January, 2020 - 06:38 PM
This post is by a banned member (Fraudlash) - Unhide
Fraudlash  
Reverser
1.245
Posts
450
Threads
5 Years of service
#1
(This post was last modified: 30 July, 2022 - 01:46 PM by Fraudlash. Edited 2 times in total.)
Cracked.to Authentication Documentation




- Why to implement our Auth system in your releases?
Adding our auth system would make your release available only for cracked.to members that has access to it from cracked.to/auth.php and would couln your release as an exclusive for our forum.

- How to implement the auth system in my code?
Well this is what we will be trying to breakout in this documentation and of course if you got any questions feel free to contact us through pm.

- Is it only for C#/Python? What about the other languages?
Our auth can be used anywhere no matter what's the program coded on, but for now over this thread we will be only providing support for C#/Python based apps. More languages would be added later.

- Is this system going to protect my releases from being cracked?
Actually no our auth would be useless if your program isn't protected properly, as if it's not then reversers would be able to just edit your release and completely remove the whole system code.




[-] For C# Based Apps:

First of all you can say that we got 2 types of authentications, one for the normal users and the second for upgraded users (and that can be premium+ or infinity+ or supreme+). But the code is pretty much the same, it's all about a check that would determine wither the user is upgraded or not.
Ok so without any further talk let's jump to the codenz


PlebAuth.cs:  https://github.com/Pyhoma69/Crackedto-Au...lebAuth.cs

UpgradedAuth.cs:  https://github.com/Pyhoma69/Crackedto-Au...dedAuth.cs


So all what you gonna do is to add that code to your project. Then on the start of your program which is in this case the Main() void, the first to do is to call the login void by doing it like this `CrackedAuth.Auth.login();`
And that's it! your program should be now linked to our auth system. If you're facing issues with the System.Management functions then just make sure to add it to your project references.
Added 2 files, one for the upgraded and the other one is normal so just pick whatever auth you want. For the upgraded simply play with the ids in the list to lift ranks, explained by comments in the src

[-] For Python Based Apps:

Same story for python, here is the authentication code to be used:

Upgraded Auth: https://github.com/Pyhoma69/Crackedto-Au...dedAuth.py

Pleb Auth: https://github.com/Pyhoma69/Crackedto-Au...lebAuth.py


so just make an auth.py in the same folder as your main.py code and add this in top of your main.py code:
```
import requests
import json
import uuid
import os
from Auth import ctoauth
```
After that call `ctoauth()` on the start of your program and here is it linked with our auth system. Please keep in mind that you gonna need to install few libraries using pip to get our code working, also as you can see the code is adapted for python 3+ Versions, so if you're using Python 2+ Versions you might need to tweak it a bit to work correctly.
It's checking if the user is upgraded or not too, if you wanna get rid of that then just remove all the codes between `Upgraded users check starts here` and `Upgraded users check ends here`



[-] Added Rust, C PlusPlus and NodeJS implementations!

Repository with all the codes: https://github.com/Pyhoma69/Crackedto-Auth
[Image: Banner.gif]

Ad space by @Dav expires 2/14/2024

SELLING THIS MIDDLE SPOT CONTACT @Liars FOR PRICING


SELLING THIS BOTTOM SPOT CONTACT @Liars FOR PRICING

AD BY @ expires 13th November 
This post is by a banned member (CODE404) - Unhide
CODE404  
Supreme
269
Posts
102
Threads
4 Years of service
#2
Dear @ForlaxPy can you give me an example of python auth? Thank you! 
 
LIKE MY THREAD.
⚠️ LEECHER WILL REPORT AND GET BANNED
.

 Give me a like to get more HQ Content.[Image: q8pb6mW.gif]
This post is by a banned member (Fraudlash) - Unhide
Fraudlash  
Reverser
1.245
Posts
450
Threads
5 Years of service
#3
(23 January, 2020 - 07:11 PM)Map_Kh Wrote: Show More
Dear @ForlaxPy can you give me an example of python auth? Thank you! 

Sure so basically by the start you should have 2files over your project folder (auth.py where you gonna put the py auth script we provided in this thread, AppleMusic in my case this is main program it can be anything for you).
[Image: FgKCkaV.png]

Then add the imports we proved as well in the top of your project and call ctoauth() before the startup of your main code like this:

[Image: ERW9RYn.png]
[Image: Banner.gif]

Ad space by @Dav expires 2/14/2024

SELLING THIS MIDDLE SPOT CONTACT @Liars FOR PRICING


SELLING THIS BOTTOM SPOT CONTACT @Liars FOR PRICING

AD BY @ expires 13th November 
This post is by a banned member (CODE404) - Unhide
CODE404  
Supreme
269
Posts
102
Threads
4 Years of service
#4
I got some error. please kindly give me some advice. Thank you 

[Image: vW9V45m.jpg]
 
LIKE MY THREAD.
⚠️ LEECHER WILL REPORT AND GET BANNED
.

 Give me a like to get more HQ Content.[Image: q8pb6mW.gif]
This post is by a banned member (Fraudlash) - Unhide
Fraudlash  
Reverser
1.245
Posts
450
Threads
5 Years of service
#5
(23 January, 2020 - 09:53 PM)Map_Kh Wrote: Show More
I got some error. please kindly give me some advice. Thank you 

[Image: vW9V45m.jpg]

Please kindly disable any web debuggers if you got em running such as fiddler/http debugger.
[Image: Banner.gif]

Ad space by @Dav expires 2/14/2024

SELLING THIS MIDDLE SPOT CONTACT @Liars FOR PRICING


SELLING THIS BOTTOM SPOT CONTACT @Liars FOR PRICING

AD BY @ expires 13th November 
This post is by a banned member (De1dara) - Unhide
This post is by a banned member (RedirectMe) - Unhide
This post is by a banned member (RedirectMe) - Unhide

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