Log in

View Full Version : Goatass please help


LaptoniC
February 8th, 2001, 17:23
I am trying to compile your RSA keygen source.Could you post your resource file too.Thanks.

goatass
February 8th, 2001, 23:16
Hey, I e-mailed it to you, note that I redid the GUI since I sent it to +Tsehp so the source code will look a bit different.

If you have any questions feel free to ask.

goatass

seabreaker
February 10th, 2001, 15:02
hey.. Goatass.. looks great. 1 prob. i see you have 3 edit boxes...

IDC_KEY equ 103
IDC_NAME equ 101
IDC_COMPANY equ 102

so..

name- 101
comp.- 102
and
key- 103...

my problem is.. i dont know what the dialog name is.. and i cant find it.. when i compile.. nothing happens

whats the dialog name ??

thanks, seabreaker

goatass
February 10th, 2001, 19:49
it doesn't matter what the dialog name is, make something up and construct a new resource file. you can always take the actual keygen code and put it into your own template and compile that. I didn't include the resource file so people won't compile it and use it or send it to TMG without understanding it.

MyKeygen DIALOG 12, 23, 164, 89
STYLE DS_MODALFRAME | 0x8L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CLASS "movingCls"
CAPTION "Goatass"


goatass