I do it!
So I used objects Window and SysInfo.
For limitation i Used:
If m&k.absmousex < sysinfo.getscreenwidth-370 then m&k set mouse x to sysinfo.getscreenwidth-370;
If m&k.absmousex > sysinfo.getscreenwidth+250 then m&k set mouse x to sysinfo.getscreenwidth+250;
{250 and 370 its a number setted by me}
For stopping a mouse i used:
if global('stopped') = 1 then:
trigger one : global('mx') to m&k.absmousex
always : m&k set x to global('mx')