Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Crusader Kings 3

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
mgamas
How do I cheat?
Reputation: 0

Joined: 01 Sep 2020
Posts: 1

PostPosted: Tue Sep 01, 2020 12:50 pm    Post subject: Crusader Kings 3 Reply with quote

Hello!

I'm coming to you because I can't change the value of the money on the new CK3.

I think I've found the value. It is a value between the value displayed +000 and the value displayed +1 +000. For 10 gold displayed for example the value could be 10235. The problem is that when I find my value it can't be changed.

For the other resources of the game like piety or prestige it works. But they give me two values. One that cannot be changed and one that can be changed that affects the other. For gold there is only one line that cannot be changed.


If i check find out what writes to this adress:

7FF6942443F5 - FF 50 28 - call qword ptr [rax+28]
7FF6942443F8 - 41 8B 16 - mov edx,[r14]
7FF6942443FB - 89 10 - mov [rax],edx <<
7FF6942443FD - 48 8B C7 - mov rax,rdi
7FF694244400 - 48 8B 7C 24 40 - mov rdi,[rsp+40]

RAX=0000013EAD868418
RBX=0000013EA95EBC90
RCX=00007FF6969AA310
RDX=0000000000000DF4
RSI=00000025C6BFE2E0
RDI=0000013EAD868410
RSP=00000025C6BFD4B0
RBP=0000013EAD868410
RIP=00007FF6942443FD
R8=0000000000000000
R9=0000013EAD868410
R10=0000013EE6663D80
R11=00000025C6BFDE28
R12=0000013EAD8683F0
R13=00000025C6BFE2E0
R14=00000025C6BFD510
R15=0000013EAD868438

Find out what accesses this adress

7FF6942443F5 - FF 50 28 - call qword ptr [rax+28]
7FF6942443F8 - 41 8B 16 - mov edx,[r14]
7FF6942443FB - 89 10 - mov [rax],edx <<
7FF6942443FD - 48 8B C7 - mov rax,rdi
7FF694244400 - 48 8B 7C 24 40 - mov rdi,[rsp+40]

RAX=0000013EAD868418
RBX=0000013EA95EBC90
RCX=00007FF6969AA310
RDX=00000000000038BE
RSI=00000025C6BFE2E0
RDI=0000013EAD868410
RSP=00000025C6BFD4B0
RBP=0000013EAD868410
RIP=00007FF6942443FD
R8=0000000000000000
R9=0000013EAD868410
R10=0000013EE6663D80
R11=00000025C6BFDE28
R12=0000013EAD8683F0
R13=00000025C6BFE2E0
R14=00000025C6BFD510
R15=0000013EAD868438

AND :

7FF6957F7A1B - C7 44 24 50 07000000 - mov [rsp+50],00000007
7FF6957F7A23 - 48 8B 84 24 F8000000 - mov rax,[rsp+000000F8]
7FF6957F7A2B - 8B 08 - mov ecx,[rax] <<
7FF6957F7A2D - 89 8C 24 A0000000 - mov [rsp+000000A0],ecx
7FF6957F7A34 - 48 8D 84 24 D8000000 - lea rax,[rsp+000000D8]

RAX=0000013EAD868418
RBX=00000025C6BFD600
RCX=00000000000038BE
RDX=0000000000000068
RSI=0000013EA95EBD40
RDI=0000013EA95EBD44
RSP=00000025C6BFD3F0
RBP=00007FF69417EA30
RIP=00007FF6957F7A2D
R8=0000000000000001
R9=00007FF69417E9F0
R10=0000000000000000
R11=00000025C6BFD500
R12=0000013EAD8683F0
R13=00000025C6BFE2E0
R14=0000000000000000
R15=0000013EAD868438
Back to top
View user's profile Send private message
Ceir
Guest





PostPosted: Wed Sep 02, 2020 8:27 am    Post subject: Reply with quote

I found instructions for CKII but confirmed that I can update gold value in CKIII even with Ironman on in Cheat Engine.

The forum will not allow me to post the URL here but just search for "Levelskip How to cheat gold". I've included the instructions below in case you cannot find it.

1. Pause game and change the Scan Type to "Value between...". Value Type should be at 4 Bytes.
2. Note the amount of gold you currently have
3. Type the following in the value boxes (gold refers to the current amount of gold you have):

gold*(2^15) and (gold+1)*(2^15)

4. Click First Scan
5. Wait for gold value to change and pause game
6. In the value boxes, type the amount of gold you now have in place of the previous amount you had
7. Click Next Scan
8. After the second scan, there should be 2 or 3 addresses remaining on the left pane
9. Double click the results to bring them down to the table
10. Open your computer's calculator and change it to Scientific format
11. To compute for the memory value of the amount of gold you want, type the following in your calculator:

desired amount x (2^15)

