Jump to content
Tuts 4 You

[Help] login form download string pastebin split char


Lexity

Recommended Posts

How do i make a login form with split char like username and pass with pastebin example  "69:savage"

like web client stuff.

Link to comment

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

  • Like 1
Link to comment
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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...