Page 1 of 2

[REQUEST] Songs of Conquest

Posted: Thu Dec 09, 2021 8:03 pm
by dahdahou
Game Name: Songs of Conquest


Link:



Options Required: Cheat Table with:
Money
movement
source
exp

Re: [REQUEST] Songs of Conquest

Posted: Thu Dec 09, 2021 9:13 pm
by dahdahou
+1

Re: [REQUEST] Songs of Conquest

Posted: Fri Dec 10, 2021 8:01 am
by Kerus
All the money, resources can be found by 4 bytes search, normally there're three results, the last two are useful.
Change their values at the same time, then the values should be successfully changed.
Exp is easier, just search and change it, but you can only change them right below the upgrade bar, like 4999/5000, if you surpassed the 4999, your level will jump to another level without getting the bonus point.

Re: [REQUEST] Songs of Conquest

Posted: Fri Dec 10, 2021 6:52 pm
by dahdahou
Kerus wrote:
Fri Dec 10, 2021 8:01 am
All the money, resources can be found by four different addresses. Three of them are 4 bytes, one of them is float. Change four of them's value at the same time, then the values should be successfully changed.
Exp is easier, just search and change it, but you can only change them right below the upgrade bar, like 4999/5000, if you surpassed the 4999, your level will jump to another level without getting the bonus point.
movement ???

Re: [REQUEST] Songs of Conquest

Posted: Wed Dec 22, 2021 2:37 pm
by Fallstar
@dahdahou
Movement is not the float value show in UI.
If it show 6/13
You should search 7 (13-6)
That's the movement you used.

Re: [REQUEST] Songs of Conquest

Posted: Tue May 10, 2022 11:58 pm
by TeddyRiggs
+1

Re: [REQUEST] Songs of Conquest

Posted: Wed May 11, 2022 1:19 am
by lobosan
Kerus wrote:
Fri Dec 10, 2021 8:01 am
All the money, resources can be found by 4 bytes search, normally there're three results, the last two are useful.
Change their values at the same time, then the values should be successfully changed.
How do you change two values at the same time in CT?

Re: [REQUEST] Songs of Conquest

Posted: Wed May 11, 2022 4:43 am
by Lord Blade
lobosan wrote:
Wed May 11, 2022 1:19 am
How do you change two values at the same time in CT?
Add them both to your table and then edit them both before going back to the game (you can shift-click or ctrl-click entries to multi-select).

Re: [REQUEST] Songs of Conquest

Posted: Thu May 12, 2022 3:48 pm
by BabyGroot
Tested - Single-Player
Spoiler
Commander Stats
Image

Troop Stats
Image

Re: [REQUEST] Songs of Conquest

Posted: Sat May 14, 2022 6:21 pm
by Soulnecros
+1 :mrgreen:

Re: [REQUEST] Songs of Conquest

Posted: Tue May 17, 2022 1:03 am
by trungtoto
+1

Re: [REQUEST] Songs of Conquest

Posted: Thu May 19, 2022 5:44 pm
by anl93
can you try this?
if does not work i will increase pointer level.
this game needs a aob scan scripts, pointers are unreliable.

Re: [REQUEST] Songs of Conquest

Posted: Fri May 20, 2022 7:09 am
by cheatslover
anl93 wrote:
Thu May 19, 2022 5:44 pm
can you try this?
if does not work i will increase pointer level.
this game needs a aob scan scripts, pointers are unreliable.
I have tried your table with Early Access v0.75 and at first glance it appears to be working because it increases resources in the bar on the top but in reality it does not. You cannot buy anything even though it seems you have resources. From quick debugging why, i can tell that if i manually scan for for example gold, it returns 3 addresses, while your script is updating 2 addresses, so maybe the one address that holds the usable by game value is not updated.

Re: [REQUEST] Songs of Conquest

Posted: Fri May 20, 2022 6:04 pm
by anl93
hmm interesting. My pointers should point the correct adress from the 3
Have you tried resources as well?

Re: [REQUEST] Songs of Conquest

Posted: Sat May 21, 2022 10:23 am
by cheatslover
anl93 wrote:
Fri May 20, 2022 6:04 pm
hmm interesting. My pointers should point the correct adress from the 3
Have you tried resources as well?
I am not sure what you are asking, from what i see there are only resources in the table, and when you increase them, they increase in the ui display but not in the memory where game reads from for validation, so i have 100000 gold but i cannot buy anything.

I made check for every single resource (gold, stones, wood, amber, weave, ore) and every time i find 3 addresses, and the one that holds real value for game to check is always different from the one table pointer points to.

For example with manual search for gold i found these 3 addresses:

A62BAF9C - 15600
1365B1274 - 15600
17054B254 - 15600

I actually have to change all 3 in order to be able to see and spend cheated gold.

At the same time your pointer points to address:

P->1365B1274 - 15600

Its seems always to be the second one from 3 above.

Now i used your table and adjusted gold value to 30000.

so your pointer has this:

P->1365B1274 - 30000

Now when i look at manual scan it says:

A62BAF9C - 30000
1365B1274 - 30000
17054B254 - 15600

As you can see last address value remained old one, and this is the actual gold i have, i see 30k in UI but when you attempt to spend gold it will consider address 17054B254 and the value there, not the one you see in UI. I also dont think you would be able to change only last address and have it working because then 2 other addresses most likely serve as UI validation. So i think you need to change all 3 addresses to have resource properly displayed and considered.