Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Protection Plus for Clipper - <u>pp_killprot()</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PP_KILLPROT()
Remove the copy protection
------------------------------------------------------------------------------

Syntax
  PP_KILLPROT()  .  lResult

Returns
  .T. if successful, else .F.

Description
  Will remove all copy protection from the current application.
  This function, like most others, relies on the PUBLIC pp_cfile
  variable to be defined as mentioned in the beginning notes.
  This function is most commonly found as one of the hidden
  user-codes.  Refer to PP_UCODE() to see how to integrate this.

Example

if pp_killprot()       && kill copy protection on hard drive
    @ 2,0 say "Protection erased!"
endif

See Also: PP_COPYWRITE() PP_COPYCHK() PP_UCODE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson