try merging a tapper with ur spammer
giving them h otkeys
For hotkeys
put this at the top
of your code thing
Private Declare Function GetAsyncKeyState Lib "user32"(ByVal vkey As Long) As Integer
then this above ur hack code
GetAsyncKeyState(Keys.Insert) If starthotkey = True
(the Keys.Insert is optional)
To make a tapper
to connect
Shell("NET START DHCP")
Disconnect
Shell("NET STOP DHCP")