Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Simple copy protection system.

  1. #11
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Simple copy protection system.

    My thoughts have always been to make more than one valid test in the program. So create a Copy Protection object that contains about 50 different copy protection algorithms (each different). Then in 50 different places call a different CP function.

    Yes it can be broken like anything else, but by making 50 or 500 different tests the hacker is going to have to do a LOT of extra effort.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  2. #12

    Simple copy protection system.

    You got to ask yourself - will anyone be buying my product? Is it the sort of person who would use a hacked version? If someone was to hack your program would they have been a customer otherwise?

    The system I use is: I provide my users with a product number, they go online enter the product number and their details - the online script creates a unique activation code based on some hardware info that it receives automatically from the user. This way I can see who has registered and how many times etc.

    We allow users to register up to three times, yes it means they could be giving it to their mates but my analysis of my data shows that most people register once, some people register a desktop and laptop computer. It seems most people are pretty honest. The copy protection could be hacked I suppose but I really can't be bothered with it.

    Before implementing copy protection we received very few support requests, afterwards support shot through the roof. I had to tweak the system and make some changes in the presentation to improve it - due to these simple interace changes support for activation has dropped from 1 in 8 to 1 in 300 sales so I am pretty happy that way.
    The views expressed on this programme are bloody good ones. - Fred Dagg

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •