§
Publicado: 27/07/2018

help

Heyy guys i want learn how to make auto button clicker with timer that mean for example auto click button after 3 second i want this script code

§
Publicado: 27/07/2018

It's very easy.

setInterval(function(){
    button.click();
},3000);
§
Publicado: 04/08/2018

ty bro i'm so begginer <3

§
Publicado: 04/08/2018

and my english skill is so low :D

Publicar resposta

Faça o login para publicar uma resposta.