T - 16 Split -|- Y - Triple Split -|- U - Double Split
The Cursor centerer doesnt work on gota, it did before. Thats why I removed it, sorry to disappoint you with that, also you can disable chat in your settings.
Added Chat Toggle
thanks so much :) Best Gota.io script :)
your welcome :)
Edit: Ended up finding some cell freeze code
Please Add [ S ] To Froze cell and chat enable/disable
maybe this can help :
}
if (event.keyCode == 83) { //key S
X = window.innerWidth/2;
Y = window.innerHeight/2;
$("canvas").trigger($.Event("mousemove", {clientX: X, clientY: Y}));
}
thanks and the script is the best :)