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



 6926

[C#] [OPEN SOURCE] Cracked.to Authentication DLL

by Skryptec - 19 September, 2019 - 03:54 PM
This post is by a banned member (Skryptec) - Unhide
Skryptec  
Supreme
246
Posts
21
Threads
5 Years of service
#1
(This post was last modified: 11 June, 2020 - 03:11 PM by Skryptec.)
Hello everyone,

I have seen a couple threads about people asking how to set up Cracked.to's authentication system on a C# application. For this reason, I created a class library in C# which is really easy to use.
https://github.com/Skryptific/Cracked.to-Authentication

Simply download the solution from GitHub, build the solution, install Newtonsoft.Json and System.Management packages and import DLL into your project.

Below is an example of how to authenticate:
Code:
using Cracked.to_Authentication;
using Cracked.to_Authentication.Models;

Console.WriteLine("Enter authentication key.");
string authKey = Console.ReadLine();

Auth auth = new Auth();

LoginResponse loginResponse = auth.Authenticate(authKey, "-1");

Console.WriteLine("Authenticated: " + loginResponse.isAuthenticated);
Console.ReadLine();

Pull requests are welcome.

Yours sincerely,

Skryptec
[Image: oAqtc2l.png]
This post is by a banned member (sjd980132klsq) - Unhide
79
Posts
34
Threads
5 Years of service
#2
(19 September, 2019 - 03:54 PM)Skryptec Wrote: Show More
Hello everyone,

I have seen a couple threads about people asking how to set up Cracked.to's authentication system on a C# application. For this reason, I created a class library in C# which is really easy to use.
https://github.com/Skryptific/Cracked.to-Authentication

Simply download the solution from GitHub, build the solution, install Newtonsoft.Json and System.Management packages and import DLL into your project.

Below is an example of how to authenticate:
Quote:Console.WriteLine("Enter authentication key.");
string authKey = Console.ReadLine();

Auth auth = new Auth();
bool isAuthenticated = auth.Authenticate(authKey, "-1");

Console.WriteLine("Authenticated: " + isAuthenticated);
Console.ReadLine();

Pull requests are welcome.

Yours sincerely,

Skryptec

You didn't add the WebClient.Proxy = null; without this people can see and modify the request on fiddler.
You're welcome, dark.
im 14 btw
MY ONLY DISCORD: click
This post is by a banned member (Skryptec) - Unhide
Skryptec  
Supreme
246
Posts
21
Threads
5 Years of service
#3
(29 September, 2019 - 02:15 PM)darkshoz Wrote: Show More
(19 September, 2019 - 03:54 PM)Skryptec Wrote: Show More
Hello everyone,

I have seen a couple threads about people asking how to set up Cracked.to's authentication system on a C# application. For this reason, I created a class library in C# which is really easy to use.
https://github.com/Skryptific/Cracked.to-Authentication

Simply download the solution from GitHub, build the solution, install Newtonsoft.Json and System.Management packages and import DLL into your project.

Below is an example of how to authenticate:
Quote:Console.WriteLine("Enter authentication key.");
string authKey = Console.ReadLine();

Auth auth = new Auth();
bool isAuthenticated = auth.Authenticate(authKey, "-1");

Console.WriteLine("Authenticated: " + isAuthenticated);
Console.ReadLine();

Pull requests are welcome.

Yours sincerely,

Skryptec

You didn't add the WebClient.Proxy = null; without this people can see and modify the request on fiddler.
You're welcome, dark.

Fork the repository and commit your changes if you want.
[Image: oAqtc2l.png]
This post is by a banned member (BoDJa) - Unhide
BoDJa  
Heaven
2.952
Posts
1.671
Threads
5 Years of service
#4
thank you
let's go baby
Ticketmaster Accounts Aged 2002 - 2018
[Image: 0Bl9S0A.gif]
This post is by a banned member (Valkoar) - Unhide
Valkoar  
Infinity
418
Posts
48
Threads
5 Years of service
#5
Super sexy. ;). Left a like daddy
This post is by a banned member (Cracked123x) - Unhide
This post is by a banned member (Skryptec) - Unhide
Skryptec  
Supreme
246
Posts
21
Threads
5 Years of service
#7
This is a bump
[Image: oAqtc2l.png]
This post is by a banned member (YASHViR__GAMiNG) - 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)