Winscript Decoder
Winscript Decoder questions Winscript Decoder reviews Winscript Decoder download Order
 Informtion
Title: Winscript Decoder
Developer: HitechVNSoft Ltd
Platform: -
Price: $9
Reviews & Questions
Shareware your experiences of Winscript Decoder with all of us and cast your vote
View frequently asked questions of Winscript Decoder. Post your questions to the author and other software developers.
 
WinScript Decoder is a tool decode all files these are encode by Window Script Encoder.
WinScript Decoder decode for all file these are encode by Window Script Encoder:.asp, .asa, .htm, .html, .js..
Decode one file .
Decode all files in a folder.
Example:

Before Decode:

<%#@~^RwEAAA==@#@&0; mDkW PVnYGkdw^lz( wEDK WbxYv-CV*@#@&dr0~rkx;V^c\mVb~}DP-C^PxPrE,Y4x@#@&di MOfb/2VmX(UaEYhGkYP{~EJ@#@&i+s/n@#@&d7k6~m94sc7l Vb~@!PTRZTZF~Dtx@#@&di7\mV~',!@#@&id+^d+@#@&di7r0 ,m94s`-C^#~@*,q!c!TTZFPO4x@#@&i7id-mV,'P8!@#@&di dnx9PrW@#@&dinx9Pk6@#@&diMY9kd2^lzq 2EDnGr YPx~6W.:mOgEh(+M`\mVB+#@#@&7+ N~r6@#@&UN,0E ^OkKx@#@&llMAAA==^#~@%>

After Decode:

<%
function GetDisplayInputPoint(val)
    if isnull(val) Or val = "" then
       GetDisplayInputPoint = ""
    else
       if cdbl(val) < 0.0001 then
          val = 0
       else
          if cdbl(val) > 10.00001 then
             val = 10
          end if
       end if
       GetDisplayInputPoint = formatNumber(val,2)
    end if
end function
%>