Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enhanced bot using memory reads
#81
Before you head down this route. Please note the UPKEEP of such an approach will be large. SC could change the offsets and someone will have to update the bot all over.

I prefer the bot without using memory offsets.
Reply
#82
Reply
#83
(02-21-2015, 06:53 AM)Eldis1959 Wrote:  ...

I have not used CE Server, so I don't know exactly how it would work but until you find the pointers the memory values will be of no use to you.
Reply
#84
Reply
#85
After a week, no one has responded )-:

How do I find the base pointers (Buildings Array, Traps Array, TH Base) ?

And how can I use these numbers?
public enum ClashBuildingType
{
ArmyCamp = 1000000,
TownHall = 1000001,
ElixirCollector = 1000002,
..

Thanks
Reply
#86
(03-03-2015, 04:10 AM)Eldis1959 Wrote:  After a week, no one has responded )-:

How do I find the base pointers (Buildings Array, Traps Array, TH Base) ?

And how can I use these numbers?
public enum ClashBuildingType
{
ArmyCamp = 1000000,
TownHall = 1000001,
ElixirCollector = 1000002,
..

Thanks
https://the.bytecode.club/images/icons/sad.gif

Unfortunately, releasing the code publicly has the potential for the game company to analyze it and come up with ways to defeat how it works. I'll continue to help people who put in the effort and get in touch, as several could attest to, but the code itself stays closed for now.
Reply
 


Forum Jump:


Users browsing this thread: 3 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