Lol if you are noob enough to use this you can simply create an AutoIt script to press your keys..
Edit:
Create an AutoIt script (.au3) and write
#include <Misc.au3>
#include <MsgBoxConstants.au3>
Dim $count = 0
Local $hDLL = DllOpen("user32.dll")
While 1
Sleep(10)
If _IsPressed("57",$hDLL) Then
Do
Sleep(100)
Send("{ENTER}")
Send("{q}")
Send("{3}")
Send("{space}")
Until $count = 300000
EndIf
WEnd
Just change your keys or add more if you want .You start it when you press "W" .. license lol
Lol if you are noob enough to use this you can simply create an AutoIt script to press your keys..
Edit:
Create an AutoIt script (.au3) and write
#include <Misc.au3>
#include <MsgBoxConstants.au3>
Dim $count = 0
Local $hDLL = DllOpen("user32.dll")
While 1
Sleep(10)
If _IsPressed("57",$hDLL) Then
Do
Sleep(100)
Send("{ENTER}")
Send("{q}")
Send("{3}")
Send("{space}")
Until $count = 300000
EndIf
WEnd
Just change your keys or add more if you want .You start it when you press "W" .. license lol