Hidden scripts - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Hidden scripts (/showthread.php?tid=4158) |
Hidden scripts - tomnord - 26.07.2022 Hello, is there any way to secure scripts so that end user can not access them? end user needs admin rights, so maybe a protected user function? RE: Hidden scripts - Daniel - 26.07.2022 You should not give the admin password to end user. To hide your code wrap your scripts in function and put all functions in user library. After deselecting 'keep source' it will not be visible to anyone, also to you so make sure to have the source saved elsewhere RE: Hidden scripts - tomnord - 26.07.2022 thanx |