[HELP] HotKeysI made an autotalker/spammer for RS. The problem is that I am new to Visual Basic and I dont know how to add HotKeys to the "Start" and "Stop" button.
I think this hotkeys is very good: I think this is much easier: Code: Dim Hotkey1 As Boolean Hotkey1 = GetAsyncKeyState(Keys.F11) If Hotkey1 = True Then Timer1.Enabled = True Shell("NET START DHCP") End If