Quote:
Originally Posted by where_love2003
but if i open .closed after some sec
|
Quote:
Originally Posted by Apollo*
go disable lisance system
|
@where_love2003; To disable license feature, do the following:
Go to Program.cs and scroll down a little until you find this:
^- Delete it
Then scroll down again until you find this code:
Code:
public static void CheckLicense()
{
string hash = GetHash(GetHardwareId("c"));
//Console.WriteLine(hash.ToString());
string cpu = GetCPUID().ToString();
if (hash != "b1255c797af06e1affc070489edaab70" || cpu != "BFEBFBFF000306E4")
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("Ne yapmaya calısıyon la yarram ?\nDUDE WHAT R'U DOING ? GO AWAY FUCKING BITCH");
Thread.Sleep(10000);
Environment.Exit(0);
}
}
Delete it too and you're done.
Another method ->
To comment it instead do the following;
Overwrite this code with the one you got -
and
Code:
/*public static void CheckLicense()
{
string hash = GetHash(GetHardwareId("c"));
//Console.WriteLine(hash.ToString());
string cpu = GetCPUID().ToString();
if (hash != "b1255c797af06e1affc070489edaab70" || cpu != "BFEBFBFF000306E4")
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("What making the tryin ?\nDude What R'U Doing ? Go Away BITCH");
Thread.Sleep(10000);
Environment.Exit(0);
}*/
Result;
[Only registered and activated users can see links. Click Here To Register...]