View previous topic :: View next topic |
Author |
Message |
KevinD Cheater
Reputation: 0
Joined: 15 Apr 2020 Posts: 39
|
Posted: Wed Apr 15, 2020 12:26 pm Post subject: How to change a character limit in a game ? |
|
|
Hello, I would like to change the character limit in a game or it is limited to 8.
Unfortunately in the game it is not possible to modify this limit because when I do a scan I have several variables which have this value. How to find this value knowing that it does not change ?
|
|
Back to top |
|
 |
KevinD Cheater
Reputation: 0
Joined: 15 Apr 2020 Posts: 39
|
Posted: Thu Apr 16, 2020 5:23 am Post subject: |
|
|
Unfortunately I start with cheat engine. the only option I have left is to track the variabla from other variable calculates
For example, the value 7FF7F092EDDC is 0 when the game starts because there are 8 characters in the game.
Then I do "Find out writes to this adress" on the variable to have more elements.
I wait until the values pass to 1. (one of the characters is eliminated and there remain 7)
As a value I have this: 7FF7EE637C2E - 89 15 A8712F02 - mov [7FF7F092EDDC],edx
And also this:
7FF7EE637C24 - 41 89 8C 96 E0EDCC02 - mov [r14+rdx*4+02CCEDE0],ecx
7FF7EE637C2C - FF C2 - inc edx
7FF7EE637C2E - 89 15 A8712F02 - mov [WWE2K20_x64.exe+2CCEDDC],edx <<
7FF7EE637C34 - 48 8B 4B 10 - mov rcx,[rbx+10]
7FF7EE637C38 - 8B 81 B0000000 - mov eax,[rcx+000000B0]
RAX=000002597CC779A0
RBX=00000256EA0BB270
RCX=0000000000000000
RDX=0000000000000001
RSI=0000000000000000
RDI=000002597CC779A0
RSP=000000B59EF9EFE0
RBP=00000256E6C7B470
RIP=00007FF7EE637C34
R8=0000000000000004
R9=000002597D955230
R10=0000000000000000
R11=0000000000000159
R12=00000256EA0BB3C0
R13=00000256E1FB1870
R14=00007FF7EDC60000
R15=0000000000000004
I also set the hexadecimal values
For example, I would like to replace the limit of 8 by 4 to do tests.
Description: |
|
Filesize: |
155.21 KB |
Viewed: |
3770 Time(s) |

|
Description: |
|
Filesize: |
51.39 KB |
Viewed: |
3770 Time(s) |

|
Description: |
|
Filesize: |
286.93 KB |
Viewed: |
3771 Time(s) |

|
|
|
Back to top |
|
 |
m2torres How do I cheat?
Reputation: 0
Joined: 15 Aug 2023 Posts: 1
|
Posted: Tue Aug 15, 2023 5:06 am Post subject: Were you able to ever figure how to bypass the limit of 8 |
|
|
Were you able to change the limit of 8 players. i'm trying to do the same thing. I want to make it where more then 8 players can spawn in at a time.
|
|
Back to top |
|
 |
|