[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: LazyPressing Clash of Clans Farming Bot - saruk - 11-10-2014 (11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves. xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code RE: LazyPressing Clash of Clans Farming Bot - darkvoid - 11-10-2014 (11-10-2014, 03:07 PM)saruk Wrote:(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves. Stop complaining. How about you giving ideas or make ur own program and share it with us? You have not given a single idea or effort other than asking for the crack. RE: LazyPressing Clash of Clans Farming Bot - Xanathos - 11-10-2014 (11-10-2014, 03:07 PM)saruk Wrote:(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves. RE: LazyPressing Clash of Clans Farming Bot - Konloch - 11-10-2014 (11-10-2014, 03:07 PM)saruk Wrote:First and last warning, if you're going to act immature you will be banned.(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves. RE: LazyPressing Clash of Clans Farming Bot - Memphis - 11-10-2014 (11-10-2014, 05:47 PM)konloch Wrote:me or Saruk?(11-10-2014, 03:07 PM)saruk Wrote:First and last warning, if you're going to act immature you will be banned.(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves.xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code RE: LazyPressing Clash of Clans Farming Bot - zooty - 11-10-2014 (11-10-2014, 07:36 AM)Memphis Wrote: Xanthros, be cool if you taught a bunch of us newbie coders a bunch of cool stuff over Skype or something that you could share your desktop. You seem to know your stuff better than anyone. Or even Smelly may be a good candidate. Give you guys a good review on linkedin that's if you have a bunch of time on your hands. Doesn't seem to be any courses anywhere on bot making or hacking exes and not many videos even on vbscript or anything cool.If you want to learn general programming, look up TheNewBoston on YouTube. Have a look at Simba for writing color bots. (11-10-2014, 06:19 PM)Memphis Wrote:(11-10-2014, 05:47 PM)konloch Wrote:me or Saruk?(11-10-2014, 03:07 PM)saruk Wrote:First and last warning, if you're going to act immature you will be banned.(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves.xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code Saruk. RE: LazyPressing Clash of Clans Farming Bot - Agent 47 - 11-10-2014 I just found this! Edy Cespedes10 November 2014 16:05 heres my ahk function to scan for gold/elixir.. just pass it a bitmap of the area you want to scan.. ScanLoot(bmpHaystack) found := Loop, 10 { num := A_Index-1 bmpNeedle := Gdip_CreateBitmapFromFile( "images/" . num . ".png") RET := Gdip_ImageSearch(bmpHaystack,bmpNeedle,LIST,0,0,0,0,5,0x000000,1,0) Gdip_DisposeImage(bmpNeedle) Loop, Parse, LIST, `n { StringSplit, Coord, A_LoopField, `, found = %found%%Coord1%,%Coord2%,%num%`n } } sort found, N ; sort list of found numbers by x coordinate StringLeft, found, found, StrLen(found)-1 amt := ; bring number together and return amount found Loop, parse, found, `n { StringSplit, v, A_LoopField, `, amt = %amt%%v3% } return amt } this is not my script, i found it on http://droidgagu.blogspot.in/2014/05/how-to-auto-scan-match-with-lot-of.html (look at the 2nd comment) RE: LazyPressing Clash of Clans Farming Bot - Agent 47 - 11-10-2014 I made an auto-touch sequence on android using Hiro Macro app from the Playstore making it to auto attack and build army. But i can't make it to search it for the minimum loot.. you will get it how it works when you download it.. RE: LazyPressing Clash of Clans Farming Bot - Konloch - 11-10-2014 (11-10-2014, 06:19 PM)Memphis Wrote:(11-10-2014, 05:47 PM)konloch Wrote:me or Saruk?(11-10-2014, 03:07 PM)saruk Wrote:First and last warning, if you're going to act immature you will be banned.(11-10-2014, 12:16 PM)Memphis Wrote: Directed towards the last 2 stupid posts, reread my post and look if it ever asks anyone to make a bot for me. I even ask Smelly if he would do a tutorial and he already said he was building a bot. You guys just think anyone trying to learn something new is inheritantly lazy if they don't look everything up by themselves.xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code Saruk, sorry for the confusion. RE: LazyPressing Clash of Clans Farming Bot - zooty - 11-10-2014 (11-10-2014, 09:29 PM)Spadone Wrote: I made an auto-touch sequence on android using Hiro Macro app from the Playstore making it to auto attack and build army. But i can't make it to search it for the minimum loot.. you will get it how it works when you download it.. So you could record yourself collecting gold/elixr, training troops, attacking and then just play it on repeat? |