Pesquisar na Comunidade
Mostrando resultados para as tags ''click''.
Encontrado 7 registros
-
MAN VOTA AE vota ae namoral Vota pfv Seriao merma
-
- eu moro no parana
- um passaro deu um voo rasante e eu fiquei sem cara
-
(e %d mais)
Tags:
- eu moro no parana
- um passaro deu um voo rasante e eu fiquei sem cara
- meu gato se suicidou pulando em cima de um trator
- meu tio esta desaparecido
- importantissimo
- evacuaram sao paulo e eu fiquei sem casa
- entra
- aqui
- bait
- click
- criei um jogo merda e meu pc explodiu
- esse forum e mt bom
- tudo oq eu falei antes e mentira
- brincadeira
-
Boa noite pessoal alguma alma bondosa pode me ajudar? agradeço desde já preciso de um script de loop infinito para esses problemas 1º a janela está protegida para eu focar nela var timer; var timerElapsedTime; var timerFullTime; var is_visible_focus = true; var formSent = true; // main visibility API function // use visibility API to check if current tab is active or not var vis = (function () { var stateKey, eventKey, keys = { hidden: "visibilitychange", webkitHidden: "webkitvisibilitychange", mozHidden: "mozvisibilitychange", msHidden: "msvisibilitychange" }; for (stateKey in keys) { if (stateKey in document) { eventKey = keys[stateKey]; break; } } return function (c) { if (c) document.addEventListener(eventKey, c); return !document[stateKey]; } })(); window.focus(); window.onfocus = function () { is_visible_focus = true; }; window.onblur = function () { is_visible_focus = false; }; // check if current tab is active or not vis(function () { if (vis()) { console.log("tab is visible - has focus"); is_visible_focus = true; window.focus(); } else { // tween pause() code goes here console.log("tab is invisible - has blur"); is_visible_focus = false; } }); //FOCUS END function drawTimer(percent) { window.focus(); $('div.timer').html('<div class="percent"></div><div id="slice"' + (percent > 50 ? ' class="gt50"' : '') + '><div class="pie"></div>' + (percent > 50 ? '<div class="pie fill"></div>' : '') + '</div>'); var deg = 360 / 100 * percent; $('#slice .pie').css({ '-moz-transform': 'rotate(' + deg + 'deg)', '-webkit-transform': 'rotate(' + deg + 'deg)', '-o-transform': 'rotate(' + deg + 'deg)', 'transform': 'rotate(' + deg + 'deg)' }); $('.percent').html(Math.round(percent) + '%'); } function stopWatch(timerSeconds, timeLeftString, requierFocus) { if (is_visible_focus == true || !requierFocus) { timerElapsedTime = timerElapsedTime + 300; } var seconds = (timerFullTime - timerElapsedTime) / 1000; if (seconds <= 0) { drawTimer(100); clearInterval(timer); //FINISH, send postback if (formSent == false) { __doPostBack('CaptchaPostbackHackButton', 'eValue'); formSent = true; } } else { var percent = 100 - ((seconds / timerSeconds) * 100); drawTimer(percent); document.title = timeLeftString + ': ' + parseInt(seconds) + 's'; } } function startBar(timerSeconds, timeLeftString, requierFocus) { timerElapsedTime = 0; timerFullTime = timerSeconds * 1000; timer = setInterval('stopWatch(' + timerSeconds + ',"' + timeLeftString + '",' + requierFocus + ')', 300); formSent = false; } 2º ele tem um tempo para que o site carregue totalmente <div id="timerDiv" class="timer"><div class="percent">72%</div><div id="slice" class="gt50"><div class="pie" style="transform: rotate(259.2deg);"></div><div class="pie fill" style="transform: rotate(259.2deg);"></div></div></div> 3º tem um captcha do lado tem um botão enviar <input type="submit" name="CreditAfterCaptcha" value="Enviar" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("CreditAfterCaptcha", "", true, "RegisterUserValidationGroup", "", false, false))" id="CreditAfterCaptcha" class="btn btn-default bg-green"> 4º tem outro botão proximo <input type="submit" name="NextAddButton" value="Próximo" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("NextAddButton", "", false, "", "user/earn/surf.aspx?f=6&auto=29", false, false))" id="NextAddButton" class="btn btn-primary m-l-10" style="color:White;"> Então resumindo o script tem que tirar o bloqueio de janela, esperar o tempo para carregar, burla o captcha e aperta proximo isso infinitamente agradeço quem me ajudar obrigado pela atenção.
-
Pessoal; Estou com um problema em um codigo; eu consigo inserir as informações mais não consigo fazer ele clicar automaticamente, não da erro mais não acessa processa; <input type="image" class="cmdNormal" name="imgExec" src="../media/exec.jpg" border="0" value="Enviar"> info da pagina ====================================== Sub insert_mac() Dim ieApp As Object Dim Button As HTMLInputElement Set ieApp = CreateObject("InternetExplorer.Application") With ieApp .Visible = True .navigate ("http://datacenter.ctb.virtua.com.br/cable/cableresult.php") Do Until .ReadyState = 4 DoEvents Loop .document.all.Item("mac5").Value = "80" .document.all.Item("mac4").Value = "C6" .document.all.Item("mac3").Value = "AB" .document.all.Item("mac2").Value = "C5" .document.all.Item("mac1").Value = "71" .document.all.Item("mac").Value = "6A" IE.document.all.Item("Enviar").submit End With For Each Button In ieApp.document.getElementsByTagName("Enviar") Button.Click Next
-
Preciso de uma ajuda com linhas de codigos ASP 2.0 para click e go (Clicar em algum lugar da cena e o personagem seguir aonde cliquei e se rotacionar na direçao certa (É BEM PRESENTE EM JOGOS DE RPG E não EXCLUSIVAMENTE) ) Tenho um jogo de rpg e ele é controlado pelas setas, só que agora to inovando e preciso dessas linhas de codigo Preciso não só que ele ande mas também se rotacione na direção do click e faça seu movimento ate onde foi clicado.... Agradeço desde já.
-
- click e go
- flash 8
- (e %d mais)
-
Estou criando um corretor de bug e preciso realizar algumas funçoes como ir até uma pasta, abrir um arquivo e clicar em um determinado botao tudo isso em "hide" pois seria mt feio o usuario ver toda essa movimentaçao, usei os codigos a baixo mais não deu certo preciso de alguma soluçao com explicação ficarei mt grato! Shell("C:\programa\configuraçao\config.exe", vbHide) Shell.SendKeys("MOVETO, 100 , 200") Shell.SendKeys("{CLICK , 100 , 200}") erro foi aqui (eu tentei esses 2 codigos a baixo mas n deu certo ) Shell.SendKeys("MOVETO, 100 , 200") Shell.SendKeys("{CLICK , 100 , 200}")
-
Olá pessoal bom dia, gostaria de saber como faço um confirm dialog de um site sempre receber true pra não aparecer a mensagem e ter sempre a confirmação. Obrigado desde já.