Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 01:21

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Eirene online Event bot (Source)

Discussion on [Release] Eirene online Event bot (Source) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
Apollo*'s Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 371
Received Thanks: 538
[Release] Eirene online Event bot (Source)

Regards

Source;

ps: how to find hwid, cpu id?
run this GetID.exe ()
later look serial.txt bc1dc1440aafec12fccbfc38752759b7CPUBDEBABFF000006FD
red articles: hwid, blue articles: cpuid
Apollo* is offline  
Thanks
15 Users
Old 05/05/2015, 22:39   #2
 
Dracula Untold's Avatar
 
elite*gold: 247
Join Date: Feb 2014
Posts: 1,815
Received Thanks: 495
nice
Dracula Untold is offline  
Thanks
1 User
Old 05/06/2015, 13:21   #3
 
where_love2003's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 190
Received Thanks: 27
but if i open .closed after some sec
where_love2003 is offline  
Old 05/06/2015, 13:30   #4
 
Apollo*'s Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 371
Received Thanks: 538
Quote:
Originally Posted by where_love2003 View Post
but if i open .closed after some sec
go disable lisance system
Apollo* is offline  
Thanks
3 Users
Old 05/06/2015, 13:35   #5
 
where_love2003's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 190
Received Thanks: 27
Quote:
Originally Posted by Apollo* View Post
go disable lisance system
thanks but what you mean lisance system
where_love2003 is offline  
Old 05/06/2015, 13:37   #6

 
AceSpace's Avatar
 
elite*gold: 71
Join Date: Mar 2011
Posts: 1,594
Received Thanks: 1,099
Disable license feature

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;

AceSpace is offline  
Thanks
3 Users
Old 05/06/2015, 13:37   #7
 
where_love2003's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 190
Received Thanks: 27
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 *****");
Thread.Sleep(10000);
Environment.Exit(0);
}
in Source
where_love2003 is offline  
Old 05/06/2015, 13:43   #8


 
​Exo's Avatar
 
elite*gold: 28
Join Date: Aug 2014
Posts: 4,096
Received Thanks: 2,649
Quote:
Originally Posted by where_love2003 View Post
are you mean this

in Source
Now find the call and comment it.
​Exo is offline  
Thanks
2 Users
Old 05/06/2015, 13:45   #9

 
AceSpace's Avatar
 
elite*gold: 71
Join Date: Mar 2011
Posts: 1,594
Received Thanks: 1,099
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 *****");
Thread.Sleep(10000);
Environment.Exit(0);
}*/
AceSpace is offline  
Thanks
1 User
Old 05/06/2015, 13:51   #10
 
where_love2003's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 190
Received Thanks: 27
Thanks so much
but how can i change ip to server name
like change ip=127.0.0.1 to Server;SERVERNAME\SQLEXPRESS
where_love2003 is offline  
Old 05/06/2015, 14:01   #11

 
AceSpace's Avatar
 
elite*gold: 71
Join Date: Mar 2011
Posts: 1,594
Received Thanks: 1,099
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
AceSpace is offline  
Thanks
2 Users
Old 05/06/2015, 14:02   #12
 
Apollo*'s Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 371
Received Thanks: 538
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
Apollo* is offline  
Thanks
3 Users
Old 05/06/2015, 14:06   #13
 
Apollo*'s Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 371
Received Thanks: 538
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
Attached Files
File Type: rar GetID.rar (2.9 KB, 68 views)
Apollo* is offline  
Thanks
3 Users
Old 05/06/2015, 14:10   #14
 
where_love2003's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 190
Received Thanks: 27
i do it from source and config to but i got

and i check line 230 in Gateway.cs from source i got it
Quote:
gw_socket.Connect(IP, int.Parse(Port));
where_love2003 is offline  
Old 05/06/2015, 14:12   #15
 
Apollo*'s Avatar
 
elite*gold: 0
Join Date: Dec 2014
Posts: 371
Received Thanks: 538
Quote:
Originally Posted by where_love2003 View Post
i do it from source and config to but i got

and i check line 230 in Gateway.cs from source i got it
Install .net framework 4.5
Apollo* is offline  
Thanks
3 Users
Reply


Similar Threads Similar Threads
[Release] Eirene Auto event bot
08/03/2021 - SRO PServer Guides & Releases - 45 Replies
Let the shit storm continue. Cracked bot: https://mega.nz/#!8tkkTbBK!UxrTI9f8Q3W10UKa753hqzJ bGbWdtfsPrBNmnoHFAVA Password: karmaisabitch
[Release] Eirene Online Database(No account DB)
10/20/2016 - SRO PServer Guides & Releases - 34 Replies
Because Apollo is so smart and leaves the project after starting to see that money come, then blaming his friends when he let's another noob to do updates, therefore causing rollbacks(still blaming his team for someone else's mistake), this should teach you a lesson that you are not that smart. You obviously don't know that whatever you delete, you can recover :) Link: https://mega.co.nz/#!6kwU3SRQ!1XC1M20nis-hZzshP6xk -BzglZzrt0wYeSGw5qHq2qY Regards, Wicked
[Source-Release]Kleines Event und Paar Codeschnipsel
03/13/2013 - Flyff PServer Guides & Releases - 13 Replies
Naja, da ich nun in eine andere scene gewechselt bin könnt ihr meine schnipsel haben, wer sie nutz kann dies tun , wer lästern wirll, kann seinen kommentar behalten. PvP Event: In diesem System Könnt ihr per GM Command das Event starten. Es wird im Systemshout angekündigt und ab dann bekommt man für das Töten von Spielern EXP. Auch die,die getötet werden bekommen ein wenig EXP dazu. Wieviel Exp und die Exp formel können und sollten noch angepasst werden. Natürlich kann man dort noch...



All times are GMT +2. The time now is 01:21.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.