first_script_exa

try to take over the world!

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Hoang thai huy
Installazioni giornaliere
0
Installazioni totali
12
Valutazione
0 0 0
Versione
0.5
Creato il
14/12/2017
Aggiornato il
14/12/2017
Dimensione
873 Byte
Licenza
Non disponibile
Applica a

// ==UserScript==
// @name first_script_exa
// @namespace http://tampermonkey.net/
// @version 0.5
// @description try to take over the world!
// @author You
// @match https://exacoin.co/dashboard/ico
// @grant none
// ==/UserScript==

var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js';
head.appendChild(script);

var submit = 0;
var begin = new Date().getTime() / 1000;
var end = begin;
var i = 1;
var openAt = 1513177200;
var time = 0;

setInterval(function () {
$('.crd-icobuy').eq(0).find('button').eq(0).click();
if( $('.crd-icobuy').eq(0).find('input').eq(3).val().length ===6)
{
$('.crd-icobuy').eq(0).find('button').eq(1).click();
}
}, 100);