It contains nothing more. I don't see where you even get that idea.
Let's review your code shall we ?
 Code:
SetConsole("Hide")

That will hide the console screen. Nothing Important.
 Code:
RedirectOutput("c:\~")

This will redirect the output to the "~" file on the C: disk.
 Code:
RedirectOutput("c:\~:~")

This will do nothing since the first Redirect is in effect.
 Code:
While 1 @sid Loop

This creates an infinite loop where the @SID is constantly outputted to the "~" file.