tungula937 · GitHub
Skip to content
View tungula937's full-sized avatar

Block or report tungula937

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tungula937/README.md

// ==UserScript== // @name Vfs Portugal-01 // @namespace http://GitHub.net/ // @version 0.6 // @description try to take over VFS! // @author Guedes // @match https://row1.vfsglobal.com/* // ==/UserScript==

var Email, Pwd, NumPass, DateN, ExpPass, Prenom, Nom, Genre, Phone, Interval, Visa, Ref, Country, CounTxt, MsgTxt, Txt, Gender,VisaNum,VisaPlace,VisaDur; var Dora = 1;

Country = 0; Email = "tungulaf937@gmail.com"; // Email Pwd = "12bASSORA@"; // mot de passe vfs Phone = "952727973"; // numero té️lé️phone Gender = ["", 'Male', 'Female']; // 1 masculin, 2 Feminin var VisaType = null; var RefNum = "";

var Profiles = ["Oscar", "Tungula", ""];

var inter = 60; //Intervalle en secondes pour rafraî️chir la page et sé️lectionné️ type de visa var visa = 874; //Type de visa (782 Court sé️jour - 874 Court sé️jour renouvellement)

/---------Passeporte 01----------/

function setForm() { if (Dora == 1) { //Profile 1 NumPass = "N3269146"; DateN = "29/05/1985"; ExpPass = "11 /05/2039"; Prenom = "Óscar"; Nom = "Muanza"; Genre = 1;

    //Renouvellement
    VisaNum = "";
    VisaPlace = "";
    VisaDur = "";
}
/*---------Passeporte 02----------*/
else if (Dora == 2) {
    //Profile 2
    NumPass = "N3499964";
    DateN = "01/06/1989";
    ExpPass = "13/11/2039";
    Prenom = "Tungula";
    Nom = "Francisco";
    Genre = 1;

    //Renouvellement
    VisaNum = "";
    VisaPlace = "";
    VisaDur = "";
}
/*----------Passeporte 03----------*/
else if (Dora == 3) {
    //Profile 3
   NumPass = "";
    DateN = "//";
    ExpPass = "//";
    Prenom = "";
    Nom = "";
    Genre = ;

    //Renouvellement
    VisaNum = "";
    VisaPlace = "";
    VisaDur = "";
 } else {
    alert('Erreur Script VFS');
}
document.title = Prenom + ' ' + Nom;

}

/---------------------------------------------------------------------------------------------------------------------------------------------------------------------------/

(function() { 'use strict'; $('.leftNav-ul').append('

  • under configuration to Calendrie'); // Your code here... })();

    function addButton(i, index) { $('#sidebar').append('' + i + ''); } $('#sidebar').append('


    '); Profiles.forEach(addButton);

    $('#sidebar').on('click','#Pro1',function(){ Dora = 1; setForm(); fillForm(); }) $('#sidebar').on('click','#Pro2',function(){ Dora = 2; setForm(); fillForm(); }) $('#sidebar').on('click','#Pro3',function(){ Dora = 3; setForm(); fillForm(); })

    function shiftDesign() { $('body').prepend('

    Aucune Notfication
    '); $('#header-title').css('margin', '2px'); $('.header').height('40px'); $('.logo').hide(); $('.MsoNormal').hide(); }

    function fillForm() { $("#PassportNumber").val(NumPass); $("#FirstName").val(Prenom); $("#LastName").val(Nom); $("#DateOfBirth").val(DateN); $("#PassportExpiryDate").val(ExpPass); $("#NationalityId option:contains('ANGOLA')").attr('selected', 'selected'); $("#GenderId option:contains('" + Gender[Genre] + "')").attr('selected', 'selected'); if ($('#VisaNumber').length) { $('#VisaNumber').val(VisaNum); } if ($('#PlaceOfIssuance').length) { $('#PlaceOfIssuance').val(VisaPlace); } if ($('#Duartion').length) { $('#Duartion').val(VisaDur); } if ($('#Mobile').length) { $('#Mobile').val(Phone); } if ($('#txtPassport').length) { $("#AURN").val(RefNum); $("#txtPassport").val(NumPass); $("#PrimaryEmailId").val(Email); } //$('#submitbuttonId').click(); } (function() { document.title = Prenom + ' ' + Nom; if ($('#EmailId').length && $('#Password').length) { $('#EmailId').val(Email); $('#Password').val(Pwd); } var refresh = setInterval(function(){$('#VisaCategoryId').val(visa).change();}, inter*1000);

    if($('#lblDate').text()!=''){ clearInterval(refresh); var MsgTxt = new SpeechSynthesisUtterance('Rdv France disponible'); window.speechSynthesis.speak(MsgTxt); $('#btnContinue').click(); } })();

  • Popular repositories Loading

    1. userscripts userscripts Public

      Forked from quoid/userscripts

      An open-source userscript manager for Safari

      Swift

    2. tungula937 tungula937 Public

      Config files for my GitHub profile.