alright i will, hope this one works
____________
hahaha bomb i know my sig has errors, its just random :P
and blubb, just like the other ones i tried, it thinks the keys always pressed, i dont know why but it thinks they are always active... the boolean is false unless i press a key, but it still thinks that they are pressed...
_________________

Originally Posted by
bombsaway707
Lol and lemme give you my own hotkey code:
first add this under public class:
Code:
Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As System.Int16) As Int16
then for the hotkey add(add this under a timer and enable the timer):
Code:
If GetAsyncKeyState(Keys.F1) <> 0 Then
'code here
End If
Try that code and tell me results
WORKS LIKE A CHARM!! Thank you so much I think its because your works on 64bit (mine) and other codes only work on 32bit, cus of that int16
anyways, i will definately put you in the credits when i release it... yes its a tapper (im getting better though.. sometime soon ill release something better), and this isnt JUST a tapper, its the BEST tapper
thanks again!
EDIT: Sorry, double post :/