Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need help with making my file unshareable
#4
You can encrypt your macros (Options -> Security) and add code that checks whether the macro runs on your computer. For example this:

Code:
Copy      Help
str su sc; GetUserComputer su sc; if(!(su~"My user name" and sc~"My Computer name")) end

Replace the strings to real use name and computer name.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)