Log in

View Full Version : script for tri boxing



bredizzle
03-29-2008, 11:50 AM
I started dual boxing and I have a script for that, but im getting ballsy and want to start tri boxing. The only problem I have is that I cant code for shit and im not sure exactly where to find a tri boxing script. If anyone has any idea where to find one or has one that I could use id greatly appreciate it

<3

Wilbur
03-29-2008, 06:58 PM
You have a script, using what scripting language?

There should be one in the AHK sticky.

bredizzle
03-30-2008, 02:41 AM
its with autohotkey for dual boxing. but im not sure how to make changes into making it to a tri boxing cuz my scripting skills suck and i dont wanna mess with it because im not sure exactly how it works. i wasnt sure if there were any other people that tri box with ahk that had a script they use that i could have or if someone knew about it and could guide me into changing my current one

thinus
03-30-2008, 03:23 AM
Read the AHK sticky. Go to the autohotkey website, www.autohotkey.com, or post your script and someone will probably explain to you how to modify it for 3 instead of 2.

bredizzle
03-30-2008, 04:17 PM
actually, the only thing i need is an ahk script thats simmilar toe sorns that sends keystrokes to 3 wowids on the same screen instead of 2

Wilbur
03-31-2008, 04:23 AM
So add to it?

Its not hard.

Eteocles
03-31-2008, 09:12 AM
Open the ahk file in notepad, copy all lines containing wow1/wow2, paste below wow2, change all 2s in the PASTED parts to 3, voila, your script is set up for triboxing.

Djarid
03-31-2008, 11:20 AM
I don't like to be condescending but unfortunately in this case I must...

If you are unable to modify the AHK script from 2 to 3 windows then are you sure multiboxing is right for you?

this is one of the simpler tasks you will face, the code is already written for you and it is simply adding an extra line for each hotkey.

Reading the enclosed help files is more than adequate to give a complete novice at scripting the basics for getting going using AHK.
This forum has numerous examples of ahk scripts and at least one specific to tri-boxing (i posted one of them myself)

If, using these 2 resources, you can't modify the script then perhaps using one of the tools created specifically for this purpose (which can be found in the software forum) is more suitable for you.

Finally, this community is happy to help, generally through provision of information and learned experience. But it does require effort from those participating in it. There is no spoon feeding here.