Windivert would be another possibility but this requires c coding knowledge + it is packet level so don't really know how to link this to a specific process cause not all packets will contain process is data
You can use reflection or read the values from trinity settings file
basic examples for reflection: Reflection Examples [C#]
code snippet from Yar plugin using reflection to get "LIVE" info from trinity plugin:
namespace YARPLUGIN
{
public static class TrinitySupport
{...
added support for this plugin in YAR should be working .. notify me when you encounter issues
it relies on the log message so if you plan to change the log message please notify me so I can update :)
but plugins will be initialized before character settings are loaded and therefor it would be possible to identify the account by email and link that to a authenticator!
nope I am not supporting this plugin anymore most of the anti Idle features are now present in Yet Another Relogger which can be find here:http://www.thebuddyforum.com/demonbuddy-forum/plugins/82535-standalone-yet-another-relogger.html
The AntiIdle plugin would require a complete rewrite to...
Like you said this is a workaround not a fix for the problem cause when commenting the continue tag within the IF tag out will result in a working profile ** Note that there still is a continue tag below that if statement and that one does not cause any problems