My question is (please), anyone knows how to extract the scripts of Microblaze from this bitstream attached?
Is it possible?
It is not possible to recover the design from the bitstream.
Depends on what you mean by 'design', you'll never get out something readable, rather a quite unreadable huge net list when decompiled into source. I can't comment on the tools though. Also, not sure of the status on the Spartan3 family these days, Xilinx used to be good at eliminating web sources for reverse engineering.
However, BRAM images are extracted quite easily, there might be a few sources left on the web concerning the reverse process of data2mem (the BMM file procedure) file. Figuring out the mapping can be fun, you need to know what to look for (i.e. opcodes of the architecture).
In most cases, decompiling is not worth it, unless there's some scrambling present that prevents you from doing black box analysis (i.e. just see what it does). For practising though: good luck :-)