[Release] Eirene online Event bot (Source)

05/05/2015 22:29 Apollo*#1
Regards

Source; [Only registered and activated users can see links. Click Here To Register...]

ps: how to find hwid, cpu id?
run this GetID.exe ([Only registered and activated users can see links. Click Here To Register...])
later look serial.txt bc1dc1440aafec12fccbfc38752759b7CPUBDEBABFF000006FD
red articles: hwid, blue articles: cpuid
05/05/2015 22:39 Dracula Untold#2
nice
05/06/2015 13:21 where_love2003#3
but if i open .closed after some sec
05/06/2015 13:30 Apollo*#4
Quote:
Originally Posted by where_love2003 View Post
but if i open .closed after some sec
go disable lisance system
05/06/2015 13:35 where_love2003#5
Quote:
Originally Posted by Apollo* View Post
go disable lisance system
thanks but what you mean lisance system
05/06/2015 13:37 AceSpace#6
Quote:
Originally Posted by where_love2003 View Post
but if i open .closed after some sec
Quote:
Originally Posted by Apollo* View Post
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:

Code:
CheckLicense();
^- 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 ->


Result;

[Only registered and activated users can see links. Click Here To Register...]
05/06/2015 13:37 where_love2003#7
are you mean this
Quote:
}
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);
}
in Source
05/06/2015 13:43 ​Exo#8
Quote:
Originally Posted by where_love2003 View Post
are you mean this

in Source
Now find the call and comment it.
05/06/2015 13:45 AceSpace#9
Quote:
Originally Posted by where_love2003 View Post
are you mean this

in Source
Ye this one, you can delete it or comment it. To comment it; Overwrite this code with the one you got -

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);
}*/
05/06/2015 13:51 where_love2003#10
Thanks so much
but how can i change ip to server name
like change ip=127.0.0.1 to Server;SERVERNAME\SQLEXPRESS
05/06/2015 14:01 AceSpace#11
Quote:
Originally Posted by where_love2003 View Post
Thanks so much
but how can i change ip to server name
like change ip=127.0.0.1 to Server;SERVERNAME\SQLEXPRESS
I haven't check the files yet but it might be from ->

sqlCon.cs for SQL connection;

Code:
        public static SqlConnection con = new SqlConnection(@"Server=127.0.0.1;Database=Apollo;User Id=sa;Password=1234;MultipleActiveResultSets=True");
Edit dat line also check config.cfg
05/06/2015 14:02 Apollo*#12
Quote:
Originally Posted by where_love2003 View Post
Thanks so much
but how can i change ip to server name
like change ip=127.0.0.1 to Server;SERVERNAME\SQLEXPRESS
this ip is sql name
05/06/2015 14:06 Apollo*#13
Quote:
Originally Posted by where_love2003 View Post
thanks but what you mean lisance system
U can find your hwid - cpuid on this prog

Example: like this open .exe look serial.txt bc1dc1440aafec12fccbfc38752759b7CPUBDEBABFF000006FD
red articles: hwid, blue articles: cpuid
05/06/2015 14:10 where_love2003#14
i do it from source and config to but i got
[Only registered and activated users can see links. Click Here To Register...]
and i check line 230 in Gateway.cs from source i got it
Quote:
gw_socket.Connect(IP, int.Parse(Port));
05/06/2015 14:12 Apollo*#15
Quote:
Originally Posted by where_love2003 View Post
i do it from source and config to but i got
[Only registered and activated users can see links. Click Here To Register...]
and i check line 230 in Gateway.cs from source i got it
Install .net framework 4.5