Jump to content

AutoIt software licensing


 Share

Recommended Posts

  • Developers

How often are you planning to post the same topic in a separate thread? (All 3 merged)
Please stick to one from here on.

As to your question, I have no idea what you are asking in relation to  "server-side way"... care to elaborate?

Jos

 

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

I'd say that would be hard to do, im no expert, but since we can admit the source code can be extracted, nothing would impede someone getting your code, remove the parts that check for a licence on a server, and run it without any check.

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Link to comment
Share on other sites

7 hours ago, Jos said:

How often are you planning to post the same topic in a separate thread? (All 3 merged)
Please stick to one from here on.

As to your question, I have no idea what you are asking in relation to  "server-side way"... care to elaborate?

Jos

 

Sorry for that. I mean IT connects to a server, checks a database of serial keys and activate The software if The key is correct.

Link to comment
Share on other sites

Quote

Sorry for that. I mean IT connects to a server, checks a database of serial keys and activate The software if The key is correct.

You can do this.  I would do it TCP or UDP, but there may also be other ways.

As careca mentioned there's basically no way to protect or hide your source code.

So the server response checks could be removed (pretty easily), and a new exe redistributed.

If you can suggest a work around.  I will write the TCP and/or UDP code for you; client and server.  :)

Edited by Xandy
Link to comment
Share on other sites

19 minutes ago, Xandy said:

You can do this.  I would do it TCP or UDP, but there may also be other ways.

As careca mentioned there's basically no way to protect or hide your source code.

So the server response checks could be removed (pretty easily), and a new exe redistributed.

If you can suggest a work around.  I will write the TCP and/or UDP code for you; client and server.  :)

If you could contact me on discord.. That would be great - Sillyre#8184

Link to comment
Share on other sites

1 hour ago, Alliri said:

and activate The software if The key is correct

That's the catch: what do you mean by "activate"?

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...