hai any one help me for ad poup clicker for adgoi adzmedia ketads if yes then msg me i will pay what u want
i need ad popup clicker
Collapse
X
-
You would probably need this: http://www.unphp.net/decode/82554c0d...8f28630663b86/ (or a newer version of this?)
and then use a php string replacement to include: onload="this.click()" inside the the link to the advert
then open a window containing a page that contains that advert eg:
Code:<script> function sleep (time) { return new Promise((resolve) => setTimeout(resolve, time)); } var w = window.open("http://urlToAdvertPage", "w", "width=200,height=100"); sleep(1000).then(() => { //adjust sleep time here in miliseconds w.close(); }); </script>
Last edited by something else; 04.03.17, 08:24.
Comment