May 25, 20178 yr Hello community! I would like to know how to load a profile after the bot died. Or just how to load a new profile with c#
May 25, 20178 yr Hello, this should work: Grinder.Bot.GrinderSetting.CurrentSetting.ProfileName = "your profile"; //uncomment here if profile still not changed /* Grinder.Bot.GrinderSetting.CurrentSetting.Save(); Grinder.Bot.GrinderSetting.Load(); Products.ProductRestart(); //maybe needed */
May 26, 20178 yr Author hey thanks for the answer but the first line does nothing and if i use Products.ProductRestart(); the bot just stops. If i start the bot manually after it stopped the profile is changed
May 26, 20178 yr Author this works now the last thing i would to know is how to change the setting "back to last profile position" in the code? I tried it with Grinder.Bot.GrinderSetting.CurrentSetting.BackToLastProfilePosition = false; but it didnt work
Create an account or sign in to comment