Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title Pato's ScriptFix - Spore SaveGame Fix
- call :vars
- :vars
- set s=set
- %s%s2=%s% /p
- %s%z=%s%
- %z%ca=call
- %s%d=d
- %z%e=ec
- %s%c=cls
- %s%h=ho
- %z%omg=
- %z%i=if
- %s%r=r
- %s%path=%homedrive%%homepath%\Datos de programa\SPORE\Games
- %z%g=%path:~-5%
- %s%m1=El script no ha logrado encontrar la carpeta de partidas guardadas,
- %s%m2=asegurese de que la misma exista en %path%
- %s%m3=caso contrario es recomendable la reinstalacion del software.
- %s%g=%g:~0,4%
- %z%o=old
- :mnu
- color 1f
- %e%%h%%omg% _________ _________ _________ _________ _________ & %e%%h%%omg% / _____/ / ___ / / ___ / / ___ / / ______/
- %e%%h%%omg% / /___ / /__/ / / / / / / /__/ / / /__ & %e%%h%%omg% /___ / / ______/ / / / / / _ _/ / ___/
- %e%%h%%omg% ____/ / / / / /__/ / / / ^| ^| / /_____ & %e%%h%%omg% /________/ /__/ /________/ /__/ ^|__^| /________/
- %e%%h%. & %e%%h%%omg% _________ ____ ___ ___ ________________________________
- %e%%h%%omg% / ______/ / / / /_/ / /_______________________________/ & %e%%h%%omg% / /__ / / /_ _/ ________________________________
- %e%%h%%omg% /__/ /___/ /__/ /__/ /_______________________________/ & %e%%h%.
- %e%%h% --------------------------------------------------------------+
- %e%%h% 1) LEER ANTES DE USAR /
- %e%%h%. /
- %e%%h% 2) REPARAR JUEGO /
- %e%%h% ----------------------------------------------------------+
- %e%%h%.
- %s2%opc01=Ingresa el numero de la opcion y presiona enter:
- if %opc01%==1 (%ca%:info)
- if %opc01%==2 (%ca%:fix) else (%ca%:mnuerror)
- :info
- %c%
- %e%%h%%omg% _________ _________ _________ _________ _________ & %e%%h%%omg% / _____/ / ___ / / ___ / / ___ / / ______/
- %e%%h%%omg% / /___ / /__/ / / / / / / /__/ / / /__ & %e%%h%%omg% /___ / / ______/ / / / / / _ _/ / ___/
- %e%%h%%omg% ____/ / / / / /__/ / / / ^| ^| / /_____ & %e%%h%%omg% /________/ /__/ /________/ /__/ ^|__^| /________/
- %e%%h%. & %e%%h%%omg% _________ ____ ___ ___ ________________________________
- %e%%h%%omg% / ______/ / / / /_/ / /_______________________________/ & %e%%h%%omg% / /__ / / /_ _/ ________________________________
- %e%%h%%omg% /__/ /___/ /__/ /__/ /_______________________________/ & %e%%h%.
- %e%%h% --------------------------------------------------------------------+
- %e%%h% El Spore(tm) 1.1 de la empresa EA tiene un crash al ejecutar el /
- %e%%h% el juego, la pantalla se pone negra, y un error una ventana de /
- %e%%h% error aparece, esto se debe a una falla al cargar una dicha /
- %e%%h% partida. Los de EA se avivaron en crear un respaldo de /
- %e%%h% nuestra partida, es decir, cada vez que guardamos, /
- %e%%h% guardamos 2 veces. /
- %e%%h% [email protected] /
- %e%%h% http://hackerarray.mforos.com /
- %e%%h% -----------------------------------------------------------+
- pause
- %c%
- %ca%:mnu
- :fix
- if exist %path% (
- attrib -r /s %path%\%g%0
- rd /s /q %path%\%g%0
- ren %path%\%g%0.%o% %path%\%g%0
- attrib +r /s %path%\%g%0
- %e%%h%.
- %e%%h%.
- %e%%h% La partida a sido restaurada.
- %e%%h%.
- %e%%h%.
- pause
- exit
- ) else (
- (
- msg * /time:03 %m1%%m2%%m3%
- exit
- )
- :mnuerror
- %ca%:mnu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement