WirtBox 0 Posted June 14, 2021 Share Posted June 14, 2021 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 Link to comment https://wrobot.eu/forums/topic/13097-wrobot-autostart-without-relogger-not-work/ Share on other sites More sharing options...
Droidz 2738 Posted June 15, 2021 Share Posted June 15, 2021 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) Link to comment https://wrobot.eu/forums/topic/13097-wrobot-autostart-without-relogger-not-work/#findComment-62269 Share on other sites More sharing options...
WirtBox 0 Posted June 15, 2021 Author Share Posted June 15, 2021 TY! Its work))) Link to comment https://wrobot.eu/forums/topic/13097-wrobot-autostart-without-relogger-not-work/#findComment-62271 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now