Atlantus


SUBMITTED BY: Guest

DATE: March 28, 2022, 11:49 p.m.

FORMAT: Text only

SIZE: 29.2 kB

HITS: 255

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

comments powered by Disqus