[Help needed] trying to remove float limit for stats in Wrestling Empire

Anything Cheat Engine related, bugs, suggestions, helping others, etc..
Post Reply
Ambersando
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 01, 2024 3:02 pm
Reputation: 0

[Help needed] trying to remove float limit for stats in Wrestling Empire

Post by Ambersando »

As the title says, i want to remove the float limit in Wrestling Empire (which is 100). When i attempt to go past it, it instantly sets it to 99. I tried checking what access the code/writes it, but its just all movss

Image

User avatar
Send
Table Makers
Table Makers
Posts: 523
Joined: Fri Feb 02, 2018 5:58 pm
Reputation: 343

Re: [Help needed] trying to remove float limit for stats in Wrestling Empire

Post by Send »

Ambersando wrote:
Wed May 01, 2024 3:07 pm
As the title says, i want to remove the float limit in Wrestling Empire (which is 100). When i attempt to go past it, it instantly sets it to 99. I tried checking what access the code/writes it, but its just all movss

Image
The instrucitons writing `movss xmm#,[registar+offset]` is the code that writes to the value.
xmm registrars typically hold floats (and sometimes doubles)

You create a script, write a value in to xmm#.

ie:

newmem:
movs xmm0,[newvalue]

code:

newvalue:
dd (float)100000.0

Adding points beyond max may not even improve your character.

Post Reply

Who is online

Users browsing this forum: No registered users