ExecuteFromFile
ExecuteFromFile
Open a file selection dialog and send the content of the selected file to the script execution queue
Syntax
public static bool ExecuteFromFile(bool Forced)
Parameters
Forced
(bool): Force the cleaning of the execution queue after injection
Example
SirHurtAPI.SirHurtAPI.ExecuteFromFile(false);
Returns
bool
: Returnstrue
if execution was successfull otherwisefalse
.