JavaScript: _player.cursor(280)

Hi
is it possible to use something like “_player.cursor(280)” and others JS commands to control the mouse cursor without using an image?

No, Unity does not have these kinds of commands. You’ll need to change the appearance of the cursor by hiding the real one and displaying your own image where the cursor is reported as being.