forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


here keygen code for thread "question about code idea&q

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Wed Mar 26, 2003 2:58 pm    Post subject: here keygen code for thread "question about code idea&q Reply with quote

hello all

I would like to share the keygen code for the "question about code idea"

this code here will let you cut and paste key Smile

please let me know if you find any errors Smile and thanks to all that helped Smile


thanks

Code:

  EXTERNAL @WINDIR(S)\vdsinout.dll
  title tims gen
  DIALOG CREATE,tims gen,-1,0,238,242
  DIALOG ADD,EDIT,name,6,60,174,24,user name,,MULTI,WRAP
  DIALOG ADD,EDIT,pass,42,60,174,24,pass key,,MULTI,WRAP
  DIALOG ADD,EDIT,drive,78,60,174,24,drive key,,MULTI,WRAP 
  DIALOG ADD,EDIT,EDIT3,132,12,216,78,,,MULTI,WRAP
  DIALOG ADD,BUTTON,BUTTON1,216,84,66,24,gen
  DIALOG ADD,TEXT,TXT1,12,6,,,user name:
  DIALOG ADD,TEXT,TXT2,48,12,,,pass key:
  DIALOG ADD,TEXT,TXT3,84,6,,,Drive key:
  DIALOG ADD,TEXT,TXT4,114,18,,,user key:
  DIALOG SHOW
 
    :evloop
     wait event
     goto @event()

:button1button
%%Name = @dlgtext(name)
  %%Pass = @dlgtext(pass)
  %%Drive = @dlgtext(drive)    
   %%DriveEnc = @io(ENCSTR,%%Drive,%%Pass)
   %%Serial = @IO(ENCSTR,%%Name,%%Pass)-@IO(ENCSTR,%%DriveEnc,%%Pass)
     dialog set,edit3,%%serial
        goto evloop
   
:close
title tims gen
  if @ask(Are you sure you want to close?)
     exit
  end
  goto evloop

_________________
Have a nice day Smile


Last edited by tim6389 on Wed Mar 26, 2003 3:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Wed Mar 26, 2003 3:16 pm    Post subject: ohhhh Reply with quote

one more thing name,pass-key are CASE Sensitive..meaning

pass-key = Test or test will make Different key!!!!!!

_________________
Have a nice day Smile
Back to top
View user's profile Send private message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Sat Mar 29, 2003 1:28 am    Post subject: Reply with quote

no feed back at all Sad
_________________
Have a nice day Smile
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 29, 2003 12:00 pm    Post subject: Reply with quote

It looks good! Thanks for the code. Very Happy

I'm sure people will use it sometime. Wink It's just that people might
want to go a different direction and not share how they did it to prevent
their registration routines from being cracked so that might be a possible
explanation on why it didn't get much feedback.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 29, 2003 12:02 pm    Post subject: Reply with quote

In fact, I think this topic should be moved into the source code section.
Just tell me which category (VDS 3 or VDS 4, it doesn't really matter) and
I'll go ahead and move it. Wink

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Mar 29, 2003 12:05 pm    Post subject: Reply with quote

If somebody is going to use this, be sure you change some (little) things, otherwise everyone who reads this topic can create a keyfile...
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 29, 2003 12:12 pm    Post subject: Reply with quote

Yeah, just like you said, Skit. Wink

People might not want to use this code since it's easier to crack etc. since
everyone who reads the topic will have an easier time making a key file.

But actually it would involve some work because first the cracker has
to find out the pass-key used.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Sat Mar 29, 2003 5:58 pm    Post subject: Reply with quote

FreezingFire wrote:
Yeah, just like you said, Skit. Wink

People might not want to use this code since it's easier to crack etc. since
everyone who reads the topic will have an easier time making a key file.

But actually it would involve some work because first the cracker has
to find out the pass-key used.



yea this is true. i guess it could be used as a starting point...i hope...hehhheeh

_________________
Have a nice day Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group