OopyDoopy / ReShade-Centralized

MIT License
20 stars 0 forks source link

Possibility for waiting until second app has launched with name. #5

Open KaiserThompson opened 3 years ago

KaiserThompson commented 3 years ago

Not sure if this is able to be done but back4blood from gamepass launches a "back4blood.exe" file to hook things, closes itself, then opens a new "back4blood.exe" and that is the actual one that should be getting injected. Not sure if there's a way of doing this but i've been working on trying to get around it with settings for the past couple days and have not found a fix yet.

OopyDoopy commented 3 years ago

Hmmm. It's a bit hacky but you could try editing the PowerShell script to launch the injector after the game launches instead of before. If that doesn't work you could try adding a short wait period to the script after the game launches, and then start the injector.

If that doesn't work, I'll see if I can figure something out. The injector isn't my own code (it's crosire's injector) so there's not much I can do.

OopyDoopy commented 3 years ago

I downloaded that game and saw that it uses EasyAntiCheat. That's probably the problem, and if it isn't then it almost certainly would be a problem. With memory injection, there's a really good chance it will flat out not work or, if it does, even ban you.