Jump to content
 

Dirty Cheater 2k19 Cheat Engine thread! Let's breathe more life into this great game!


Dirty Cheater

Recommended Posts

Quote

Hello I still play 2k19,but it is on slow motion and I have been playing universe just by simulating because I can't get 60 fps on matches.So this thread is a blessing to me.Does anyone have that table where it turns the game fps from 60 to 30 so it doesn't get the slow motion?I found the entrances one but not the matches one.Thank You!

 

Link to comment
Share on other sites

On 8/28/2024 at 5:41 PM, Dirty Cheater said:

QUESTION!!!  Would anybody want options in the cheat table to control the in game SOUNDS anywhere on the fly?  Let's say you like having the music OFF, but you want it ON for some entrances you're about to see.  You can turn the music back up using CE, then as soon as you tab back into the game it has the new volume.

The SFX controller would control all FOUR options you normally find in Audio options:

  • Commentary
  • Ring Announcer
  • Environment <--(includes crowd reaction volume)
  • Music

Any change you make to these using CE will immediately be reflected in the game as soon as you tab back into the game!  ANYWHERE and ANYTIME during the game!

If anybody thinks they'd make use of this, I will be happy to include it in my next cheat table release.  I find this very handy when I had music turned OFF because I was doing things in the menu but then when I am about to play a match and want to hear the music, I can use CE to correct that instead of having to lose my mind because the entrances I was looking forward to watching won't have their music.  LOL

1000 times yes!

Link to comment
Share on other sites

On 9/1/2024 at 1:06 AM, jeremymatthew1654 said:

 

 

On 6/13/2024 at 6:22 AM, Dirty Cheater said:

I see what you mean.  I'll have a look and see if some CE solution that wouldn't in turn require user input on its own in order to do its job can be whipped up.

 

For now I want to make sure my stuff works for everybody.  Can somebody test this code with 2k19 and let me know if it's working?  This is for 60 FPS entrances and celebrations. 

Option 1 will show you the game FPS (usually switching between 60 and 30)

Option 2 will show you the game speed (usually switching between 1 and 2)

Option 3 is a script you can activate that should make it so option 1 and 2 above ALWAYS stay 60 FPS with a speed of 1.  You should not need to touch the first two options as they're just for observation and to confirm they remain correct when the script is activated.

To activate the script in option 3 just click its box and a red X will appear in the box to confirm it is active.

Copy the entire code below and paste into Cheat Engine's cheat table (the big white space that takes up the lower half of CE) and you should get the options described above.  Someone please let me know if this works.

 

I have made this to work,your gamespeed on the fun cheat table too.Is there anyway to edit this to have the match fps to be always at 30?Because I can't hit 60 fps therefore getting the slowmotion effect.I can fix that with your GameSpeed option but I have to click it everytime I start a new match.Is there a way to make it permanent on a playtgrough?Thank you!

Link to comment
Share on other sites

4 minutes ago, jeremymatthew1654 said:

 

I have made this to work,your gamespeed on the fun cheat table too.Is there anyway to edit this to have the match fps to be always at 30?Because I can't hit 60 fps therefore getting the slowmotion effect.I can fix that with your GameSpeed option but I have to click it everytime I start a new match.Is there a way to make it permanent on a playtgrough?Thank you!

When a match plays smoothly for you, what value do you have for option 1 and what value for option 2?  I'm guessing you set them to 30 and 2, correct?  Just making sure I know what you mean.

Edited by Dirty Cheater
Link to comment
Share on other sites

3 hours ago, Dirty Cheater said:

When a match plays smoothly for you, what value do you have for option 1 and what value for option 2?  I'm guessing you set them to 30 and 2, correct?  Just making sure I know what you mean.

Yes,Actually i only change the Option 2 and set it to 2,Option 1 don't touch.Only in matches because it goes back on menus.

Link to comment
Share on other sites

12 hours ago, jeremymatthew1654 said:

Yes,Actually i only change the Option 2 and set it to 2,Option 1 don't touch.Only in matches because it goes back on menus.

I don't know if I understand what you're doing since I don't have the same issue to test, but try this.  Copy this entire coding.  Go into the cheat engine table area (bottom half of CE) and right click -> paste.  You'll see a new entry called Testing.  Turn it on and see if everything runs how you want now.  Let me know if the effect work in the first match you try, or if it takes going all the way into a second match before it kicks on and stays how you want, etc...  as much detail as possible plz.  Thanks!

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>4920</ID>
      <Description>"Testing"</Description>
      <Color>008000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(INJ60fff,WWE2K19_x64.exe,F3 0F 11 0D B1 04 4B 01) // should be unique
