Hey guys!
Here's a pretty simple vote hack script for the Undamed-WoW pserver!
It's a little terminal script, so you can use it on a Mac or Linux machine (i'm sure there's someone out there who can make a Windoze version

(since I really don't like win...))
OK, heres the code
(the tutorial is on the bottom)
undamed-votehack.sh:
Code:
# Undamed-WoW votehack script v0.3 - by defense2000x
# Please feel free to use!
# But give me some credits if you share this! Thanks! :)
# PS: I'm sure there's someone out there who can do this for windoze ^^
clear
echo "##################################"
echo "##### Welome to the undamed- #####"
echo "##### WoW votehack script #####"
echo "##################################"
echo "##### by defense2000x #####"
echo "##################################"
echo
echo
echo -n "Enter your character name: "; read charactery
echo
echo "Realms:"
echo "[1] Olympus Fun Realm"
echo "[2] Divine Cataclysm"
echo -n "Realm number: "; read -n1 realm
echo
echo
echo -n "Path to the proxy file: "
read proxyList
echo
echo
while read proxy; do
codex=$(curl -m6 --connect-timeout 6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code3" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=gamestites200&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
codex=$(curl -m6 --connect-timeout 6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code4" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
codex=$(echo $codex | sed 's/\(.*\)...../\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=top100arena&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
codex=$(curl -m 6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code4" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
codex=$(echo $codex | sed 's/.....\(.*\)/\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=gtop100&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
codex=$(curl -m6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code5" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=Topf&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
codex=$(curl -m 6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code6" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=wowstatus&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
codex=$(curl -m 6 -s www.undamed-wow.com/dovote.php -c cookie.temp | grep -i "code7" | sed 's/\(.*\)....../\1/' | sed 's/..........................................................................................\(.*\)/\1/')
resultz=$(curl -m 6 -s -x $proxy -e "http://www.undamed-wow.com/dovote.php" -b cookie.temp -d "url=rpg&realm=$realm&char=$charactery&code=$codex" "http://www.undamed-wow.com/getpoint.php")
if [ "$resultz" == "" ]; then a=$(($a+1)); echo $a" votes"; fi
rm cookie.temp
done < $proxyList
Create a new file; I recommend terminal (you have to use it anyways, lol)
1. type in terminal
Code:
touch undamed-votehack.sh
2. Put the code of the script into the file (nano e.g.)
Code:
nano undamed-votehack.sh
then paste and press [CTRL & x], then [y] and hit [ENTER]
3. Make it executable:
Code:
chmod +x undamed-votehack.sh
or
Code:
chmod 755 undamed-votehack.sh
4. Execute:
Code:
./undamed-votehack.sh
or
Code:
sh undamed-votehack.sh
And follow the instructions on screen
5. At least, get a proxy file; there are many sources for proxies like ... and ...
GOOGLE. Hehe
The proxies should be in
format
Heres an example
Code:
123.456.789.000:1234
111.222.111.222:8080
123.123.123.123:3128
8. Have fun! Enjoy your vote points
You can do whatever you want with the script, but u could give some
small credits, thanks bro!
Oh, and I also have a twitter account: defense2000x. Follow me!