futurepasts Posted April 13, 2016 Share Posted April 13, 2016 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 ) Quote Link to comment Share on other sites More sharing options...
Goaks Posted April 13, 2016 Share Posted April 13, 2016 don't think they allow for security reasons Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted April 13, 2016 Share Posted April 13, 2016 (edited) 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, 2016 by Flamezzz Quote Link to comment Share on other sites More sharing options...
futurepasts Posted April 13, 2016 Author Share Posted April 13, 2016 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 ) Quote Link to comment Share on other sites More sharing options...
Token Posted April 13, 2016 Share Posted April 13, 2016 Account/Proxy data are saved in your OSBot folder in an ecrypted form. You know what you have to do Quote Link to comment Share on other sites More sharing options...
futurepasts Posted April 13, 2016 Author Share Posted April 13, 2016 Decrypt it Quote Link to comment Share on other sites More sharing options...