alloc(newmem,$1000,INJ60fff)

label(code)
label(return)

newmem:

code:
  mov [WWE2K19_x64.exe+25E8314],#2
  jmp return

INJ60fff:
  jmp newmem
  nop 3
return:
registersymbol(INJ60fff)

[DISABLE]

INJ60fff:
  db F3 0F 11 0D B1 04 4B 01

unregistersymbol(INJ60fff)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: WWE2K19_x64.exe+1137E5B

WWE2K19_x64.exe+1137E11: 48 8B 05 78 06 4B 01           - mov rax,[WWE2K19_x64.exe+25E8490]
WWE2K19_x64.exe+1137E18: 83 B8 C4 00 00 00 01           - cmp dword ptr [rax+000000C4],01
WWE2K19_x64.exe+1137E1F: 75 0A                          - jne WWE2K19_x64.exe+1137E2B
WWE2K19_x64.exe+1137E21: C7 80 C4 00 00 00 00 00 00 00  - mov [rax+000000C4],00000000
WWE2K19_x64.exe+1137E2B: F3 0F 10 05 AD 4D 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FCBE0]
WWE2K19_x64.exe+1137E33: F3 0F 10 0D 1D 4B 0C 01        - movss xmm1,[WWE2K19_x64.exe+21FC958]
WWE2K19_x64.exe+1137E3B: F3 0F 11 05 B5 04 4B 01        - movss [WWE2K19_x64.exe+25E82F8],xmm0
WWE2K19_x64.exe+1137E43: F3 0F 10 05 B5 48 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FC700]
WWE2K19_x64.exe+1137E4B: F3 0F 11 05 C5 04 4B 01        - movss [WWE2K19_x64.exe+25E8318],xmm0
WWE2K19_x64.exe+1137E53: F3 0F 10 05 A5 4D 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FCC00]
// ---------- INJECTING HERE ----------
WWE2K19_x64.exe+1137E5B: F3 0F 11 0D B1 04 4B 01        - movss [WWE2K19_x64.exe+25E8314],xmm1
// ---------- DONE INJECTING  ----------
WWE2K19_x64.exe+1137E63: F3 0F 10 0D 15 47 0C 01        - movss xmm1,[WWE2K19_x64.exe+21FC580]
WWE2K19_x64.exe+1137E6B: F3 0F 11 05 89 04 4B 01        - movss [WWE2K19_x64.exe+25E82FC],xmm0
WWE2K19_x64.exe+1137E73: F3 0F 11 0D 71 04 4B 01        - movss [WWE2K19_x64.exe+25E82EC],xmm1
WWE2K19_x64.exe+1137E7B: C7 05 53 04 4B 01 1E 00 00 00  - mov [WWE2K19_x64.exe+25E82D8],0000001E
WWE2K19_x64.exe+1137E85: C7 05 8D 04 4B 01 1E 00 00 00  - mov [WWE2K19_x64.exe+25E831C],0000001E
WWE2K19_x64.exe+1137E8F: C7 05 67 04 4B 01 21 00 00 00  - mov [WWE2K19_x64.exe+25E8300],00000021
WWE2K19_x64.exe+1137E99: C3                             - ret 
WWE2K19_x64.exe+1137E9A: B9 19 00 00 00                 - mov ecx,00000019
WWE2K19_x64.exe+1137E9F: E9 4C 01 00 00                 - jmp WWE2K19_x64.exe+1137FF0
WWE2K19_x64.exe+1137EA4: C3                             - ret 
}

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>

 

Edited by Dirty Cheater
  • Like 1
Link to comment
Share on other sites

11 hours ago, Dirty Cheater said:

I don't know if I understand what you're doing since I don't have the same issue to test, but try this.  Copy this entire coding.  Go into the cheat engine table area (bottom half of CE) and right click -> paste.  You'll see a new entry called Testing.  Turn it on and see if everything runs how you want now.  Let me know if the effect work in the first match you try, or if it takes going all the way into a second match before it kicks on and stays how you want, etc...  as much detail as possible plz.  Thanks!

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>4920</ID>
      <Description>"Testing"</Description>
      <Color>008000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
aobscanmodule(INJ60fff,WWE2K19_x64.exe,F3 0F 11 0D B1 04 4B 01) // should be unique
alloc(newmem,$1000,INJ60fff)

label(code)
label(return)

newmem:

code:
  mov [WWE2K19_x64.exe+25E8314],#2
  jmp return

INJ60fff:
  jmp newmem
  nop 3
return:
registersymbol(INJ60fff)

[DISABLE]

INJ60fff:
  db F3 0F 11 0D B1 04 4B 01

unregistersymbol(INJ60fff)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: WWE2K19_x64.exe+1137E5B

WWE2K19_x64.exe+1137E11: 48 8B 05 78 06 4B 01           - mov rax,[WWE2K19_x64.exe+25E8490]
WWE2K19_x64.exe+1137E18: 83 B8 C4 00 00 00 01           - cmp dword ptr [rax+000000C4],01
WWE2K19_x64.exe+1137E1F: 75 0A                          - jne WWE2K19_x64.exe+1137E2B
WWE2K19_x64.exe+1137E21: C7 80 C4 00 00 00 00 00 00 00  - mov [rax+000000C4],00000000
WWE2K19_x64.exe+1137E2B: F3 0F 10 05 AD 4D 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FCBE0]
WWE2K19_x64.exe+1137E33: F3 0F 10 0D 1D 4B 0C 01        - movss xmm1,[WWE2K19_x64.exe+21FC958]
WWE2K19_x64.exe+1137E3B: F3 0F 11 05 B5 04 4B 01        - movss [WWE2K19_x64.exe+25E82F8],xmm0
WWE2K19_x64.exe+1137E43: F3 0F 10 05 B5 48 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FC700]
WWE2K19_x64.exe+1137E4B: F3 0F 11 05 C5 04 4B 01        - movss [WWE2K19_x64.exe+25E8318],xmm0
WWE2K19_x64.exe+1137E53: F3 0F 10 05 A5 4D 0C 01        - movss xmm0,[WWE2K19_x64.exe+21FCC00]
// ---------- INJECTING HERE ----------
WWE2K19_x64.exe+1137E5B: F3 0F 11 0D B1 04 4B 01        - movss [WWE2K19_x64.exe+25E8314],xmm1
// ---------- DONE INJECTING  ----------
WWE2K19_x64.exe+1137E63: F3 0F 10 0D 15 47 0C 01        - movss xmm1,[WWE2K19_x64.exe+21FC580]
WWE2K19_x64.exe+1137E6B: F3 0F 11 05 89 04 4B 01        - movss [WWE2K19_x64.exe+25E82FC],xmm0
WWE2K19_x64.exe+1137E73: F3 0F 11 0D 71 04 4B 01        - movss [WWE2K19_x64.exe+25E82EC],xmm1
WWE2K19_x64.exe+1137E7B: C7 05 53 04 4B 01 1E 00 00 00  - mov [WWE2K19_x64.exe+25E82D8],0000001E
WWE2K19_x64.exe+1137E85: C7 05 8D 04 4B 01 1E 00 00 00  - mov [WWE2K19_x64.exe+25E831C],0000001E
WWE2K19_x64.exe+1137E8F: C7 05 67 04 4B 01 21 00 00 00  - mov [WWE2K19_x64.exe+25E8300],00000021
WWE2K19_x64.exe+1137E99: C3                             - ret 
WWE2K19_x64.exe+1137E9A: B9 19 00 00 00                 - mov ecx,00000019
WWE2K19_x64.exe+1137E9F: E9 4C 01 00 00                 - jmp WWE2K19_x64.exe+1137FF0
WWE2K19_x64.exe+1137EA4: C3                             - ret 
}

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>

 

Hello!Sorry I took so long,just got out of work and my game has mods so it takes a while to boot.But here's what I got:

- I activated this on the menu but after the match up loading screen,the game freezes instantly.It happens at that little transition with the audience before the entrance starts.

- I tried again during the entrance,entrance works but again freezes on the audinece transition

- then i tried again during a match and on pause screen sadly the fps remains at 60,therefore slow motion hapens.tried alt tabbing and pausing,nothing happens

But instead I found a work around!It was your other cheat table that worked for me.

On 6/13/2024 at 6:22 AM, Dirty Cheater said:

I see what you mean.  I'll have a look and see if some CE solution that wouldn't in turn require user input on its own in order to do its job can be whipped up.

 

For now I want to make sure my stuff works for everybody.  Can somebody test this code with 2k19 and let me know if it's working?  This is for 60 FPS entrances and celebrations. 

Option 1 will show you the game FPS (usually switching between 60 and 30)

Option 2 will show you the game speed (usually switching between 1 and 2)

Option 3 is a script you can activate that should make it so option 1 and 2 above ALWAYS stay 60 FPS with a speed of 1.  You should not need to touch the first two options as they're just for observation and to confirm they remain correct when the script is activated.

