This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Saliens Hack | |
// @description Saliens Hack for Steam Summer Sale 2018 Game - AutoSelect Planet, Invincibility, InstaKill | |
// | |
// @author Cory "mbsurfer" Shaw | |
// @namespace http://github.com/coryshaw1 | |
// @downloadURL https://gist.github.com/coryshaw1/ed51d13baa8191f53f489b9de25cc868/raw/b4807713964a9b67e1b8d7837256845b078a51c6/saliensHack.user.js | |
// | |
// @license GPLv3 - http://www.gnu.org/licenses/gpl-3.0.txt | |
// @copyright Copyright (C) 2018, by Cory Shaw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval(function(){ | |
if (!gGame || !gGame.m_State || !gGame.m_State.m_EnemyManager) return; | |
if (!gGame.m_State.m_EnemyManager.m_EnemyData) return; | |
gGame.m_State.m_EnemyManager.m_EnemyData.slime.base_health = gGame.m_State.m_EnemyManager.m_EnemyData.volvoian.base_health = gGame.m_State.m_EnemyManager.m_EnemyData.neomorph.base_health = 1; | |
gGame.m_State.m_EnemyManager.m_EnemyData.slime.base_damage = gGame.m_State.m_EnemyManager.m_EnemyData.volvoian.base_damage = gGame.m_State.m_EnemyManager.m_EnemyData.neomorph.base_damage = 0 | |
if (!gGame.m_State.m_EnemyManager.m_rgEnemies) return; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Dub+ | |
// @namespace https://github.com/DubPlus/DubPlus/ | |
// @description Autorun Dub+ on dubtrack.fm and queup.net | |
// @author MBSURFER, CISCOG | |
// @include https://*.queup.net/* | |
// @version 4.0.0 | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name dubX | |
// @namespace https://github.com/coryshaw1/DubX-Script/ | |
// @description Autorun DubX on dubtrack.fm | |
// @author MBSURFER, CISCOG. HELP RECIEVED FROM: KRIS, SACHI AND THEDARK1337. | |
// @include https://*.dubtrack.fm/* | |
// @version 1.0 | |
// @grant none | |
// ==/UserScript== |