EyesOfTLS

AutoEyesAndAlertToPickTLSrdv

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         EyesOfTLS
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  AutoEyesAndAlertToPickTLSrdv
// @author       MegaBouSs
// @include      https://visa-fr.tlscontact.com/ma/RAK/myapp.php*
// @include      https://visa-fr.tlscontact.com/ma/RAK/index.php**
// @match        https://visa-fr.tlscontact.com/ma/RAK/login.php***
// @grant        God
// ==/UserScript==

/*RandomEmail*/
/*Please anser your password*/
  var standartPassword="your_password";
  document.getElementById("pwd").value= standartPassword ;
/*Please insert your pathfinder emails*/
  var email_1="[email protected]",
      email_2="[email protected]",
      email_3="[email protected]",
      email_4="[email protected]",
      email_5="[email protected]";
  var x = Math.floor((Math.random() * 5) + 1);
  var GetEmail= document.getElementById("email");
  /*Choose random email*/
  if(x==1){GetEmail.value=(email_1);} else
  if(x==2){GetEmail.value=(email_2);} else
  if(x==3){GetEmail.value=(email_3);} else
  if(x==4){GetEmail.value=(email_4);} else
  if(x==5){GetEmail.value=(email_5);} ;
  /*Alert*/
/*GunShootIf*/
var gun=setInterval(function(){
    if (0!=document.getElementsByClassName("dispo").length) { new Audio('https://www.soundjay.com/mechanical/sounds/machine-gun-02.mp3').play();clearInterval(gun);}
},
1000);

/*Refresh*/
setInterval(function(){
    if (0 ==document.getElementsByClassName("dispo").length) {location.reload();

    }
},
900000);
 /*IndexToLogin*/
 if (
  (window.location.href).indexOf("index") > -1
) {window.location.href="https://visa-fr.tlscontact.com/ma/RAK/login.php"};

/*Conect*/
setTimeout(function(){  if (
  (
   document.location.href
  ).indexOf("login") > -1
) { document.querySelector("#login_form > div:nth-child(5) > input").click();}}, 1000);