IN the future you may expect to see this integrated into Realm, but with my signature user friendly UI touches of course.
Supports WASD QE R I as well as mouse clicks being sent to all clients.
Auto TP is buggy at times and im working out the querks...
Will custom keybinds work? for example, I have two buttons on my mouse bound to . and , that i use for screen rotation, then q and e are potions.
sweet i've been waiting for this and gl getting the kinks out of the teleport system!
Originally Posted by 19pwnage19
Will custom keybinds work? for example, I have two buttons on my mouse bound to . and , that i use for screen rotation, then q and e are potions.
Yes all keys will be usable
Nice job with this, can't wait to see the results
can it save login information so you dont have to type it everytime? thats a big feature
I cant wait to use this !
Awesome!!!
Awesome! You really are producing one of the best realm tools of all time
glad to see hotkey multiboxing is getting phased out
Willing to share the source? For learning of course.
Originally Posted by Wetish
Willing to share the source? For learning of course.
Basically you build a list of game handles, how you get them is up to you.
Then, listen for whatever keys you want to listen to using GetAsyncKeyState (0 = up, 1 = down)
Loop that indefinately. If it returns 1 send key up using postmessage to your handles, if its down send key down.
Just a brief explanation, source is nowhere near finished so I won't bother posting anyting yet.
UPDATE
(each white box is a resizable, unloaded flash player) Might be hard to see, sorry!
The options and configurations for the multibox work as follows:
When the user creates a multibox tab, they have the option to close the main client tab (for lag issues).
When hitting menu, a new multibox tab will be show in the menu area (only if multiboxing) that shows all the settings.
That is the best way to keep the current structure of Realm going while still making things easily accessible.
THE DOWNSIDE:
Right now, you may only have up to 5 clients! I dont have any good ideas on how to fix it while maintaining the user friendly drag re-sizing...