Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84 lines (65 sloc)
2.48 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> | |
| <meta name="ProgId" content="FrontPage.Editor.Document"> | |
| <title>Seguro Seguro!! Seguro te hackeamos!!!</title> | |
| <TITLE>JavaScript</TITLE> | |
| <SCRIPT LANGUAGE = "JavaScript"> | |
| function makeArray() { | |
| this.length = makeArray.arguments.length; | |
| for (var i = 0; i < this.length; i++) | |
| this[i + 1] = makeArray.arguments[i]; | |
| } | |
| function makeSlideShow (obj, wait, pre, url) { | |
| this.curText = ''; | |
| this.posit = 1; | |
| this.word = obj; | |
| this.length = obj.length; | |
| this.pre = pre; | |
| this.wait = wait; | |
| this.url = url; | |
| this.display = displaySlideShow; | |
| } | |
| function displaySlideShow() { | |
| if (this.posit <= this.length) { | |
| this.curText = this.word[this.posit] | |
| outStringWord = blankFrameTop + this.pre + this.curText + blankFrameBottom; | |
| parent.draw.location = 'javascript:parent.outStringWord'; | |
| this.posit++; | |
| } | |
| else { | |
| doneLoop = true; | |
| top.location = this.url; | |
| } | |
| } | |
| function displayLoop() { | |
| if (!doneLoop) reDraw = setTimeout('displayLoop()', wordIntro.wait); | |
| wordIntro.display(); | |
| } | |
| var words = new makeArray ('Hacked ', 'By', 'HACKERS MEXICO TEAM ', 'www.hackers-mexico.org ', 'Loading....! '); | |
| var wordIntro = new makeSlideShow (words, 2500, '<CENTER><BR><BR><BR><BR><BR><BR><BR><BR><FONT SIZE = 10>', 'http://icetel.ice.go.cr/index1.htm'); | |
| var blankFrameTop = '<HTML><BODY BGCOLOR = "#000000" TEXT = "#FF0000">'; | |
| var blankFrameBottom = '</BODY></HTML>'; | |
| var blankFrame = blankFrameTop + blankFrameBottom; | |
| var doneLoop = false; | |
| </SCRIPT> | |
| </head> | |
| <FRAMESET onLoad = "displayLoop()" rows = "100%" FRAMEBORDER = 0 BORDER = 0> | |
| <noframes> | |
| <body> | |
| ˜ | |
| <!-- This script has been in the http://www.javascripts.com Javascript Public Library! --> | |
| <!-- Note that though this material may have been in a public depository, certain author copyright restrictions may apply. --> | |
| </body> | |
| </noframes> | |
| <FRAME | |
| SCROLLING=AUTO | |
| SRC = "javascript:parent.blankFrame" | |
| NAME = "draw" | |
| MARGINWIDTH = 2 | |
| MARGINHEIGHT = 2> | |
| </frameset> | |
| </HTML> | |
| <!-- Tommy Raven (Min) says Moo. --> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |