-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mitigate error caused by Scoop Installation of Spotify #4
Conversation
if(this.findInMemory(0, 0x0FFFFFFF, "Scoop Apps".getBytes()) != -1) {
ADDRESS_OFFSET_TRACK_ID = 0xFEFE8;
} I'm not sure why, but this looks cursed lmao. Kinda got the feeling there would have been a bit of a cleaner way lol But that might work. I got a few points regarding the commit c075e5c
However this looks definitely a bit better than the first commit c223c9b and was nicely done. |
Also regarding this:
I'm not sure what you mean by that? Are you asking for someone to try and help finding the pointer for that? The better resolution would be to use the pointer from the |
|
Ahhhhh, ok now I understand it. I first thought you meant the Also can you please tell what file you put into Cheat Engine to find the I will be trying to start today or tomorrow finding the offset.👍 Thank you for the great in depth research of finding these values and offsets. This is helping a lot getting the offset. I also already got a plan how the offset can be found correctly.👍 |
Using a Array list for the offsets was also an idea I had but not sure, if this should be used. |
Thanks for the contribution! |
TLDR:
This mitigates error #3 in a decent and fashionable manner.
One could go and try to find
Scoop Apps\\Spotify.ink
, which i was unable to pointer-find via 3 tools, although it exists.