Important
This script is now depricated
A decent script hub that is free and open source 🥶
loadstring(game:HttpGet("https://raw.githubusercontent.com/notpoiu/mspaint/main/main.lua"))()
Links:
You can find documentation on how to create an addon here: https://docs.upio.dev/mspaint/addons/getting_started
our website is at https://mspaint.upio.dev (source code here at https://github.com/notpoiu/webmspaint)
Please make sure to follow the contributor guidelines.
Important
This script now uses the wax bundler to organize code
To bundle all the scripts, you have to follow these steps:
- Install rokit if you haven't already
- Open Powershell or the command-line shell of your liking and cd to this repository
- Run
rokit install
and wait for it to install all the dependencies - 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
.