Tema1


SUBMITTED BY: Xtklimx

DATE: Nov. 23, 2022, 5:37 p.m.

UPDATED: Nov. 23, 2022, 6:05 p.m.

FORMAT: Text only

SIZE: 29.5 kB

HITS: 627

  1. <meta name='viewport' content='width=device-width, initial-scale=1.0'><style>@font-face {
  2. font-family: 'Palanquin Dark';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(pictures/atlantus.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. body
  10. {
  11. overflow: hidden;
  12. position: fixed;
  13. font-family: 'Palanquin Dark', sans-serif;
  14. background: linear-gradient(
  15. 250deg
  16. , #0a1621, #074b9c);
  17. color: white;
  18. margin: 0px;
  19. left: 0px;
  20. top: 0px;
  21. height: 100%;
  22. width: 100%;
  23. }
  24. .video-container {
  25. align-content: center;
  26. position: fixed;
  27. top: 0;
  28. left: 0;
  29. width: 110%;
  30. }
  31. #myV {
  32. position: relative;
  33. right: 40px;
  34. bottom: 0;
  35. width: 125%;
  36. height: auto;
  37. }
  38. .notification
  39. {
  40. width: 90%;
  41. text-align: center;
  42. position: relative;
  43. background: linear-gradient(
  44. 45deg
  45. , #000000, #2c2a49);
  46. border-radius: 5px;
  47. position: absolute;
  48. left: 50%;
  49. white-space: nowrap;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. height: 35px;
  53. padding-top: 5px;
  54. display: none;
  55. z-index: 2;
  56. top: 303%;
  57. -webkit-transform: translate(-50%, -50%);
  58. transform: translate(-50%, -50%);
  59. }
  60. #logsview
  61. {
  62. position: absolute;
  63. -webkit-transform: translate(-50%, -50%);
  64. transform: translate(-50%, -50%);
  65. top: 83%;
  66. left: 50%;
  67. height: 40px;
  68. font-size: 11px;
  69. width: 200px;
  70. text-align: center;
  71. color: #ccc;
  72. overflow:scroll;
  73. }
  74. #connecting
  75. {
  76. display: none;
  77. margin-left: 7px;
  78. color: #75a2c5;
  79. }
  80. #connected
  81. {
  82. display:none;
  83. color: #26fc0a;
  84. }
  85. .lds-ring {
  86. display: inline-block;
  87. position: absolute;
  88. display:none;
  89. top: -13px;
  90. left: -13px;
  91. }
  92. .lds-ring div {
  93. box-sizing: border-box;
  94. display: block;
  95. position: absolute;
  96. width: 160px;
  97. height: 161px;
  98. margin: 8px;
  99. border: 8px solid #1f312f;
  100. border-radius: 50%;
  101. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  102. border-color: #cddc39 #cddc3999 #cddc3940 #00968830;
  103. }
  104. .lds-ring div:nth-child(1) {
  105. animation-delay: -0.45s;
  106. }
  107. .lds-ring div:nth-child(2) {
  108. animation-delay: -0.3s;
  109. }
  110. .lds-ring div:nth-child(3) {
  111. animation-delay: -0.15s;
  112. }
  113. @keyframes lds-ring {
  114. 0% {
  115. transform: rotate(0deg);
  116. }
  117. 100% {
  118. transform: rotate(360deg);
  119. }
  120. }
  121. .lds-dual-ring {
  122. display: inline-block;
  123. width: 80px;
  124. height: 80px;
  125. position: absolute;
  126. margin-left: -35px;
  127. margin-top: 1px;
  128. }
  129. .lds-dual-ring:after {
  130. content: " ";
  131. display: block;
  132. width: 17px;
  133. height: 17px;
  134. margin: 8px;
  135. border-radius: 50%;
  136. border: 2px solid #fff;
  137. border-color: #fff #fff5f536 #fff white;
  138. animation: lds-dual-ring 1.2s linear infinite;
  139. }
  140. @keyframes lds-dual-ring {
  141. 0% {
  142. transform: rotate(0deg);
  143. }
  144. 100% {
  145. transform: rotate(360deg);
  146. }}
  147. .rotatergb{
  148. animation: rotatergb 4s linear alternate infinite;
  149. }
  150. @keyframes rotatergb{
  151. from{filter: hue-rotate(0deg);}
  152. to{filter: hue-rotate(360deg)}
  153. }
  154. .flagserver
  155. {
  156. height: 38px;
  157. position: absolute;
  158. left: 11px;
  159. top: 10px;
  160. }
  161. .substatus
  162. {
  163. display: inline-block;
  164. font-size: 12px;
  165. position: relative;
  166. left: 50px;
  167. top: -4px;
  168. width: 100%;
  169. border-top-left-radius: 20px;
  170. border-top-right-radius: 20px;
  171. padding: 4px;
  172. z-index: 0;
  173. text-align: center;
  174. opacity: 0.9;
  175. }
  176. .statusserver
  177. {
  178. position: absolute;
  179. width: 100%;
  180. top: 161px;
  181. text-align: left;
  182. font-size: 15px;
  183. color: #ffffff;
  184. display: inline-block;
  185. left: -51px;
  186. }
  187. .arrowserver
  188. {
  189. position: absolute;
  190. right: 13px;
  191. height: 18px;
  192. top: 21px;
  193. filter: invert(1);
  194. }
  195. .descserver
  196. {
  197. width: 59%;
  198. text-align: left;
  199. height: 22px;
  200. white-space: nowrap;
  201. overflow: hidden;
  202. text-overflow: ellipsis;
  203. position: absolute;
  204. top: 28px;
  205. font-size: 12px;
  206. left: 67px;
  207. color: #ccc;
  208. }
  209. .inputmax
  210. {
  211. -webkit-transform: translate(-50%, -50%);
  212. transform: translate(-50%, -50%);
  213. position: absolute;
  214. left: 50%;
  215. top: 42%;
  216. padding: 13px;
  217. background: #ffffffcf;
  218. font-size: 18px;
  219. z-index: 7;
  220. border: 0px;
  221. color: black;
  222. border-radius: 30px;
  223. border-bottom: 2px solid #38394e;
  224. width: 85%;
  225. }
  226. .rocket {
  227. position: absolute;
  228. top: 28%;
  229. display:none;
  230. margin-left: 20px;
  231. width: 80px;
  232. left: calc(50% - 60px);
  233. z-index: 10;
  234. }
  235. .rocket .rocket-body {
  236. width: 80px;
  237. left: calc(50% - 50px);
  238. animation: bounce 0.5s infinite;
  239. }
  240. .rocket .rocket-body .body {
  241. background-color: #dadada;
  242. height: 180px;
  243. left: calc(50% - 50px);
  244. border-top-right-radius: 100%;
  245. border-top-left-radius: 100%;
  246. border-bottom-left-radius: 50%;
  247. border-bottom-right-radius: 50%;
  248. border-top: 5px solid #f5f5f5;
  249. }
  250. .rocket .rocket-body:before {
  251. content: "";
  252. position: absolute;
  253. left: calc(50% - 24px);
  254. width: 48px;
  255. height: 13px;
  256. background-color: #554842;
  257. bottom: -13px;
  258. border-bottom-right-radius: 60%;
  259. border-bottom-left-radius: 60%;
  260. }
  261. .rocket .window {
  262. position: absolute;
  263. width: 40px;
  264. height: 40px;
  265. border-radius: 100%;
  266. background-color: #a75248;
  267. left: calc(50% - 25px);
  268. top: 40px;
  269. border: 5px solid #b4b2b2;
  270. }
  271. .rocket .fin {
  272. position: absolute;
  273. z-index: -100;
  274. height: 55px;
  275. width: 50px;
  276. background-color: #a75248;
  277. }
  278. .rocket .fin-left {
  279. left: -30px;
  280. top: calc(100% - 55px);
  281. border-top-left-radius: 80%;
  282. border-bottom-left-radius: 20%;
  283. }
  284. .rocket .fin-right {
  285. right: -30px;
  286. top: calc(100% - 55px);
  287. border-top-right-radius: 80%;
  288. border-bottom-right-radius: 20%;
  289. }
  290. .rocket .exhaust-flame {
  291. position: absolute;
  292. top: 90%;
  293. width: 28px;
  294. background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  295. height: 150px;
  296. left: calc(50% - 14px);
  297. animation: exhaust 0.2s infinite;
  298. }
  299. .rocket .exhaust-fumes li {
  300. width: 60px;
  301. height: 60px;
  302. background-color: #f5f5f5;
  303. list-style: none;
  304. position: absolute;
  305. border-radius: 100%;
  306. }
  307. .rocket .exhaust-fumes li:first-child {
  308. width: 200px;
  309. height: 200px;
  310. bottom: -300px;
  311. animation: fumes 5s infinite;
  312. }
  313. .rocket .exhaust-fumes li:nth-child(2) {
  314. width: 150px;
  315. height: 150px;
  316. left: -120px;
  317. top: 260px;
  318. animation: fumes 3.2s infinite;
  319. }
  320. .rocket .exhaust-fumes li:nth-child(3) {
  321. width: 120px;
  322. height: 120px;
  323. left: -40px;
  324. top: 330px;
  325. animation: fumes 3s 1s infinite;
  326. }
  327. .rocket .exhaust-fumes li:nth-child(4) {
  328. width: 100px;
  329. height: 100px;
  330. left: -170px;
  331. animation: fumes 4s 2s infinite;
  332. top: 380px;
  333. }
  334. .rocket .exhaust-fumes li:nth-child(5) {
  335. width: 130px;
  336. height: 130px;
  337. left: -120px;
  338. top: 350px;
  339. animation: fumes 5s infinite;
  340. }
  341. .rocket .exhaust-fumes li:nth-child(6) {
  342. width: 200px;
  343. height: 200px;
  344. left: -60px;
  345. top: 280px;
  346. animation: fumes2 10s infinite;
  347. }
  348. .rocket .exhaust-fumes li:nth-child(7) {
  349. width: 100px;
  350. height: 100px;
  351. left: -100px;
  352. top: 320px;
  353. }
  354. .rocket .exhaust-fumes li:nth-child(8) {
  355. width: 110px;
  356. height: 110px;
  357. left: 70px;
  358. top: 340px;
  359. }
  360. .rocket .exhaust-fumes li:nth-child(9) {
  361. width: 90px;
  362. height: 90px;
  363. left: 200px;
  364. top: 380px;
  365. animation: fumes 20s infinite;
  366. }
  367. .star li {
  368. list-style: none;
  369. position: absolute;
  370. }
  371. .star li:before, .star li:after {
  372. content: "";
  373. position: absolute;
  374. background-color: #f5f5f5;
  375. }
  376. .star li:before {
  377. width: 10px;
  378. height: 2px;
  379. border-radius: 50%;
  380. }
  381. .star li:after {
  382. height: 8px;
  383. width: 2px;
  384. left: 4px;
  385. top: -3px;
  386. }
  387. .star li:first-child {
  388. top: -30px;
  389. left: -210px;
  390. animation: twinkle 0.4s infinite;
  391. }
  392. .star li:nth-child(2) {
  393. top: 0;
  394. left: 60px;
  395. animation: twinkle 0.5s infinite;
  396. }
  397. .star li:nth-child(2):before {
  398. height: 1px;
  399. width: 5px;
  400. }
  401. .star li:nth-child(2):after {
  402. width: 1px;
  403. height: 5px;
  404. top: -2px;
  405. left: 2px;
  406. }
  407. .star li:nth-child(3) {
  408. left: 120px;
  409. top: 220px;
  410. animation: twinkle 1s infinite;
  411. }
  412. .star li:nth-child(4) {
  413. left: -100px;
  414. top: 200px;
  415. animation: twinkle 0.5s ease infinite;
  416. }
  417. .star li:nth-child(5) {
  418. left: 170px;
  419. top: 100px;
  420. animation: twinkle 0.4s ease infinite;
  421. }
  422. .star li:nth-child(6) {
  423. top: 87px;
  424. left: -79px;
  425. animation: twinkle 0.2s infinite;
  426. }
  427. .star li:nth-child(6):before {
  428. height: 1px;
  429. width: 5px;
  430. }
  431. .star li:nth-child(6):after {
  432. width: 1px;
  433. height: 5px;
  434. top: -2px;
  435. left: 2px;
  436. }
  437. @keyframes fumes {
  438. 50% {
  439. transform: scale(1.5);
  440. background-color: transparent;
  441. }
  442. 51% {
  443. transform: scale(0.8);
  444. }
  445. 100% {
  446. background-color: #f5f5f5;
  447. transform: scale(1);
  448. }
  449. }
  450. @keyframes bounce {
  451. 0% {
  452. transform: translate3d(0px, 0px, 0);
  453. }
  454. 50% {
  455. transform: translate3d(0px, -4px, 0);
  456. }
  457. 100% {
  458. transform: translate3d(0px, 0px, 0);
  459. }
  460. }
  461. @keyframes exhaust {
  462. 0% {
  463. background: linear-gradient(to bottom, transparent 10%, #f5f5f5 100%);
  464. }
  465. 50% {
  466. background: linear-gradient(to bottom, transparent 8%, #f5f5f5 100%);
  467. }
  468. 75% {
  469. background: linear-gradient(to bottom, transparent 12%, #f5f5f5 100%);
  470. }
  471. }
  472. @keyframes fumes2 {
  473. 50% {
  474. transform: scale(1.1);
  475. }
  476. }
  477. @keyframes twinkle {
  478. 80% {
  479. transform: scale(1.1);
  480. opacity: 0.7;
  481. }
  482. }
  483. .nameserver
  484. {
  485. position: absolute;
  486. top: 5px;
  487. font-size: 15px;
  488. width: 64%;
  489. text-align: left;
  490. left: 67px;
  491. white-space: nowrap;
  492. overflow: hidden;
  493. text-overflow: ellipsis;
  494. }
  495. .selectedserver
  496. {
  497. background: #38394ecf;
  498. width: 81%;
  499. -webkit-transform: translate(-50%, -50%);
  500. transform: translate(-50%, -50%);
  501. left: 50%;
  502. height: 40px;
  503. top: 34%;
  504. border-bottom: 2px solid #ffffff;
  505. border-radius: 30px;
  506. padding: 7px;
  507. position: absolute;
  508. z-index: 1;
  509. }
  510. #menuexpand
  511. {
  512. position: absolute;
  513. left: 0px;
  514. height: 100%;
  515. bottom: 0px;
  516. display: none;
  517. width: 300px;
  518. background: linear-gradient(
  519. 45deg
  520. , black, #250200ed, #560400d4);
  521. z-index: 4;
  522. border-bottom-right-radius: 20px;
  523. border-top-right-radius: 20px;
  524. }
  525. .presshere
  526. {
  527. position: absolute;
  528. -webkit-transform: translate(-50%, -50%);
  529. transform: translate(-50%, -50%);
  530. top: 77%;
  531. left: 50%;
  532. font-size: 20px;
  533. width: 330px;
  534. text-align: center;
  535. }
  536. .teste
  537. {
  538. position: absolute;
  539. -webkit-transform: translate(-50%, -50%);
  540. transform: translate(-50%, -50%);
  541. bottom: 4%;
  542. left: 25%;
  543. font-size: 15px;
  544. width: 40%;
  545. text-align: center;
  546. }
  547. .termos
  548. {
  549. position: absolute;
  550. -webkit-transform: translate(-50%, -50%);
  551. transform: translate(-50%, -50%);
  552. bottom: 4%;
  553. left: 75%;
  554. font-size: 15px;
  555. width: 40%;
  556. text-align: center;
  557. }
  558. .connectbt
  559. {
  560. height: 120px;
  561. width: 120px;
  562. background: #ffffff url(pictures/power.svg);
  563. BORDER-RADIUS: 100%;
  564. -webkit-transform: translate(-50%, -50%);
  565. transform: translate(-50%, -50%);
  566. position: absolute;
  567. background-size: 53px !important;
  568. background-repeat: no-repeat;
  569. background-position: 34px !important;
  570. filter: invert(1);
  571. top: 63%;
  572. left: 50%;
  573. z-index: 1;
  574. }
  575. .freeimg
  576. {
  577. height: 40px;
  578. width: 40px;
  579. background: #ffffff4d url(pictures/crown.png);
  580. background-repeat: no-repeat;
  581. background-position: 5px;
  582. border-radius: 60px;
  583. position: absolute;
  584. top: 9px;
  585. left: 6px;
  586. }
  587. .freetxtsmall
  588. {
  589. position: absolute;
  590. left: 58px;
  591. top: 26px;
  592. color: #ccc;
  593. font-size: 12px;
  594. }
  595. .freetxt
  596. {
  597. position: absolute;
  598. left: 58px;
  599. top: 4px;
  600. font-size: 17px;
  601. }
  602. .header
  603. {
  604. position: fixed;
  605. top: 57px;
  606. left: 0px;
  607. width: 100%;
  608. z-index:3;
  609. text-align: center;
  610. }
  611. .startfree
  612. {
  613. width: 300px;
  614. height: 60px;
  615. background: #4b0e79;
  616. position: absolute;
  617. left: 50%;
  618. bottom: 27px;
  619. -webkit-transform: translate(-50%, -50%);
  620. transform: translate(-50%, -50%);
  621. border-radius: 10px;
  622. }
  623. .centerbody
  624. {
  625. position: absolute;
  626. opacity: 0.1;
  627. height: 495px;
  628. width: 100%;
  629. z-index: 1;
  630. left: 50%;
  631. background-size: 200% 100%;
  632. background-position-x: -120px;
  633. top: 49%;
  634. -webkit-transform: translate(-50%, -50%);
  635. transform: translate(-50%, -50%);
  636. }
  637. #application
  638. {
  639. }
  640. .menuiconx
  641. {
  642. position: absolute;
  643. right: 19px;
  644. filter: invert(1);
  645. top: 44px;
  646. height: 24px;
  647. }
  648. #appname
  649. {
  650. font-size: 26px;
  651. color: #03a9f4;
  652. text-transform: uppercase;
  653. }
  654. .pingserver
  655. {
  656. position: absolute;
  657. right: 14px;
  658. font-size: 13px;
  659. color: #ccc;
  660. }
  661. .premiumserver
  662. {
  663. display:none;
  664. }
  665. .bronzeserver
  666. {
  667. display: none;
  668. }
  669. .freeserver
  670. {
  671. }
  672. .goldserver
  673. {
  674. display: none;
  675. }
  676. .recommendserver
  677. {
  678. display: none;
  679. }
  680. .greenping
  681. {
  682. background: #49ff50;
  683. width: 5px;
  684. height: 13px;
  685. position: absolute;
  686. right: -8px;
  687. border-radius: 55px;
  688. top: 7px;
  689. }
  690. .svbubble
  691. {
  692. background: #5e4b5fcf;
  693. width: 88%;
  694. transform: translate(-50%, 0%);
  695. left: 45%;
  696. height: 50px;
  697. border-bottom: 2px solid #ffffff;
  698. border-radius: 10px;
  699. top: 6px;
  700. margin-bottom: 7px;
  701. padding: 4px;
  702. position: relative;
  703. }
  704. .typeserver
  705. {
  706. position: relative;
  707. width: 100%;
  708. text-align: left;
  709. padding-left: 20px;
  710. top: 20px;
  711. }
  712. .userprofile
  713. {
  714. background: url(pictures/149071.png);
  715. position: relative;
  716. height: 80px;
  717. width: 220px;
  718. background-size: 80px 80px;
  719. border-bottom: 1px solid #2b3548;
  720. background-repeat: no-repeat;
  721. left: 40px;
  722. top: 100px;
  723. padding-bottom: 50px;
  724. background-position-x: 65px;
  725. }
  726. #serverlist
  727. {
  728. -webkit-transform: translate(-50%, -50%);
  729. transform: translate(-50%, -50%);
  730. position: absolute;
  731. top: 51%;
  732. border-radius: 5px;
  733. left: 50%;
  734. display: none;
  735. overflow-x: hidden;
  736. overflow-y: scroll;
  737. width: 98%;
  738. padding-bottom: 8px;
  739. padding-top: 8px;
  740. height: 450px;
  741. }
  742. .userid
  743. {
  744. position: absolute;
  745. bottom: 8px;
  746. width: 100%;
  747. text-align: center;
  748. font-size: 12px;
  749. color: #909090;
  750. }
  751. .userexp
  752. {
  753. position: absolute;
  754. bottom: 23px;
  755. color: #8e8e8e;
  756. width: 100%;
  757. text-align: center;
  758. font-size: 12px;
  759. }
  760. .menulist
  761. {
  762. position: absolute;
  763. color: #adadaf;
  764. top: 275px;
  765. left: 52px;
  766. }
  767. .menuicon
  768. {
  769. position: absolute;
  770. left: 19px;
  771. filter: invert(1);
  772. top: 11px;
  773. height: 24px;
  774. }
  775. .menutxt
  776. {
  777. position: relative;
  778. margin-bottom: 30px;
  779. }
  780. .rightbt
  781. {
  782. position: absolute;
  783. right: 5px;
  784. padding: 7px;
  785. border-radius: 5px;
  786. width: 62px;
  787. top: 5px;
  788. padding-right: 8px;
  789. }
  790. .menuicond
  791. {
  792. position: absolute;
  793. height: 18px;
  794. left: -27px;
  795. top: 6px;
  796. filter: invert(1);
  797. opacity: 0.77;
  798. }
  799. .crowimg
  800. {
  801. height: 18px;
  802. position: absolute;
  803. left: 5px;
  804. top: 9px;
  805. }
  806. .activebt
  807. {
  808. position: relative;
  809. top: 14px;
  810. padding: 5px;
  811. background: #fe9a01;
  812. width: 100px;
  813. left: 106px;
  814. border-radius: 5px;
  815. }
  816. .textboost
  817. {
  818. font-size: 14px;
  819. color: #e6e6e6;
  820. }
  821. .titleboost
  822. {
  823. margin-top: -59px;
  824. font-size: 24px;
  825. color: #ffa382;
  826. }
  827. .bodyboost
  828. {
  829. position: absolute;
  830. left: 50%;
  831. top: 46%;
  832. -webkit-transform: translate(-50%, -50%);
  833. transform: translate(-50%, -50%);
  834. background: #0a87fb;
  835. height: 350px;
  836. width: 330px;
  837. border-radius: 5px;
  838. text-align: center;
  839. }
  840. .atlantusoverlay
  841. {
  842. display: none;
  843. position: absolute;
  844. height: 100%;
  845. width: 100%;
  846. background: rgba(0, 0, 0, 0.76);
  847. z-index: 10;
  848. }
  849. #boostmode
  850. {
  851. display:none;
  852. position: absolute; height: 100%;
  853. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  854. }
  855. #storagemode
  856. {
  857. display:none;
  858. position: absolute; height: 100%;
  859. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  860. }
  861. .protxt
  862. {
  863. position: relative;
  864. left: 9px;
  865. color: #fbc14d;
  866. font-weight: 100;
  867. text-shadow: 0px 0px 20px yellow;
  868. letter-spacing: 1.5px;
  869. font-size: 13px;
  870. top: -1px;
  871. }</style><script>
  872. function startatlantusrocket()
  873. {
  874. sendcore("vibrate########100");
  875. $(".rocket").fadeIn()
  876. .css({top:600,position:'absolute'})
  877. .animate({top:-275}, 700, function() {
  878. //callback
  879. $(".rocket").fadeOut(0);
  880. });
  881. startatlantus();
  882. }
  883. function serverchangex()
  884. {
  885. $(".boxlistsv").animate({height: 'toggle'});
  886. atlantusdropserver();
  887. }
  888. </script>
  889. <script>
  890. (function(){
  891. var tId = setInterval(function() {
  892. if (document.readyState == "complete") onComplete()
  893. }, 11);
  894. function onComplete(){
  895. //sshplus
  896. setInterval( async function(){ sshpluscore(); }, 200);
  897. };
  898. })()
  899. async function sshpluscore()
  900. {
  901. if(!$('#dontconnect').is(':visible'))
  902. {
  903. $("#sshplusbt").text("ENCERRAR");
  904. }
  905. else
  906. {
  907. $("#sshplusbt").text("CONECTAR");
  908. }
  909. }
  910. </script><meta name="viewport" content="width=device-width, initial-scale=1.0">
  911. <div id="withoutlogin" class="body">
  912. <div class="rotatergb" id="scamme" style="
  913. overflow: hidden;
  914. position: fixed;
  915. font-family: 'Palanquin Dark', sans-serif;
  916. /*fundo*/
  917. background: url(https://i.postimg.cc/LmkgyYVK/4e206c4cbae897b0728270e553073a7d.jpg?dl=1);
  918. background-size: cover;
  919. color: white;
  920. margin: 0px;
  921. left: -19px;
  922. top: -20px;
  923. height: 112%;
  924. width: 112%;
  925. opacity: 0.85;
  926. "></div>
  927. <div id="menuexpand" onclick="menuclose()">
  928. <div class="menulist">
  929. <div class="menutxt" onclick="authfinishu()"><img src="pictures/token.svg" class="menuicond" />Autenticar</div>
  930. <div class="menutxt"><img src="pictures/refresh.png" class="menuicond" />Verificar atualizações</div>
  931. <div class="menutxt" onclick="termos()"><img src="pictures/29302.png" class="menuicond" />Termos de uso</div>
  932. <div class="menutxt" onclick="opencontact()"><img src="pictures/13936.png" class="menuicond" />Suporte</div>
  933. <div class="menutxt"><img src="pictures/59254.png" class="menuicond" />Encerrar aplicativo</div>
  934. </div>
  935. <div class="userprofile">
  936. <div class="userid">USER-ID: 0000xx</div>
  937. </div>
  938. <img src="pictures/menu.png" class="menuiconx" />
  939. </div>
  940. <div id="wronguser" class="atlantusoverlay">
  941. <div class="bodyboost" style="
  942. height: 246px;
  943. ">
  944. <img src="pictures/wrong.svg" style="
  945. height: 106px;
  946. position: relative;
  947. top: -55px;
  948. ">
  949. <div class="titleboost" style="
  950. color: #ffffff;
  951. ">Autenticação Falhou<br>
  952. <div class="textboost">Seus dados de usuário estão incorretos, por favor verifique novamente o seu acesso.</div></div>
  953. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  954. </div></div>
  955. <div id="termos" class="atlantusoverlay">
  956. <div class="bodyboost">
  957. <img src="pictures/terms.svg" style="
  958. height: 106px;
  959. position: relative;
  960. top: -55px;
  961. ">
  962. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  963. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 180px; overflow: scroll;">
  964. <center>
  965. CERTIFIQUE-SE DE NÃO USAR ESTE APLICATIVO PARA ATIVIDADES ILEGAIS, SUA CONTA SERÁ SUSPENSA SE DETECTADA.<br><br>
  966. NÃO COMPARTILHE SEU LOGIN (SERÁ EXCLUIDO) SEM DIREITO A REEMBOLSO <br><br>
  967. ALGUM CONTEÚDO PODE ESTAR BANIDO EM SEU PAÍS, ENTÃO NÃO ACESSE, APENAS FAÇA ATIVIDADES BÁSICAS COMO FILMES, JOGOS, MÚSICA E PESQUISAS EM GERAL.<br><br>
  968. PORNOGRAFIA INFANTIL E GOLPES SÃO INACEITÁVEIS E VOCÊ SERÁ SEVERAMENTE PUNIDO SE USAR ESTE APLICATIVO PARA COMETER ESSES ABSURDOS.<br><br>
  969. NÃO USE TORRENT!<br><br>
  970. </center></div></div>
  971. <br><div onclick="termos()" class="activebt">Concordo</div>
  972. </div></div>
  973. <div id="storagemode">
  974. <div class="bodyboost">
  975. <img src="pictures/storage.svg" style="
  976. height: 106px;
  977. position: relative;
  978. top: -55px;
  979. ">
  980. <div class="titleboost" style=" color: #00c3ff;">Permissão necessária<br>
  981. <div class="textboost">Para que o aplicativo funcione corretamente, ele precisa da permissão para instalar e gravar arquivos no sistema para que todos os modos de conexão possam funcionar normalmente. Conceda as permissões necessárias.</div></div>
  982. <br><div onclick="storagemode()" class="activebt">Permitir</div>
  983. </div></div>
  984. <div id="boostmode">
  985. <div class="bodyboost">
  986. <img src="pictures/boost.svg" style="
  987. height: 106px;
  988. position: relative;
  989. top: -55px;
  990. ">
  991. <div class="titleboost">Modo Boost<br>
  992. <div class="textboost">O modo Boost pode otimizar a velocidade e detectar os aplicativos usados &ZeroWidthSpace;&ZeroWidthSpace;para melhorar a experiência de conexão, você pode habilitar este modo. No entanto, você precisa conceder as permissões necessárias para realizar esta atividade.</div></div>
  993. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  994. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  995. <div id="authtype" style="
  996. position: absolute;
  997. height: 100%;
  998. width: 100%;
  999. display:none;
  1000. background: #000000c2;
  1001. z-index: 5;
  1002. "><div style="
  1003. position: absolute;
  1004. left: 50%;
  1005. top: 35%;
  1006. -webkit-transform: translate(-50%, -50%);
  1007. transform: translate(-50%, -50%);
  1008. background: #e91e1e;
  1009. height: 250px;
  1010. width: 330px;
  1011. border-radius: 10px;
  1012. text-align: center;
  1013. "><img src="pictures/149071.png" style="
  1014. height: 77px;
  1015. position: relative;
  1016. top: -37px;
  1017. ">
  1018. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  1019. <div onclick="authfinish()" style="
  1020. position: relative;
  1021. top: 14px;
  1022. padding: 5px;
  1023. background: #673ab7;
  1024. width: 200px;
  1025. left: 59px;
  1026. border-radius: 5px;
  1027. ">Modo Token</div>
  1028. <div onclick="authfinishu()" style="
  1029. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  1030. ">Modo Usuário</div>
  1031. <div style="
  1032. font-size: 11px;
  1033. margin-top: 26px;
  1034. color: #ccc;
  1035. ">Selecione o modo de autenticação.</div></div></div>
  1036. <div id="authuserff" style="
  1037. position: absolute;
  1038. height: 100%;
  1039. width: 100%;
  1040. display:none;
  1041. background: #000000c2;
  1042. z-index: 5;
  1043. "><div style="
  1044. position: absolute;
  1045. left: 50%;
  1046. top: 35%;
  1047. -webkit-transform: translate(-50%, -50%);
  1048. transform: translate(-50%, -50%);
  1049. background: #e91e1e;
  1050. height: 250px;
  1051. width: 330px;
  1052. border-radius: 10px;
  1053. text-align: center;
  1054. "><img src="pictures/user.png" style="
  1055. filter: invert(1);
  1056. height: 77px;
  1057. position: relative;
  1058. top: -37px;
  1059. ">
  1060. <div style="
  1061. margin-top: -28px;
  1062. ">Dados de usuário</div><input type="text" style="
  1063. padding: 10px;
  1064. border-radius: 5px;
  1065. background: #460404;
  1066. border: 0px;
  1067. font-size: 18px;
  1068. color: #999;
  1069. margin-top: 11px;
  1070. ">
  1071. <input type="text" placeholder="senha" style="
  1072. padding: 10px;
  1073. border-radius: 5px;
  1074. background: #460404;
  1075. border: 0px;
  1076. font-size: 18px;
  1077. color: #999;
  1078. margin-top: 11px;
  1079. ">
  1080. <div onclick="authfinishu()" style="
  1081. position: relative;
  1082. top: 14px;
  1083. padding: 5px;
  1084. background: #3f51b5;
  1085. width: 100px;
  1086. left: 106px;
  1087. border-radius: 5px;
  1088. ">Entrar</div></div></div>
  1089. <div id="authtoken" style="
  1090. position: absolute;
  1091. height: 100%;
  1092. width: 100%;
  1093. display:none;
  1094. background: #000000c2;
  1095. z-index: 5;
  1096. "><div style="
  1097. position: absolute;
  1098. left: 50%;
  1099. top: 35%;
  1100. -webkit-transform: translate(-50%, -50%);
  1101. transform: translate(-50%, -50%);
  1102. background: #e91e1e;
  1103. height: 250px;
  1104. width: 330px;
  1105. border-radius: 10px;
  1106. text-align: center;
  1107. "><img src="pictures/user.png" style="
  1108. filter: invert(1);
  1109. height: 77px;
  1110. position: relative;
  1111. top: -37px;
  1112. ">
  1113. <div style="
  1114. margin-top: -11px;
  1115. ">Acesso token</div><input type="text" id="token" placeholder="token" style="
  1116. padding: 10px;
  1117. border-radius: 5px;
  1118. background: #460404;
  1119. border: 0px;
  1120. font-size: 18px;
  1121. color: #999;
  1122. margin-top: 11px;
  1123. ">
  1124. <div onclick="authfinish()" style="
  1125. position: relative;
  1126. top: 14px;
  1127. padding: 5px;
  1128. background: #3f51b5;
  1129. width: 100px;
  1130. left: 106px;
  1131. border-radius: 5px;
  1132. ">Entrar</div>
  1133. <div style="
  1134. font-size: 11px;
  1135. margin-top: 26px;
  1136. color: #ccc;
  1137. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  1138. <div id="withoutlogin" class="body centerbody"></div>
  1139. <div>
  1140. <div class="boxlistsv" style=" position: absolute;
  1141. background: #000000b8;
  1142. height: 100%;
  1143. width: 100%;
  1144. display:none;
  1145. z-index: 12;">
  1146. <div id="serverlist" onclick="serverchangex()">
  1147. </div>
  1148. </div>
  1149. <div class="selectedserver" onclick="serverchangex()">
  1150. <img id="fserver" src="pictures/flags/none.svg" class="flagserver">
  1151. <div id="nserver" class="nameserver"></div>
  1152. <div id="dserver" class="descserver"></div>
  1153. <img src="pictures/arrow.png" class="arrowserver">
  1154. </div>
  1155. <input type="TEXT" id="userssh" placeholder="Digite seu login" class="inputmax ismain" style="text-align: center">
  1156. <input type="TEXT" id="passssh" placeholder="Digite sua senha" class="inputmax ismain" style=" text-align: center; margin-top: 23px; top: 46%;"></div>
  1157. <div id="sshplusbt" class="ismain" onclick="startatlantusrocket()" style="
  1158. width: 80%;
  1159. -webkit-transform: translate(-50%, -50%);
  1160. transform: translate(-50%, -50%);
  1161. position: absolute;
  1162. background-size: 53px !important;
  1163. background-repeat: no-repeat;
  1164. background-position: 34px !important;
  1165. top: 59%;
  1166. left: 50%;
  1167. text-align: center;
  1168. padding: 10px;
  1169. z-index: 1;
  1170. background: #38394ecf;
  1171. border-bottom: 2px solid #ffffff;
  1172. border-radius: 30px;
  1173. ">CONECTAR</div>
  1174. </div>
  1175. <div class="rocket">
  1176. <div class="rocket-body">
  1177. <div class="body"></div>
  1178. <div class="fin fin-left"></div>
  1179. <div class="fin fin-right"></div>
  1180. <div class="window"></div>
  1181. </div>
  1182. <div class="exhaust-flame"></div>
  1183. <ul class="exhaust-fumes">
  1184. <li></li>
  1185. <li></li>
  1186. <li></li>
  1187. <li></li>
  1188. <li></li>
  1189. <li></li>
  1190. </ul>
  1191. </div>
  1192. <div id="logsview"></div>
  1193. <div id="dontconnect" class="presshere"></div>
  1194. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  1195. <div id="connected" class="presshere">Conexão Estabelecida</div>
  1196. <div id="dontconnect" class="teste" onclick="opencontact()">GERAR TESTE</div>
  1197. <div id="dontconnect" class="termos" onclick="termos()">TERMOS DE USO</div>
  1198. </div><div id="withoutlogin" class="header">
  1199. <div id="appname" style="color:transparent;">TNET</div>
  1200. <div class="logoapp" style="
  1201. background: url(https://www.freeiconspng.com/uploads/king-head-gaming-logo-png-27.png);
  1202. position: absolute;
  1203. height: 100px;
  1204. width: 100px;
  1205. background-size: 100%;
  1206. background-repeat: no-repeat;
  1207. -webkit-transform: translate(-50%, -50%);
  1208. transform: translate(-50%, -50%);
  1209. left: 50%;
  1210. top: 53px;
  1211. ">
  1212. </div>
  1213. </div>
  1214. <div class="statusserver">
  1215. <div class="substatus">DESCONECTADO</div>
  1216. </div>
  1217. </div><! –– User logged out view inicio ––>
  1218. <div id="withoutlogin" class="footer" style="display:none;">
  1219. <div class="startfree">
  1220. <div class="freeimg">
  1221. </div>
  1222. <div class="freetxt">Faça um teste grátis</div>
  1223. <div class="freetxtsmall">Ou compre um acesso para começar.</div>
  1224. </div>
  1225. </div>
  1226. <! –– User logged out view final ––>

comments powered by Disqus