Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emppu-dev/roblox-decal-mass-uploader
Mass upload any image of your choice to Roblox as decals!
https://github.com/emppu-dev/roblox-decal-mass-uploader
decal decals mass mass-upload roblox roblox-api roblox-lua roblox-scripts upload
Last synced: 2 days ago
JSON representation
Mass upload any image of your choice to Roblox as decals!
- Host: GitHub
- URL: https://github.com/emppu-dev/roblox-decal-mass-uploader
- Owner: emppu-dev
- License: mit
- Created: 2023-08-06T11:56:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:41:59.000Z (2 months ago)
- Last Synced: 2024-09-15T05:59:06.542Z (2 months ago)
- Topics: decal, decals, mass, mass-upload, roblox, roblox-api, roblox-lua, roblox-scripts, upload
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 21
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🖼️📤 Roblox decal mass uploader
Please star this repo if you like the tool so i can make more of these in the future <3
This tool has yet to be tested on operating systems other than Windows
If you have any issues with this please open a Github issue here instead of contacting me personally## To Do
- [x] Clean up the code
- [x] Fix all issues
- [ ] Enhance the visual appeal (add colors)
- [x] Provide an set-up tutorial
- [ ] Optimize
- [ ] Add proxy support
- [ ] Make more user friendly (move away from json config)## 🛠️ Usage
Install python [here](https://www.python.org/downloads/)
INSTALL TO PATH!!!Run setup.py to install all needed libraries
Get your Roblox cookie
Inspect element -> Application -> Copy the value of .ROBLOSECURITY
Put the cookie inside of the config.json
```json
{
"cookie":"REPLACE-THIS-WITH-YOUR-COOKIE",
"image":"image.png",
"upload_num":25
}
```Put the image that you want to upload in to the same directory with main.py
Specify the name of the file in config.jsonRun main.py and wait for the magic to happen
## 📷 Preview
![image](https://github.com/emppu-dev/roblox-decal-mass-uploader/assets/83163481/7264cb3b-4299-43eb-b947-a60a2590e663)
![image](https://github.com/emppu-dev/roblox-decal-mass-uploader/assets/83163481/80692b25-f05b-44f0-a329-2c268b033f22)## ⚠️ Disclaimer
This tool is provided for educational purposes only. Users are responsible for ensuring their actions comply with all laws and regulations. The developer is not liable for any misuse or unlawful activities conducted using this tool.## 📄 License
[MIT](https://choosealicense.com/licenses/mit/)