Page 1 of 4

Supreme Ruler Ultimate

Posted: Fri Mar 31, 2017 11:42 am
by STN
Cheat Engine Table for Supreme Ruler Ultimate.

Credits: barbarian815, Yuee

Enjoy.

-----------------------------------------------------------------------------------------

Table have been updated to V9.0.73. *DLC TRUMP RISING*

If you were to continue using pointers, it would be easier on yourself to use the following script to create your own variable to hold that base address. This way, when you update it due to a patch, you don't have to go through and update every single address in your list.

Code:
[ENABLE]
alloc(base,4)
base:
db C0 53 DB 00
registersymbol(base)

[DISABLE]
dealloc(base)
unregistersymbol(base)


You would change your pointers now to start at [base] instead of 00db53c0.

Now when that address needs to change, you simply change the db value in the script.
Be sure to note how the bytes (two-character pairs) are reversed.

To properly setup a script in the hopes of never having to update the table again, you want to right-click one of the addresses and find out what accesses this address. Hopefully one of the found code blocks is continuously accessing that address. You want this just so you don't need to wait for the user to purchase something before your custom code executes.

In the found code blocks, go through and view their register states. Hopefully one of the registers has a value equal to your base pointer address (00db53c0). If so, then you will want to do an AOB injection at that point and insert code similar to my original script. Except this time, set [base] equal to whichever register contains the pointer address.

Code:
mov [base],eax

--------------
First of all: Thanks barbarian for this table. I'm not sure if i'm allowed to do this or not but i updated it for the new update. Hope you don't mind.

Re: Supreme Ruler Ultimate

Posted: Fri Jun 30, 2017 11:37 pm
by esavier
ok, lets bump it:

everything here works and is tested only on steam!
non-steam version may not work!

Only active lua script is auto attach to process.

i am trying to update it as the game updates, but its changes literally each 2-3 days.
I post only some of the versions here since i cant really keep up.

with love from Poland
deathware dev team!

2017.07.01:
- version 9.1.22 [Inside] build
- read extras!
2017.07.05:
- version 9.1.23 [inside] build
2017.08.20:
- version 9.1.24 [inside] build
- version 9.1.36 [inside] build

Re: Supreme Ruler Ultimate

Posted: Sat Jul 08, 2017 6:46 pm
by ak129569696
Which process is it called? I can't find the right process in cheat engine after I've loaded the cheat table.

Re: Supreme Ruler Ultimate

Posted: Sat Jul 08, 2017 8:36 pm
by ak129569696
I can't get the table to work. why is this?

Re: Supreme Ruler Ultimate

Posted: Thu Jul 13, 2017 10:18 pm
by tegunn
Probably because 9.1.24 is out

Re: Supreme Ruler Ultimate

Posted: Sun Jul 16, 2017 7:28 pm
by colbacco
Hy. It's out 9.1.25......damn this game change everyday.....lol

Re: Supreme Ruler Ultimate

Posted: Sun Aug 20, 2017 12:52 am
by esavier
i know, i am trying to keep it up do date, but since SR:GW came out its bugfix and content updates day by day.
For now i can promise at least one-two updates per month, sometimes more, keep posted and rate me up :)

Re: Supreme Ruler Ultimate

Posted: Mon Sep 04, 2017 11:37 pm
by Makka_HS
esavier wrote:
Fri Jun 30, 2017 11:37 pm
ok, lets bump it:

everything here works and is tested only on steam!
non-steam version may not work!

Only active lua script is auto attach to process.

i am trying to update it as the game updates, but its changes literally each 2-3 days.
I post only some of the versions here since i cant really keep up.

with love from Poland
deathware dev team!

2017.07.01:
- version 9.1.22 [Inside] build
- read extras!
2017.07.05:
- version 9.1.23 [inside] build
2017.08.20:
- version 9.1.24 [inside] build
- version 9.1.36 [inside] build
It's 9.1.38 now, did not realize they still updated this game. Can we get an updated table if you have some spare time.

Re: Supreme Ruler Ultimate

Posted: Tue Sep 05, 2017 5:58 pm
by itsgoodtobecrazy
hope the update comes out soon

Re: Supreme Ruler Ultimate

Posted: Wed Sep 06, 2017 5:22 pm
by cuicui890
please can you tell us how to update that cheat table so we won't wait and annoy you actually ^^ would be great to know that ^^ !!!!!!!

Re: Supreme Ruler Ultimate

