Advertisement
RokiAdhytama

Script Jatuh Cinta

May 8th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. <head>
  2.  
  3.  
  4. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  5.  
  6.  
  7. <title>&#1203;&#824;&#1202;&#824;&#1203; Newbie Jatuh Cinta ^_^ &#1203;&#824;&#1202;&#824;&#1203;</title> <style type="text/css"><!-- a:link{color:#ffffff;text-decoration:none}--></style> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. tb5_messages = new tb5_makeArray(2);
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. tb5_messages[0] = "Test By";
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. tb5_messages[1] = "ROM4_07@DarkMythCyber Team";
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. tb5_rptType = 'infinite';
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. tb5_rptNbr = 100;
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. tb5_speed = 300;
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. tb5_delay = 10;
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. var tb5_counter=1;
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. var tb5_currMsg=0;
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. var tb5_stsmsg="";
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. function tb5_shuffle(arr){
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. var k;
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. }
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. return arr;
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. }
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. }
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. tb5_arr = tb5_shuffle(tb5_arr);
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191. function tb5_init(n){
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. var k;
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay;
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. }
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. function tb5_randomizetitle(){ tb5_init(0);
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. }
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. tb5_randomizetitle();</script><script>/*
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. An object-oriented Typing Text script, to allow for multiple instances.
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271. A script that causes any text inside any text element to be "typed out", one letter at a
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. time. Note that any HTML tags will not be included in the typed output, to prevent them
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. v6.
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. Browsers that do not support this script will simply see the text fully displayed from the
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. start, including any HTML tags.
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function()
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. {return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page.
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335. */
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343. TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = "";
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. }
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. TypingText.all = new Array();
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375. TypingText.currentIndex = 0;
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383. TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391. }
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = "";
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); }
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. }</script>
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. </h2>
  447. </div>
  448. <div class='post-dalem'>
  449. <p><style>
  450. @font-face{font-family:"firefly";src:url('http://fontsforweb.com/public/fonts/189/ZOINKFAT.eot');src:local("ZoinkFat"),url('http://fontsforweb.com/public/fonts/189/ZOINKFAT.ttf') format("truetype")}.fontsforweb_fontid_189{font-family:"firefly"}.fireflies{-webkit-animation:skyin 6s;-moz-animation:skyin 6s;-ms-animation:skyin 6s;animation:skyin 6s;font:50px firefly;color:#7FFF00;text-shadow:5px 10px 10px #7FFF00;position:absolute;margin-left:18%;margin-top:2%}#menu_footer{display:none}.breadCrumb{display:none}a:link{text-decoration:none;color:#3b5998}a:visited{text-decoration:none;color:#3b5998}.Firefly{color:#7FFF00;text-shadow:0 0 5px #7FFF00;text-align:left;margin:0 auto;padding:10px;position:relative;height:600px;width:900px;font:15px 'consolas'}body{overflow-x:hidden;margin:0;background:#000 url(http://www.pngmart.com/files/1/Dark-Red-Heart-PNG-HD.png) center no-repeat;background-attachment:fixed}
  451. </style><br />
  452. <span style="font:50px firefly;-webkit-animation:inzoomnav 3s;-moz-animation:inzoomnav 3s;-ms-animation:inzoomnav 3s;animation:inzoomnav 3s;position:absolute;margin-left:4%;margin-top:2%;color:#7FFF00;text-shadow:5px 10px 10px #7FFF00"></span><div class="fireflies"></div><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script><br />
  453. <script type="text/javascript">
  454.  
  455. var _gaq = _gaq || [];
  456. _gaq.push(['_setAccount', 'UA-26422548-1']);
  457. _gaq.push(['_trackPageview']);
  458.  
  459. (function() {
  460. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  461. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  462. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  463. })();
  464.  
  465. </script><br />
  466. <script>
  467. TypingText = function(element, interval, cursor, finishedCallback) {
  468. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  469. this.running = true; // Never run.
  470. return;
  471. }
  472. this.element = element;
  473. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  474. this.interval = (typeof interval == "undefined" ? 500 : interval);
  475. this.origText = this.element.innerHTML;
  476. this.unparsedOrigText = this.origText;
  477. this.cursor = (cursor ? cursor : "");
  478. this.currentText = "";
  479. this.currentChar = 0;
  480. this.element.typingText = this;
  481. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  482. TypingText.all.push(this);
  483. this.running = false;
  484. this.inTag = false;
  485. this.tagBuffer = "";
  486. this.inHTMLEntity = false;
  487. this.HTMLEntityBuffer = "";
  488. }
  489. TypingText.all = new Array();
  490. TypingText.currentIndex = 0;
  491. TypingText.runAll = function() {
  492. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  493. }
  494. TypingText.prototype.run = function() {
  495. if(this.running) return;
  496. if(typeof this.origText == "undefined") {
  497. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  498. return;
  499. }
  500. if(this.currentText == "") this.element.innerHTML = "";
  501. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  502. if(this.currentChar < this.origText.length) {
  503. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  504. this.tagBuffer = "<";
  505. this.inTag = true;
  506. this.currentChar++;
  507. this.run();
  508. return;
  509. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  510. this.tagBuffer += ">";
  511. this.inTag = false;
  512. this.currentText += this.tagBuffer;
  513. this.currentChar++;
  514. this.run();
  515. return;
  516. } else if(this.inTag) {
  517. this.tagBuffer += this.origText.charAt(this.currentChar);
  518. this.currentChar++;
  519. this.run();
  520. return;
  521. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  522. this.HTMLEntityBuffer = "&";
  523. this.inHTMLEntity = true;
  524. this.currentChar++;
  525. this.run();
  526. return;
  527. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  528. this.HTMLEntityBuffer += ";";
  529. this.inHTMLEntity = false;
  530. this.currentText += this.HTMLEntityBuffer;
  531. this.currentChar++;
  532. this.run();
  533. return;
  534. } else if(this.inHTMLEntity) {
  535. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  536. this.currentChar++;
  537. this.run();
  538. return;
  539. } else {
  540. this.currentText += this.origText.charAt(this.currentChar);
  541. }
  542. this.element.innerHTML = this.currentText;
  543. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  544. this.currentChar++;
  545. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  546. } else {
  547. this.currentText = "";
  548. this.currentChar = 0;
  549. this.running = false;
  550. this.finishedCallback();
  551. }
  552. }
  553. </script>
  554.  
  555. <div class="mal ptm uiInterstitial login_page_interstitial uiInterstitialLarge white_box">
  556. <div class="uiHeader uiHeaderBottomBorder mhl mts uiHeaderSection">
  557. <div class="clearfix uiHeaderTop">
  558. <div>
  559. </div></div></div><div class="phl ptm uiInterstitialContent">
  560. <div class="login_form_container">
  561.  
  562. </p></div><div class="Firefly">
  563. <div
  564. id="example1"></div><p id="example2">
  565. - Andai aku seorang hacker yang bisa dengan mudah mencari bug vurnerability dihatimu, <br>
  566. dengan scanning nmap -v -sS -O www.yourheart.me<br>
  567. Mendapatkan port 80/tcp open dan melakukan penetrasi testing terhadap databasemu,<br>
  568. Walaupun port 22/ssh closed ports yang kau kunci rapat,<br>
  569. aku akan berusaha membuat backdoor sebagai jalan menuju hatimu,<br>
  570. <br>
  571. Tanpa kau sadari vuln terhadap Blind sqli tepat di "your_heart.php"<br>
  572. "You have an error in your heart syntax;<br>
  573. check the manual that corresponds to your heart<br>
  574. server version for the right syntax to use near ''SELECT * FROM cp WHERE location='' at line 666"<br>
  575. <br>
  576. - Andai aku seorang hacker dengan bug blind sqli dan melakukan code injection tepat di your_heart.php,<br>
  577. Ya... andai aku seorang hacker,<br>
  578. Hanya butuh waktu sedini mungkin untuk mendapatkan aksess ke databasemu, <br>
  579. Upload backdoor di hatimu, Safe mode OFF dan search local root exploit untuk lakukan rooting di systemmu,<br>
  580. <br>
  581. - Andai aku seorang hacker, dengan shell sederhana c99.php yang telah terupload<br>
  582. dan sebuah netcut dengan mudah melakukan Back Connect dan mendapatkan akses root pada hatimu,<br>
  583. <br>
  584. "whoami" uid=0(root) gid=0(root) groups=0(root)<br>
  585. <br>
  586. - Andai aku seorang hacker dan tanpa kau sadari aku telah mendapatkanmu seutuhnya,<br>
  587. dan akan meninggalkan sebuah file readme.txt khusus dengan hak akses -rw——- 600<br>
  588. agar hanya kau dan aku dan hanya kita berdua yang bisa membacanya,<br>
  589. <br>
  590. <br>
  591. readme.txt<br>
  592. <br>
  593. " Please open your heart"<br>
  594. <br>
  595. <br>
  596. Namun aku bukanlah seorang hacker,..<br>
  597. Aku hanya manusia biasa, yang berharap punya kesempatan,..<br>
  598. Kesempatan untuk tetap bersama dan terus memilikimu,..<br>
  599. Dan menjadikanmu cinta terakhir dalam hidupku :)<br>
  600. <br>Hacked By ROM4_07@DarkMythsCyber Team
  601. </br>
  602.  
  603. </p><script type="text/javascript">
  604. //Define first typing example:
  605. new TypingText(document.getElementById("example1"));
  606. //Define second typing example (use "slashing" cursor at the end):
  607. new TypingText(document.getElementById("example2"), 100, function(i){
  608. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  609. ar.length]; });
  610. //Type out examples:
  611. TypingText.runAll();
  612. </script><br />
  613. <embed
  614. src="http://www.youtube.com/v/jP6eEKrghGI&amp;autoplay=1&amp;loop=1&amp;playlist=jP6eEKrghGI"
  615. type="application/x-shockwave-flash" wmode="transparent" height="1"
  616. width="1"></embed>
  617.  
  618.  
  619. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'></noscript></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement