HELP
Help! I made A hack with hotkeys and all the shit. But I want A red light wich turns on Green when you activate A hack with hotkey or when you click on it.
PLEASE HELP!!!!!!
So then.... Just put in your timer with one intervals
Timer1.enabled = false
if(getkeypress(vbkey[Hot Key) or In VB.net keys.[HotKey)) then
Me.Picturebox1.image(my.Recources."w\e Image In recource Folder")
System.Threading.Thread.Sleep(1000)
end if
Timer1.enabled = true
Do I need to make A new timer? or put it in A button like stamina on?
the picture is in C:\green.bmp how to put in:???
Me.Picturebox1.image(my.Recources."w\e Image In recource Folder")