Unity crash destroyed script

Hey guys I really need your help. I was coding on a script and coded something wrong. Then I ran Unity and unity crashed because it was generating an endless number by mistake.
When unity crashed and my whole pc crashed I reopened the project and the file i was coding on is now empty (better said everything is replaced with spaces)

I don’t know how to get the code back and it is really important… please help me.
I will attach the cs file: LocRotScale.cs (Corrupted)

Thank you guys!

Next time when Unity crash try this solution:

http://unityready.com/restore-scene-crashed-unity3d-instance/

Also I mention that in Menu File in Unity you have two options:

  1. Save Scene - saves actual open scene
  2. Save Project - save your project - same effect you will close Unity (but not when crash).
    I mention about Save Project because assets are save when we are saving our projects.