Page 1 of 14

Starcraft 2 Legacy of the Void

Posted: Wed Mar 22, 2017 5:25 pm
by gameplayer
Table for SC2 v3.13
SC2_x64.ct
(17.98 KiB) Downloaded 4719 times
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.

Re: Starcraft 2 Legacy of the Void v3.14

Posted: Mon May 29, 2017 11:23 pm
by gameplayer
Table for SC2 Version 3.14
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.92 KiB) Downloaded 1470 times

Re: Starcraft 2 Legacy of the Void

Posted: Wed Jun 21, 2017 4:54 am
by gameplayer
Table for SC2 Version 3.15
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(18.67 KiB) Downloaded 430 times

Re: Starcraft 2 Legacy of the Void

Posted: Thu Jun 22, 2017 9:10 am
by gameplayer
Table for SC2 Version 3.15.1
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.98 KiB) Downloaded 281 times

Re: Starcraft 2 Legacy of the Void

Posted: Wed Jul 19, 2017 3:06 pm
by gameplayer
Table for SC2 Version 3.16
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.98 KiB) Downloaded 396 times

Re: Starcraft 2 Legacy of the Void

Posted: Tue Aug 08, 2017 4:11 pm
by nordman
Please update the CT to the newest version 3.16.1.55958

Re: Starcraft 2 Legacy of the Void

Posted: Tue Aug 08, 2017 4:51 pm
by ACTACT
gameplayer wrote:
Wed Jul 19, 2017 3:06 pm
Table for SC2 Version 3.16
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
Hi, can you update the memory address please? Game just updated and this ct is no longer functional. Thanks in advance!

Re: Starcraft 2 Legacy of the Void

Posted: Wed Aug 09, 2017 5:09 am
by gameplayer
Table for SC2 Version 3.16.1
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.87 KiB) Downloaded 243 times

Re: Starcraft 2 Legacy of the Void

Posted: Wed Aug 30, 2017 2:39 am
by gameplayer
Table for SC2 Version 3.17
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.98 KiB) Downloaded 315 times

Re: Starcraft 2 Legacy of the Void

Posted: Thu Sep 07, 2017 12:33 pm
by SinKz
Thank you very much for what you are doing!

Re: Starcraft 2 Legacy of the Void

Posted: Thu Sep 07, 2017 7:04 pm
by shinzaku
Is there any way we can help you update the memory locations after an update? :0

Re: Starcraft 2 Legacy of the Void

Posted: Fri Sep 08, 2017 5:04 am
by gameplayer
Table for SC2 Version 3.17.1
Activate while playing off-line games only. Deactivate while loading anything or before entering score screen. Do NOT try with on-line games.
SC2_x64.ct
(17.86 KiB) Downloaded 732 times

Re: Starcraft 2 Legacy of the Void

Posted: Fri Sep 08, 2017 1:23 pm
by gameplayer
I know the game use only two different sets of offsets and change the pointer after an update. The problem with my table is the game has trapped aobscan functions. I can't use aobscan for some important code of the game because the result is always at wrong address. The found address is belong to a dynamically allocated area, i don't know how this can happen. The teamcode pointer is never accessed directly, so aobscan function can not give me a possible way to copy it's true address. Currently, I have no idea to improve my table.

Re: Starcraft 2 Legacy of the Void

Posted: Mon Sep 11, 2017 4:37 pm
by ACTACT
Hey gameplayer, I am sharing with you a cheattable updated.

This one, different from yours, can remain activated before entering the game, or even when exiting the game, that It won't crash .

Ofc, this one also can only be played vs A.I or single player. Cannot use in multiplayer.. But maybe it will help you figure out how to make an improvement as this on your table (PS.. this is ShadeTDG's table, I have no idea how to make one or even if sharing will help lol)

But if it does, I'm glad it might help you. Therefore, help us :) !

Re: Starcraft 2 Legacy of the Void

Posted: Mon Sep 11, 2017 11:44 pm
by gameplayer
Thank you for sharing. This must be the source code of Mr Antifun's trainer I found on the internet. I don't think I could understand how to create such advanced table. However, the code may be useful for my understanding about this game in future. Thanks again.