• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Perl Deface Page Creator By Arjun [python]

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
Deface Page Creator By Arjun

Code:
>#!/usr/bin/pythonmess = """======================================================----Deface Page Creator------==Created By Arjun==--An Indian ProgrammerJai Hind======================================================"""print messtitle = raw_input("Enter the Title : ")heading = raw_input("Enter the heading : ")imagelink = raw_input("Enter the image link : ")bgimage = raw_input("Enter the Background image Link(Optional) : ")message = raw_input("Enter the message(use 
for next line) : ")textcolor = raw_input("Enter the text color : ")youtubeid = raw_input("Enter the youtube id(Just Enter ID) : ")#Open a filefo = open("c:\Hacked.html","w")messagescript1 = """"""messagescript2 = titlemessagescript3 = """
"""messagescript6 = headingmessagescript7 = """"""messagescript10 = """var i=0var j=0var texteNE, affichevar texte=\"<br><br><br><br><br><font color="""messagescript11 = textcolormessagescript12 = """ size=4>"""messagescript13 = messagemessagescript14 = """<br><br><br>\"var ie = (document.all);var ne = (document.layers);function init(){texteNE='';machine_a_ecrire();}function machine_a_ecrire(){texteNE=texteNE+texte.charAt(i)affiche='<font face=verdana size=1 color=#ffffff><strong>'+texteNE+''if (texte.charAt(i)=="<") {j=1}if (texte.charAt(i)==">") {j=0}if (j==0) {if (document.getElementById) { // avec internet explorerdocument.getElementById("bulle").innerHTML = affiche;}}if (i<texte.length-1){i++setTimeout("machine_a_ecrire()",70)}elsereturn}
<!-- Disablefunction disableselect(e){return false}function reEnable(){return true}//if IE4+document.onselectstart=new Function (\"return false\")document.oncontextmenu=new Function (\"return false\")//if NS6if (window.sidebar){document.onmousedown=disableselectdocument.onclick=reEnable}//-->.spanstyle {position:absolute;visibility:visible;top:-50px;font-size:12pt;font-family:Arial;font-weight:bold;color:#0000FF;}var x,yvar step=20var flag=0var message='Owned St0x0 'message=message.split("")var xpos=new Array()for (i=0;i<=message.length-1;i++) {xpos[i]=-50}var ypos=new Array()for (i=0;i<=message.length-1;i++) {ypos[i]=-50}function handlerMM(e){x = (navigator.appName.substring(0,3) == \"Net\") ? e.pageX : event.x+document.body.scrollLeft;y = (navigator.appName.substring(0,3) == \"Net\") ? e.pageY : event.y+document.body.scrollTop;flag=1}function makesnake() {if (flag==1 && document.getElementById) {for (i=message.length-1; i>=1; i--) {xpos[i]=xpos[i-1]+stepypos[i]=ypos[i-1]}xpos[0]=x+stepypos[0]=yfor (i=0; i<message.length-1; i++) {var thisspan = document.getElementById('span'+(i)).style;thisspan.left=xpos[i]thisspan.top=ypos[i]}}var timer=setTimeout(\"makesnake()\",30)}<!-- Disablefunction disableselect(e){return false}function reEnable(){return true}//if IE4+document.onselectstart=new Function (\"return false\")document.oncontextmenu=new Function (\"return false\")//if NS6if (window.sidebar){document.onmousedown=disableselectdocument.onclick=reEnable}//-->







"""fo.write(messagescript1)fo.write(messagescript2)fo.write(messagescript3)fo.write(messagescript4)fo.write(messagescript5)fo.write(messagescript6)fo.write(messagescript7)fo.write(messagescript8)fo.write(messagescript9)fo.write(messagescript10)fo.write(messagescript11)fo.write(messagescript12)fo.write(messagescript13)fo.write(messagescript14)fo.write(messagescript15)fo.write(messagescript16)print "\nPage Created Successfully and saved in c:\Hacked.html"fo.close()
 
Status
Not open for further replies.
Back
Top