hotkey packets with mod_alissa.dll?

12/29/2011 09:35 Glyde#1
Is there a way to hotkey packets you build with alissa analyzer to send easier besides the "SEND" button they have while building it? (pushing hotkey will send packet) Thanks in advance will helpalot
12/29/2011 09:47 AutoLib#2
I could make a quick script for that. Although if you need it, I'll probably have to make it tomorrow if I have time. Also, look at my thread and see if my current project suits your needs.

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

I can easily set hotkeys to recently used packets if needed/wanted. However note this isn't an imminent release.
12/29/2011 10:23 Glyde#3
What would you use to write the script and would I be able to see your source? thanks in advance and yeah I probably need it, I need to hotkey a packet I'de be using alot so itde be much easier and quicker to have a hotkey.
12/29/2011 10:49 AutoLib#4
I could do it in AutoHotKey or C#, but C# is what I'm currently working with. Basically my idea is to use PostMessage to send a WM_CHARevent to the edit control following by a control click of either the Send/Recv button. Just need to work out how to handle the window handles and get the control's ID and stuff. I'll probably do that tomorrow since it is 4AM here now.