Adding hotkey on your project.
Ok, Yets started.
First you need to make a new timer.
And you will enable this timer.
Example your making an injector.
And browse button is button 2.
Dooble click on your timer
And write
If GetAsyncKeyState(Keys.F1) Then
Button2.PerformClick()
end if
( You can change keys By doing :
GetAsyncKeyState(Keys.F2) Then
GetAsyncKeyState(Keys.F3) Then
GetAsyncKeyState(Keys.F4) Then
GetAsyncKeyState(Keys.F5) Then
GetAsyncKeyState(Keys.A) Then )
Next tutorial will be on adding song 