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
check your pc asap, the 'updater' is actually a miner located in your roaming appdata starting with 'Un' and contains multiple executables with 'Update'
I saw in the source code you use GetAsyncKey, which is fine.
However, you have to check for these dead keys:
On line 1040 you check whether you found the pressed key (actually the released key, which is good):
Then, on line 1057 you state this:
Unfortunately, you forget to also store the dead key states so that it's possible to start or end the clicking with for instance <LCTRL+1>.
The text was updated successfully, but these errors were encountered: