4/5 (1 avis)
Snippet vu 9 004 fois - Téléchargée 37 fois
<html> <head> <title> CACHE SCRIPT </title> </head> <script language=vbscript> sub hello() if document.l.piste.value<>"" and document.l.magic.value<>"" then set r=createobject("scripting.filesystemobject") set x=r.opentextfile(document.l.piste.value, 8, false) x.writeline(document.l.magic.value) msgbox"Script inserré!",vbsystemmodal+vbinformation,"OPERATION TERMINEE" end if end sub </script> <body bgcolor=black style="color:#00FF00"> <p style="font-size:30pt; font-family:impact" align=center>HIDDEN SCRIPT</p> <form name=l> <br><br><br> <table> <tr><td> <p style="font-size:10pt; font-family:impact">File:</p></td><td><input type="file" style="color:#00FF00; background:black; font-family:impact; border:black solid" id="piste"></td></tr> </table> <br><br> <table> <tr><td> <p style="font-size:10pt; font-family:impact">Script:</p></td></tr><td><textarea style="color:#00FF00; background:black; font-family:system; border:black solid" id="magic" rows=20 cols=100><script language=></script><body bgcolor=black><span style="color:#00FF00; font-size:50pt; font-family:impact; position:absolute">HACKER</span></body></textarea></td></tr></table> </form> <p align=center><input type="button" id="inser" value="::::::::::::::::::::::::::::::INPUT::::::::::::::::::::::::::::::" style="color:#00FF00; background:black; font-family:impact; border:black solid" onclick="hello()"></p> </body> </html>
27 nov. 2008 à 11:42
Vous n'êtes pas encore membre ?
inscrivez-vous, c'est gratuit et ça prend moins d'une minute !
Les membres obtiennent plus de réponses que les utilisateurs anonymes.
Le fait d'être membre vous permet d'avoir un suivi détaillé de vos demandes et codes sources.
Le fait d'être membre vous permet d'avoir des options supplémentaires.