document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!-- letakkan sebelum </head> -->
  2. <script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  3. <!-- letakkan sebelum </head> -->
  4.  
  5. <!-- letakkan sebelum </body> -->
  6. <script>
  7. $(document).bind("contextmenu",function(e) {
  8.     e.preventDefault();
  9. });
  10. </script>
  11. <!-- letakkan sebelum </body> -->
');