She Will Punish Them Cheat Menu

HomeGames, Other ContentShe Will Punish Them Cheat Menu
She Will Punish Them Cheat Menu
She Will Punish Them Cheat Menu
How to open the cheat menu in She Will Punish Them Beta version 0.651
You can use Ctrl F to find the line of code you need to edit

/// CHANGE THIS ///
—————————————————————————————————————–

if (Input.GetKeyDown(KeyCode.End))
{
if (this.uiCheat.gameObject.activeSelf)
{
this.uiCheat.gameObject.SetActive(false);
}
else if (Application.isEditor)
{
this.uiCheat.gameObject.SetActive(true);
}
else
{
this.cheatActivated true;
}
}
if (this.cheatActivated && Input.GetKeyDown(KeyCode.Alpha0))
{
this.uiCheat.gameObject.SetActive(true);
}

/// TO THIS ///
—————————————————————————————————————–

if (Input.GetKeyDown(KeyCode.End))
{
this.uiCheat.gameObject.SetActive(true);
}
if (Input.GetKeyDown(KeyCode.Home))
{
this.uiCheat.gameObject.SetActive(false);
}

Take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *