Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14
  1. #1

    Default & [Hotkeynet] automatic script generator

    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. 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
    ...and sorry for my bad english.
    Multimoni,
    http://www.dual-boxing.fr

  2. #2

    Default RE: & [Hotkeynet] automatic script generator

    [quote='Multimoni',index.php?page=Thread&postID=183 708#post183708]I would like to know if anyone of you had known of a similar tool...[/quote]
    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:

    [url='http://www.dual-boxing.com/forums/index.php?page=Thread&postID=74493']HotKeyNet Script generator[/url]
    �Author of HotkeyNet and Mojo

  3. #3

    Default

    I added a link to Easyscript to HotkeyNet's website. It's here:

    http://hotkeynet.com/p/links.html
    �Author of HotkeyNet and Mojo

  4. #4

    Default

    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!
    ...and sorry for my bad english.
    Multimoni,
    http://www.dual-boxing.fr

  5. #5

    Default

    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
    ...and sorry for my bad english.
    Multimoni,
    http://www.dual-boxing.fr

  6. #6

    Default

    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.
    RAF Tour Guide files are obsolete, I went to Zygor
    MultiBoxers play with themselves

  7. #7

    Default

    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!
    ...and sorry for my bad english.
    Multimoni,
    http://www.dual-boxing.fr

  8. #8

    Default

    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
    I'll search more on the forum but I didn't find anything for now...

    Thanks again for you help!
    ...and sorry for my bad english.
    Multimoni,
    http://www.dual-boxing.fr

  9. #9

    Default

    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.
    RAF Tour Guide files are obsolete, I went to Zygor
    MultiBoxers play with themselves

  10. #10

    Default

    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:

    Code:
    write_to_script ( y );
    You will have this:

    Code:
    write_to_script ( y * screen_size );
    It's only one extra multiplication.
    �Author of HotkeyNet and Mojo

Similar Threads

  1. Hotkeynet Formation Script
    By Kalikiano in forum Software Tools
    Replies: 10
    Last Post: 04-09-2009, 09:15 AM
  2. hotkeynet script für 2 pcs mit wow
    By Arimat in forum German
    Replies: 5
    Last Post: 02-15-2009, 07:40 PM
  3. Semi-Automatic Trading
    By Savage in forum Macros and Addons
    Replies: 5
    Last Post: 09-09-2008, 12:48 AM
  4. HotKeyNet Script generator
    By legg1 in forum Software Tools
    Replies: 2
    Last Post: 06-13-2008, 02:01 PM
  5. Cool Signature generator
    By sway in forum Off-Topic
    Replies: 5
    Last Post: 02-13-2008, 09:02 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •