..I see no CH barging in to yell you're spreading viruses with your modified .exe files. Oh, wait, they only do it when I post stuff like that. That must be it, uhuum.
..I see no CH barging in to yell you're spreading viruses with your modified .exe files. Oh, wait, they only do it when I post stuff like that. That must be it, uhuum.
You're posting viruses by typing out the word exe! oh no!
^ I believe there's a fucking table option (if I'm not mistaking) that auto-wins a round for you. How about you use that? Jeez.
EDIT: Yep -> "Instant Win { SunBeam }"
No one says you have to do it all in 5 minutes. Take your time, play other games, go to work (if you do work), go out, have beers with buds, see a movie, exercise, hop on a bike, spend time out in the nature. Get back home and win some more rounds. Repeat. That's how it's done. Everyone bitches about "grinding". How about the games on your phone you don't wanna pay for their content, yet you've been playing for weeks, months, years now? I don't hear you complain about THAT grinding...
I have prolem with the game new update on 26th June as below error pic when I use cheat engine, can anyone post the new patched or d3d11.dll for avoid the game CE detection? Thank you!
Hi,
I require some assistant from this community if possible,
The short version is, I need to find a pointer chain for player1 and player2 health, and their offense and defense meters. I am blind and i use screen reading software to work with my computer, Cheat engine's accessibility is very clunky and i can't access everything by keyboard navigation, I can't seem to be able to work with the pointer scanner window, My software won't read some elements of the UI.
Slightly longer version is that there's a project software that when provided with required info, It will watch for game values and will trigger events, it can play sounds or speak the value with TTS. One of the requirements is the pointer chain because it needs to access the correct memory address for the values. That software is completely accessible for me, I'm just stuck with finding the pointer chains and i can't find anyone around to help me.
If anyone wants to help me and also other blind mk players can you please send me a private message? i'd appreciate that a lot.
p.s. for the curious here's the link to the sonifight project: [Link]
Hi,
I require some assistant from this community if possible,
The short version is, I need to find a pointer chain for player1 and player2 health, and their offense and defense meters. I am blind and i use screen reading software to work with my computer, Cheat engine's accessibility is very clunky and i can't access everything by keyboard navigation, I can't seem to be able to work with the pointer scanner window, My software won't read some elements of the UI.
Slightly longer version is that there's a project software that when provided with required info, It will watch for game values and will trigger events, it can play sounds or speak the value with TTS. One of the requirements is the pointer chain because it needs to access the correct memory address for the values. That software is completely accessible for me, I'm just stuck with finding the pointer chains and i can't find anyone around to help me.
If anyone wants to help me and also other blind mk players can you please send me a private message? i'd appreciate that a lot.
p.s. for the curious here's the link to the sonifight project: [Link]
Health is a float. Divide the health by 10 to get the float number. Then you need to find the function (it's movaps xmm0) and I think RAX will contain the player ID. It's either Player 1 or Player 2, 0x1F or 0x80. I'm ofc wrong about the numbers and registers because it's hard to remember, but yeah that's how you do it.
Health is a float. Divide the health by 10 to get the float number. Then you need to find the function (it's movaps xmm0) and I think RAX will contain the player ID. It's either Player 1 or Player 2, 0x1F or 0x80. I'm ofc wrong about the numbers and registers because it's hard to remember, but yeah that's how you do it.
This may be more complex than what i thought. are all of these the process to get the memory address of health values? Apparently i need to scan for pointers because the address won't be the same when mk11 is restarted is this true?