If you are just looking for the total number of outcomes without repeats and 1,2,3,4 = 4,3,2,1 then you could just use the combination formula in Excel.
<TABLE style="WIDTH: 107pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=143><COLGROUP><COL style="WIDTH: 107pt; mso-width-source: userset; mso-width-alt: 5229" width=143><TBODY><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 107pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl65 height=20 width=143>=COMBIN(30,6)</TD></TR></TBODY></TABLE>
This would tell you there are a total of 593,775 different outcomes.
Not sure of your question because if you used all the numbers and 1,2,3,4 is the same as 4,3,2,1 then there would only be 1 outcome with all 30 numbers.