How to Copy From Copy Paste disabled Websites



This is a small trick for those who are pissed with pages which say -
YOU CANT RIGHT CLICK HERE !!!”
“SORRY..COPY PASTING IS DISABLED !!!”
“RIGHT CLICK IS DISABLED !!!


Here is the code to disable COPY PASTING in your website -


<!-- Disable Copy and Paste--> 
<script language='JavaScript1.2'> 
function disableselect(e){ 
return false 

function reEnable(){ 
return true 

document.onselectstart=new Function (&quot;return false&quot;) 
if (window.sidebar){ 
document.onmousedown=disableselect 
document.onclick=reEnable 

</script>


As you can see,its a javascript code.What if we disable the javascript functionality in our browser and then surf the net ? and then view that website you wanna see/copy ?
Yup,just disable the javascript in your browser and you can happily right click/copy paste/just bpass every javascript restriction on that page.


DISABLE JAVASCRIPT IN MOZILLA


go to Tools –> options –> Open Content Tab –> Uncheck ENABLE JAVASCRIPT –> Click on OK


DISABLE JAVASCRIPT IN INTERNET EXPLORER

  • Open Internet Explorer.
  • On the Tools menu, click Internet Options.
  • On the Security tab, click Internet.
  • Click Custom Level.
  • Scroll down to Active scripting.
  • Click Disable (on Prompt).
  • Click OK.
  • Click Yes.
  • Click OK.

Hide Your Files In A JPEG


Well, did you know you could hide your files in a JPEG file? For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.


Ok, lets begin…
Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED).
Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden).
Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden.
Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden.
Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. :D
Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive...
This hack will allow you to hide files in jpegs's without software installed.
0 Comments
Disqus
Fb Comments
Comments :

0 comments:

Post a Comment