To activate the script in option 3 just click its box and a red X will appear in the box to confirm it is active.

Copy the entire code below and paste into Cheat Engine's cheat table (the big white space that takes up the lower half of CE) and you should get the options described above.  Someone please let me know if this works.

 

It was this one that worked for me!This was the answer all along.What I did was I did not touch Options 1 and 3,instead I set "Option 2" to "2" and checked the box and Voila!The in game match is now running at 30fps and it carries over to the next match.No need to alt tab or reactivate.It works on Showcase,Career and Universe I played over an hour and the match fps stayed at 30.I got random crashes at the transition after matches and intro on universe mode but I don't know if this was the cause cuz I have gfx mods on.This was Godsend to us low end dudes thanks for this.Now I can play WWE 2k19 without slow motion.

Link to comment
Share on other sites

@jeremymatthew1654 Interesting.  You're manually doing what the script I had you paste is doing.  So, if you're telling me the script causes a crash every time with the script... and SOME of the time it crashes when doing it manually your way...  it actually makes perfect sense.  The script is instantly applying the value the first moment it can be applied, while your manual way of freezing the value repeatedly re-applies it every X milliseconds.  Instant vs Rapid fire.   This makes me think the script would need a delay in order to bypass the freeze/crash you described, and that delay might also avoid those other occasional crashes you mentioned experiencing your manual way.

If I get some downtime outside of client requests and custom jobs, I might try and improve on the script version for you (for free) since this seems like a fun "nice to have" solution to offer people in your situation.

Have you also tried CE's built in speedhack feature?  Occasionally, depending on computer and game settings, speedhack will make matches play faster and smoother.  It's worth trying to see if, for you specifically, you get a smoother experience with CE built in speedhack or with my speed control cheat table.

Edited by Dirty Cheater
  • Thanks 1
Link to comment
Share on other sites

3 hours ago, Dirty Cheater said:

@jeremymatthew1654 Interesting.  You're manually doing what the script I had you paste is doing.  So, if you're telling me the script causes a crash every time with the script... and SOME of the time it crashes when doing it manually your way...  it actually makes perfect sense.  The script is instantly applying the value the first moment it can be applied, while your manual way of freezing the value repeatedly re-applies it every X milliseconds.  Instant vs Rapid fire.   This makes me think the script would need a delay in order to bypass the freeze/crash you described, and that delay might also avoid those other occasional crashes you mentioned experiencing your manual way.

If I get some downtime outside of client requests and custom jobs, I might try and improve on the script version for you (for free) since this seems like a fun "nice to have" solution to offer people in your situation.

Have you also tried CE's built in speedhack feature?  Occasionally, depending on computer and game settings, speedhack will make matches play faster and smoother.  It's worth trying to see if, for you specifically, you get a smoother experience with CE built in speedhack or with my speed control cheat table.

Hello!So I played this game a lot last Sunday all day with the same settings.And everything worked fine without crashes,so the crashes I've had before might've been really just random .I checked the "Option 2" at 2 at the main menu screen then went full screen and played for like a few hours or so.I switch between Career to Universe whenever I lose cuz I forgot I set it to Legend difficulty and lost track of time😅.

Well minus the physics and animation issues with changing the framerate,there was no other problems.I also found workarounds for that,I just changed the moves with messed up animations with ones that worked fine. Speedhack was actually the first trick I tried but I noticed that it doesn't work in games with fps locked to 60 or it could just be my system cuz I'm on laptop.Tho I haven't tried it yet with your cheat table,I'll try it if I get to play tonight and report back.

I'm quite content with this trick and I don't wanna cause anymore problems 😅😅😅.Thank you again for your cheat table,it's truly godsend,really I'm grateful...More power to you man ❤

  • Woo 1
Link to comment
Share on other sites

1 hour ago, jeremymatthew1654 said:

Well minus the physics and animation issues with changing the framerate,there was no other problems.I also found workarounds for that,I just changed the moves with messed up animations with ones that worked fine.

Have you tried setting it to something like 1.5 or 1.75 instead of 2?  I wonder if 2 makes it a little too fast for your system but slightly below might be the sweet spot for your computer to display everything correctly and also be speedier.

Have you tried also X'ing the other option and setting it to 30 while messing around with the above mentioned speed value? 

I feel like you can get those moves and animations back with the right config.  I'm the type that's way too stubborn about wanting my moves and I find it unacceptable to have to remove them (if it were me lol) so if you want to keep testing and giving me your feedback/results we may be able to talk this thru to you getting the perfect fluid speed on your machine with all your preferred moves working better... but if you're already satisfied as it stands currently, then that's pretty cool too and I'm glad this helped!

