This post is by a banned member (YASHViR__GAMiNG) - Unhide
06 April, 2020 - 08:16 AM
(This post was last modified: 06 April, 2020 - 08:18 AM by YASHViR__GAMiNG.)
Reply
(17 January, 2020 - 06:38 PM)ForlaxPy Wrote: Show MoreCracked.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
https://pastr.io/view/rZNQzLsrJTy
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.
Keep in mind that the code that I provided has a check is the user is premium if not it's gonna redirect him to the upgrade page and ask him to upgrade in order to use the tool, if you wanna remove that and keep it for all the users that got access to our auth then just remove all the code between the `//Upgraded User Check Starts here.` and `//Upgraded User Check Ends here` .
[-] For Python Based Apps:
Same story for python, here is the authentication code to be used:
https://pastr.io/view/BWwE9cOJEVb
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`
GREAT WORK @ ForlaxPy
Thanks for sharing with us. was looking for this Appreciate it man. Keep up the good work t.y
(23 January, 2020 - 08:40 PM)ForlaxPy Wrote: Show More (23 January, 2020 - 07:11 PM)Map_Kh Wrote: Show MoreDear @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).
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:
BTW Your Apple Music Code Download Link is down.
I cannot download from shineom thing // I get Server down.
Please re update download link to another @ ForlaxPy
This post is by a banned member (Kacper99) - Unhide
19 April, 2020 - 02:30 AM
Reply
(17 January, 2020 - 06:38 PM)ForlaxPy Wrote: Show MoreCracked.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
https://pastr.io/view/rZNQzLsrJTy
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.
Keep in mind that the code that I provided has a check is the user is premium if not it's gonna redirect him to the upgrade page and ask him to upgrade in order to use the tool, if you wanna remove that and keep it for all the users that got access to our auth then just remove all the code between the `//Upgraded User Check Starts here.` and `//Upgraded User Check Ends here` .
[-] For Python Based Apps:
Same story for python, here is the authentication code to be used:
https://pastr.io/view/BWwE9cOJEVb
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`
C#/Python
This post is by a banned member (Takidz) - Unhide
08 May, 2020 - 09:19 AM
Reply
This post is by a banned member (St0rmm) - Unhide
08 May, 2020 - 06:23 PM
Reply
@ ForlaxPy hi sir
This post is by a banned member (Spooky) - Unhide
12 May, 2020 - 02:56 PM
Reply
[font]Thank you sooo much man <3
I've been trying to add auth to my program for weeks and stopped trying to.
Now i saw this and it ezpz worked [/font]
This post is by a banned member (FlowerCracks) - Unhide
09 July, 2020 - 01:36 PM
Reply
This post is by a banned member (YASHViR__GAMiNG) - Unhide
29 July, 2020 - 08:03 PM
Reply
(17 January, 2020 - 06:38 PM)ForlaxPy Wrote: Show MoreCracked.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/ForlaxPy/Cracked.to-A...lebAuth.cs
UpgradedAuth.cs: https://github.com/ForlaxPy/Cracked.to-A...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:
Auth.py: https://github.com/ForlaxPy/Cracked.to-A...on/auth.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`
Dear @ForlaxPy thanks for sharing this informative guide with us.
You always surprise us with good content.
anyway what I want to know is
HOW TO MAKE AUTH FOR MYBB FORUM
Is that a MyBB Auth plugin or what is it ?
Can you please elaborate more on this or find me a video.
Next question: Is it possible to Implement Auth on Wordpress kind site (forum)
This post is by a banned member (Kirlyh) - Unhide
09 November, 2020 - 10:59 PM
Reply
|