(12-10-2014, 05:01 AM)KeeWay Wrote: Since the servers were down over the weekend i decided to try and learn more about autoit and create a frontend to the LF-Robot bot and so far it has been working for a couple days now on LF v6.8.0 and v6.8.2 so you are welcome to use and abuse it all the source code and compiled exe is included in the zip. this was tested on Windows 8.1 x64, Win 7 x64 and compiled as x86 mode. Screenshot Download Download Frontend thanks KeeWay
(12-10-2014, 11:30 AM)KeeWay Wrote: (12-10-2014, 08:55 AM)Lfplayer Wrote: Great job Keeway , but dont work with me , it start LF 6.8.2 but dont try and start Have you solutions please ? Thx in advance Ps: sorry for my bad english im french you might take the un-compiled script via SciTE editor then maybe add a few more ControlFocus commands with a sleep of 1 second between then see if your buttons flash the number of commands you added when you run it (F5 from the editor assuming you have autoit and the editor installed). if they are less then add more sleep time before the start/try commands (end of previous command) here is an example of the try button: ControlFocus("[CLASS:#32770]", "", 1059) Sleep(1000) ControlFocus("[CLASS:#32770]", "", 1059) Sleep(1000) ControlFocus("[CLASS:#32770]", "", 1059) Sleep(1000) ControlClick("[CLASS:#32770]", "", 1059, "left", 1, 27, 9) now run the script then if you see 2 flashes of the try button increase the sleep time at the end of the previous action which could be the window move, auto donate or auto walls depending on what you have selected. thanks KeeWay
(12-10-2014, 08:55 AM)Lfplayer Wrote: Great job Keeway , but dont work with me , it start LF 6.8.2 but dont try and start Have you solutions please ? Thx in advance Ps: sorry for my bad english im french