Edited by Dirty Cheater
  • Like 1
Link to comment
Share on other sites

9 hours ago, Dirty Cheater said:

Have you tried setting it to something like 1.5 or 1.75 instead of 2?  I wonder if 2 makes it a little too fast for your system but slightly below might be the sweet spot for your computer to display everything correctly and also be speedier.

Have you tried also X'ing the other option and setting it to 30 while messing around with the above mentioned speed value? 

I feel like you can get those moves and animations back with the right config.  I'm the type that's way too stubborn about wanting my moves and I find it unacceptable to have to remove them (if it were me lol) so if you want to keep testing and giving me your feedback/results we may be able to talk this thru to you getting the perfect fluid speed on your machine with all your preferred moves working better... but if you're already satisfied as it stands currently, then that's pretty cool too and I'm glad this helped!

Thanks for the tips!I will definitely try this all out later!I will do a lot of testing and messing with options to see what else I can squeeze and report back here so everyone who also has the same problem I had can find the fixes here.Again,thank you! also for keeping 2k19 alive

Edited by jeremymatthew1654
typo
Link to comment
Share on other sites

On 9/10/2024 at 11:10 AM, Dirty Cheater said:

Have you tried setting it to something like 1.5 or 1.75 instead of 2?  I wonder if 2 makes it a little too fast for your system but slightly below might be the sweet spot for your computer to display everything correctly and also be speedier.

Have you tried also X'ing the other option and setting it to 30 while messing around with the above mentioned speed value? 

I feel like you can get those moves and animations back with the right config.  I'm the type that's way too stubborn about wanting my moves and I find it unacceptable to have to remove them (if it were me lol) so if you want to keep testing and giving me your feedback/results we may be able to talk this thru to you getting the perfect fluid speed on your machine with all your preferred moves working better... but if you're already satisfied as it stands currently, then that's pretty cool too and I'm glad this helped!

So I tried playing with the speed values but not with the CE builtin speed hack cuz it doesn't work , I instead did it with the gamespeed option from your cheat table.I tried changing it by increments 1, 1.2 ,1.4 ,1.5 etc...and this is how it went:

 

Speed

- 1.2       not much speed increase but better than vanilla speed,also less noticeable animation cuts

- 1.3       Decent playable speed.Animations cut becomes more noticeable but moves still hit,pinfall minigame is till caught up

- 1.4 and 1.5      Good speed increase but diving moves start to botch,only diving moves specially coup de grace and foot stomp 1 and some splashes.But foot stomp 3,sentons
and moon stomp still hits despite the animations started getting cut.Pin minigame is still caught up.....Basically all are  still bearable and botches are funny

- 1.65        this is my sweet spot,speed is good,everything hits and pin count is still caught up and the botched diving moves still bearable or I just use the alternative  moves

- 1.7        Big speed increase but the last pinfall count is delayed a bit so I only get 2 pin count chances(or could just be my skill issues I dunno).And chain wrestling minigame starts to get wonky despite setting it to 100 in the settings.

- 2           the best speed for increase but lots of broken diving animations and botched moves that don't hit like Lashley's spear,pin minigame gets delayed so much resulting in only 2 pin count chances

- Speeds Above 2 have funniest animations and botches ever ,kinda like Skyrim physics and ragdolls

- Entrances and audience at 1.6 speed and below are a bit slowed down even if fps is set to 30

- Only diving move are heavily affected no matter what speed above 1 i set it to.So if people can ignore that the game speed of "2" is great
- suggest that submission minigame be set to button mashing and do less chain grappling as minigames area still slow.And wonkyness starts at 1.7
- reversal timing and comeback quicktime isn't a problem as it still depend heavily on Superstar stats

- changing the option 1 (the fps tab) form 60 to 30  doesn't do anything anymore once game speed is changed.

-setting the fps to "50" at the main menu or pause menu makes the entrance and match fps to "25" so it's really fast and it stays that way as long as it's checked on CE.But dives and minigames are so broken.

Hope this helps other people with slowmo problems

  • Too Sweet 1
Link to comment
Share on other sites

FROM MY EXPERIENCE with speed hack if you sync both of them to about 1.5/2 it should work. I noticed less glitched and botch moves when I adjusted both speeds... I will however state the obvious that diving moves are still broken even if you have them both at 2.. if you want to do any dive moves you barely have to adjust the speed at all sadly.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.