Enhanced bot using memory reads - Printable Version +- The Bytecode Club - Reverse Engineering Forum (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: Enhanced bot using memory reads (/showthread.php?tid=348) |
RE: Enhanced bot using memory reads - Greyman - 02-11-2015 (02-10-2015, 06:15 PM)Samota Wrote: Hello, Hi Sam, Are you using Cheat Engine against the BlueStacks PID in Windows, or are you using Cheat Engine Server running on the emulator itself? If the former, you're going to struggle a lot to find pointers in a repeatable way. My first suggestion would be to set up CEServer and start poking around from there. Regardless of which way you do it however, you will unfortunately not be able to get the "Find out what writes to this address" feature working - that would be a very handy thing to have! As it is, you'll have to find the pointers to the information you're interested in (which you've been able to do, so far) and then backtrack to find other pointers that reference that pointer, etc. SuperCell seem to love their pointers, most of the values I find are buried 6 or 7 levels deep before I can find a static reference, and there are often numerous paths leading to the same location. I can't imagine how horrible that code would be to work on - it's no surprise at all that updates to Clash are so slow. Hope that helps RE: Enhanced bot using memory reads - Samota - 02-11-2015 Thanks for the help Greyman. I have been using just plain cheat engine. The addresses that I got were found by searching Physical Memory. After I posted, I discovered that there is no way to find a pointer for one of those addresses, and for that matter, no way to get a pointer of a memory value from outside of BlueStacks. I haven't ever used CEServer, but I will look into it. It would be awesome if we could figure out a way to get the memory values into the Autoit bot. There are functions for memory reading, but it seems like it will be a pain to get the values out of BlueStacks. If we can though, I think the bot will go from being very good, to being perfect. -Sam RE: Enhanced bot using memory reads - Droid - 02-12-2015 Supercell can tell if you are using memory reads. This is of course if you're reported. RE: Enhanced bot using memory reads - Greyman - 02-12-2015 (02-12-2015, 06:02 PM)Droid Wrote: Supercell can tell if you are using memory reads. This is of course if you're reported. Hi Droid, that's very interesting. I'm curious though, do you have any evidence to support what you're saying? RE: Enhanced bot using memory reads - Greyman - 02-12-2015 So I got annoyed with the bot not being able to click around the entire base without scrolling, even when fully zoomed out. Start playing around and came up with this. Not recommended if you want to avoid a ban, but very useful in wars RE: Enhanced bot using memory reads - Samota - 02-13-2015 Intriguing. How did you do that? -Sam RE: Enhanced bot using memory reads - Droid - 02-18-2015 [/quote] Hi Droid, that's very interesting. I'm curious though, do you have any evidence to support what you're saying? [/quote] This was said on the LazyPressing Forum by the developers. Also people with xMod are banned quite often. I noticed with xMod it installs plugins into your Clash folder (seen using iFile) it could be quite possible for supercell to see something out of order. Anyways I prefer what is being done atm with pixel search. RE: Enhanced bot using memory reads - Snarg - 02-19-2015 Droid Wrote:This was said on the LazyPressing Forum by the developers. Also people with xMod are banned quite often. I noticed with xMod it installs plugins into your Clash folder (seen using iFile) it could be quite possible for supercell to see something out of order. IMHO SuperCell will start detecting if CoC is running on an emulator. If an emulator is detected, CoC will not run. RE: Enhanced bot using memory reads - Greyman - 02-19-2015 (02-13-2015, 03:24 PM)Samota Wrote: Intriguing. How did you do that? It's your basic zoomhack - I patched the code that checks for max zoom out level, so that you can zoom out infinitely far. RE: Enhanced bot using memory reads - Greyman - 02-19-2015 (02-19-2015, 01:09 AM)Snarg Wrote:Droid Wrote:This was said on the LazyPressing Forum by the developers. Also people with xMod are banned quite often. I noticed with xMod it installs plugins into your Clash folder (seen using iFile) it could be quite possible for supercell to see something out of order. I concur - given the proliferation of pixel bots that all rely on BlueStacks and/or Genymotion, an emulator check is the obvious first step. It is technically possible to check for memory reads, particularly on a rooted device, but I haven't seen any evidence of that sort of code in the binary. I'd be very interested in any sort of proof beyond "a developer of a pixel bot, who is unable to figure out memory reads, says memory reads are bad." I have no intention of making anything commercial out of my work, and intend to remain a very small target. It's far more likely that SuperCell would target the existing bots before going after a nebulous memory-reading bot that currently has a user base of less than 10 people. I will however, start to take steps to protect my code against the sort of scan that Droid claims to exist. I have my doubts, but it's never a bad idea to take precautions. Pixel bots are always going to be safer, there's no question of that. I can very much understand someone preferring to remain as far under the radar as possible. But when you've seen a memory reading bot make intelligent decisions about bases - taking collector levels, walls, traps, clan castle troops, etc into account.... it's very difficult to go back |