hey, When i try to have the script launch them, I get this error
From this pc: <Run "C:\Users\Josh\Desktop\ROTMG1.swf"><RenameTargetWi n ROTMG1>
<Run "C:\Users\Josh\Desktop\ROTMG1.swf"> failed: Operating system CreateProcess function failed; Windows reports system error 193, "%1 is not a valid Win32 application."
<RenameTargetWin ROTMG1> failed: No window is targeted.
This is my Link Location, How do i change the Modded client into a exe so i can use it as the auto AIM?
//================================================== ==============
// SAMPLE SCRIPT FOR SIX ROTMG'S ON ONE PC
//
// 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 148 or higher.
//
// For more info, go to
HotkeyNet: Home
//================================================== ==============
//-----------------------------------------------------------
// PRESS CTRL R TO RENAME ROTMG'S IF YOU LAUNCH THEM MANUALLY.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "Adobe Flash Player 11" ROTMG1>
<RenameWin "Adobe Flash Player 11" ROTMG2>
<RenameWin "Adobe Flash Player 11" ROTMG3>
<RenameWin "Adobe Flash Player 11" ROTMG4>
<RenameWin "Adobe Flash Player 11" ROTMG5>
<RenameWin "Adobe Flash Player 11" ROTMG6>
//-----------------------------------------------------------
// PRESS CTRL T TO RENAME ROTMG'S BACK TO FLASH PLAYER
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl T>
<SendPC local>
<RenameWin ROTMG1 "Adobe Flash Player 11">
<RenameWin ROTMG2 "Adobe Flash Player 11">
<RenameWin ROTMG3 "Adobe Flash Player 11">
<RenameWin ROTMG4 "Adobe Flash Player 11">
<RenameWin ROTMG5 "Adobe Flash Player 11">
<RenameWin ROTMG6 "Adobe Flash Player 11">
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF rotmg.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Users\Josh\Desktop\ROTMG1.swf">
<RenameTargetWin %2%>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME YOUR ROTMG WINDOWS
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local ROTMG1>
<LaunchAndRename Local ROTMG2>
<LaunchAndRename Local ROTMG3>
<LaunchAndRename Local ROTMG4>
<LaunchAndRename Local ROTMG5>
<LaunchAndRename Local ROTMG6>
//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES.
//-----------------------------------------------------------
<Label w1 Local SendWinM ROTMG1>
<Label w2 Local SendWinM ROTMG2>
<Label w3 Local SendWinM ROTMG3>
<Label w4 Local SendWinM ROTMG4>
<Label w5 Local SendWinM ROTMG5>
<Label w6 Local SendWinM ROTMG6>
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH rotmgS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Period, Minus, Oem2, Backspace, Enter, Space, Insert, F1-F12 except W, A, S, D>
<SendLabel w1, w2, w3, w4, w5, w6>
<Key %Trigger%>
//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH ROTMG'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn W, A, S, D>
<SendLabel w1, w2, w3, w4, w5, w6>
<Key %Trigger%>
//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN CAPSLOCK WHEN YOU
// WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier capslock>
<Hotkey ScrollLockOn capslock LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2, w3, w4, w5, w6>
<ClickMouse %TriggerMainKey%>
ALSO My main problem is,
When i try to move after everything is set up, It holds one down and the other Goes off and It will switch control back and forth