CodeSlinger69 / ClAsHbOt

Clash of Clans Farm Bot
88 stars 48 forks source link

Re-add random `sleep` during loot collection #55

Closed opensourceguy123 closed 8 years ago

opensourceguy123 commented 8 years ago

Noticed that the sleep was commented out, which causes all loot to be collected instantly. Un-commenting it for more human-esque loot collection.

CodeSlinger69 commented 8 years ago

Honestly, I was very concerned about detection when I wrote this bot. I put in a lot of clever things like random delays, weighted random button clicking, troop deployment patterns and so on. Over the last 18 months, since I have been running this bot 24x7, I have come to the conclusion that SuperCell just doesn't care. Look at XMod - if SC really cared about bots, that is the one they would squash, as it truly provides ways to cheat at this game, by providing a sandbox and trap visibility. All I have here is a small little farm bot, I'm small potatoes to SC.

I commented out this particular line of code, because I like the look of all 17 collectors spouting their loot up in the air all at once. :) :) But, uncommmenting this line of code won't hurt anything either.

opensourceguy123 commented 8 years ago

Haha yes, I must admit, all the collectors being collected simultaneously does look awesome :D

Closing this then :)