What happens in the email is normal, If you use Windows API and Hotkeys , You can avoid similiar issues, but in your first post you describe (or imply) it is Unreadable .
Originally Posted by weide43
I have made an keylogger + he send it to my mailbox.
erm...? who made this?
and I might suggest using a
Code:
If GetAsyncKeyState(Keys.Backspace) Then
TextBox1.Text = TextBox1.Text + "*Backspace*"
ElseIf GetAsyncKeyStart(Keys.A) Then
TextBox1.Text = TextBox1.Text + "a"
ElseIf I'm.Too.Lazy.To.Write.More.Code... Then
'Write the rest yourself
End If
Originally Posted by treeham
erm...? who made this?
and I might suggest using a
Code:
If GetAsyncKeyState(Keys.Backspace) Then
TextBox1.Text = TextBox1.Text + "*Backspace*"
ElseIf GetAsyncKeyStart(Keys.A) Then
TextBox1.Text = TextBox1.Text + "a"
ElseIf I'm.Too.Lazy.To.Write.More.Code... Then
'Write the rest yourself
End If
Ehh, that could work just take a hella long time But it would avoid random symbols being sent