View Full Version : Need help, new at dualboxing
Scarox
09-18-2010, 04:39 PM
Hi community,
i am new at dualboxing
i want a simple programme and script (if needed)
i have a computer (quad-core & ati hd5870, 8gb ram) and a notebook (dual-core,nvidia 8600m, 4gb ram) so i think the power is enough
both have same game installed (Hellgate Tokyo)
i tried with hotkeynet but dont have any scripts, which i can use
i am flexible which programme i use, best for me is free stuff but if i need i will buy a programme
the only thing i want, is if i press any button on computer, the same action appears on my notebook
for example PC press "w" for walking forward then the notebook walk forward too
same with mouse control if its possible
i know its a problem with mouse using and the different screensize, but its not a problem, i can handle it in game and teleport
so what do i need (programme and script) to handle this ?
i dont play WOW where follow can be used
just play simple, one character kill and the second one is walking with as a tank and getting experience too
i hope you can help me, i dont know how to get this work
need it for all letters and numbers, allways same action at both devices
thx for every answer
greetz robin
Ughmahedhurtz
09-18-2010, 05:14 PM
Unfortunately, there is no plug and play solution. All multiboxing software requires you to set things up to some extent. Best place to start is the wiki (link up top).
Khatovar
09-19-2010, 02:07 AM
With HKN, just use this script :
http://hotkeynet.com/wow/wow-sample-two-on-two.html
Change the WoW stuff to the appropriate Hellgate stuff. Use http://hotkeynet.com/p/doc.html for further setup.
Scarox
09-19-2010, 06:30 AM
With HKN, just use this script :
http://hotkeynet.com/wow/wow-sample-two-on-two.html
Change the WoW stuff to the appropriate Hellgate stuff. Use http://hotkeynet.com/p/doc.html for further setup.
ok thx i try it now
i tell you later if it works
have a nice day
Scarox
09-19-2010, 06:49 AM
Hmm i changed it but at loading script i get a lot red lines
many empty keys (think thats not a problem)
61 errors were found
2 definitions loaded
1 key wil be used as a modifier
hotkeynet 0.1.45 build 210
pc is server and notebook client, they are connected
i am in game but nothing happen ( i tried scroll lock key on and off )
changed like this:
//================================================== ==============
// SAMPLE SCRIPT FOR TWO WOW'S ON TWO PC'S
// (one account on each machine)
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 147 or higher.
//
// For more info, go to www.hotkeynet.com (http://www.hotkeynet.com)
//================================================== ==============
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH A COPY OF HGL.
//-----------------------------------------------------------
<Command Launch>
<SendPC %1%>
<Run "E:\Hellgate Resurrection\hgllauncher.exe">
//-----------------------------------------------------------
// HOTKEY TO LAUNCH BOTH HGL´s.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<Launch Local>
<Launch IP_ADDRESS_2>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWin "Hellgate Tokyo">
<Label w2 2ND_IP_ADDRESS SendWin "Hellgate Tokyo">
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH HGLs. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH HGL'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. REQUIRES ADJUSTMENT OF
// CLICKMOUSE DELAYS ON SETTINGS PANEL. HOLD DOWN OEM3
// (ON U.S. KEYBOARDS, THAT'S THE SQUIGGLE KEY IN UPPPER
// LEFT CORNER) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<PassThrough>
<SendLabel w2>
<ClickMouse %TriggerMainKey%>
where is the problem ?
Scarox
09-21-2010, 09:37 AM
please guys try to help me
how can i change the script, whats wrong ? i get only errors and nothing works
or should/need i to use another programme ?
greetz robin
Khatovar
09-22-2010, 01:31 AM
Does Hellgate use an anti-cheat program like Gameguard? Those programs usually prevent you from using any multiboxing programs.
Looking at the script, you replaced the IP_ADDRESS_2 parts with the IP address of your machine, correct?
I don't think those errors matter, but you can replacing these lines :
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<PassThrough>
<SendLabel w2>
<Key %Trigger%>
with
<KeyList MyList A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<Hotkey ScrollLockOn MyList; ScrollLockOn Shift MyList; ScrollLockOn Alt MyList; ScrollLockOn Ctrl MyList>
<SendLabel w1, w2>
<Key %Trigger%>
mikekim
09-22-2010, 01:59 AM
Try this modified HKN script:
it assumes the following details that might need to be ammended to fit your requirements (change as required)
your laptop has the ip address of 192.168.1.25 (both pc's are on the 192.168.1.x subnet range)
your main pc has a screen resolution of 1680x1050 (these can be changed for the values of your screen resolution in the code)
your laptop has a screen resolution of 1440x900
the main pc is configured as a server for HKN
both machines have "C:\Hellgate Resurrection\hgllauncher.exe" as the launcher path - you might need to ammend this for the straight exe if possible
ctrl+alt+z will open both windows to start
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF HGL.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
<SetWinRect %4% %5% %6% %7%>
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH HGL
//-----------------------------------------------------------
<Label h1 Local SendWinM HGL1>
<Label h2 192.168.0.25 SendWinM HGL2>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME ALL OF THE HGL WINDOWS.
//-----------------------------------------------------------
<Hotkey ScrollLockOn ctrl alt z>
// ***change the last two values on the line below to match your main screen resolution***
<LaunchAndRename Local "C:\Hellgate Resurrection\hgllauncher.exe" HGL1 0 0 1680 1050>
// ***change the last two values on the line below to match your laptop screen resolution***
<LaunchAndRename 192.168.1.25 "C:\Hellgate Resurrection\hgllauncher.exe" HGL2 0 0 1440 900>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO ALL HGLS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, F1-F6, minus, plus, insert, backspace, delete, pgup, pgdn, home, end, enter, oem2, esc, except W, A, S, D, Q>
//<Hotkey ScrollLockOn AllMainKeys>
<SendLabel h1, h2>
<Key %Trigger%>
<Hotkey ScrollLockOn Shift AllMainKeys; Alt AllMainKeys; ctrl AllMainKeys>
<SendLabel h1, h2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL HGL'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right, space, F7-F12, Numpad0 - Numpad9, W, A, S, D, Q>
<SendLabel h1, h2>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (top left corner the ¬ key on US Keyboard) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<PassThrough>
<SendLabel h1,h2>
<ClickMouse %TriggerMainKey%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM8 (top left corner the ¬ key on UK Keyboard) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
//<UseKeyAsModifier Oem8>
//<Hotkey ScrollLockOn Oem8 LButton, MButton, RButton, Button4, Button5>
// <SendLabel h1,h2>
// <ClickMouse %TriggerMainKey%>
Scarox
09-22-2010, 12:46 PM
hellgate dont use any programmes like that but have difficult ways to login and to start game but have nothing to do with blocking script and this stuff
but open via HKN i guess will not work because you need first login on homepage and then can start game via launcher
wow thx thats really looking good
i try this solutions now and tell you the result
many thx for your answers :)
enjoy the day
Scarox
09-22-2010, 01:38 PM
first tried the solution of Khatovar, but it doesnt work :(
then i tried mikekim one
it looked good i changed everything and pressed the hotkey scroll lock
but i get the information:
From this pc: <sendwinm hgl1> <keydown D>
sending to 192.168.xxx.xxx
sucessfully sent.
<sendwinm hgl1> failed: could not find window "HGL1"
<keydown D> failed: no window is targeted
then same with keyup D
server and client are connected
i tried both games with normal screen then with window mode and it dont work
tried change resolution in script and game, same problem
hope i get it work anytime ;)
what do you think is the problem ?
btw: do i need to copy script from pc to notebook and press scroll lock key too ?
mikekim
09-28-2010, 02:05 AM
ok try this addition to the script (paste in before the key definitions)
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME HGL'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "rename this to whatever the window title of the game is called" HGL1>
<SendPC 192.168.0.25>
<RenameWin "rename this to whatever the window title of the game is called" HGL2>
launch the game manually on both machines and press "ctrl + r" (with scroll lock on)
Scarox
09-28-2010, 11:50 AM
ok try it later
thx for post
Scarox
09-29-2010, 04:01 PM
Hmm still have the same problem
could not find window
nothing happen if i press CTRL + R
and if activated scroll lock key
my keyboard dont work
only can use mouse clicks and only on server not on client
when scroll lock key is activated
and press CTRL ALT Z for open both games at server, it works on both computers
Scarox
09-29-2010, 04:09 PM
ACTUALLY SCRIPT:
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF HGL.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
<SetWinRect %4% %5% %6% %7%>
//-----------------------------------------------------------
// DEFINE A MAIL LABEL FOR EACH HGL
//-----------------------------------------------------------
<Label h1 Local SendWinM HGL1>
<Label h2 192.168.220.103 SendWinM HGL2>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME ALL OF THE HGL WINDOWS.
//-----------------------------------------------------------
<Hotkey ScrollLockOn ctrl alt z>
// ***change the last two values on the line below to match your main screen resolution***
<LaunchAndRename Local "E:\Hellgate Resurrection\hgllauncher.exe" HGL1 0 0 1280 1024>
// ***change the last two values on the line below to match your laptop screen resolution***
<LaunchAndRename 192.168.220.103 "D:\GameZ\Hellgate Resurrection\hgllauncher.exe" HGL2 0 0 1024 768>
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME HGL'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "Hellgate (x86 DX9)" HGL1>
<SendPC 192.168.220.103>
<RenameWin "Hellgate (x86 DX9)" HGL2>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO ALL HGLS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, F1-F6, minus, plus, insert, backspace, delete, pgup, pgdn, home, end, enter, oem2, esc, except W, A, S, D, Q>
//<Hotkey ScrollLockOn AllMainKeys>
<SendLabel h1, h2>
<Key %Trigger%>
<Hotkey ScrollLockOn Shift AllMainKeys; Alt AllMainKeys; ctrl AllMainKeys>
<SendLabel h1, h2>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO ALL HGL'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right, space, F7-F12, Numpad0 - Numpad9, W, A, S, D, Q>
<SendLabel h1, h2>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (top left corner the ¬ key on US Keyboard) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>
<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<PassThrough>
<SendLabel h1,h2>
<ClickMouse %TriggerMainKey%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM8 (top left corner the ¬ key on UK Keyboard) WHEN YOU WANT TO BROADCAST.
//-----------------------------------------------------------
//<UseKeyAsModifier Oem8>
//<Hotkey ScrollLockOn Oem8 LButton, MButton, RButton, Button4, Button5>
// <SendLabel h1,h2>
// <ClickMouse %TriggerMainKey%>
allways same problem
no keys work when scroll lock key is on
error at HKN:
SendWinM HGL1 failed: Could not find window "HGL1"
Key CTRL R failed: no window is targeted
Scarox
10-04-2010, 01:33 PM
push
mikekim
10-08-2010, 05:57 AM
ACTUALLY SCRIPT:
Key CTRL R failed: no window is targeted
this might souund like a silly question but...
do you have the window in focus (ie selected) when pressing crtl &r?
also let me know what the game window is called, so I can correct the script
Scarox
10-10-2010, 07:40 AM
this might souund like a silly question but...
do you have the window in focus (ie selected) when pressing crtl &r?
also let me know what the game window is called, so I can correct the script
Hellgate (x86 DX9) is the name of the window
i have the game window on top/focus and can play, then press ctrl + r and nothing happens
mikekim
10-10-2010, 11:52 AM
try this
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME HGL'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "Hellgate" HGL1>
<SendPC 192.168.220.103>
<RenameWin "Hellgate" HGL2>
mikekim
10-10-2010, 11:58 AM
i dont know if you have seen this on their site...
IAHGames will suspend online multiplayer service for Hellgate: London’s Alliance Server at 1200 hrs (GMT+8) on 21st October 2008. The suspension of service will allow IAHGames, Flagship Studios, and other involved parties to reassess the situation before moving forward.
Scarox
10-10-2010, 12:28 PM
i dont know if you have seen this on their site...
yeah its only at europe and american server
i play on korean server and there the game is relaunched and updated
try now your post
Scarox
10-18-2010, 12:55 PM
hmm still same problem
i guess it will never work
now i try another programme and make new script
it will tell you the results
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.