Vsro Media.pk2 Extractor (Ip,Div,Port,Local and Version etc.)

06/25/2019 22:12 oksn123#1
Hi everbody when i started writing bot. I always stuck with this. I searched in the internet.it's hard to find something about these. So i finishing Library.I want to share with you. You can learn a lot with this.

Thank you to everyone who helped me.Thanks to them.

Now this picture shows how to use the program.

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

Virüs Total for MediaExtractorLibrary : [Only registered and activated users can see links. Click Here To Register...]
Virüs Total for Tester : [Only registered and activated users can see links. Click Here To Register...]

If you cant gets error let me know. this project still testing stage.
Sorry about my bad english.
06/26/2019 06:32 hoangphan7#2
Thank's. But Can you share your Bot :D
06/26/2019 07:07 oksn123#3
Quote:
Originally Posted by hoangphan7 View Post
Thank's. But Can you share your Bot :D
Im going to share my bot but not now its not finish yet. When i completed im going to share here. Right now its not very good have a lot of bugs im trying to fix but im hopfull.
06/26/2019 07:42 JellyBitz#4
Quote:
Originally Posted by oksn123 View Post
I searched in the internet.it's hard to find something about these..
:kappa:
You actually wrapped almost everything found on internet .. But I'm curious :

PHP Code:
try
{
    
FileStream file = new FileStream(this.SilkroadPath + @"\Silkroad.exe"FileMode.Open);
    
byte[] FileArray BlowFishKey.FindBlowFishKey.StreamToArray(file);
    
byte[] stringPattern Encoding.ASCII.GetBytes("*.pk2");
    
uint position BlowFishKey.FindBlowFishKey.FindStringPattern(stringPatternFileArray0x4000000x681) + 262;
    
file.Seek(positionSeekOrigin.Begin);
    
byte[] keyAddress = new byte[4];
    
file.Read(keyAddress04);
    
file.Seek(BitConverter.ToInt32(keyAddress0) - 0x400000SeekOrigin.Begin);
    
byte[] key = new byte[6];
    
file.Read(key06);
    
this.PK2Key Encoding.ASCII.GetString(key);
    
file.Close();
}
// catch { this.PK2Key = "169841"; }
catch { throw new Exception("Error.. Key not found!") } 
This method can really extract the key? hmmm..
06/26/2019 08:11 oksn123#5
You always write bad comment i dont say i wrote everythink i just say it hard to find about these all over the net really mess everythink. you must search for hours to find about this and than you must understan what the code does than you must apply Your project than you get error a lot than fixing the code i tried so hard for everythink So now someone wants write bot or just interest the code and they search the net they gonna found easly and apply their project easly too. i want just that. İf silkroad.exe have ASCII than yes but if its dont have i dont know how to find i was try another sro they silkroad.exe dont contain ascii key so i cant find key i search the net and i found nothing.

are we looking same code ? I altered changed fixed. You say grab on the net but information about these on the internet does not work always a lot of bugs and did you read what i write on the post. I write thanks for everyone helped me did you see ? And finally I add a lot of new thinks and I taking it to the next level. But you are bad people to write like this .you always write ever one bad comment I always see. Normal people say thanks and they dont write like this. If they found i write some thing bad some thing stolen than they get action like this. My bad i share source to look every one!!
07/19/2019 01:55 Liup#6
Thanks buddy