Complete script as of now. Will work more on it in a few weeks.
#!/bin/bash
#
#Chear Utility v0.0.1
#Compiled by Zamda. Credits go to various cheat discoverers.
#
#If you have a cheat you want to add, pm me over at xSellize.
echo "Welcome to CheatUtility :)"
if [ ! -e /usr/bin/plutil ]; then
echo "You don't have plutil. Install Erica Utilities from Cydia."
exit
fi
case $1 in
"")
clear
echo "CheatUtility is maintained by Zamda. Feel free to contribute a cheat or a bit of bash. Credit given where due."
echo
echo "Usage: cheat -gamename"
echo "===Available Games==="
echo "-volley"
echo "-glasstower2"
;;
"-volley")
clear
function volleyp
if [ -d /var/mobile/Applications/*/Volley.app ]; then
volleyp
else
echo "You don't own this app."
exit
fi
;;
"-glasstower2")
clear
function glasstowerp
if [ -d /var/mobile/Applications/*/GlassTower2.app ]; then
glasstowerp
else
echo "You don't own this app."
exit
fi
;;
esac
exit
Friday, July 2, 2010
v0.0.1
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment