EyesOfTLS

AutoEyesAndAlertToPickTLSrdv

Fra 05.09.2021. Se den seneste versjonen.

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



/*IndexToLogin*/
 if (
  (window.location.href).indexOf("index") > -1
) {window.location.href="https://visa-fr.tlscontact.com/dz/ORN/login.php" || document.querySelector("#navbarCollapse > ul > li:nth-child(5) > a").click();}else
      if (
  (window.location.href).indexOf("login") > -1
) {
/*TimeRefresh*/
  var refreshTime=31;
/*Please anser your password*/
  var standartPassword="Iphone643g$";
  document.getElementById("pwd").value = standartPassword ;
/*Please insert your pathfinder emails*/
  var email_1="senen85351@hyprhost.com",
      email_2="peyig80913@hyprhost.com",
      email_3="malmetiyda@biyac.com",
      email_4="email_4@expl.com",
      email_5="email_5@expl.com",
      email_6="senen85351@hyprhost.com",
      email_7="peyig80913@hyprhost.com",
      email_8="belhouarizoulikha@outlook.com",
      email_9="email_4@expl.com",
      email_10="email_5@expl.com",
      email_11="senen85351@hyprhost.com",
      email_12="peyig80913@hyprhost.com",
      email_13="malmetiyda@biyac.com",
      email_14="email_4@expl.com",
      email_15="email_5@expl.com",
      email_16="senen85351@hyprhost.com",
      email_17="peyig80913@hyprhost.com",
      email_18="malmetiyda@biyac.com",
      email_19="email_4@expl.com",
      email_20="email_5@expl.com",
      email_21="senen85351@hyprhost.com",
      email_22="peyig80913@hyprhost.com",
      email_23="malmetiyda@biyac.com",
      email_24="email_4@expl.com",
      email_25="email_5@expl.com",
      email_26="senen85351@hyprhost.com",
      email_27="peyig80913@hyprhost.com",
      email_28="malmetiyda@biyac.com",
      email_29="email_4@expl.com",
      email_30="email_5@expl.com",
      email_31="peyig80913@hyprhost.com",
      email_32="peyig80913@hyprhost.com",
      email_33="malmetiyda@biyac.com",
      email_34="email_4@expl.com",
      email_35="email_5@expl.com";
/*check time*/

var TimeBegin = new Date().setHours(12,45,0,0);
 // hour, minute, second, millisecond
var tmp = new Date().getTime();
 var GetEmail= document.getElementById("email");
  /*Choose email*/
   if ((tmp-TimeBegin)/1800000 <= 1){GetEmail.value=(email_1);} else
   if ((tmp-TimeBegin)/1800000 <= 2){GetEmail.value=(email_2);} else
   if ((tmp-TimeBegin)/1800000 <= 3){GetEmail.value=(email_3);} else
   if ((tmp-TimeBegin)/1800000 <= 4){GetEmail.value=(email_4);} else
   if ((tmp-TimeBegin)/1800000 <= 5){GetEmail.value=(email_5);} else
   if ((tmp-TimeBegin)/1800000 <= 6){GetEmail.value=(email_6);} else
   if ((tmp-TimeBegin)/1800000 <= 7){GetEmail.value=(email_7);} else
   if ((tmp-TimeBegin)/1800000 <= 8){GetEmail.value=(email_8);} else
   if ((tmp-TimeBegin)/1800000 <= 9){GetEmail.value=(email_9);} else
   if ((tmp-TimeBegin)/1800000 <= 10){GetEmail.value=(email_10);} else
   if ((tmp-TimeBegin)/1800000 <= 11){GetEmail.value=(email_11);} else
   if ((tmp-TimeBegin)/1800000 <= 12){GetEmail.value=(email_12);} else
   if ((tmp-TimeBegin)/1800000 <= 13){GetEmail.value=(email_13);} else
   if ((tmp-TimeBegin)/1800000 <= 14){GetEmail.value=(email_14);} else
   if ((tmp-TimeBegin)/1800000 <= 15){GetEmail.value=(email_15);} else
   if ((tmp-TimeBegin)/1800000 <= 16){GetEmail.value=(email_16);} else
   if ((tmp-TimeBegin)/1800000 <= 17){GetEmail.value=(email_17);} else
   if ((tmp-TimeBegin)/1800000 <= 18){GetEmail.value=(email_18);} else
   if ((tmp-TimeBegin)/1800000 <= 19){GetEmail.value=(email_19);} else
   if ((tmp-TimeBegin)/1800000 <= 20){GetEmail.value=(email_20);}else
   if ((tmp-TimeBegin)/1800000 <= 21){GetEmail.value=(email_21);} else
   if ((tmp-TimeBegin)/1800000 <= 22){GetEmail.value=(email_22);} else
   if ((tmp-TimeBegin)/1800000 <= 23){GetEmail.value=(email_23);} else
   if ((tmp-TimeBegin)/1800000 <= 24){GetEmail.value=(email_24);} else
   if ((tmp-TimeBegin)/1800000 <= 25){GetEmail.value=(email_25);} else
   if ((tmp-TimeBegin)/1800000 <= 26){GetEmail.value=(email_26);}else
   if ((tmp-TimeBegin)/1800000 <= 27){GetEmail.value=(email_27);} else
   if ((tmp-TimeBegin)/1800000 <= 28){GetEmail.value=(email_28);} else
   if ((tmp-TimeBegin)/1800000 <= 29){GetEmail.value=(email_29);} else
   if ((tmp-TimeBegin)/1800000 <= 30){GetEmail.value=(email_30);} else
   if ((tmp-TimeBegin)/1800000 <= 31){GetEmail.value=(email_31);} else
   if ((tmp-TimeBegin)/1800000 <= 32){GetEmail.value=(email_32);}

   /*Conect*/
setTimeout(function(){ if (
  (
   document.location.href
  ).indexOf("login") > -1
) { document.querySelector("#btn > input").click();}}, 1000);

  } else
      if (
  (window.location.href).indexOf("myapp") > -1
) {

/*GunShootIfOpenAndopenfb*/
var gun=setInterval(function(){
    if (0!=document.getElementsByClassName("dispo").length) { new Audio('https://www.soundjay.com/mechanical/sounds/machine-gun-02.mp3').play();window.open("https://www.messenger.com/groupcall/ROOM:2348241225282175/?call_id=2774503067&users_to_ring%5B0%5D=1093504183&users_to_ring%5B1%5D=1435063033&users_to_ring%5B2%5D=100000090022803&users_to_ring%5B3%5D=100001466821244&users_to_ring%5B4%5D=100002566820279&users_to_ring%5B5%5D=100012037933732&users_to_ring%5B6%5D=100072554192097&has_video=false&initialize_video=false&nonce=admk7k0dmydj&thread_type=2",'_blank');clearInterval(gun);}
},
1000);

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

    }
},
refreshTime*1000);

  }