PDA

View Full Version : Clonecd 5.2.4.2


Hawk7
06-10-2005, 10:28 PM
Hi all, Im new here. I really like your forum alot, It's pretty cool. Anyway I was just wondering if you could explain what API to use (if it is an API) to apply my name into the info box, right now it say's unregistered. I removed the nag useing bp on DestroyWindow, but I can't find where the proggy is storing the "UNREGISTERED" to edit it out with hex editor. Maybe in memory huh. I don't know ? If anybody could help me, that would be so cool... Thanks in advance. Peace and Respect Always Hawk7

AndreaGeddon
06-11-2005, 07:46 AM
Originally posted by Hawk7@Jun 11 2005, 02:28 AM
Hi all, Im new here. I really like your forum alot, It's pretty cool. Anyway I was just wondering if you could explain what API to use (if it is an API) to apply my name into the info box, right now it say's unregistered. I removed the nag useing bp on DestroyWindow, but I can't find where the proggy is storing the "UNREGISTERED" to edit it out with hex editor. Maybe in memory huh. I don't know ? If anybody could help me, that would be so cool... Thanks in advance. Peace and Respect Always Hawk7
1072

Well some apis you can spy are SetWendowTextA SetDlgItemTextA or even SendMessage with WM_SETTEXT message. Just try them :)
Bye!
AndreaGeddon

Hawk7
06-11-2005, 10:18 AM
Thank's AndreaGeddon, I will give these a try. Peace and Respect Hawk7