Obfuscation of function & label names, and parameters is automatic

Once obfuscation is used all function and label names will be AUTOMATICALLY obfuscated. NO NEED FOR ANY SELF DECLARATION OF FUNCTIONS AND LABELS !
In headers, as AutoHotKey does not allow %'s, the full new obfuscated name will be there without dynamic or empty vars.
When the function or label will be called, however, a generated dynamic obfuscated name will be used, including empty or dynamic %'s vars.

Same for function parameters, which will be automatically obfuscated through the function without any manual declaration.
In Header they also cannot contain dynamic %'s.