Pages (53):    129 30 31 32 3353   
nyaosu   12-06-2014, 09:30 PM
(12-06-2014, 08:33 PM)Captain Planet Wrote: Have no idea man.. i have problems with getting the script to choose the settings i want.

Keep getting settings that i dont want when it restarts..

Make sure to edit the autoit script to what settings you dont want click.
Captain Planet   12-06-2014, 10:36 PM
I am using this...

#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 (x86)\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

There is no functions to be clicked..
Captain Planet   12-06-2014, 10:38 PM
Using DIY model with 50% barb and 50% archer at the moment.
Dead fish mode
Lightning
17W gold and elixir
2000 DE to snipe
1500 rank limit..
Kings War and Background.
Hopefully it can work... because so far... i have gotten more loot with LAZY PRESSING
LF somehow attacks without full army camps... that sucks.
Butterfly   12-06-2014, 10:52 PM
My autoIt script stops work after the first reset of LF robot. For some reason it does not loop! Also it does not upgrade my walls properly.

Here is the script that i am using:
Code:
#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 (x86)\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
FriendlyHacker   12-07-2014, 01:00 AM
Does someone have a tool download for me? without paying? (for CoC)
It would be cool, but i cant script maybe u guys can help me out!
Thanks com. Shadehappy
Captain Planet   12-07-2014, 03:08 AM
(12-07-2014, 01:00 AM)FriendlyHacker Wrote: Does someone have a tool download for me? without paying? (for CoC)
It would be cool, but i cant script maybe u guys can help me out!
Thanks com.  Shadehappy

There is a script somewhere in this thread. U need to compile with autoit. it will allow u to use little flower robot for free
GeoByte   12-07-2014, 04:23 AM
Has anyone tried botting with lf robot version 6.8.0? I read somewhere they were adding extra security.
Captain Planet   12-07-2014, 04:32 AM
I am botting with 6.8
kitsaboy   12-07-2014, 05:18 AM
is the script working in version 6.8?
Captain Planet   12-07-2014, 05:46 AM
yes.. working. the 1 i pasted a few post back
Pages (53):    129 30 31 32 3353   
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.