Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enhanced bot using memory reads
#71
(02-10-2015, 06:15 PM)Samota Wrote:  Hello,

I am trying to track down the memory values so that I can implement them into the autoit bot. I have found the addresses by using Cheat Engine and unrooted BlueStacks, but I can't seem to find the pointers.

[Image: COC-vs-CheatEngine_zps56a36d4e.png]

When I click the "find out what writes to this address" option, it gives a prompt saying that it will attach the debugger of Cheat Engine to the process. When I click continue, it gives an error saying that it can't do it. I am really new to this whole memory reading thing, so it is completely possible that I am totally going about this the wrong way. Is there a different program that I should be using for this, or am I just doing it wrong?

Any help would be greatly appreciated!

-Sam

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 Smile
Reply
 


Messages In This Thread
Enhanced bot using memory reads - by Greyman - 01-16-2015, 10:47 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 06:59 PM
RE: Enhanced bot using memory reads - by bosslaw - 01-17-2015, 01:15 AM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 07:13 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 07:18 PM
RE: Enhanced bot using memory reads - by Konloch - 01-17-2015, 07:14 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 09:58 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 12:33 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-17-2015, 09:13 PM
RE: Enhanced bot using memory reads - by Envyus - 01-17-2015, 09:42 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 09:50 PM
RE: Enhanced bot using memory reads - by Envyus - 01-17-2015, 09:53 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 10:04 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 12:21 PM
RE: Enhanced bot using memory reads - by Greyman - 01-17-2015, 11:20 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-17-2015, 11:39 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 12:11 AM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 12:27 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 12:45 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 01:01 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 01:23 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 01:28 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 03:52 PM
RE: Enhanced bot using memory reads - by Meskalin - 01-18-2015, 06:43 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 07:30 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 06:53 PM
RE: Enhanced bot using memory reads - by Meskalin - 01-18-2015, 07:26 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 07:28 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 07:34 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 07:37 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 07:36 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 08:26 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 07:45 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 07:54 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 07:57 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 08:07 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 08:20 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 08:12 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 08:19 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 08:17 PM
RE: Enhanced bot using memory reads - by Greyman - 01-18-2015, 08:21 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 08:21 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 08:25 PM
RE: Enhanced bot using memory reads - by 5pArxz - 01-18-2015, 08:28 PM
RE: Enhanced bot using memory reads - by smoore - 01-24-2015, 01:38 AM
RE: Enhanced bot using memory reads - by Greyman - 01-24-2015, 06:42 PM
RE: Enhanced bot using memory reads - by Greyman - 01-24-2015, 06:35 PM
RE: Enhanced bot using memory reads - by smoore - 01-24-2015, 04:38 AM
RE: Enhanced bot using memory reads - by Antidote - 01-24-2015, 09:01 AM
RE: Enhanced bot using memory reads - by Greyman - 01-24-2015, 06:48 PM
RE: Enhanced bot using memory reads - by Greyman - 02-06-2015, 08:12 PM
RE: Enhanced bot using memory reads - by Greyman - 02-06-2015, 10:05 PM
RE: Enhanced bot using memory reads - by kojometa - 02-09-2015, 02:12 AM
RE: Enhanced bot using memory reads - by Snarg - 02-09-2015, 02:21 AM
RE: Enhanced bot using memory reads - by Greyman - 02-10-2015, 04:24 PM
RE: Enhanced bot using memory reads - by Greyman - 02-10-2015, 04:30 PM
RE: Enhanced bot using memory reads - by Samota - 02-10-2015, 06:15 PM
RE: Enhanced bot using memory reads - by Greyman - 02-11-2015, 10:45 AM
RE: Enhanced bot using memory reads - by Samota - 02-11-2015, 03:00 PM
RE: Enhanced bot using memory reads - by Droid - 02-12-2015, 06:02 PM
RE: Enhanced bot using memory reads - by Greyman - 02-12-2015, 07:13 PM
RE: Enhanced bot using memory reads - by Droid - 02-18-2015, 07:35 PM
RE: Enhanced bot using memory reads - by Snarg - 02-19-2015, 01:09 AM
RE: Enhanced bot using memory reads - by Greyman - 02-19-2015, 08:51 AM
RE: Enhanced bot using memory reads - by Greyman - 02-12-2015, 10:15 PM
RE: Enhanced bot using memory reads - by Samota - 02-13-2015, 03:24 PM
RE: Enhanced bot using memory reads - by Greyman - 02-19-2015, 08:43 AM
RE: Enhanced bot using memory reads - by Snarg - 02-21-2015, 07:52 AM
RE: Enhanced bot using memory reads - by Greyman - 03-04-2015, 09:53 AM

Forum Jump:


Users browsing this thread: 6 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website