Conversation
|
Hi, I think that forcing a user to click a button in order to calibrate and then reading the cursor image is not a very good idea. There are many problems associated with this approach. For example, if someone changes their cursor theme, the script will stop working. |
true, but sadly i havent come across a better way of solving it either |
protechq88
left a comment
There was a problem hiding this comment.
Reverse xyz....... Dirty_C
Master Boot Sector
Full vuln msf
Made the code check if the cursor is hand cursor or not. If it isnt then it will act as normal. Otherwise it wont turn on autoscroll.
Fixed the problem where process would get killed by removing "self.cursor = pyxcursor.Xcursor()" from sense method.
closes #12