Lexity Posted July 19, 2017 Posted July 19, 2017 How do i make a login form with split char like username and pass with pastebin example "69:savage" like web client stuff.
Rextor Posted July 19, 2017 Posted July 19, 2017 1- Add MSC API reference to your project 2- Create your config and use the Requester for request from site 3- Username: account.Split(':')[0] Password: account.Split(':')[1] (Your can use Account class in API) MSC on GitHub: https://github.com/Rextor/MSC 1
Lexity Posted July 19, 2017 Author Posted July 19, 2017 4 hours ago, Rextor said: 1- Add MSC API reference to your project 2- Create your config and use the Requester for request from site 3- Username: account.Split(':')[0] Password: account.Split(':')[1] (Your can use Account class in API) MSC on GitHub: https://github.com/Rextor/MSC I didn't need to do that because I'd just got done doing my login, but thanks for the reply anyway. Appreciated.
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