redmoon.exe

Newbie Spellweaver
Joined
Nov 22, 2004
Messages
40
Reaction score
0
anyone know how to edit the redmoon.exe file so it will show other url at the box ?

i tired hexing but whan saving the file and runing it i get win32 error (it also lose the icon)
 
I used a hex editor to do it. The trick is to not change the original length of the URL. If you add/remove characters the executable will not run.
 
Yeah, if you just replace the existing link with yours and add in trailing //// at the end if there's extra space in the link it will suffice. Just be sure not to hit Backspace ;)
 
You can add Nulls to the hex address (00) without any problems instead of /// (Looks sloppy). If you need to extend the bit length for a longer url. Let me know ill assist you.
 
Back