Advertisement
OSK123eta

cedula betjuego oscar

Jul 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function () {
  2.  var html = $('body').html()
  3. //var saldo = ''
  4. //var i = 0;
  5.  //       while (true) {          //Condición trivial: siempre cierta
  6.  
  7.     //        i++;
  8.  
  9.            // alert ("Valor de i: " + i);
  10.  //saldo === $('js-balance')
  11. if(html.indexOf('Error 49: La acción realizada ha presentado un error') >= 0) {
  12. setTimeout(function () {
  13.   location.href=('https://tendero.moviired.co/detail-payment/90112')
  14. }, 500)
  15. }
  16. else{
  17.  if (html.indexOf('Escoge pago total o pago parcial') >= 0) {
  18.     setTimeout(function () {
  19.       $('#pago_parcial').click()
  20.        resaltar()      
  21.       dar_formato('2000')
  22.     }, 100)
  23.  setTimeout(function () {
  24.          document.getElementById("form").submit();
  25.       }, 500)
  26.  
  27.   } else {
  28.  
  29. $('#number_reference').val('13930175')
  30.    setTimeout(function () {
  31.          document.getElementById("form").submit();
  32.       }, 500)
  33.   }
  34. }
  35.  
  36.  
  37.          //   if (i==9) { break;}}
  38.  
  39. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement