gopunk:
That string in the binary I told you about was the key. If you declare a string in VB, and use pr0hawk's code, you get this:
mc001A = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.,:;-*+=~|&!_$#@()[]{}<\/>0"
MsgBox Mid(mc001A, 51, 1) & Mid(mc001A, 31, 1) & Mid(mc001A, 30, 1) & _
Mid(mc001A, 51, 1) & Mid(mc001A, 16, 1) & Mid(mc001A, 45, 1) & _
Mid(mc001A, 24, 1) & Mid(mc001A, 29, 1) & Mid(mc001A, 26, 1) & _
Mid(mc001A, 19, 1) & Mid(mc001A, 28, 1) & Mid(mc001A, 11, 1) & _
Mid(mc001A, 30, 1) & Mid(mc001A, 19, 1) & Mid(mc001A, 25, 1) & _
Mid(mc001A, 24, 1)
You'll get the password with the above code. The username is still "Try2Hack" (I had to guess that one). If you don't have VB, you most likely have WSH, so just open a text file, save with the above code and a .vbs extension, and run it.