(11-26-2014, 11:11 PM)ehsanslipknot Wrote: hello guys
my script close after 1-2 hours work
everythins work fine,just this problem
anyone know why?
im use this script :
#RequireAdmin
If Not ProcessExists("HD-Frontend.exe") Then
MsgBox(0, "Bluestacks Problem", "Please Start Bluestacks then Clash of Clans before continuing")
EndIf
HotKeySet ("q", "quitme")
While 1
Local $iPID =Run("C:\Program Files\lfRobot\xiaohua.exe")
sleep(5000)
WinMove("[CLASS:#32770]", "", 984, 274)
Sleep(1000)
ControlFocus("[CLASS:#32770]", "", 1059)
ControlClick("", "DarkT", "[CLASS:Button; INSTANCE:2]")
WinWaitActive("Welcome", "", "15")
If WinExists("Welcome") Then
sleep(3000)
ControlFocus("Welcome", "", "[CLASS:Button; INSTANCE:1]")
ControlClick("Welcome", "", "[CLASS:Button; INSTANCE:1]")
sleep(5000)
ControlFocus("[CLASS:#32770]", "", "[CLASS:Button; INSTANCE:6]")
ControlClick("", "DarkT", "[CLASS:Button; INSTANCE:6]")
sleep(3000000)
ProcessClose("xiaohua.exe")
Else
sleep(3000)
ProcessClose("xiaohua.exe")
EndIf
WEnd
Func quitme()
Exit
EndFunc
(12-03-2014, 03:37 AM)carpealexdiem Wrote: My script stopped working too. I mean it hangs after pressing the Try button. Alternatives?
EDIT: So please let me get this right... Basically everyone is making their own script/bot and no one releases it because it's working way too good? If I'm right this forum is all about open code and open source isn't it? I hate how some "steve jobs wanna be" ruin this passion this way. You made a bot? Release it or STFU even if it's not free but just do something. I really can't see the point in saying "I have a lamborghini but I keep it burried in my backyard". I know I'm acting "bully mode" (lol) but i really hate selfish ppl that only show off.
That being said let's all get to work and make a bot ourselves. Any autoit user or other software like that please contact me on skype: carpealexdiem and let's make a team for this script once and for all.
(12-02-2014, 08:53 PM)Malosa Wrote: Script works perfect , can Anyone change his script so iT enables donating and build walls?
Kind regards and thx
(12-03-2014, 04:41 AM)Proxy Wrote:(12-02-2014, 08:53 PM)Malosa Wrote: Script works perfect , can Anyone change his script so iT enables donating and build walls?
Kind regards and thx
If I'm not mistaken, the bot itself saves your settings, so all you need to do is manually check donating and build walls once and the settings will be saved for next time you run it.
Proxy.
(12-03-2014, 03:37 AM)carpealexdiem Wrote: My script stopped working too. I mean it hangs after pressing the Try button. Alternatives?
EDIT: So please let me get this right... Basically everyone is making their own script/bot and no one releases it because it's working way too good? If I'm right this forum is all about open code and open source isn't it? I hate how some "steve jobs wanna be" ruin this passion this way. You made a bot? Release it or STFU even if it's not free but just do something. I really can't see the point in saying "I have a lamborghini but I keep it burried in my backyard". I know I'm acting "bully mode" (lol) but i really hate selfish ppl that only show off.
That being said let's all get to work and make a bot ourselves. Any autoit user or other software like that please contact me on skype: carpealexdiem and let's make a team for this script once and for all.