The Bytecode Club
Enhanced bot using memory reads - 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: Enhanced bot using memory reads (/showthread.php?tid=348)

Pages: 1 2 3 4 5 6 7 8 9


RE: Enhanced bot using memory reads - sevensamurai - 02-21-2015

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.


RE: Enhanced bot using memory reads - Eldis1959 - 02-21-2015




RE: Enhanced bot using memory reads - Snarg - 02-21-2015

(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.


RE: Enhanced bot using memory reads - pubeoutros - 02-22-2015




RE: Enhanced bot using memory reads - Eldis1959 - 03-03-2015

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


RE: Enhanced bot using memory reads - Greyman - 03-04-2015

(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.