Additive mobile shader with alpha mask and scrolling texture

Might be a tall order but has anyone been able to make an additive mobile version of this shader:

If just the same shader but for mobile devices is necessary to you, replace a line:

 #pragma surface surf Lambert alpha

To the

 #pragma surface surf Lambert alpha noforwardadd

I hope that it will help you.