[Potential Release] Packet Creator

01/02/2012 09:59 AutoLib#1
In my last thread I showed some pictures of steps my program has gone through, and it's finally almost done. All that's left is to wait for Mabinogi to stop being offline so I can beta test it. In the mean time, I'd like to hear some ideas for additions or possible features. Current features are:
  • Saves and keeps track of character data. (Username/ID/Server)
  • Accepts custom xml lists for packets not included already. (Requires specific format)
  • Sends packets through Alissa, so it needs to be open for this to work.

Here's a current screenshot. Design changes are also considered since I just kind of through this together. Note some of the controls aren't spaced properly because I just changed this right before taking the screenshot to remove buttons that weren't being used. Also forgot to implement dynamic column names before I took it, but that won't take long.

Also note there is a lot of space in the bottom panel and the middle listview. This is there for a reason. The panel space will have more information in it and the buttons to add/remove libraries and the list has space for other libraries that need that space. The skills library takes up a lot more space than the Mana Tunnels.

[Only registered and activated users can see links. Click Here To Register...]
01/02/2012 10:21 jas161#2
No offense but this does look pretty suspicious. Something like this could easily be a keylogger.
01/02/2012 10:26 AutoLib#3
Quote:
Originally Posted by jas161 View Post
No offense but this does look pretty suspicious. Some like this could easily be a keylogger.
Kind of a rude accusation seeing how I haven't even posted a download link. It's open source as well, or at least will be when it's done. Now that we have that out of the way do you want to post something constructive?
01/02/2012 10:29 jas161#4
I never made any accusations more pointed out how a program "LIKE" this could be a keylogger. Read before you react.
01/02/2012 10:31 AutoLib#5
Quote:
Originally Posted by jas161 View Post
I never made any accusations more pointed out how a program "LIKE" this could be a keylogger. Read before you react.
Black + Eyes = Keylogger. Got it.
01/02/2012 10:32 jas161#6
Don't get it but okay?
01/02/2012 14:47 praysakura#7
It seems really take time omg
01/02/2012 15:45 byakuyaasumadarksasori#8
Its not going to be a keylogger, if your unable to check for one and your just throwing that word around like you have jas161 then get off the forums here. I'm just saying, you can't say that when there is no download link and they said its going to be open source as well.
01/02/2012 15:46 hinjeffrey#9
Great job
01/02/2012 18:41 Alwaho#10
woahh! From the pictures you showed, it looks like mod_alex... but mod_alex is missing alot of that stuff... D: Upon teh new release Mod_Alex shall be in color (yes I upgraded my programmers to a new program) and we might put a packet scanner in there aswell as making it leecher resistant :D. Sorry to post this in your thread. So to show my sorrow, I will give you a hug through the internet!
[Only registered and activated users can see links. Click Here To Register...]
01/02/2012 19:31 AutoLib#11
I don't know how public this release will be, but I already have a plan to ensure security if I make it private. As for being like mod_Alex, I've never tried it so sorry if it's similar.
01/02/2012 20:34 VanHef#12
Looks nice. How do you send things through alissa? I was considering to try something like that using the clipboard and sending to alissa with WM_PASTE.
Or are you doing somethign else?
01/02/2012 20:44 AutoLib#13
Quote:
Originally Posted by VanHef View Post
Looks nice. How do you send things through alissa? I was considering to try something like that using the clipboard and sending to alissa with WM_PASTE.
Or are you doing somethign else?
Pretty much the same thing, but with WM_COPYDATA since Alissa has a procedure to handle that message. However, Blade recommended I make this a standalone program and have it send packets without needing Alissa. So now I am looking into packets and how to send them.