Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Camuflar link fake em eng html

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Dica Camuflar link fake em eng html

    Códigozinho muito útil pra quem é da área de spam Segue =>

    Código:
    <SCRIPT>
    function camuflar(link)
    {
    link.href="http://seulinkfake.com";
    link.onmouseover = "";
    return true;
    }
    </SCRIPT>
    
    
    <A HREF="http://www.google.com" onMouseDown="return camuflar(this);">http://www.google.com</A>
X
Working...
X