OP 08 September, 2019 - 03:04 PM
(This post was last modified: 08 September, 2019 - 03:09 PM by Rzy.)
C.TO Auth.dll
Hey cracked.to 

Today i'm releasing a shit dll named c.to auth wich basically make a login system for c.to.
On the download link there are the DLL file & an exemple project.
Here an example:
Code:
Console.WriteLine("Enter your cracked.to auth key below:");
string keyy = Console.ReadLine();
var instance = new C.TO_Auth.Class1(); // call the dll class
instance.Auth(keyy);
if(instance.is_sucess == true)
{
Console.Write($"Success, welcome back {instance.username}");
}
else
{
Console.Write("Error");
}
Console.ReadLine();

Images of the exemple:
![[Image: XERFkk.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.rzy.be%2FXERFkk.png)
![[Image: PXxMQq.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn.rzy.be%2FPXxMQq.png)