les dejo todos los script para el setool lo saque de nse
Código:
command
readpkg:/dir/in/phone

makes a file package for transferring to other phones/etc 
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked 

example:
readpkg:/tpa/user 

command:
writepkg: \package\on\pc

write previously backuped files back to phone

example:
writepkg:c:\package\k600\emea1.pkg

command:
readdir:/starting/dir/in/phone

extracts all files and directories from phone to ph_out/ folder in setool2 directory
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked 

example:
readdir:/tpa/user

command:
readfile:/file/in/phone

extract file from phone into ph_out directory
it is supported in DB2020 phones only with "Bypass DB2020 Security"/"use quick patch" checked 

command:
mkdir:/dir/in/phone

command:
rmdir:/dir/in/phone

command:
delfile:/file/in/phone.ext

changed command:to write a file into phone filesystem now use
wrfile:file\on\pc,/file/in/phone

command:
gdfsread:BBBBUUUU

; read gdfs block BBBB unit UUUU. variable will be written as ready script.

gdfsreadbinary:BBBBUUUU

; read gdfs block BBBB unit UUUU. variable will be written in raw binary form.

gdfswrite:BBBBUUUUDDDDDDDD.....

; write gdfs block BBBB unit UUUU bytes DDDDD....  (hex form)