[LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding (/showthread.php?tid=112) |
RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - nyaosu - 12-06-2014 (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. Make sure to edit the autoit script to what settings you dont want click. RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Captain Planet - 12-06-2014 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.. RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Captain Planet - 12-06-2014 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. RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Butterfly - 12-06-2014 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 RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - FriendlyHacker - 12-07-2014 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. RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Captain Planet - 12-07-2014 (12-07-2014, 01:00 AM)FriendlyHacker Wrote: Does someone have a tool download for me? without paying? (for CoC) 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 RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - GeoByte - 12-07-2014 Has anyone tried botting with lf robot version 6.8.0? I read somewhere they were adding extra security. RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Captain Planet - 12-07-2014 I am botting with 6.8 RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - kitsaboy - 12-07-2014 is the script working in version 6.8? RE: [LP][LF][DD]Clash of Clans Farming Bot Cracking and Coding - Captain Planet - 12-07-2014 yes.. working. the 1 i pasted a few post back |