no rats
// ==UserScript==
// @name RuneSoftware security
// @namespace http://tampermonkey.net/
// @version 0.1
// @description no rats
// @author adminman123 on discord
// @match *://runesoftware.co/*
// @grant none
// @license idk
// ==/UserScript==
(function() {
'use strict';
alert('FAKE WEBSITE! Bringing to the real one');
window.location.href = 'http://runesoftware.cc';
})();