Greasy Fork is available in English.

Cheat Installer

Install Surviv.io Cheats

// ==UserScript==
// @name         Cheat Installer
// @version      0.0.0
// @description  Install Surviv.io Cheats
// @author       IceHacks
// @include      *://*.google.*/search*surviv*cheat*
// @include      *://*.google.*/search*surviv*hacks*
// @include      *://*.google.*/search*surviv*aim*bot
// @namespace    http://surviv.io/
// @keywords     surviv.io, surviv, cheat, aimbot, installer, free, easy, pro, spinbot, dodge, auto, hack, 2017, 2018, 2019
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';

    location.replace("https://github.com/IceHacks/SurvivCheatInjector");
})();