Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Loading Text
#10
There might be a way to track the loading text coding by color if the EXE activates the 'flashing color' feature a certain way. The question is as follows:

For the flashing feature, does the EXE normally create a new 'LEA' command (or some other reading command) for each 'flashing' color, like:

Push LF2 0D8775A
LEA EDX DWORD PTR SS: [...]
________Another Address_________

Push LF2 09F9F9F
LEA EDX DWORD PTR SS: [...]

________Another Address_________

Push LF2 0FFFFFF
LEA EDX DWORD PTR SS: [...]

***************Etcetera****************

Or does it only use the 'LEA' command once and then push on all the individual colors after it, like:

LEA EDX DWORD PTR SS: [...]
Push LF2 0D8775A
Push LF2 09F9F9F
Push LF2 0FFFFFF

***************Etcetera****************
(Note: The above colors were made up and may not be really what the EXE actually uses)

If the EXE should activate the 'flashing color' text feature by the second method, I can simply search for the 'Push' command string with all the colors (via screenshots and color detection). But if the EXE uses the first method, then chances of finding it become nearly impossible (because a lot of other text in LF2 are in the colors white, gray, and light blue)

Please Respond


~Solomon Leung
<div style="background-image:url('http://f.imagehost.org/0086/Fill.png'); filter:alpha(opacity=70); border-top:1px solid #000000; border-right:1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000"> <table border="0" width="100%"><tr><td width="500"><img src=http://g.imagehost.org/0170/FORUM_SIGNATURE.png opacity="1" alt="Little Fighter Code Lyoko"></td><td width="30"><img src="http://www.antoninasdesigns.com/images/real-gray-square.gif" width="1" height="100"></td><td><font face=monotype corsiva><font color=#0A298F><font size="4"><b><i>~Solomon Leung</size><br><font size="2">P.S. I Just Lost <a href="http://www.losethegame.org" target="_blank" style="text-decoration: none"><font color=#0A298F>The Game</font></a></b></i></font></font></size></td></tr></table></div>
Reply
Thanks given by:


Messages In This Thread
Changing Loading Text - by 1477 - 03-14-2009, 08:46 PM
RE: Changing Loading Text - by Silverthorn - 03-14-2009, 09:27 PM
RE: Changing Loading Text - by Boop - 03-14-2009, 09:28 PM
RE: Changing Loading Text - by 1477 - 03-16-2009, 09:53 PM
RE: Changing Loading Text - by Boop - 03-16-2009, 10:09 PM
RE: Changing Loading Text - by 1477 - 03-18-2009, 09:41 PM
RE: Changing Loading Text - by Boop - 03-19-2009, 04:37 PM
RE: Changing Loading Text - by 1477 - 03-19-2009, 09:14 PM
RE: Changing Loading Text - by Boop - 03-20-2009, 01:31 PM
RE: Changing Loading Text - by 1477 - 03-20-2009, 06:51 PM
RE: Changing Loading Text - by Boop - 03-20-2009, 07:15 PM
RE: Changing Loading Text - by 1477 - 03-20-2009, 08:43 PM
RE: Changing Loading Text - by Boop - 03-20-2009, 08:53 PM
RE: Changing Loading Text - by 1477 - 03-21-2009, 09:37 PM
RE: Changing Loading Text - by Boop - 03-21-2009, 09:53 PM
RE: Changing Loading Text - by 1477 - 03-22-2009, 04:06 AM
RE: Changing Loading Text - by Boop - 03-22-2009, 08:24 AM
RE: Changing Loading Text - by 1477 - 03-22-2009, 10:11 PM
RE: Changing Loading Text - by RenanDez - 03-23-2009, 06:12 PM
RE: Changing Loading Text - by Boop - 03-23-2009, 06:16 PM
RE: Changing Loading Text - by RenanDez - 03-27-2009, 05:44 PM
RE: Changing Loading Text - by Boop - 03-28-2009, 10:46 AM
RE: Changing Loading Text - by RenanDez - 04-18-2009, 11:32 AM



Users browsing this thread: 1 Guest(s)