You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wabajak sometimes doesn't auto scroll to the download button so you have to manualy scroll down and click the button on the window it opens up. If you could somehow implement an autoscroll after a certain amount of time it hasnt detected the button thatd prob fix this. Thanks in advance!
The text was updated successfully, but these errors were encountered:
agreed. i use an autohotkey v1.1 script i edited from someone to fix my issue.
f7:: Settimer,Scroll,2000 ; milliseconds how long before each scrollf8:: SetTimer,Scroll, offf9::
msgbox, Exiting...
Exitappscroll:
send, {WheelDown1} ; how much to scroll each timereturn
f7 to start, f8 to stop, f9 to exit the script. this script automatically scrolls down 1 unit on the scroll wheel every 2 seconds. use this script with nexus-autodl's min and max pause time set to exactly 1 or lower.
i would appreciate improvemnts to this autohotkey script, as i essentially just pulled it off this thread.
edit: turns out this can occasionally click on ads. try decreasing the detection delay or increasing the scroll delay.
Wabajak sometimes doesn't auto scroll to the download button so you have to manualy scroll down and click the button on the window it opens up. If you could somehow implement an autoscroll after a certain amount of time it hasnt detected the button thatd prob fix this. Thanks in advance!
The text was updated successfully, but these errors were encountered: