Jump to content

wrobot autostart without relogger not work


WirtBox

Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...