To disable effects on the go do this.
[ENABLE]
Code:
003D8685 /0F84 8C060000 JE Role3D.003D8D17 ; JMP = No Effects
To
[DISABLE]
Code:
003D8685 /E9 8D060000 JMP Role3D.003D8D17 ; JMP = No Effects
It won't instantly stop drawing them but it will stop new effects from being drawn. So doing that before entering TG would disable all effects really :P. (alot better then restarting every time you wanna enable and disable)