Hi
The script doesn't work anymore.
KissAnime have just switched from the 5 picture captcha, to a 4 picture captcha.
For the script KissAnime Auto Captcha, changing line 29 seems to fix the problem, but I do not know how to fix it for your script (I had help finding a fix for the other script.)
Change made to KissAnime Auto Captcha:
29|for(var i =0; i < 5; i++){
to
29|for(var i =0; i < x.length; i++){
Stopped working
Hi
The script doesn't work anymore.
KissAnime have just switched from the 5 picture captcha, to a 4 picture captcha.
For the script KissAnime Auto Captcha, changing line 29 seems to fix the problem, but I do not know how to fix it for your script (I had help finding a fix for the other script.) Change made to KissAnime Auto Captcha:
29|for(var i =0; i < 5; i++){
to29|for(var i =0; i < x.length; i++){