Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Release] ASCII converter (with source)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
tdenisenko
Grandmaster Cheater
Reputation: 0

Joined: 23 Oct 2007
Posts: 799
Location: Turkey

PostPosted: Sun Jun 01, 2008 1:25 pm    Post subject: [Release] ASCII converter (with source) Reply with quote

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~



The Extension 'rar' was deactivated by an board admin, therefore this Attachment is not displayed.


_________________
I am learning C++ and ASM and making trainers!
My Last Chaos Trainer!
LC Trainer by tdenisenko
Back to top
View user's profile Send private message
YardengoHere
I post too much
Reputation: 0

Joined: 12 Oct 2007
Posts: 3117
Location: Middle Of No Where.

PostPosted: Sun Jun 01, 2008 1:32 pm    Post subject: Reply with quote

First it is useless and second there is no attachment .
_________________
Gone.
Back to top
View user's profile Send private message Send e-mail
thejester
Master Cheater
Reputation: 0

Joined: 31 May 2007
Posts: 329

PostPosted: Sun Jun 01, 2008 1:41 pm    Post subject: Reply with quote

YardengoHere wrote:
First it is useless and second there is no attachment .

Refresh if you don't see it.
Back to top
View user's profile Send private message
tdenisenko
Grandmaster Cheater
Reputation: 0

Joined: 23 Oct 2007
Posts: 799
Location: Turkey

PostPosted: Sun Jun 01, 2008 1:41 pm    Post subject: Reply with quote

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

_________________
I am learning C++ and ASM and making trainers!
My Last Chaos Trainer!
LC Trainer by tdenisenko
Back to top
View user's profile Send private message
Wild
I post too much
Reputation: 1

Joined: 05 Jan 2007
Posts: 2651
Location: NYC

PostPosted: Sun Jun 01, 2008 1:43 pm    Post subject: Reply with quote

i would have to agree
this is kinda of useless

_________________
Back to top
View user's profile Send private message AIM Address MSN Messenger
YardengoHere
I post too much
Reputation: 0

Joined: 12 Oct 2007
Posts: 3117
Location: Middle Of No Where.

PostPosted: Sun Jun 01, 2008 1:44 pm    Post subject: Reply with quote

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 Wink

_________________
Gone.
Back to top
View user's profile Send private message Send e-mail
tdenisenko
Grandmaster Cheater
Reputation: 0

Joined: 23 Oct 2007
Posts: 799
Location: Turkey

PostPosted: Sun Jun 01, 2008 1:45 pm    Post subject: Reply with quote

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 Wink


lol np Wink

_________________
I am learning C++ and ASM and making trainers!
My Last Chaos Trainer!
LC Trainer by tdenisenko
Back to top
View user's profile Send private message
canvasch
Cheater
Reputation: 0

Joined: 29 Apr 2008
Posts: 42

PostPosted: Sun Jun 01, 2008 4:12 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
homer_simpson
Grandmaster Cheater
Reputation: 0

Joined: 25 Feb 2007
Posts: 596

PostPosted: Sun Jun 01, 2008 4:16 pm    Post subject: Reply with quote

canvasch wrote:
thanks alot, did the kerning jump quests like 20 times in 5 minutes... works like perfectly


I see... Shocked
Back to top
View user's profile Send private message
Codeslinger
I post too much
Reputation: 1

Joined: 11 Oct 2007
Posts: 3652
Location: Midwest, United States of America

PostPosted: Sun Jun 01, 2008 4:21 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
SXGuy
I post too much
Reputation: 0

Joined: 19 Sep 2006
Posts: 3551

PostPosted: Sun Jun 01, 2008 4:33 pm    Post subject: Reply with quote

dont see the point, when you could just click here http://www.centricle.com/tools/ascii-hex/
Back to top
View user's profile Send private message
Fronzel
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Feb 2008
Posts: 1099
Location: Nexons backyard

PostPosted: Sun Jun 01, 2008 4:46 pm    Post subject: Reply with quote

Whats the point? And what's this got to do with maple Story? O.o
_________________
Back to top
View user's profile Send private message
thenicelordj
Cheater
Reputation: 0

Joined: 24 Mar 2007
Posts: 48
Location: I'm in your VCR

PostPosted: Mon Jun 02, 2008 6:25 am    Post subject: Reply with quote

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
View user's profile Send private message
--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?

PostPosted: Mon Jun 02, 2008 10:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites