guttir14 / SoT-Hook

Sea of Thieves internal cheat
95 stars 47 forks source link

UWP Support #5

Open IncludeGuys opened 4 years ago

IncludeGuys commented 4 years ago

After injecting cheat.dll with loader.exe and enabling global visuals in the menu there is still nothing displaying in the game. Btw can you tell me which version of windows are u using ?

guttir14 commented 4 years ago

I use Windows 10 2004 currently.

Can you provide more info about your issue? Did you enable other settings except 'Global Visual Enable' checkbox?

Image

IncludeGuys commented 4 years ago

Yep I enabled every single checkbox in visuals menu and still nothing displaying in the game :/ Global visuals checkbox also enabled

guttir14 commented 4 years ago

Do you use steam version of game?

IncludeGuys commented 4 years ago

Nope Windows Store version

guttir14 commented 4 years ago

I didn't test cheat with Windows Store version. Are there 'Exception' lines in 'log.txt' file?

IncludeGuys commented 4 years ago

Where is that log.txt ? Cuz i dont have it in my folder with cheat

guttir14 commented 4 years ago

It should be near Cheat.dll. It creates every time you inject the cheat.

IncludeGuys commented 4 years ago

Nope nothing were created

IncludeGuys commented 4 years ago

Btw I tried to load the dll with process hacker and after loading cheat.dll module I dont see it in module list is that normal ?

guttir14 commented 4 years ago

It should be in module list if you inject with process hacker. Maybe there is something different in Microsoft Store package of game. Also, I can't understand why log.txt is not created for you.


I'm not sure, but the reason that log.txt is not created can be in having non-ascii characters in path

IncludeGuys commented 4 years ago

My folder name with the cheat is called "new" so I don't think that is the problem. I think something is fucked with the injector cuz after using a loader or module load via process hacker I don't see any "cheat.dll" module.

guttir14 commented 4 years ago

I have bought xbox pass and i'll try to figure out what problem

IncludeGuys commented 4 years ago

Ok thanks so much let me know if u fix the issue

guttir14 commented 4 years ago

To add support for UWP version of Sea of Thieves I need to do a huge rework. I don't think I gonna do it shortly. For some reason UWP apps don't create usual WinAPI window, also they don't have access to entire filesystem. With this in head I need to rewrite the cheat.


I assume that you open 'Menu.exe'. 'Menu.exe' is just app to test cheat menu without game. Actually, this menu is implemented in 'Cheat.dll' and you don't need to open 'Menu.exe' in usual cases.

IncludeGuys commented 4 years ago

Ok, thanks for letting me know what was the issue.

IncludeGuys commented 4 years ago

Inject Still nothing

Btw do I need some special permissions to inject that cheat?

guttir14 commented 4 years ago

I didn't add UWP support to cheat yet. Only done UWP injector.

guttir14 commented 4 years ago

I finally made game to render my menu, now i need to come up with input system.

IncludeGuys commented 4 years ago

Very nice man I'm waiting for update.

guttir14 commented 4 years ago

As of today update cheat should be working in UWP version, but with some known bugs:

To compile cheat for UWP version set below 1 to 0 in cheat.cpp before compiling

#if 1
#define STEAM
#endif
IncludeGuys commented 4 years ago

Thanks for the update dude I'm still waiting for further improvements. For me I can use menu even if I'm not in the voyage. But after changing from fullscreen to borderless my games crashing.

IncludeGuys commented 4 years ago

Bug ~Aimbot works only if menu is active

N0Name1991 commented 4 years ago

The menu doesn't show up at all for me it. It just makes my cursor disappear.

guttir14 commented 4 years ago

My 14-day xbox game pass has already expired. doubt that I can continue research on the UWP version, I hope that some interested guy will do a PR with solving all these problems related to UWP or make a working fork.