Posted July 19, 20178 yr How do i make a login form with split char like username and pass with pastebin example "69:savage" like web client stuff.
July 19, 20178 yr 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
July 19, 20178 yr Author 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.
Create an account or sign in to comment