12.Take the result from the calculator and replace the value that you saved in the table
13. Profit
Back to top
fizzgig242
How do I cheat?
Reputation: 0

Joined: 03 Sep 2020
Posts: 2

PostPosted: Thu Sep 03, 2020 2:20 am    Post subject: Reply with quote

Ceir wrote:
I found instructions for CKII but confirmed that I can update gold value in CKIII even with Ironman on in Cheat Engine.

The forum will not allow me to post the URL here but just search for "Levelskip How to cheat gold". I've included the instructions below in case you cannot find it.

1. Pause game and change the Scan Type to "Value between...". Value Type should be at 4 Bytes.
2. Note the amount of gold you currently have
3. Type the following in the value boxes (gold refers to the current amount of gold you have):

gold*(2^15) and (gold+1)*(2^15)

4. Click First Scan
5. Wait for gold value to change and pause game
6. In the value boxes, type the amount of gold you now have in place of the previous amount you had
7. Click Next Scan
8. After the second scan, there should be 2 or 3 addresses remaining on the left pane
9. Double click the results to bring them down to the table
10. Open your computer's calculator and change it to Scientific format
11. To compute for the memory value of the amount of gold you want, type the following in your calculator:

desired amount x (2^15)

12.Take the result from the calculator and replace the value that you saved in the table
13. Profit


Great work finding this! Smile

Do you know how to find the other addresses for e.g. piety or prestige?

This seems to work only for gold.
Back to top
View user's profile Send private message
Ceir
Guest





PostPosted: Thu Sep 03, 2020 9:57 am    Post subject: Reply with quote

fizzgig242 wrote:
Ceir wrote:
I found instructions for CKII but confirmed that I can update gold value in CKIII even with Ironman on in Cheat Engine.

The forum will not allow me to post the URL here but just search for "Levelskip How to cheat gold". I've included the instructions below in case you cannot find it.

1. Pause game and change the Scan Type to "Value between...". Value Type should be at 4 Bytes.
2. Note the amount of gold you currently have
3. Type the following in the value boxes (gold refers to the current amount of gold you have):

gold*(2^15) and (gold+1)*(2^15)

4. Click First Scan
5. Wait for gold value to change and pause game
6. In the value boxes, type the amount of gold you now have in place of the previous amount you had
7. Click Next Scan
8. After the second scan, there should be 2 or 3 addresses remaining on the left pane
9. Double click the results to bring them down to the table
10. Open your computer's calculator and change it to Scientific format
11. To compute for the memory value of the amount of gold you want, type the following in your calculator:

desired amount x (2^15)

12.Take the result from the calculator and replace the value that you saved in the table
13. Profit


Great work finding this! Smile

Do you know how to find the other addresses for e.g. piety or prestige?

This seems to work only for gold.


This was in a comment on the same website and it should work considering gold works:

Code:
gold * (2^15)
piety * 1000
prestige * 1000
Back to top
fizzgig242
How do I cheat?
Reputation: 0

Joined: 03 Sep 2020
Posts: 2

PostPosted: Fri Sep 04, 2020 12:49 pm    Post subject: Reply with quote

Ceir wrote:
fizzgig242 wrote:
Ceir wrote:
I found instructions for CKII but confirmed that I can update gold value in CKIII even with Ironman on in Cheat Engine.

The forum will not allow me to post the URL here but just search for "Levelskip How to cheat gold". I've included the instructions below in case you cannot find it.

1. Pause game and change the Scan Type to "Value between...". Value Type should be at 4 Bytes.
2. Note the amount of gold you currently have
3. Type the following in the value boxes (gold refers to the current amount of gold you have):

gold*(2^15) and (gold+1)*(2^15)

4. Click First Scan
5. Wait for gold value to change and pause game
6. In the value boxes, type the amount of gold you now have in place of the previous amount you had
7. Click Next Scan
8. After the second scan, there should be 2 or 3 addresses remaining on the left pane
9. Double click the results to bring them down to the table
10. Open your computer's calculator and change it to Scientific format
11. To compute for the memory value of the amount of gold you want, type the following in your calculator:

desired amount x (2^15)

12.Take the result from the calculator and replace the value that you saved in the table
13. Profit


Great work finding this! Smile

Do you know how to find the other addresses for e.g. piety or prestige?

This seems to work only for gold.


This was in a comment on the same website and it should work considering gold works:

Code:
gold * (2^15)
piety * 1000
prestige * 1000



Works great for piety, prestige and reknown. Thanks!
Back to top
View user's profile Send private message
Churchill
How do I cheat?
Reputation: 0

Joined: 25 Dec 2020
Posts: 1

PostPosted: Fri Dec 25, 2020 1:38 am    Post subject: Piety and Prestige? Reply with quote

Hello, could someone post some more guidance on piety and prestige? Gold works fine for me, but I keep getting 15-20 values when I try to use the piety and prestige formulas.
_________________
- Churchill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites