I was trying to learn ASM (assembler) and i was now running
a program STEP by STEP by using W32DSM (v8.9)
But then i came across the "Register Now" NAG screen
and wanted to REMOVE that so i cuold use it as TRIAL ware
but with no NAG screen...

I know that it also writes to the register (the SERIAL CODE)
but i don't care about that now..
What i wanted to do was EXTRACT the prossess that
checks the SERIAL that you input...

So that i could build an KEY MAKER.
or a PATCH to remove the NAG screen

THE PROGRAM IM TRYING ON IS:
----------------------------------------
Windguides Tweak Manager 2.0
http://www.winguides.com/downloads.php?site=47
----------------------------------------

And the code:
1AC78 23D1B 83EAD A21B9 works well, but i wanna make more codes...Is that possible..for y = 0 to 3

PS: by the way..
Code:
for x = 0 to 4
rs = rs & hex(15*rnd)
next
rs = rs & " "
next
Doesn't make any working code's ... (but it produces HEX strings similar to the one above,but non-woking ones)