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.
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.

xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.

xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code

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.
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.

xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code

LMAO
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.

xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code
First and last warning, if you're going to act immature you will be banned.
(11-10-2014, 05:47 PM)konloch Wrote: [ -> ]
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.
xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code
First and last warning, if you're going to act immature you will be banned.
me or Saruk?
(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 Smile  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.

Something to think about.
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: [ -> ]
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.
xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code
First and last warning, if you're going to act immature you will be banned.
me or Saruk?

Saruk.
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...ot-of.html (look at the 2nd comment)
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..
(11-10-2014, 06:19 PM)Memphis Wrote: [ -> ]
(11-10-2014, 05:47 PM)konloch Wrote: [ -> ]
(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.
I work as an IT professional and know lots about networks and troubleshooting but not much about coding. I'd be happy to talk someone or a group through my knowledge of network structures as it is something I am passionate about. Guess coders idea of teaching is different.
I am appreciative of what xanthros has already told this form just seeing if he had time to do something cool like this.  A simple, no I don't have time, would be understood.
xanthros or whatever, is just some noob bragging around, all he's given theories no practical shit. i doubt he even code
First and last warning, if you're going to act immature you will be banned.
me or Saruk?

Saruk, sorry for the confusion.
(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?