Jump to content

Recommended Posts

Posted

hi , i am a real idiont when it comes to codes, actually i cant do , i did try but i cant so i need some help

what i am trying to do here is .

i am dual boxing in WoW and i got 2 windows on one computer, one window active and one inactive.

when i press 1(could be a fire ball from a mage) in the active window, i want that key strike to be send to the inactive window

and the mage in that window will now fire his fire ball because the key 1 is set to do that,

you could say that i want the function you get when you use 2 computers and a kvm switch, just between 2 windows on one computer.

it would be nice if all the information i use (mouse and keuboard ) could be sendt to the inactive window while i play .

Now i dont now anything about codes and the like, so i need it simple , the best would be something like .

here is alink click it install it , run it and it works :-P

thank you all for helping

Posted

hi , i am a real idiont when it comes to codes, actually i cant do , i did try but i cant so i need some help

what i am trying to do here is .

i am dual boxing in WoW and i got 2 windows on one computer, one window active and one inactive.

when i press 1(could be a fire ball from a mage) in the active window, i want that key strike to be send to the inactive window

and the mage in that window will now fire his fire ball because the key 1 is set to do that,

you could say that i want the function you get when you use 2 computers and a kvm switch, just between 2 windows on one computer.

it would be nice if all the information i use (mouse and keuboard ) could be sendt to the inactive window while i play .

Now i dont now anything about codes and the like, so i need it simple , the best would be something like .

here is alink click it install it , run it and it works :-P

thank you all for helping

Didn't quite get you. But I will give you some ideas regard to your post.

Make a loop, check

IsPressed("LeftMouseButton In hex")

Get MousePos()

If= Then ControlSend or use the minmize click UDF from example script.

Posted

hi , i am a real idiont when it comes to codes, actually i cant do , i did try but i cant so i need some help

what i am trying to do here is .

i am dual boxing in WoW and i got 2 windows on one computer, one window active and one inactive.

when i press 1(could be a fire ball from a mage) in the active window, i want that key strike to be send to the inactive window

and the mage in that window will now fire his fire ball because the key 1 is set to do that,

you could say that i want the function you get when you use 2 computers and a kvm switch, just between 2 windows on one computer.

it would be nice if all the information i use (mouse and keuboard ) could be sendt to the inactive window while i play .

Now i dont now anything about codes and the like, so i need it simple , the best would be something like .

here is alink click it install it , run it and it works :-P

thank you all for helping

So you want to Press 1 and have it work on both windows is what you're saying?

Look at HotKeySet Send and WinActivate For a few of the important functions

Posted

Can't you simply specify what window you want the command sent to? So, just have the script running so that when '1' is pressed, it sends the '1' stroke to the inactive.

WoW would take care of the active window.

  • 2 months later...
Posted

heheh this is the exact reason im learning how to deal with socket connections :P though i luckily have multiple pc's to tinker with - dunno if you are still working on this project but i figured using something like _IsPressed and binding a special key easy to hit like alt would be the way to go.. therefore while alt is pressed any 1-0 kiey you hit will be sent to the other console thus fully able to control the second console without necessarily executing the 1 key on both clients at the same time :)

Don't let that status fool you, I am no advanced memeber!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...