Loading
BDTools
Escape special characters (;, $, ], \) in your text with escaped sequences. Paste your code in the left panel and click the escape button.
(For advanced BDFD users)
Escape characters are used to treat special symbols as plain text instead of triggering functions. This lets your bot return characters like
;,
$,
],
\
inside your message without breaking the script.
Common escape mappings include:
$ -> %{DOL}%] -> \] or %ESCAPED%; -> \; or %{-SEMICOL-}%\ -> \\Example:
$nomention
$sendMessage[[%{DOL}%Hello\; this is pretty cool\; right%{DOL}%\]]
This tool is especially useful when your BDFD scripts include characters that would otherwise break or alter behavior. Escaping ensures safe output and better reliability.
Learn more about escaping at the official BDFD docs.
Note: This is a community-made tool and is not affiliated with BDFD directly.