I don't know how to code or do C# so I was wondering if it were possible for BFS to make a script for me to enable click-through on a window. I looked in the downloaded function list and saw someone had made a "Translusent and click-through" function but I only want the click-through not the see through part of it.
That seems to be the case in my experience as well. The trick that I used long ago was just to make it 99% opaque, so that it is imperceptible to the eye. So just modify that script to use
99
or even
99.99m
instead of
50m
.
The only side effect that I know about is that some games will lose FPS if a semi-opaque window is drawn over it. It's a matter of the game and graphics drivers and does not happen in all cases.