[Program] MessageStructurs
This little program is getting structurs for you on a easy way.
Just type in a Packet Header, and the program will give you the MessageEventParser.
You can use a header or a class name to search for structurs.
This program also contains a ListBox with all MessageEvents and MessageComposers.
http://i.imgur.com/UniLTW1.png
Fill in the config.ini
Here is a little snippet:
PHP Code:
// some LINQ here..and done
var ParseClass = (from i in KlassenLines where i.Value.Contains(".*") select i.Key);
string toParse = string.Empty;
Parallel.ForEach(ParseClass, parseCl =>
{
toParse = KlassenLines[parseCl - 1].Split('.')[1].Replace(";", "");
});
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("MessageParser class: " + toParse);
Console.ForegroundColor = ConsoleColor.White;
Some word are still written in german :)
What you need: Just a habbo.swf in a .txt file (AS3)
I'll release this open source: Download: Program.rar | xup.in
- Emerica
Re: [Program] MessageStructurs
So all this does is write out the class?
Re: [Program] MessageStructurs
Quote:
Originally Posted by
Makarov
So all this does is write out the class?
yep just to make life easy
Re: [Program] MessageStructurs
Re: [Program] MessageStructurs
I just extracted, edited the config file. and opened in Visual Studio and tried to debug:
Screenshot by Lightshot
Screenshot by Lightshot
Screenshot by Lightshot
Re: [Program] MessageStructurs
Decent release, good job! I'll try to improve it a bit.
Re: [Program] MessageStructurs
Quote:
Originally Posted by
JohnHearfield
Change value to 58 and change debugging path. Simple?
Re: [Program] MessageStructurs
Quote:
Originally Posted by
n0minal
Change value to 58 and change debugging path. Simple?
Did that, never worked, same errors.
Re: [Program] MessageStructurs
Quote:
Originally Posted by
JohnHearfield
Edit
Console.WindowHeight = 70;
to
Console.WindowHeight = 69;
Worked for me.
--
Thanks for this helpfull release!
Re: [Program] MessageStructurs
Quote:
Originally Posted by
Superbomm
Edit
Console.WindowHeight = 70;
to
Console.WindowHeight = 69;
Worked for me.
--
Thanks for this helpfull release!
Better is change it into 56. Or use Console.WindowHeight = Console.MaxWindowHeight;
Re: [Program] MessageStructurs
Re: [Program] MessageStructurs
Quote:
Originally Posted by
xMiraclesz
What is this?
If you ask, you have nothing to do here :). Anyways, good release. This could make the life easier to some of developers :)
[Program] MessageStructurs
Thanks, anyone have a AS3 Sourcerer txt file for BcStorm or an AS3 Sourcerer cracked?
Sent all the way from my iPod :O
Re: [Program] MessageStructurs
Finally something that gives structures. Droppy was working on a tool to but still no release. This can keep me busy for a while.
Thanks. Kudos to you :)
Re: [Program] MessageStructurs
Quote:
Originally Posted by
tdid
Finally something that gives structures. Droppy was working on a tool to but still no release. This can keep me busy for a while.
Thanks. Kudos to you :)
I'm also wondering about his program.