Author Topic: [events] Cant paste text with codes in it  (Read 909 times)

Whenever I am eventing I always copy things I use allot
However I cant for some reason paste, lets say for example "<color:ffff00>Carol<color:ffffff>:"
It just shows up a "Carol:" in the box. Its like it automatically filters it out
How to fix?

are you copying from external locations and pasting into BL?
in the past I've just copied everything besides the first <, but I made a java program that pastes the clipboard by simulating keyboard input
if you want the program's source code let me know and i'll post it

I tried copying from ingame as just from notepad and neither worked

must be on pasting it parses out the <> tags
there might be a way to make an addon to change it, but not sure at what point it's removed

if you want the program, it's just a small GUI that has a few options, like paste clipboard (which then starts the typing after a second or so)

must be on pasting it parses out the <> tags
there might be a way to make an addon to change it, but not sure at what point it's removed

if you want the program, it's just a small GUI that has a few options, like paste clipboard (which then starts the typing after a second or so)
Sure, PM it to me
Why did badspot even implement this?
Or maybe its just the engine.

Or maybe its just the engine.

Indeed:



I have no idea why, this makes absolutely no sense at all.

Is it possible to remove it?
I could use the file phflack gave me but removing it from the game itself would make things a tad easier


Not without a DLL.
BLhack 2.0
Please make it happen <3

Edit: Or I can use the tool pflack gave me
But I have to download some stuff for that
And do other stuff with that before it works
So eh.

Edit: Or I can use the tool pflack gave me
But I have to download some stuff for that
And do other stuff with that before it works
So eh.
you just need java to get it to work
it's not quite as streamlined as would be nice, but it's about as straightforward as it gets outside of a BL based solution, you run the program and click the button and it types in whatever is on your clipboard