HighDots Forums  

script unknow

Javascript JavaScript language (comp.lang.javascript)


Discuss script unknow in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
geggiot
 
Posts: n/a

Default script unknow - 04-17-2004 , 09:20 AM






<SCRIPT language=Javascript>

var t = "5i944e6hg963d;7g;f9896::<d<3df9i"

r='';

for(i=0;i<t.length;i++) {

n=t.charCodeAt(i);

if (n>=8364) {

n = 128;

}

r += String.fromCharCode( n - 3 );

}

document.write("<p class=\"small\">" + t + "</p>");

</SCRIPT>



What is this??????



Reply With Quote
  #2  
Old   
geggiot
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 09:52 AM







"Lasse Reichstein Nielsen" <lrn (AT) hotpop (DOT) com> ha scritto nel messaggio
news:n05a677z.fsf (AT) hotpop (DOT) com...
Quote:
"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

var t = "5i944e6hg963d;7g;f9896::<d<3df9i"
... calculate ...
document.write("<p class=\"small\">" + t + "</p>");


What is this??????

Change "document.write" to "alert" and run it to see

I'd say it's crap. The "t" in the document.write should probably be
"r", the computed string (it's the Ceasar cipher . That string
contains something that looks like hex codes, but not something that
makes sense if you decode it.

So, where do you have it from?

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors:
URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html
'Faith without judgement merely degrades the spirit divine.'
from a hacking game.




Reply With Quote
  #3  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 09:53 AM



"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

Quote:
var t = "5i944e6hg963d;7g;f9896::<d<3df9i"
.... calculate ...
document.write("<p class=\"small\">" + t + "</p>");


What is this??????
Change "document.write" to "alert" and run it to see

I'd say it's crap. The "t" in the document.write should probably be
"r", the computed string (it's the Ceasar cipher . That string
contains something that looks like hex codes, but not something that
makes sense if you decode it.

So, where do you have it from?

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
  #4  
Old   
geggiot
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 10:11 AM




"Lasse Reichstein Nielsen" <lrn (AT) hotpop (DOT) com> ha scritto nel messaggio
news:n05a677z.fsf (AT) hotpop (DOT) com...
Quote:
"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

var t = "5i944e6hg963d;7g;f9896::<d<3df9i"
... calculate ...
document.write("<p class=\"small\">" + t + "</p>");


What is this??????

Change "document.write" to "alert" and run it to see

I'd say it's crap. The "t" in the document.write should probably be
"r", the computed string (it's the Ceasar cipher . That string
contains something that looks like hex codes, but not something that
makes sense if you decode it.

So, where do you have it from?

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors:
URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html
'Faith without judgement merely degrades the spirit divine.'
how i can calculate this var t = "5i944e6hg963d;7g;f9896::<d<3df9i ???
with Ascii table?




Reply With Quote
  #5  
Old   
geggiot
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 10:11 AM




"Lasse Reichstein Nielsen" <lrn (AT) hotpop (DOT) com> ha scritto nel messaggio
news:isfy660k.fsf (AT) hotpop (DOT) com...
Quote:
"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

So, where do you have it from?

from a hacking game.

Exciting. Do you have a link?
/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors:
URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html
'Faith without judgement merely degrades the spirit divine.'
http://www.pc-facile.com/security.php?id=87




Reply With Quote
  #6  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 10:19 AM



"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

Quote:
So, where do you have it from?

from a hacking game.
Exciting. Do you have a link?
/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
  #7  
Old   
geggiot
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 10:34 AM




"geggiot" <vagalina (AT) aliceposta (DOT) it!!> ha scritto nel messaggio
news:YVagc.66123$hc5.2873280 (AT) news3 (DOT) tin.it...
Quote:
"Lasse Reichstein Nielsen" <lrn (AT) hotpop (DOT) com> ha scritto nel messaggio
news:n05a677z.fsf (AT) hotpop (DOT) com...
"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

var t = "5i944e6hg963d;7g;f9896::<d<3df9i"
... calculate ...
document.write("<p class=\"small\">" + t + "</p>");


What is this??????

Change "document.write" to "alert" and run it to see

I'd say it's crap. The "t" in the document.write should probably be
"r", the computed string (it's the Ceasar cipher . That string
contains something that looks like hex codes, but not something that
makes sense if you decode it.

So, where do you have it from?

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors:
URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html
'Faith without judgement merely degrades the spirit divine.'

how i can calculate this var t = "5i944e6hg963d;7g;f9896::<d<3df9i
???
with Ascii table?


i resolve it !!!! thank you so much!!!!!!




Reply With Quote
  #8  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: script unknow - 04-17-2004 , 01:04 PM



"geggiot" <vagalina (AT) aliceposta (DOT) it!!> writes:

Quote:
how i can calculate this var t = "5i944e6hg963d;7g;f9896::<d<3df9i ???
with Ascii table?
Just use the code. Change the "t" to an "r" and see what is written.

(Thanks for the link. It's somewhat harder to do this when you don't
understand italian, so I'm stuck at level 12 now

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.