April 13, 20169 yr Is this even possible on osbot? I looked at api and didn't founded anything about login except for state. What i want to do is use my login info example:Username:password either from array list or from txt (since i have around 100 bots that needs to login every few hours (my private method) and sometimes it gets banned so it would be alot easier to just put new accounts to .txt file or array list I don't care about bans since its just f2p accounts i can create them as much as i want.And also i don't use proxies because thats a waste of money just for f2p accounts So if its possible please post how to do it (i don't need code just give me advice on how to do it on osbot )
April 13, 20169 yr Yes you can disable the autologin handler and create your own handler or perhaps modify the current account, although it's not trivial to implement and can only be used in a private script.http://osbot.org/forum/topic/93387-onstart-not-being-called-before-user-is-logged-in/ Edited April 13, 20169 yr by Flamezzz
April 13, 20169 yr Author Thanks for the answer but what do i do if for example my username is wrong and login fails? or my account banned ? i tried to use widget tool but it seems that it isnt work ing in login screen (By saying what do i do if login fails i meant how to delete username and pass field )
April 13, 20169 yr Account/Proxy data are saved in your OSBot folder in an ecrypted form. You know what you have to do
Create an account or sign in to comment