The Bytecode Club
AutoIt alternative - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97)
+--- Thread: AutoIt alternative (/showthread.php?tid=693)



AutoIt alternative - Cov - 02-09-2015

Has anyone thought about doing a CoC bot using ChimpChat? It's basically a UI testing tool that uses the adb and the android emulator. It might mean you can automate CoC without losing control of your mouse.


RE: AutoIt alternative - Konloch - 02-09-2015

Got resources for this? I'd love to take a look into this.


RE: AutoIt alternative - Snarg - 02-09-2015

If it can't do pixel detection it wouldn't do you any good.


RE: AutoIt alternative - Cov - 02-10-2015

(02-09-2015, 09:58 PM)Konloch Wrote:  Got resources for this? I'd love to take a look into this.

There's not actually that much out there for ChimpChat but it's basically the java version of MonkeyRunner. http://dtmilano.blogspot.co.uk/2011/11/android-using-monkey-from-java.html and https://code.google.com/p/sikuli-chimp/ are really the only decent resources I've found so far. https://github.com/wtchoi/SwiftHand gives you a good idea on how to use instrumentation and asmdex to modify the client alongside ChimpChat. I reckon something could easily be put together from these resources though.

(02-09-2015, 11:59 PM)Snarg Wrote:  If it can't do pixel detection it wouldn't do you any good.

That's where you're wrong, it gives the possibility of being able to grab data from the client without having to go through the crappy process of screen scraping.


RE: AutoIt alternative - Snarg - 02-10-2015

(02-10-2015, 12:46 AM)Cov Wrote:  That's where you're wrong, it gives the possibility of being able to grab data from the client without having to go through the crappy process of screen scraping.

My bad, I thought it was a scripting language.


RE: AutoIt alternative - Konloch - 02-11-2015

(02-10-2015, 12:46 AM)Cov Wrote:  
(02-09-2015, 09:58 PM)Konloch Wrote:  Got resources for this? I'd love to take a look into this.

There's not actually that much out there for ChimpChat but it's basically the java version of MonkeyRunner. http://dtmilano.blogspot.co.uk/2011/11/android-using-monkey-from-java.html and https://code.google.com/p/sikuli-chimp/ are really the only decent resources I've found so far. https://github.com/wtchoi/SwiftHand gives you a good idea on how to use instrumentation and asmdex to modify the client alongside ChimpChat. I reckon something could easily be put together from these resources though.


(02-09-2015, 11:59 PM)Snarg Wrote:  If it can't do pixel detection it wouldn't do you any good.

That's where you're wrong, it gives the possibility of being able to grab data from the client without having to go through the crappy process of screen scraping.

Cheers, I'll take a look at this later today!