msplib

A MovieStarPlanet-Client Library in JS

Usage no npm install needed!

<script type="module">
  import msplib from 'https://cdn.skypack.dev/msplib';
</script>

README

msplib

Discord Server Nuget npm

for nodejs version of msplib click here

Info This is a library for developing MovieStarPlanet tools. and no hack or cheat.
Info We do not offer ready-made programs.
Info 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