Skip to content

Instantly share code, notes, and snippets.

@DarkblooM-IO
DarkblooM-IO / undertale.py
Last active March 14, 2025 10:26
Undertale name prompt
#!/usr/bin/env python3
"""
Undertale name prompt
Copyright (C) 2025 ÐarkbloøM
All rights reserved.
"""
import re
FORBIDDEN = {
@DarkblooM-IO
DarkblooM-IO / profile1.txt
Last active June 4, 2025 13:30
CustomHud mod profile config
==BackgroundColor:#00000000==
==Section:TopLeft==
{fps} FPS
{x} / {y} / {z}
[ {icx} / {icz} ]
Facing {facing -tc}
Biome: {biome}
{hour}:{minute} {am_pm -uc}
Day {$ day + 1}
==Section:BottomLeft==
@DarkblooM-IO
DarkblooM-IO / utils.lua
Last active June 5, 2025 13:33
Lua library containing various useful functions and methods
--[[
Lua library containing various useful functions and methods
Copyright (C) 2025 ÐarkbloøM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@DarkblooM-IO
DarkblooM-IO / mathbot.py
Last active March 11, 2025 17:19
ASCIIMath to PNG Discord bot
#!/usr/bin/env python3
"""
ASCIIMath to PNG Discord bot
Copyright (C) 2025 ÐarkbloøM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.