keylogger problem

Posts 1623 of 23 · Page 2 of 2
Is that how it looks when your friend does it.

We will need to compare.
Quote Originally Posted by NextGen1 View Post
Is that how it looks when your friend does it.

We will need to compare.
How do you mean?
O.o maybe change password
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 .
Quote Originally Posted by weide43 View Post
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
Quote Originally Posted by treeham View Post


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
I gonna test it.

and sorry my english is not so good
Posts 1623 of 23 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?