There are no ControlId`s in SRO_Client.exe, therefore "edit1" or "Edit1" will not work correctly every time.
If I were in your shoes, this is the snippet I`d try to play with instead:
Note: Edit1 = CLIENT
Quote:
$WList=WinList ("[CLASS:CLIENT]") ;lists up all clients
for $i=1 to $WList[0][0] ;does the following code for every client
ControlSend ($WList[$i][1],"","","Blablabla") ;send Blablabla to all your clients, $WList[$i][1] is the windowhandle & it works for minizmied and hided windows
sleep (1000) ; 1sec delay
There are no ControlId`s in SRO_Client.exe, therefore "edit1" or "Edit1" will not work correctly every time.
If I were in your shoes, this is the snippet I`d try to play with instead:
Note: Edit1 = CLIENT
Possibly. Getting the handle works pretty much 95% of the time.
EDIT: Your snippet won't work unless you put Edit1 as the control ID ^^
Code:
$WList=WinList ("[CLASS:CLIENT]")
for $i=1 to $WList[0][0]
ControlSend ($WList[$i][1],"","","{enter}")
sleep (4000)
Next
Possibly. Getting the handle works pretty much 95% of the time.
If you use ("[CLASS:CLIENT]") istead of "Edit1" you should be able to send "enter" to the client every time untill lag hits you back, then you`ll have to restart all over again^^.
Just rename that SRO_Client into something like "IGN Char Name" so you know which one is which after you logged him in.
If you use ("[CLASS:CLIENT]") istead of "Edit1" you should be able to send "enter" to the client every time untill lag hits you back, then you`ll have to restart all over again^^.
Just rename that SRO_Client into something like "IGN Char Name" so you know which one is which after you logged him in.
EDIT: Your snippet won't work unless you put Edit1 as the control ID ^^
SRO_Client.exe does not recognize "Edit1" as a control. "Edit1" comes from Notepad.exe, and it is used as an EXAMPLE. Thats exactly the reason you can use your script to send "enter" like 2-5 times, and then what? You simply get stuck in a proccess, right?
SRO_Client.exe does not recognize "Edit1" as a control. "Edit1" comes from Notepad.exe, and it is used as an EXAMPLE. Thats exactly the reason you can use your script to send "enter" like 2-5 times, and then what? You simply get stuck in a proccess, right?
No. My Auto Connect uses GetWinHandle and Edit1 and it works smooth. It will send whatever key you want until you stop it, try it.
Awhile ago I used to make my own little scripts for SRO buffing, but Edit1 was the only ControlID that works. Your method has the exact same outcome as the one posted here.
No. My Auto Connect uses GetWinHandle and Edit1 and it works smooth. It will send whatever key you want until you stop it, try it.
Awhile ago I used to make my own little scripts for SRO buffing, but Edit1 was the only ControlID that works. Your method has the exact same outcome as the one posted here.
Yes, that was the whole purpose of the project, to log in multiple characters at the same time, no matter the windows state.
If you hide, minimize the window, It's still visible to the computer, so It will always grab the handle.
Yes, that was the whole purpose of the project, to log in multiple characters at the same time, no matter the windows state.
If you hide, minimize the window, It's still visible to the computer, so It will always grab the handle.
Thats really interesting, because I`m running a 64 bit xp here, and never was able to get it run correctly with Edit1. Have you tryed to input ID and PW like that to a minimized client?
Thats really interesting, because I`m running a 64 bit xp here, and never was able to get it run correctly with Edit1. Have you tryed to input IP and PW like that to a minimized client?
Yeah, it's the only stable method that works for me.
How to script a simple auto-bot [AutoIT] 08/05/2013 - Cabal Guides & Templates - 123 Replies I guess this will be my contribution to this forum.
NOTE: u can apply this to any game; i only give cabal as a practical example.
Go to http://www.autoitscript.com/autoit3/downloads.php and download AutoIt Full Installation
Go to http://www.autoitscript.com/autoit3/scite/...e/dow nloads.php and download SciTE4AutoIt3.exe
Install them ofc ...
The most important action u can take is to THINK. I know it's hard for some but try >.< . What do we wanna do ?
[Request] Simple AutoIt Script 06/26/2008 - Dekaron - 5 Replies Hello, I'm looking for an autoit script that basically presses 1 2 3 4 5, one after the other every second continuously. Thanks in advance, EW.
Autoit Dekaron/2moons autologin script 04/24/2008 - Dekaron - 5 Replies m trying to make an autologin script wiht autoit.
Ive never used this program until today.
and ive got a problem no surprise there:)
when the game is on the loading screen at around 90% it crashes my script and i cant figure out why.
if theres anything in my code or you know how to get aroun it heres my source;
#cs -------------------------------------------------- --------------------------
AutoIt Version: 3.2.10.0
need help making a simple autoit script 05/21/2006 - Silkroad Online - 2 Replies hey guys, i wanna make a simple autoit script to press alt and tab every 2 mins...can anyone help me make a code for it? thnkz alot...my bot is wack, keep getting stuck in town and auto zerk dont work...so i wanna make a script tat does does 2 things to keep bot running and use zerk..