Last active
September 30, 2021 07:12
-
-
Save coryshaw1/7ff75b084646ef10a6abefc56fcbabd8 to your computer and use it in GitHub Desktop.
Salien Invincibility/AutoKill - Steam Summer Sale 2018
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; | |
gGame.m_State.m_EnemyManager.m_rgEnemies | |
.forEach(function(e) {e.m_Sprite.click()}) | |
}, 100); |
Pls someone tell me how to put a script (this one) in the steam game so I can use it. @w@
This version is no longer supported! Updated script is here: https://github.com/coryshaw1/saliens-hack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What amazing jobs. >3