No i havn't found a script, I am playing around with AHK making something for this new type of hit.
I got you fam I made this real quick tested it on like 10 real quick and it works. Didnt add an option for the skip button because I haven't found a reason to yet.
Download the customer interest script script on greasyfork and put this into ahk
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
1::
send {left}
sleep, 100
send {tab 2}{space}
return
2::
send {tab 2}{space}
return
I couldn't get the original script to work since it doesn't say which keys to use and I thought 97,98, etc were abc