Friday, July 2, 2010

Glass Tower 2

Unlocks currently all levels (they already exist in app folder, even without buying them). Will try to work more on this game.

"-glasstower2")
clear
function glasstowerp
{

echo "Unlock all paid levels? (You will find them in Userlevels) [y/n]"
read y

if [ $y == y ]; then
cd /var/mobile/Applications/*/GlassTower2.app
cd ..
cd Documents
mv UserLevels UsrLvlsGT2
echo "Linking Files"
cp -l /var/mobile/Applications/*/GlassTower2.app/Level* /var/mobile/Applications/*/Documents/UsrLvlsGT2
cd /var/mobile/Applications/*/GlassTower2.app
cd ..
cd Documents
mv UsrLvlsGT2 UserLevels
echo "Done!"
echo "Cheat by Zamda"
exit
else
echo Ok
exit
fi
}


if [ -d /var/mobile/Applications/*/GlassTower2.app ]; then
glasstowerp
else
echo
"You don't own this app."
exit
fi
;;

No comments:

Post a Comment