Register for your free account! | Forgot your password?

You last visited: Today at 02:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Mac/Linux] Undamed-WoW Votehack

Discussion on [Mac/Linux] Undamed-WoW Votehack within the WoW PServer Exploits, Hacks & Tools forum part of the WoW Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2011
Posts: 11
Received Thanks: 5
Wink [Mac/Linux] Undamed-WoW Votehack

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
Code:
IP:PORT
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!
defense2000x is offline  
Thanks
1 User
Old 08/15/2011, 07:44   #2
 
elite*gold: 0
Join Date: Aug 2011
Posts: 2
Received Thanks: 0
Wow,why you know it?where did you learn?
————
Fly Hugoo is offline  
Old 08/15/2011, 17:59   #3
 
Supernuss's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1,463
Received Thanks: 491
it seems like undamed is using an ip based voting, he just uses another ip, klick the buttons (just open the links), and repeat
Supernuss is offline  
Old 08/15/2011, 19:58   #4
 
elite*gold: 0
Join Date: Feb 2011
Posts: 11
Received Thanks: 5
Quote:
Originally Posted by Supernuss View Post
it seems like undamed is using an ip based voting, he just uses another ip, klick the buttons (just open the links), and repeat
Hmm yea, and I get the captcha... It's needed to get the point in undamed...
Mond-wow uses the same system but they don't want the correct captcha
defense2000x is offline  
Old 08/18/2011, 21:36   #5
 
elite*gold: 0
Join Date: Oct 2008
Posts: 3
Received Thanks: 0
kann das mal wer erklären? Ich steig schon bei Schritt eins aus... was ist "Terminal"?

Edit_ Ach ich habs nicht richtig gelesen... "Mac/Linux"

Na denn... Kann das mal wer bitte für Windows machen?
bulroth is offline  
Old 08/18/2011, 21:39   #6
 
TiehJay's Avatar
 
elite*gold: 75
Join Date: Jun 2009
Posts: 3,252
Received Thanks: 2,716
Quote:
Originally Posted by bulroth View Post
kann das mal wer erklären? Ich steig schon bei Schritt eins aus... was ist "Terminal"?
Das Terminal ist die Console. Das cmd von Linux/ Mac.
TiehJay is offline  
Old 08/19/2011, 16:55   #7
 
elite*gold: 0
Join Date: Aug 2011
Posts: 74
Received Thanks: 11
danke <3
sowas habe ich gesucht
DumBr is offline  
Old 08/30/2011, 10:21   #8
 
elite*gold: 0
Join Date: Feb 2011
Posts: 11
Received Thanks: 5
It looks like undamed changed their site. I'll check if the 'hack' still works as soon as i'm at home
defense2000x is offline  
Reply

Tags
hack, linux, mac, votehack, wow


Similar Threads Similar Threads
undamed-wow Votepoints hack
02/06/2011 - WoW PServer Exploits, Hacks & Tools - 239 Replies
Download: RapidShare: Easy Filehosting Programm ist in VB6 geschrieben und falls ihr mir nicht traut, der sourcecode liegt bei ^^. wie es funktioniert: einfach Charakternamen und RealmID angeben, programm laufen lassen RealmID's: Aspant Support Realm -> 1 Northrend Realm -> 2
undamed?
12/03/2009 - WoW PServer Exploits, Hacks & Tools - 1 Replies
id like to know some hacks for UNDAMED-WOW like how to dupe Pc/IDOW/Mc
Need help with VoteHack
05/22/2009 - World of Warcraft - 0 Replies
Hello, i would like to ask how i should modify my VoteHack that it would work on wow.mitnet.ro , if some1 can help me and can modify it please post a normal votehack wich would increase vote points on this server ------------------------------------------------- -------------------------- Thank you in advance , regards RadeonX ( BloodyKnuckle ) ------------------------------------------------- --------------------------



All times are GMT +2. The time now is 02:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.