| View previous topic :: View next topic |
| Author |
Message |
tdenisenko Grandmaster Cheater
Reputation: 0
Joined: 23 Oct 2007 Posts: 799 Location: Turkey
|
Posted: Sun Jun 01, 2008 1:25 pm Post subject: [Release] ASCII converter (with source) |
|
|
lol i just find this and i think it would be useful if you hex editing something
dont flame if its useless...
source: (copy this in a text file and save as anything.htm)
| Code: |
<script language="JavaScript" >
<!--
function updt (f,n) {
var asc=" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€€‚ƒ„…†‡ˆ‰Š‹ŒZ‘’“”•--˜™š›œzŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏ?ÑÒÓÔÕÖרÙÚÛÜY?ßàáâãäåæçèéêëìíîï?ñòóôõö÷øùúûüy?ÿ";
eval ("v=new Number(parseInt(f.field"+n+".value,n))");
if (n==0) {v=new Number (asc.indexOf(f.field0.value))}
f.field10.value=v.toString(10);
f.field16.value=v.toString(16);
f.field8.value=v.toString(8);
f.field0.value=asc.charAt(v.toString(10));
}
// -->
</SCRIPT>
<FORM ACTION="ascii.html">
<TABLE CELLPADDING=5 CELLSPACING=0 BORDER=1><TR><TD BGCOLOR="silver">
<TABLE><TR>
<TD ALIGN="center">DECIMAL<BR><INPUT TYPE="text" NAME="field10" SIZE=5 MAXLENGTH=5 onChange="updt (this.form,10)"></TD>
<TD ALIGN="center">HEX<BR><INPUT TYPE="text" NAME="field16" SIZE=5 MAXLENGTH=5 onChange="updt (this.form,16)"></TD>
<TD ALIGN="center">OCTAL<BR><INPUT TYPE="text" NAME="field8" SIZE=5 MAXLENGTH=5 onChange="updt (this.form,8)"></TD>
<TD ALIGN="center">ASCII<BR><INPUT TYPE="text" NAME="field0" SIZE=5 MAXLENGTH=1 onChange="updt (this.form,0)"></TD>
<TD ALIGN="center"> <BR><INPUT TYPE="reset" VALUE="reset"></TD></TR>
<TR><TD ALIGN="center" COLSPAN=5>
<FONT FACE="arial,helvetica" SIZE=1>Enter a value in any field or enter a keyboard<br>character in the ASCII field and press the TAB key.</FONT>
</TD></TR></TABLE>
</TD></TR></TABLE>
</FORM>
|
or just download the attachment
enjoy~
_________________
|
|
| Back to top |
|
 |
YardengoHere I post too much
Reputation: 0
Joined: 12 Oct 2007 Posts: 3117 Location: Middle Of No Where.
|
Posted: Sun Jun 01, 2008 1:32 pm Post subject: |
|
|
First it is useless and second there is no attachment .
_________________
Gone. |
|
| Back to top |
|
 |
thejester Master Cheater
Reputation: 0
Joined: 31 May 2007 Posts: 329
|
Posted: Sun Jun 01, 2008 1:41 pm Post subject: |
|
|
| YardengoHere wrote: | | First it is useless and second there is no attachment . |
Refresh if you don't see it.
|
|
| Back to top |
|
 |
tdenisenko Grandmaster Cheater
Reputation: 0
Joined: 23 Oct 2007 Posts: 799 Location: Turkey
|
Posted: Sun Jun 01, 2008 1:41 pm Post subject: |
|
|
| YardengoHere wrote: | | First it is useless and second there is no attachment . |
1st it converts text to hex and its useful in hex editing
2nd yes there is refresh the page
_________________
|
|
| Back to top |
|
 |
Wild I post too much
Reputation: 1
Joined: 05 Jan 2007 Posts: 2651 Location: NYC
|
Posted: Sun Jun 01, 2008 1:43 pm Post subject: |
|
|
i would have to agree
this is kinda of useless
_________________
|
|
| Back to top |
|
 |
YardengoHere I post too much
Reputation: 0
Joined: 12 Oct 2007 Posts: 3117 Location: Middle Of No Where.
|
|
| Back to top |
|
 |
tdenisenko Grandmaster Cheater
Reputation: 0
Joined: 23 Oct 2007 Posts: 799 Location: Turkey
|
Posted: Sun Jun 01, 2008 1:45 pm Post subject: |
|
|
| YardengoHere wrote: | | tdenisenko wrote: | | YardengoHere wrote: | | First it is useless and second there is no attachment . |
1st it converts text to hex and its useful in hex editing
2nd yes there is refresh the page |
Ok i found the attachment , and thanks for sharing anyways  |
lol np
_________________
|
|
| Back to top |
|
 |
canvasch Cheater
Reputation: 0
Joined: 29 Apr 2008 Posts: 42
|
Posted: Sun Jun 01, 2008 4:12 pm Post subject: |
|
|
thanks alot, did the kerning jump quests like 20 times in 5 minutes... works like perfectly
_________________
You are unique, just like everyone else. |
|
| Back to top |
|
 |
homer_simpson Grandmaster Cheater
Reputation: 0
Joined: 25 Feb 2007 Posts: 596
|
Posted: Sun Jun 01, 2008 4:16 pm Post subject: |
|
|
| canvasch wrote: | | thanks alot, did the kerning jump quests like 20 times in 5 minutes... works like perfectly |
I see...
|
|
| Back to top |
|
 |
Codeslinger I post too much
Reputation: 1
Joined: 11 Oct 2007 Posts: 3652 Location: Midwest, United States of America
|
Posted: Sun Jun 01, 2008 4:21 pm Post subject: |
|
|
There are already better program that do this...
| canvasch wrote: | | thanks alot, did the kerning jump quests like 20 times in 5 minutes... works like perfectly |
I think you're in the wrong thread.
|
|
| Back to top |
|
 |
SXGuy I post too much
Reputation: 0
Joined: 19 Sep 2006 Posts: 3551
|
|
| Back to top |
|
 |
Fronzel Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Feb 2008 Posts: 1099 Location: Nexons backyard
|
Posted: Sun Jun 01, 2008 4:46 pm Post subject: |
|
|
Whats the point? And what's this got to do with maple Story? O.o
_________________
|
|
| Back to top |
|
 |
thenicelordj Cheater
Reputation: 0
Joined: 24 Mar 2007 Posts: 48 Location: I'm in your VCR
|
Posted: Mon Jun 02, 2008 6:25 am Post subject: |
|
|
| canvasch wrote: | | thanks alot, did the kerning jump quests like 20 times in 5 minutes... works like perfectly |
Wow me 2 ^^ although it has nothing to do with the topic.
_________________
I'm like a rubix cube, the more you play with me the harder I get. |
|
| Back to top |
|
 |
--Pillboi-- Grandmaster Cheater Supreme
Reputation: 0
Joined: 06 Mar 2007 Posts: 1383 Location: I don't understand the question. Is this a 1 to 10 thing?
|
Posted: Mon Jun 02, 2008 10:57 am Post subject: |
|
|
Why is this is general programming? There is no credit given, and is no use to us. I think this topic should be deleted/locked.
_________________
Enter darkness, leave the light, Here be nightmare, here be fright...
Earth and Water, Fire and Air. Prepare to meet a creature rare.
Enter now if you dare, Enter now the dragon's lair. |
|
| Back to top |
|
 |
|