You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will not work on games using anti cheats that stop Enumerating Processes / Windows Opening Handles, Changing memory protection and writing memory / have checksums on SetCursor.
There may be alternative ways but I don't really want to write a Kernel driver...
Suggest reaching out to application developers to tell them to set their cursor properly.
I think at the minimum the windows cursor class needs to be NULL and they set their cursor when needed and also in the WindowProcedure event for setting cursor.
But as it stands the code was unable to enumerate a process for a game using XTrap.
If anyone has any ideas how to set a window param on an XTrap protected process that would be nice to know.
The text was updated successfully, but these errors were encountered:
Will not work on games using anti cheats that stop Enumerating Processes / Windows Opening Handles, Changing memory protection and writing memory / have checksums on SetCursor.
There may be alternative ways but I don't really want to write a Kernel driver...
Suggest reaching out to application developers to tell them to set their cursor properly.
I think at the minimum the windows cursor class needs to be NULL and they set their cursor when needed and also in the WindowProcedure event for setting cursor.
But as it stands the code was unable to enumerate a process for a game using XTrap.
If anyone has any ideas how to set a window param on an XTrap protected process that would be nice to know.
The text was updated successfully, but these errors were encountered: