The Bytecode Club

Full Version: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(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.
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..
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.
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
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
(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
Has anyone tried botting with lf robot version 6.8.0? I read somewhere they were adding extra security.
I am botting with 6.8
is the script working in version 6.8?
yes.. working. the 1 i pasted a few post back