Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

mspaint-cc/mspaint

Repository files navigation

mspaint

Important

This version is deprecated. Join our Discord server at https://mspaint.cc/ to get the new version.

A decent script hub that was free and open source

-- THIS IS THE OLD SCRIPT, WE DO NOT ADVISE YOU USING THIS AS OVER TIME STUFF WILL GET PATCHED
loadstring(game:HttpGet("https://raw.githubusercontent.com/notpoiu/mspaint/main/main.lua"))()

Links:

Addons

You can find documentation on how to create an addon here: https://docs.upio.dev/mspaint/addons/getting_started

Website

our website is at https://www.mspaint.cc (source code here at https://github.com/notpoiu/webmspaint)

Bundling mspaint via wax

To bundle all the scripts, you have to follow these steps:

  1. Install rokit if you haven't already
  2. Open Powershell or the command-line shell of your liking and cd to this repository
  3. Run rokit install and wait for it to install all the dependencies
  4. Run lune run Build bundle input='default.project.json' minify=false output='Distribution/Script.luau' env-name="Script" darklua-config-path="Build/DarkLua.json" temp-dir-base="Distribution" verbose=true

You can find the bundled script in /Distribution/Script.luau.