#persistent #singleinstance force settimer,sub1,3600000 sub1: urldownloadtofile,https://pastebin.com/archive,downl.txt loop, read, downl.txt { regexmatch(a_loopreadline,"<td>.+<\/td>",z) if z != { regexmatch(z,"i).*wtp.*",x) if x != fileappend,%x%`n,test.txt } } filedelete, downl.txt return return
#persistent #singleinstance force settimer,sub1,10000 sub1: urldownloadtofile,https://www.reddit.com/r/EggLeague/ loop, read, downl.txt { regexmatch(a_loopreadline,"<td>.+<\/td>",z) if z != { regexmatch(z,"i).*34563463.*",x) if x != fileappend,%x%`n,test.txt } } filedelete, downl.txt return return
新手入门中