README

for nodejs version of msplib click here
This is a library for developing MovieStarPlanet tools. and no hack or cheat.
We do not offer ready-made programs.
Learn the basics of c# &' js to use this.
the most powerful and best library for moviestarplanet.
with msplib you can easily create tools or other things for moviestarplanet.
Installation
Use Nuget to install the mspLib.
Install-Package Dolo.msplib
Start
A Simple way to login with KeepAlive.
var mspClient = new MspClient(new MspClientSocket()
{
Server = Server.Germany,
KeepAlive = true
});
var mspLogin = await mspClient.Login("Username", "Password");
var mspLogin = await mspClient.Login(new TicketLogin() {
Username = "Username",
Ticket = "Ticket"
});
Console.WriteLine(mspLogin.LoggedIn ? mspLogin.Actor.StarCoins.ToString() : mspLogin.Status);
for more examples click here
Documentation
documentation of the msplib can be found here msplibdoc
for any help join our discord server or create a new issue
Changelog
for release notes or changelog examples click here