You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@error and @extended will be automatically re-assign when enter a function, this is an expected behavior in native AutoIt3. Applying certain strategies can lead to unexpected behaviors in rare cases where another function is being execute prior to the obfuscated macros (mostly in the same line). If your obfuscated script can be executed but not working properly, this might be the case and can be resolved by not using SetError, SetExtended or any equivalents, define them by yourself.
The text was updated successfully, but these errors were encountered:
@error
and@extended
will be automatically re-assign when enter a function, this is an expected behavior in native AutoIt3. Applying certain strategies can lead to unexpected behaviors in rare cases where another function is being execute prior to the obfuscated macros (mostly in the same line). If your obfuscated script can be executed but not working properly, this might be the case and can be resolved by not usingSetError
,SetExtended
or any equivalents, define them by yourself.The text was updated successfully, but these errors were encountered: