View Full Version : & [Hotkeynet] automatic script generator
Multimoni
03-06-2009, 01:05 AM
Hi everyone,
I'm working on a hotkeynet & autohotkey automatic script generator to help my fellow multiboxer (a lot of them find my website by searching "autohotkey help" on google, and almost everyone of them wants me to write a script for them). I would like to know if anyone of you had known of a similar tool, or had any ideas to help me go further.
I've tried to translate my script generator for you, so you can have a english version here : http://qjrq.com/paul/easyscript/indexeng.php
If you prefer a french version because my english is actualy even worse than your french, you can check here : http://qjrq.com/paul/easyscript/ There is also a topic in french about this tool here ('http://www.dual-boxing.fr/forum/showthread.php?tid=1246'). But I'm gonna check on this english one too, so don't worry if you don't know french and answer this very topic!
I hope you'll enjoy this tool
Thanks a lot for your help and support
Freddie
03-06-2009, 05:32 AM
I would like to know if anyone of you had known of a similar tool...
This is a great idea. I'm glad to see it.
I've heard of only one other script generator for HotkeyNet. I think the author stopped working on it. He announced it here:
HotKeyNet Script generator ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=74493')
Freddie
03-06-2009, 07:28 AM
I added a link to Easyscript to HotkeyNet's website. It's here:
http://hotkeynet.com/p/links.html
Multimoni
03-06-2009, 07:51 AM
Thanks a lot for your support Freddie !
I had some help this morning to add two features, and I certainly will tonight. I hope you'll keep in touch with my page!
Multimoni
03-06-2009, 09:31 PM
Added:
- Space
- Return to pause script / Esc to reload
- R to pause while answering wisps
- "Automated" movements key
- Mouse support
- Download button
- Comments (in french for now)
For both ahk and hkn
alcattle
03-08-2009, 10:57 PM
I tried out the program and it reslly worked nicely. Good way to get started if the sample scripts don't meet your needs.
I would like to see a part to set up your windows, everyone would be different so might take a lot for it to work.
Multimoni
03-09-2009, 07:51 AM
Thanks for your support alcattle!
I'm working on it. I already have scripts for PiP using AHK or HKN, but it means I have to start over to specify the main window or maybe even the clones windows one by one. It's going to be a fastidious work!
Keep in touch!
Multimoni
03-10-2009, 09:08 PM
I just added PiP support for 2, 3, 4 and 5 characters in one screen, for AutoHotKey only. That's simple and I guess no one will use it, but It's just the beginning and I will add some feature if you help me figure out what people really needs as a picture in picture script.
So... Any ideas?
Freddie, do you know if there's a way to fit windows using purcent instead of pixels? Because my AHK script was a lot easier without having to make up one for each screen resolution :D
I'll search more on the forum but I didn't find anything for now...
Thanks again for you help!
alcattle
03-10-2009, 09:15 PM
Sounds good. What I had in mind was getting the input from the user on the main screen and just doing the math for the user. 3/4 inputs, # of screens. number of windows and sizes of monitors. Each input would show a rough layout of the final result.
Mine would be 5 WoW screens, so 5 windows, 2 monitors, both 1280x1024.
Freddie
03-10-2009, 09:29 PM
No, sorry, HotkeyNet uses pixels.
But can't you use percent anyway? You don't need to handle resolutions separately. You can do all your calculations in percent. Then, when you write a number in the script, multiply it by the screen size.
Instead of this:
write_to_script ( y );
You will have this:
write_to_script ( y * screen_size );
It's only one extra multiplication.
Multimoni
03-10-2009, 10:42 PM
Well, this is supposed to be an easy way to script for people who don't know how to do so. I didn't think about an input of the resolution by the user, and certainly not about people using more than one screen :D But I'll think about that, and maybe find something between this first very simple PiP and a most complicated thing which will be able to calculate from resolution and rearrange according to the number of monitor the user have. Or maybe I'll make both then add a way to choose between them.
Thanks again for your much appreciated help :)
Freddie
03-10-2009, 11:14 PM
I think we are not understanding each other. :)
I wasn't talking about those things either. I was only trying to say an easy way to use your AutoHotKey code for HotkeyNet.
I don't want you to do extra work for HotkeyNet, that's all. :)
Multimoni
03-11-2009, 07:26 PM
I'm sorry Freddie, I'm just not as fluent as I could be in english, I may have missed something.
I'm still not sure how I'm gonna do that, but I will find out something soon.
Freddie
03-11-2009, 07:36 PM
I know. I'm sorry my French is very bad. I studied it for two years but I don't remember anything. :(
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.