Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Try=Confirm
- // @include https://*screen=place&try=confirm
- // ==/UserScript==
- (function() {
- 'use strict';
- var ignorarEnvio = 0; /*⚡ IGNORA O ENVIO (1 = ATIVO) ⚡*/
- console.log("DEBUG: ignorarEnvio: " + ignorarEnvio);
- setTimeout(function() {
- if(ignorarEnvio === 0) {
- console.log("DEBUG: ignorarEnvio: " + ignorarEnvio);
- if(mobile === false) $("#troop_confirm_go").click(); else $("button[name = 'submit']").click();
- }
- console.log("DEBUG: Attack sent!");
- }, 300,150); /*⚡ SELECIONAR TEMPO PARA CONFIRMAR COMANDO (1000 = 1 SEG) | TEMPO ALEATÓRIO ENTRE OS DOIS SELECIONADOS ⚡*/
- })();
Advertisement
Add Comment
Please, Sign In to add comment