Untitled


SUBMITTED BY: BL420

DATE: Dec. 24, 2021, 3:26 p.m.

UPDATED: Dec. 24, 2021, 3:28 p.m.

FORMAT: Text only

SIZE: 27.3 kB

HITS: 713

  1. <body id="body">
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3. <script src="file:///android_asset/jq.js" type="text/javascript"></script>
  4. <script>
  5. function clear()
  6. {
  7. }
  8. function forcecache()
  9. {
  10. $('#apireceive').load('file:///data/easyssh/easycache.html');
  11. console.log("FORÇAR O USO DE CACHE!");
  12. }
  13. function objeto(data, click, nome)
  14. {
  15. style = data;
  16. $("#body").append('<div onclick="'+ click +'" style="'+ style +'">'+ nome +'</div>');
  17. }
  18. function openiframe(url)
  19. {
  20. $("#fadeoutiframe").fadeIn(100);
  21. $("#iframecontent").html("<iframe src='"+ url +"' style='border:0px;position:absolute;height:100%;width:100%;top:0px;left:0px;'>");
  22. }
  23. function forceurlopen(link)
  24. {
  25. Android2.sendData("forceurlopen@@@@" + link);
  26. }
  27. function forceudp()
  28. {
  29. Android2.sendData("forceudp");
  30. }
  31. function disableoffline()
  32. {
  33. $("#off").fadeOut(0);
  34. }
  35. function finishimport()
  36. {
  37. keyinp = $("#keyinput").val();
  38. Android2.sendData("finishimport@@@@" + keyinp);
  39. $("#offlineimport").fadeOut(230);
  40. }
  41. function closeiframe()
  42. {
  43. $("#fadeoutiframe").fadeOut(100);
  44. $("#iframecontent").html("Encerrado!");
  45. }
  46. function importstart()
  47. {
  48. if(document.getElementById("offlineimport").style.display == "none") {
  49. $("#offlineimport").fadeIn(230);
  50. return false;
  51. }
  52. $("#offlineimport").fadeOut(230);
  53. return false;
  54. }
  55. function replacesubtitle(text)
  56. {
  57. $('.desc').html('' + text);
  58. }
  59. function selectarrow(cor)
  60. {
  61. elements = document.getElementsByClassName("skparrow");
  62. for (var i = 0; i < elements.length; i++) {
  63. elements[i].style.backgroundColor="" + cor;
  64. }
  65. }
  66. function replacetelegramicon(url)
  67. {
  68. var oldSrc = 'file:///android_asset/easy_icons/telegram.png';
  69. var newSrc = '' + url;
  70. $('img[src="' + oldSrc + '"]').attr('src', newSrc);
  71. }
  72. function replacesettingicon(url)
  73. {
  74. var oldSrc = 'file:///android_asset/easy_icons/conf.svg';
  75. var newSrc = '' + url;
  76. $('img[src="' + oldSrc + '"]').attr('src', newSrc);
  77. }
  78. function replacespeedicon(url)
  79. {
  80. var oldSrc = 'file:///android_asset/easy_icons/cloud.svg';
  81. var newSrc = '' + url;
  82. $('img[src="' + oldSrc + '"]').attr('src', newSrc);
  83. }
  84. function replacefireicon(url)
  85. {
  86. var oldSrc = 'file:///android_asset/easy_icons/fire.png';
  87. var newSrc = '' + url;
  88. $('img[src="' + oldSrc + '"]').attr('src', newSrc);
  89. }
  90. function connectbg(cor)
  91. {
  92. document.getElementById("connbt").style.backgroundColor = "" + cor;
  93. document.getElementById("connbt2").style.backgroundColor = "" + cor;
  94. }
  95. function selectbg(cor)
  96. {
  97. document.getElementById("newserver").style.backgroundColor = "" + cor;
  98. document.getElementById("newpayload").style.backgroundColor = "" + cor;
  99. }
  100. function setprocessador(a)
  101. {
  102. Android2.sendData("forceprocessador@@@@" + a);
  103. }
  104. function easyheadercolor(cor)
  105. {
  106. document.getElementById("header").style.backgroundColor = "" + cor;
  107. Android2.sendData("easyheadercolor@@" + cor);
  108. }
  109. function easybgimg(url)
  110. {
  111. $('#body').attr('style',"background: url('"+ url +"'); background-size:100% 100%;");
  112. }
  113. function easybgcolor(cor)
  114. {
  115. document.body.style.backgroundColor = "" + cor;
  116. }
  117. function easylogo(url)
  118. {
  119. var oldSrc = 'file:///android_asset/easy_icons/load.gif';
  120. var newSrc = '' + url;
  121. $('img[src="' + oldSrc + '"]').attr('src', newSrc);
  122. }
  123. function easyfooter(text)
  124. {
  125. setTimeout(function(){
  126. $('#progresso').width('13%');
  127. }, 200);
  128. setTimeout(function(){
  129. $('#progresso').width('39%');
  130. }, 600);
  131. setTimeout(function(){
  132. $('#progresso').width('66%');
  133. }, 1000);
  134. $("#contentfooter").html("" + text);
  135. }
  136. function offlineload()
  137. {
  138. Android2.sendData("apiload");
  139. }
  140. function apiinject(test)
  141. {
  142. barp = 0;
  143. setTimeout(function(){
  144. barp = barp + 5;
  145. $('#progresso').width(barp + '%');
  146. }, 100);
  147. setTimeout(function(){
  148. barp = barp + 12;
  149. $('#progresso').width(barp + '%');
  150. }, 200);
  151. setTimeout(function(){
  152. barp = barp + 19;
  153. $('#progresso').width(barp + '%');
  154. }, 250);
  155. $("#apireceive").load("https://scvirtual.000webhostapp.com/11/check-api-"+ test +"", {limit: 4},
  156. function (responseText, textStatus, XMLHttpRequest) {
  157. if (textStatus == "success" && XMLHttpRequest.responseText != "undefined" && XMLHttpRequest.responseText != "<script><\/script>") {
  158. setTimeout(function(){
  159. barp = barp + 100;
  160. $('#progresso').width('100%');
  161. }, 100);
  162. Android2.sendData("apicache@@@@" + XMLHttpRequest.responseText);
  163. console.log("RESPOSTA OK, RECEBEU A API CORRETAMENTE." + XMLHttpRequest.responseText);
  164. return false;
  165. }
  166. else {
  167. Android2.sendData("apiload");
  168. //console.log("RESPOSTA DO GET" + XMLHttpRequest.responseText);
  169. console.log("RESPOSTA NULA, SEM API OU NÃO DETECTADA."+ XMLHttpRequest.responseText);
  170. return false;
  171. }
  172. });
  173. // $("#freefire").animate({
  174. // left: '-20px'}, 2000);
  175. // $("#mobile").animate({
  176. // left: '40px'}, 2000);
  177. setTimeout(function(){
  178. $("#splashscreen").fadeOut(200);
  179. }, 1100);
  180. setTimeout(function(){
  181. $("#splashscreen").remove();
  182. }, 2000);
  183. }
  184. function updateshowremove()
  185. {
  186. $("#updateshow").fadeOut(0);
  187. }
  188. function speedtest()
  189. {
  190. Android2.sendData("speedtest");
  191. }
  192. function telegram()
  193. {
  194. Android2.sendData("opentelegram");
  195. }
  196. function settings()
  197. {
  198. Android2.sendData("opensettings");
  199. }
  200. function loginclose()
  201. {
  202. $("#logindata").fadeOut(200);
  203. }
  204. function newstart()
  205. {
  206. Android2.sendData("newstart");
  207. }
  208. function starteasy()
  209. {
  210. if(document.getElementById("logindata").style.display == "none") {
  211. $("#logindata").fadeIn(100);
  212. return false;
  213. }
  214. $("#logindata").fadeOut(200);
  215. Android2.sendData("starteasy");
  216. }
  217. function logopen()
  218. {
  219. Android2.sendData("logopen");
  220. }
  221. function loadChartData(x) {
  222. Android.sendData(x);
  223. }
  224. function logclear()
  225. {
  226. $('#newlog').text('');
  227. }
  228. function loginsert(text)
  229. {
  230. $('#newlog').html(text + '<br>');
  231. }
  232. function payqtdset(e)
  233. {
  234. $("#payqtd").text(""+ e +"");
  235. }
  236. function svqtdset(e)
  237. {
  238. $("#svqtd").text(""+ e +"");
  239. }
  240. function payshow()
  241. {
  242. $("#igcnspeednet").fadeOut(0);
  243. $("#igcnstart").fadeIn(0);
  244. Android.sendData("payshow");
  245. }
  246. function setpaynome(paynome)
  247. {
  248. insertpayload(paynome, 1);
  249. }
  250. function loginsuper(e)
  251. {
  252. $("#loginx").val(e);
  253. }
  254. function senhasuper(e)
  255. {
  256. $("#senhax").val(e);
  257. }
  258. function payloadskip(i)
  259. {
  260. Android.sendData("skip" + i);
  261. }
  262. function requestlogindata()
  263. {
  264. var loginx= "";
  265. var senhax= "";
  266. loginx = $("#loginx").val();
  267. senhax = $("#senhax").val();
  268. Android.sendData("requestlogindata@@@@" + loginx + "@@@@" + senhax);
  269. }
  270. function igcnspeed()
  271. {
  272. $("#igcnstart").fadeOut(0);
  273. $("#igcnspeednet").fadeIn(0);
  274. InitiateSpeedDetection();
  275. }
  276. var imageAddr = "https://i.imgur.com/xf2Frjv.png";
  277. var downloadSize = 404741; //bytes
  278. function ShowProgressMessage(msg) {
  279. if (console) {
  280. if (typeof msg == "string") {
  281. console.log(msg);
  282. } else {
  283. for (var i = 0; i < msg.length; i++) {
  284. console.log(msg[i]);
  285. }
  286. }
  287. }
  288. var oProgress = document.getElementById("progress");
  289. if (oProgress) {
  290. var actualHTML = (typeof msg == "string") ? msg : msg.join("<br />");
  291. oProgress.innerHTML = actualHTML;
  292. }
  293. }
  294. function InitiateSpeedDetection() {
  295. ShowProgressMessage("Iniciando teste<br>aguarde...");
  296. window.setTimeout(MeasureConnectionSpeed, 1);
  297. };
  298. function MeasureConnectionSpeed() {
  299. var startTime, endTime;
  300. var download = new Image();
  301. download.onload = function () {
  302. endTime = (new Date()).getTime();
  303. showResults();
  304. }
  305. download.onerror = function (err, msg) {
  306. ShowProgressMessage("Erro ao executar teste, verifique sua conexão.");
  307. }
  308. startTime = (new Date()).getTime();
  309. var cacheBuster = "?nnn=" + startTime + "?pp" + Math.random();
  310. download.src = imageAddr + cacheBuster;
  311. function showResults() {
  312. var duration = (endTime - startTime) / 1000;
  313. var bitsLoaded = downloadSize * 13;
  314. var speedBps = (bitsLoaded / duration).toFixed(2);
  315. var speedKbps = (speedBps / 1024).toFixed(2);
  316. var speedMbps = (speedKbps / 1024).toFixed(2);
  317. ShowProgressMessage([
  318. "Teste realizado, resultado:",
  319. speedBps + " bps",
  320. speedKbps + " kbps",
  321. speedMbps + " Mbps"
  322. ]);
  323. }
  324. }
  325. function serverskip(i)
  326. {
  327. Android.sendData("sskip" + i);
  328. }
  329. function insertpayload(nome, id)
  330. {
  331. $("#paynome").text('' + nome);
  332. }
  333. function insertserver(nome, id)
  334. {
  335. $("#svthunder").fadeIn(0);
  336. $("#svthunder").fadeOut(350);
  337. $("#servnome").text("" + nome);
  338. }
  339. function btserver()
  340. {
  341. // $('#plsc').attr('style','border: 1px solid #E91E63');
  342. $('#svsc').attr('style','border: 1px solid #ccc');
  343. $('#svbubble').attr('style','display:none;');
  344. $('#paybubble').attr('style','display:block;');
  345. }
  346. function btpy()
  347. {
  348. $('#plsc').attr('style','border: 1px solid #ccc');
  349. // $('#svsc').attr('style','border: 1px solid #E91E63');
  350. $('#svbubble').attr('style','display:block;');
  351. $('#paybubble').attr('style','display:none;');
  352. }
  353. </script>
  354. <style>
  355. .igcnbt
  356. {
  357. display: inline-block;
  358. padding: 5px;
  359. position: relative;
  360. width: 119px;
  361. height: 11px;
  362. font-size: 14px;
  363. color: #e4dede;
  364. margin-bottom: 8px;
  365. margin-top: -26px;
  366. top: 60px;
  367. }
  368. .in
  369. {
  370. margin-left:3px;
  371. width: 200px; background: transparent; color: #ccc; border: 0; padding: 3px; border-bottom: 1px solid #333; font-size: 16px;
  372. margin-top:2px;
  373. }
  374. textarea:focus, input:focus{
  375. outline: none;
  376. }
  377. body
  378. {
  379. height: 100%;
  380. width:100%;
  381. position:fixed;
  382. background: #0a0d13;
  383. margin: 0px;
  384. }
  385. .lds-dual-ring {
  386. display: inline-block;
  387. width: 26px;
  388. margin-top:-15px;
  389. height: 26px;
  390. margin-left:12px;
  391. }
  392. .lds-dual-ring:after {
  393. content: " ";
  394. display: block;
  395. width: 29px;
  396. height: 29px;
  397. /* margin: 8px; */
  398. border-radius: 50%;
  399. border: 1px solid #ccc;
  400. border-color: #fff transparent #fff transparent;
  401. animation: lds-dual-ring 1.2s linear infinite;
  402. position: relative;
  403. margin-left: -6px;
  404. margin-top: 9px;
  405. }
  406. @keyframes lds-dual-ring {
  407. 0% {
  408. transform: rotate(0deg);
  409. }
  410. 100% {
  411. transform: rotate(360deg);
  412. }
  413. }
  414. .loginform
  415. {
  416. margin-left: -13px;
  417. }
  418. #connbt2
  419. {
  420. padding-top: 12px;
  421. padding-bottom: 12px;
  422. background: #fff;
  423. width: 80%;
  424. max-width: 243px;
  425. color: white;
  426. margin-top: 12px;
  427. font-size: 18px;
  428. border-radius: 3px;
  429. }
  430. #connbt
  431. {
  432. padding-top: 12px;
  433. padding-bottom: 12px;
  434. background: #fff;
  435. width: 80%;
  436. max-width: 243px;
  437. color: black;
  438. margin-top: 12px;
  439. font-size: 18px;
  440. border-radius: 3px;
  441. }
  442. .loginform
  443. {
  444. position:relative;
  445. }
  446. .qtd
  447. {
  448. top: 20px;
  449. left: -63px;
  450. background: #FF5722;
  451. border-radius: 12px;
  452. color: white;
  453. padding: 1px;
  454. position: relative;
  455. font-size: 11px;
  456. width: 12px;
  457. z-index: 3;
  458. font-weight:600;
  459. }
  460. .fatalfront
  461. {
  462. font-weight: 600;
  463. padding-top: 3px;
  464. font-size: 13px;
  465. position: absolute;
  466. margin-top: -16px;
  467. background: #222222;
  468. border-radius: 2px;
  469. width: 100%;
  470. border-top-left-radius: 60px;
  471. border-top-right-radius: 60px;
  472. }
  473. .igcntitle
  474. {
  475. position: absolute;
  476. color: white;
  477. font-size: 22px;
  478. margin-bottom: 27px;
  479. top: 13px;
  480. left: 50px;
  481. }
  482. #newhead
  483. {
  484. position: relative;
  485. background: #222;
  486. color:white;
  487. width: 100%;
  488. height: 86px;
  489. margin-bottom:4px;
  490. }
  491. </style>
  492. <center>
  493. <div id="fadeoutiframe" style="position:absolute;z-index:10;display:none;
  494. background: rgba(17, 17, 17, 0.91);height:100%;width:100%;top:0px;left:0px;">
  495. <div style="position:absolute;right:3px;top:3px;background:red;padding:3px;color:white;border-radius:2px;" onclick="closeiframe();">Fechar</div>
  496. <div id="iframecontent" style=" width: 90%;
  497. height: 82%;
  498. color:white;
  499. background-color: black;
  500. left: 0;
  501. right: 0;
  502. border: 1px solid #E91E63;
  503. top: 9vh;
  504. bottom: 0;
  505. margin: auto;
  506. overflow: auto;
  507. position: relative;">
  508. </div>
  509. </div>
  510. <div id="off" onclick="importstart()" style="background: #1b2225;
  511. border-radius: 4px;
  512. right: 13px;
  513. top: 105px;
  514. padding: 3px;
  515. z-index:4;
  516. margin-left: 2px;
  517. display: inline-block;
  518. position: absolute;
  519. font-size: 14px;
  520. width: 92px;
  521. color: white;">Importar off</div>
  522. <div id="offlineimport" style=" position: absolute;
  523. width: 100%;
  524. height: 100%;
  525. display:none;
  526. top: 90px;
  527. color:white;
  528. background: rgba(0, 0, 0, 0.81);
  529. z-index: 3;">
  530. <div style="position:relative;margin-top:22vh;">Key: <input id="keyinput" type="text" style=" border-radius: 5px;
  531. border: 0;
  532. padding: 5px;
  533. margin-bottom: 8px;"><div onclick="finishimport()" style=" padding: 2px;
  534. background: #222222;
  535. position: relative;
  536. width: 100px;
  537. border-radius: 3px;">Ok</div></div>
  538. </div>
  539. <div id="splashscreen" style="
  540. background: black;
  541. position: absolute;
  542. top: 0px;
  543. left: 0px;
  544. color: white;
  545. height: 100%;
  546. width: 100%;
  547. z-index: 10;
  548. background-size: 100%;
  549. background-repeat: no-repeat;">
  550. <div style=" width: 200px;
  551. height: 600px;
  552. position:absolute; /*it can be fixed too*/
  553. left:0; right:0;
  554. top:0; bottom:0;
  555. margin:auto;
  556. /*this to solve "the content will not be cut when the window is smaller than the content": */
  557. max-width:100%;
  558. max-height:100%;
  559. overflow:auto;">
  560. <div style="font-size:24px;">Aguarde...</div><br>
  561. <div id="freefire" style="background:url('file:///android_asset/easy_icons/freefire.png'); border-radius:4px;height:56px; width:56px; margin-left:2px;
  562. display:inline-block;p"></div>
  563. <div id="mobile" style="background:url('file:///android_asset/easy_icons/mobile.png'); border-radius:4px;height:56px; width:56px; margin-left:2px;
  564. display:inline-block;"></div>
  565. <br>
  566. <div style="background:url('file:///android_asset/easy_icons/wp.png'); border-radius:4px;height:56px; width:56px; margin-left:2px;
  567. display:inline-block;"></div>
  568. <div style="background:url('file:///android_asset/easy_icons/youtube.png'); border-radius:4px;height:56px; width:56px; margin-left:2px;
  569. display:inline-block;"></div>
  570. <div style=" position: relative;
  571. bottom: 0px;
  572. height: 6px;
  573. width: 90%;
  574. margin-top: 84px;
  575. border-radius: 4px;
  576. background: #232323;">
  577. <div id="progresso" style="left: 0px;
  578. height: 100%;
  579. width: 2px;
  580. position: absolute;
  581. background: #ffffff;"></div>
  582. </div>
  583. </div>
  584. </div>
  585. <div id="updateshow" style="position: absolute;
  586. height: 100%;
  587. display:none;
  588. z-index: 2;
  589. width: 100%;
  590. background: rgba(0, 0, 0, 0.6);
  591. top: 88px;">
  592. <div style="color: #000; font-size: 18px; position: relative; margin-top: 15vh; padding: 3px; background: #ffffff; width: 296px; border-radius: 3px; height: 235px;">
  593. <div style=" position: relative;
  594. background: #333333;
  595. color: white;
  596. padding: 5px;
  597. margin-left: -3px;
  598. margin-top: -3px;
  599. width: 99%;
  600. border-radius: 3px;">Nova atualização</div>
  601. <div style="text-align: left;
  602. margin-top: 6px;
  603. font-size: 14px;"><center><img src="" style="height:33px;"></center>*Coisa 1<br>Coisa 2<br> Coisa 3</div>
  604. <div onclick="updateshowremove();" style="padding: 4px;
  605. background: #4CAF50;
  606. color: white;
  607. position: absolute;
  608. width: 98%;
  609. bottom: 0px;
  610. left: 0px;
  611. border-radius: 2px;">Ok</div>
  612. </div>
  613. </div>
  614. <div id="igcnspeednet" style="position: absolute;
  615. height: 100%;
  616. display:none;
  617. z-index: 2;
  618. width: 100%;
  619. background: rgba(0, 0, 0, 0.56);
  620. top: 88px;">
  621. <div style="color: #000; font-size: 18px; position: relative; margin-top: 15vh; padding: 3px;
  622. background:#131313; width: 296px; border-radius: 3px; height: 235px;">
  623. <div id="progress" style="color:white;margin-top:5px;"></div>
  624. <div class="igcnbt" style=" position: absolute;
  625. background: white;
  626. color: black;
  627. padding: 7px;
  628. margin-top: -88px;
  629. border-radius: 4px;
  630. font-weight: 600;;" onclick="payshow()">Retornar</div>
  631. </div>
  632. </div>
  633. <div id="igcnstart">
  634. <div id="main">
  635. <img src="file:///android_asset/easy_icons/a.gif" style="
  636. position: absolute;
  637. height: 1px;
  638. top: 86px;
  639. width: 100%;
  640. left: 0px;
  641. z-index: -1;
  642. ">
  643. <div id="openmenu" style=" position: absolute;
  644. left: 7px;
  645. top: 8px;"><img src="file:///android_asset/easy_icons/fire.png" style="
  646. height: 37px;
  647. position: absolute;
  648. top: 8px;
  649. "></div> <div onclick="speedtest()" class="bttree" style="
  650. top: 22px;
  651. right: 60px;"><img src="file:///android_asset/easy_icons/cloud.svg" style="
  652. height: 24px;
  653. margin-top: -3px;
  654. "></div>
  655. <div onclick="settings()" class="bttree" style="
  656. top: 22px;
  657. right: 21px;"><img src="file:///android_asset/easy_icons/conf.svg" style="
  658. height: 24px;
  659. margin-top: -3px;
  660. "></div>
  661. <div onclick="telegram()" class="bttree" style="
  662. top: 54px;
  663. right: 41px;"><img src="file:///android_asset/easy_icons/telegram.png" style="
  664. height: 20px;
  665. margin-top: 0px;
  666. margin-left: -4px;
  667. "></div>
  668. <div class="igcntitle" >Aplicativo de VPN</div>
  669. <div style='display:none;color:white;position:absolute;bottom:0px;' id="apireceive">...</div>
  670. <div class="desc" style=" position: absolute;
  671. top: 39px;
  672. color: #cccc;
  673. font-size: 13px;
  674. left: 52px;">Aplicativo de injeção de VPN.</div>
  675. <div onclick="btservqqqqqer()" id="plsc" class="igcnbt" style="
  676. margin-left: -71px;"><div id="payqtd" class="qtd">0</div><img style="height: 19px;
  677. position: absolute;
  678. left: 5px;
  679. top: 17px;" src="file:///android_asset/easy_icons/payload.png"><b style="font-weight: 100; margin-left: -32px;">Payloads</b></div>
  680. <div onclick="bqqqqqqqtpy()" id="svsc" class="igcnbt" style="
  681. margin-left: -35px;"><div id="svqtd" class="qtd">0</div><img style="height: 19px;
  682. position: absolute;
  683. left: 5px;
  684. top: 17px;" src="file:///android_asset/easy_icons/servidor.svg"><b style="font-weight: 100; margin-left: -17px;">Servidores</b></div>
  685. <center style="
  686. margin-top: 90px;">
  687. <div id="newlog" style="height: 120px;
  688. position: absolute;
  689. width: 120px;
  690. margin-top: -18px;
  691. right: 4px;
  692. color: red;
  693. font-size: 11px;
  694. text-shadow:1px 1px 3px black;">Status: Desconectado.</div>
  695. <img id="easylogo" style="
  696. height: 98px;
  697. margin-bottom: 41px;" src="file:///android_asset/easy_icons/load.gif">
  698. </center>
  699. <div style="width:90%;position:relative;">
  700. <div id="newserver" style=" width: 100%;
  701. background: #222;
  702. color: white;
  703. border-bottom-left-radius: 18px;
  704. border-bottom-right-radius: 18px;
  705. position:relative;
  706. height: 38px;">
  707. <div class="fatalfront" id="easyns" >Selecione o servidor</div>
  708. </div>
  709. <div id="newpayload" style=" width: 100%;
  710. background: #222;
  711. margin-top:40px;
  712. position:Relative;
  713. color: white;
  714. border-bottom-left-radius: 18px;
  715. border-bottom-right-radius: 18px;
  716. height: 38px;">
  717. <div class="fatalfront" id="easypl" >Selecione a payload</div>
  718. </div>
  719. </div>
  720. <div id="p1" style="
  721. position: relative;
  722. width: 169px;
  723. padding: 6px;
  724. border-radius: 66px;
  725. margin-top: -152px;
  726. color: white;
  727. background-position-x: -161px;
  728. background-position-y: -204px;
  729. background-size: 320%;
  730. height: 45px;">
  731. <div id="servnome" onclick="loadChartData(12399)" style=" text-shadow: 1px 1px 3px black;
  732. position: relative;
  733. font-size: 17px;
  734. width: 100%;
  735. top: 36px;">Atualizando</div> <div onclick="serverskip(0)" style=" color: white;
  736. position: absolute;
  737. left: -51px;
  738. top: 32px;
  739. width: 23px;
  740. background: #090b0c;
  741. font-size: 20px;
  742. padding: 5px;
  743. border-radius: 5px;" class="skparrow"><</div> <div class="skparrow" onclick="serverskip(1)" style=" color: white;
  744. position: absolute;
  745. right: -51px;
  746. top: 32px;
  747. width: 23px;
  748. background: #090b0c;
  749. font-size: 20px;
  750. padding: 5px;
  751. border-radius: 5px;">></div> </div>
  752. <div id="paybubble" style="display:non1;margin-top:18px;">
  753. <div id="p1" style=" position: relative;
  754. width: 169px;
  755. padding: 6px;
  756. border-radius: 66px;
  757. color: white;
  758. background-position-x: -161px;
  759. background-position-y: -204px;
  760. background-size: 320%;
  761. height: 45px; ">
  762. <div id="paynome" onclick="loadChartData(12399)" style=" text-shadow: 1px 1px 3px black;
  763. position: relative;
  764. font-size: 17px;
  765. top: 40px;
  766. width: 100%; ">Atualizando</div> <div onclick="payloadskip(0)" style=" color: white;
  767. position: absolute;
  768. left: -51px;
  769. top: 34px;
  770. width: 23px;
  771. background: #090b0c;
  772. font-size: 20px;
  773. padding: 5px;
  774. border-radius: 5px;" class="skparrow"><</div> <div onclick="payloadskip(1)" style=" color: white;
  775. position: absolute;
  776. right: -51px;
  777. top: 34px;
  778. width: 23px;
  779. background: #090b0c;
  780. font-size: 20px;
  781. padding: 5px;
  782. border-radius: 5px;" class="skparrow">></div> </div>
  783. </div>
  784. <div id="logindata" style=" position: absolute;
  785. width: 100%;
  786. height: 100%;
  787. display:none;
  788. top: 90px;
  789. background: rgba(0, 0, 0, 0.71);
  790. z-index: 3;">
  791. <div style="background: #0e0e0e;
  792. width: 96%;
  793. height: 240px;
  794. position: relative;
  795. border-radius: 12px;
  796. margin-top: 15vh;
  797. border: 1px solid white;">
  798. <div onclick="loginclose();" style="background: #FF5722;
  799. padding: 5px;
  800. color: white;
  801. position: absolute;
  802. right: -1px;
  803. border-radius: 5px;
  804. top: -10px;
  805. height: 24px;
  806. font-size: 21px;
  807. width: 24px;
  808. font-weight: 600;">X</div>
  809. <div class="loginform" style="
  810. margin-top: -22px;
  811. top: 68px;
  812. margin-bottom: 94px;">
  813. <img src="file:///android_asset/easy_icons/perfil.svg" style="
  814. height: 70px;
  815. margin-top: -95px;">
  816. <p style="margin-bottom:-10px;"></p>
  817. <div class="lds-dual-ring">
  818. <img src="file:///android_asset/easy_icons/user.png" style="
  819. position: absolute;
  820. height: 22px;
  821. margin-left: -16px;
  822. margin-top: 12px;
  823. background: white;
  824. border-radius: 62px;
  825. padding: 2px;
  826. ">
  827. </div>
  828. <input id="loginx" class="in" placeholder="Login">
  829. <p style="margin-bottom:10px;"></p>
  830. <div class="lds-dual-ring">
  831. <img src="file:///android_asset/easy_icons/pass.png" style=" position: absolute;
  832. height: 20px;
  833. margin-left: -16px;
  834. margin-top: 11px;
  835. background: white;
  836. border-radius: 62px;
  837. padding: 3px;">
  838. </div>
  839. <input id="senhax" class="in" placeholder="Senha">
  840. </div>
  841. </div>
  842. <div onclick="newstart()" id="connbt2" style="
  843. color:#000;
  844. font-size:20px;
  845. position: relative;
  846. bottom: 31px;">Iniciar</div>
  847. </div></div>
  848. <br>
  849. <div onclick="newstart()" id="connbt" style="
  850. color:#000;
  851. font-size:20px;
  852. position: relative;
  853. bottom: 2px;">Iniciar</div>
  854. <div style="color:white;margin-top:3px;" id="contentfooter"></div>
  855. </div>
  856. </center>
  857. <style>
  858. .container {
  859. height: 100vh;
  860. display: flex;
  861. align-items: center;
  862. justify-content: center;
  863. }
  864. .text {
  865. font-size: 9px;
  866. letter-spacing:0px;
  867. }
  868. .text .letter.r {
  869. animation-delay: 0.3s;
  870. color: #CC4C31;
  871. }
  872. .text .letter.b {
  873. animation-delay: 0.15s;
  874. color: #7CC0BE;
  875. }
  876. .text .letter.o {
  877. animation-delay: 0.4s;
  878. color: #FDAA35;
  879. }
  880. .text .letter.g {
  881. animation-delay: 0.25s;
  882. color: #58A473;
  883. }
  884. .text .letter.p {
  885. animation-delay: 0.5s;
  886. color: #453876;
  887. }
  888. .text .letter {
  889. position: relative;
  890. animation: move 1.35s infinite;
  891. }
  892. @keyframes move {
  893. 0% {
  894. top: 0;
  895. font-size:9px;
  896. text-shadow: 0px 0px 3px white;
  897. }
  898. 30% {
  899. top: -1px;
  900. text-shadow: 0px 0px 3px gold;
  901. font-size:10px;
  902. }
  903. 70% {
  904. top: -1px;
  905. text-shadow: 0px 0px 3px yellow;
  906. font-size:10px;
  907. }
  908. 100% {
  909. text-shadow: 0px 0px 3px red;
  910. top: 0;
  911. }
  912. }
  913. .bttree
  914. {
  915. position: absolute;
  916. height: 24px;
  917. width: 32px;
  918. padding-top: 8px;
  919. border-right: 5px solid #FFC107;
  920. right: 20px;
  921. border-radius: 60px;
  922. margin-top: -8px;
  923. margin-right: -9px;
  924. bottom: 17px;
  925. }
  926. </style>
  927. <center>
  928. <div id='header' style=" position: absolute;
  929. top: 0px;
  930. left: 0px;
  931. width: 100%;
  932. height: 86px;
  933. background: #222222;
  934. z-index: -2;"></div>
  935. <b id='getver' style='position: absolute; bottom: 19px; font-weight: 100; color: #adadad; font-size: 13px; width: 100%; left: 0px;'>Checando release..</b>
  936. <div style="display:none;">
  937. ----
  938. </div>
  939. </center>

comments powered by Disqus