Makes you immortal in Deeeep.io
// ==UserScript==
// @name Deeeep.io Immortality Script
// @version 1.0
// @description Makes you immortal in Deeeep.io
// @match https://beta.deeeep.io/
// @run-at document-start
// @grant none
// @license MIT
// @namespace https://greasyfork.org/users/1058472
// ==/UserScript==
// Disable damage and death
window.setInterval(function(){
window.death = false;
window.inkTime = 0;
window.swimVelocity = 4.4;
window.hurt = function(){};
}, 100);