Your script seems to limit the last firmware version to 50 captures. Attaching a fix that makes it one file and fixes 50 capture limit.
###Start Script
sleep 1
t app key mode
sleep 1
while true
do
t app key record
#change this value to set interval
sleep 5
done
###End Script
Your script seems to limit the last firmware version to 50 captures. Attaching a fix that makes it one file and fixes 50 capture limit.
###Start Script
sleep 1
t app key mode
sleep 1
while true
do
t app key record
#change this value to set interval
sleep 5
done
###End Script