Posted: Sat Sep 09, 2017 5:02 am
by cuicui890
STN wrote:
Fri Mar 31, 2017 11:42 am
Cheat Engine Table for Supreme Ruler Ultimate.

Credits: barbarian815, Yuee

Enjoy.

-----------------------------------------------------------------------------------------

Table have been updated to V9.0.73. *DLC TRUMP RISING*

If you were to continue using pointers, it would be easier on yourself to use the following script to create your own variable to hold that base address. This way, when you update it due to a patch, you don't have to go through and update every single address in your list.

Code:
[ENABLE]
alloc(base,4)
base:
db C0 53 DB 00
registersymbol(base)

[DISABLE]
dealloc(base)
unregistersymbol(base)


You would change your pointers now to start at [base] instead of 00db53c0.

Now when that address needs to change, you simply change the db value in the script.
Be sure to note how the bytes (two-character pairs) are reversed.

To properly setup a script in the hopes of never having to update the table again, you want to right-click one of the addresses and find out what accesses this address. Hopefully one of the found code blocks is continuously accessing that address. You want this just so you don't need to wait for the user to purchase something before your custom code executes.

In the found code blocks, go through and view their register states. Hopefully one of the registers has a value equal to your base pointer address (00db53c0). If so, then you will want to do an AOB injection at that point and insert code similar to my original script. Except this time, set [base] equal to whichever register contains the pointer address.

Code:
mov [base],eax

--------------
First of all: Thanks barbarian for this table. I'm not sure if i'm allowed to do this or not but i updated it for the new update. Hope you don't mind.
Dude, coudl you explain me step by step what i should do to update it ? cuz i really don't get it ^^' !!!! i'm what we could call a "Noooooooob" with cheat engine lol and i just would like to be able to do that myself instead of waiting for other people to do it for me each time battlegoat update their game ^^' !!

Thanks in advance !

Re: Supreme Ruler Ultimate

Posted: Sat Sep 09, 2017 8:08 am
by STN
cuicui890 wrote:
Sat Sep 09, 2017 5:02 am
Dude, coudl you explain me step by step what i should do to update it ? cuz i really don't get it ^^' !!!! i'm what we could call a "Noooooooob" with cheat engine lol and i just would like to be able to do that myself instead of waiting for other people to do it for me each time battlegoat update their game ^^' !!

Thanks in advance !
I did not make the table. Look at my post to see who did...i simply posted the table from cheat engine forums

Re: Supreme Ruler Ultimate

Posted: Sat Sep 09, 2017 10:10 am
by cuicui890
STN wrote:
Sat Sep 09, 2017 8:08 am
cuicui890 wrote:
Sat Sep 09, 2017 5:02 am
Dude, coudl you explain me step by step what i should do to update it ? cuz i really don't get it ^^' !!!! i'm what we could call a "Noooooooob" with cheat engine lol and i just would like to be able to do that myself instead of waiting for other people to do it for me each time battlegoat update their game ^^' !!

Thanks in advance !
I did not make the table. Look at my post to see who did...i simply posted the table from cheat engine forums
yes but you kind of explained how to make it working when there's a new update but i don't get it actually could you explain it step by step for a noob like me ?

Re: Supreme Ruler Ultimate

Posted: Sat Sep 09, 2017 12:13 pm
by cuicui890
esavier wrote:
Fri Jun 30, 2017 11:37 pm
ok, lets bump it:

everything here works and is tested only on steam!
non-steam version may not work!

Only active lua script is auto attach to process.

i am trying to update it as the game updates, but its changes literally each 2-3 days.
I post only some of the versions here since i cant really keep up.

with love from Poland
deathware dev team!

2017.07.01:
- version 9.1.22 [Inside] build
- read extras!
2017.07.05:
- version 9.1.23 [inside] build
2017.08.20:
- version 9.1.24 [inside] build
- version 9.1.36 [inside] build
Could you explain me how to update the cheat table myself please ? and how to prevent supreme ruler to be updated by steam ?

thanks in advance !

Re: Supreme Ruler Ultimate

Posted: Sat Dec 30, 2017 4:18 pm
by qrti
first of all hi everybody here - i´m fresh registered :-)
motivated by the discussion here i found out how to identify the right pointer-address and how to update the table-file.
and here it is:
SupremeRulerUltimate_v9-1-38_qrti_2018-12-30.CT
(23.81 KiB) Downloaded 464 times
sorry, but i can´t include the link in the first post...
very usefull to learn the pointer-scanning was this youtube-video (german): [Link]
it´s really easy :-)
thanks to all guys here for the lot or work!
best wishes, qrti