June 14, 20214 yr I'm use created by me relogger (substitution PC + proxy - per window). Now i'm start wrobot by dint of emulation mouse left click. It is not convenient when working on a PC. What parameter (or other) i can use for auto start wrobot window? code cut:_______________ 'AutoAttachAndLog=true LogInject=true AccountName="'+task.AccountName+'" BattleNet="'+task.AccountName+'" Password="'+task.Password+'" Character="'+task.Character+'" FightClass="'+task.FightClass+'" Profile="'+task.Profile+'" Server="'+task.Server+'" Product="'+task.Product+'" AutoStart=true LockFrame=true ProcessId='+inttostr(task.ProcessId); _____________ AutoStart=true - not work
June 15, 20214 yr Hi, autostart is read only: public bool AutoStart => !string.IsNullOrEmpty(Product) && !string.IsNullOrEmpty(LicenseKey) && ProcessId > 0; Try use arg LicenseKey (seems missing in your code)
Create an account or sign in to comment