View Full Version : Need a hotkey code set for hotkeynet.
dannyboy
09-04-2008, 12:55 PM
Hey guys i've looked all over and can't seem to find anyone that has a simple code setup for hotkeynet. I just need something that is used in everyday stuff like movement with w s a d q e, the 1 though = keys, and along with the Tab button or mouse click. If anyone can help me out that would be great.
Freddie
09-04-2008, 01:21 PM
Is this for WoW? There's an example of a simple WoW script here:
Quick Start Guide for WoW (http://hotkeynet.com/wow/wow-quick-start.html)
phetish
09-04-2008, 01:45 PM
[AutoHotKey] My full AutoHotKey script. ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=11605')
k4rm4
09-04-2008, 02:58 PM
Heres a Simple one for DAoC, can be converted to anything tho im sure
<Label d_main1 local sendwinMF daoc1>
<Label d_main2 local sendwinMF daoc2>
<Label d_main3 local sendwinMF daoc3>
<Label d_main4 local sendwinMF daoc4>
//PBOAE
<hotkey F2>
<SendPC Local>
<sendwinMF daoc2>
<Key 1>
<sendwinMF daoc3>
<Key 1>
<sendwinMF daoc4>
<Key 1>
// wizzy buffs
<hotkey F4>
<SendPC Local>
<sendwinMF daoc3>
<Key 7><Key 8><wait 300><Key 9>
<sendwinMF daoc4>
<Key 7><Key 8><wait 300><Key 9>
// Rename all 4 windows and put background to sleep, have main window focused //
<hotkey F12>
<SendPC Local>
<RenameWin Dark daoc1>
<RenameWin Dark daoc2>
<RenameWin Dark daoc3>
<RenameWin Dark daoc4>
<wait 300>
<sendwinMF daoc1>
<SetAffinity 0>
<sendwinMF daoc2>
<SetAffinity 1>
<sendwinMF daoc3>
<SetAffinity 3>
<sendwinMF daoc4>
<SetAffinity 4>
// stick all
<hotkey F6>
<SendPC Local>
<sendwinMF daoc1>
<Key F1><wait 20><Text /stick><wait 20><Key ENTER>
<sendwinMF daoc2>
<Key F1><wait 20><Text /stick><wait 20><Key ENTER>
<sendwinMF daoc3>
<Key F1><wait 20><Text /stick><wait 20><Key ENTER>
<sendwinMF daoc4>
<Key F1><wait 20><Text /stick><wait 20><Key ENTER>
http://www.dual-boxing.com/forums/file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/moz-screenshot.jpg
Suvega
09-04-2008, 03:42 PM
You should check out www.hotkeynet.com
It's another community around multiboxing, with specific support around hot key net.
Albeit they are a lil hostile / "MUST PROVE BETTER THEN DUALBOXING" mentality, but meh, if it's helpfull, it's helpfull.
Freddie is a good guy, should be able to help you as well.
Vyndree
09-04-2008, 03:56 PM
[AutoHotKey] My full AutoHotKey script. ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=11605')
AHK != HKN, right?
Not sure if AHK scripts will help him... I could be wrong, though. >.<
Freddie
09-04-2008, 04:29 PM
Freddie is a good guy, should be able to help you as well.
Hah! I got ya fooled!
You should check out www.hotkeynet.com
It's another community around multiboxing, with specific support around hot key net.
Albeit they are a lil hostile / "MUST PROVE BETTER THEN DUALBOXING" mentality, but meh, if it's helpfull, it's helpfull.
HotkeyNet has its own website for the same reason that virtually every commercial program in the world has its own website. It's the place where documentation and bug lists are published, people ask questions about the program, etc.
I'm always happy to answer questions here -- in fact, I prefer it because it advertises the program -- but a commercial program needs its own website that's under the control of its publisher.
HotkeyNet's website is not a general multiboxing website like dual-boxing and it's not intended to be.
I'm not sure where you're getting the impression of hostility. I can remember only a very tiny number of people who posted in HotkeyNet's forum and who seemed to feel that way. Most of the people who post frequently on HotkeyNet's forum also frequently post here. The two sites serve different purposes and they aren't in competition.
phetish
09-04-2008, 04:40 PM
[AutoHotKey] My full AutoHotKey script. ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=11605')
AHK != HKN, right?
Not sure if AHK scripts will help him... I could be wrong, though. >.<Doh! - my bad - too many Hotkey McThingies.... i'll go hide now :)
Freddie
09-04-2008, 05:24 PM
Tons of people make that mistake. I should probably change HotkeyNet's name to avoid confusion.
k4rm4
09-08-2008, 01:57 PM
In my experence with any hot key programs i always would perfer to use HKN hotkeynet. its just the best and that and a kvm switch = god
Freddie
09-08-2008, 02:26 PM
You made my day. :)
Katharsis
09-08-2008, 05:34 PM
I should probably change HotkeyNet's name to avoid confusion.
FreddieKeys!
Freddie
09-08-2008, 05:55 PM
Hehe. This just reminded me of something that I hadn't thought about in a long time. The first hotkey program I ever wrote, back in the 1980s, was called Magic Buttons.
It had to be written in assembly language, and as if that wasn't enough work, for some reason or other the program had to move its code segments around in memory after it was loaded. Good old MS-DOS programming. That kind of technology seems as antique now as a trebuchet. And that's lucky for me because my brain's gotten too old to do it! :)
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.