The Bytecode Club

Full Version: Enhanced bot using memory reads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
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.
(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.
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
(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.
Pages: 1 2 3 4 5 6 7 8 9