unity how to enable and disable script via script code example
Example: disable script in unity
GameObject.Find("Cube").GetComponent<MoveObject>().enabled = false;
GameObject.Find("Cube").GetComponent<MoveObject>().enabled = false;