Execute
Execute
Sends a script to the execution queue
Syntax
public static bool Execute(string script, bool Forced)
Parameters
script
(string): The script to be executedForced
(bool): Force the cleaning of the execution queue after injection
Example
SirHurtAPI.SirHurtAPI.Execute("print('Hello World !')",false);
Returns
bool
: Returnstrue
if execution was successfull otherwisefalse
.