ToxSylph / SeaOfChoros

Sea Of Thieves Utility
51 stars 41 forks source link

Can you upload a version that work on win11? ty #4

Open andrealmeida19 opened 1 year ago

McDaived commented 1 year ago

yeah we need it to win11 :( im sad

DjVolume commented 1 year ago

What's the difference between Win 10 and 11 that makes it broken anyway? Any idea?

The message that appears when I try to inject the DLL is: https://i.imgur.com/VHDZPih.png

ToxSylph commented 1 year ago

You will need to change the hooking method to make it work on win11, this source will not work on win11.

What's the difference between Win 10 and 11 that makes it broken anyway? Any idea?

The message that appears when I try to inject the DLL is: https://i.imgur.com/VHDZPih.png

If you are injecting on win10 and you get that message, you are probably missing Microsoft Visual C++ Redistributable Packages (2015-2022). On a x64 platform you need to install both x86 and x64. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

aloshai commented 1 year ago

You will need to change the hooking method to make it work on win11, this source will not work on win11.

What's the difference between Win 10 and 11 that makes it broken anyway? Any idea? The message that appears when I try to inject the DLL is: https://i.imgur.com/VHDZPih.png

If you are injecting on win10 and you get that message, you are probably missing Microsoft Visual C++ Redistributable Packages (2015-2022). On a x64 platform you need to install both x86 and x64. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

How can I make it for win11? Can you give me an example code or idea, I will try to fix them.

braddevans commented 1 year ago

referring to my issue on win 11 where i added extra debug to find the issue it seems to be the #10 ts:aobs where if locates the address for the dx11 window and hooks into it probably reading the memory wrongly on win 11 @aloshai