Alliri Posted October 6, 2018 Share Posted October 6, 2018 I was wondering what ways Are there to license autoit software - I would prefer if there was a server-side Way. Link to comment Share on other sites More sharing options...
Alliri Posted October 7, 2018 Author Share Posted October 7, 2018 I was wondering what ways Are there to license autoit software - I would prefer if there was a server-side Way. Link to comment Share on other sites More sharing options...
Alliri Posted October 7, 2018 Author Share Posted October 7, 2018 I was wondering what ways Are there to license autoit software - I would prefer if there was a server-side Way. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 7, 2018 Developers Share Posted October 7, 2018 (edited) 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 October 7, 2018 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 More sharing options...
careca Posted October 7, 2018 Share Posted October 7, 2018 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. Xandy 1 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 More sharing options...
Alliri Posted October 7, 2018 Author Share Posted October 7, 2018 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 More sharing options...
Xandy Posted October 7, 2018 Share Posted October 7, 2018 (edited) 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 October 7, 2018 by Xandy Human Male Programmer (-_-) Xandy About (^o^) Discord - Xandy Programmer MapIt (Tile world editor, Image Tile Extractor, and Game Maker) Link to comment Share on other sites More sharing options...
Alliri Posted October 7, 2018 Author Share Posted October 7, 2018 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 More sharing options...
jchd Posted October 7, 2018 Share Posted October 7, 2018 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 hereRegExp tutorial: enough to get startedPCRE 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 More sharing options...
Developers Jos Posted October 7, 2018 Developers Share Posted October 7, 2018 @Alliri or should I say Sillyre.... bye bye FrancescoDiMuro 1 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 More sharing options...
Recommended Posts