Voting system exploit - get votepoints FAST menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    popster's Avatar Member
    Reputation
    4
    Join Date
    Aug 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Voting system exploit - get votepoints FAST

    This is based of the cookie clearing method (which I take no credit for)
    this works on all private servers that you can clear cookies on
    I am going to show you an example with Eternion-wow- Wow Private Servers - World of Warcraft Private Servers
    Basically you exploit the voting system with the cookie clearing method
    BUT you COMBINE it with autoit, a programming language used for automation.

    The eternion-wow voting system requires that you enter a number code that is 4 numbers long to prevent botting, but they designed it poorly and you can highlight it and ctrl+c and paste it.
    the vote site's botting preventation system is better, but you luckily, eternion-wow gives you a vote point as long as you click on the site, you can just close the voting site afterwards.
    here is my example script
    because all screens have a different number of pixels, you'll need to put your own coordinates in, use the autoit window info tool, then click on the mouse tab, it shows you the current coordinates of your mouse.
    I put comments in the code to show you which coordinates you need to put in each of the lines of code
    Code:
    #include <Misc.au3>
    $dll = DllOpen("user32.dll")
    $speed = 3
    $speed2 = 5
    $accname = InputBox("WoW Voter","Account Name:")
    While 1
    		;lets the program exit if alt is pressed
    		If _IsPressed("12", $dll) Then
    			Exit
    		EndIf
    		
    		;homepage link on the eternion-wow website
    		MouseClick("Left",159,367,1,$speed)
    		
    		;clears cookies
    		MouseClick("Left",243,36,1,$speed)
    		MouseClick("Left",243,171,1,$speed)
    		MouseClick("Left",495,513,1,$speed)
    		MouseClick("Left",495,535,1,$speed)
    		MouseClick("Left",641,605,1,$speed)
    		
    		;clicks on the voting link
    		MouseClick("Left",561,564,1,$speed)
    		sleep(1000)
    		
    		;fills in account name
    		MouseClick("Left",499,634,1,$speed)
    		Send($accname)
    		
    		;copies and pastes the security code
    		MouseMove(558,662,$speed)
    		MouseDown("Left")
    		MouseMove(670,662,$speed2)
    		MouseUp("Left")
    		Send("^c")
    		MouseClick("Left",499,662,1,$speed)
    		Send("^v")
    		sleep(100)
    		
    		;clicks on voting site icon
    		MouseClick("Left",534,696,1,$speed)
    		sleep(100)
    		
    		;closes off the voting site page
    		MouseClick("Left",739,125,1,$speed)
    		sleep(100)
    	WEnd
    I know this is hard to understand but I did my best to explain it
    The point is, use autoit to do the cookie-clearing method faster, and without wasting your time
    With this I got around 950 votepoints in ONE hour
    good luck and if you dont understand something, leave a comment and I will try to help you.

    Voting system exploit - get votepoints FAST
  2. #2
    MrIGM's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you forgot to mention which program i need to use this script? if its AutoIt then at least leave links to deserve out repuatation.

    edit:
    iv done, but nha this would not work on any other vote site besides urs.
    Last edited by MrIGM; 03-26-2009 at 11:16 AM.

  3. #3
    popster's Avatar Member
    Reputation
    4
    Join Date
    Aug 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrIGM View Post
    you forgot to mention which program i need to use this script? if its AutoIt then at least leave links to deserve out repuatation.

    edit:
    iv done, but nha this would not work on any other vote site besides urs.
    all you had to do was go on google and search up autoit-
    AutoIt v3 - Downloads
    and it does work on other sites, all you have to do is make a different program for a different site
    Last edited by popster; 03-26-2009 at 11:43 AM.

  4. #4
    ditzel's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can make one for wowscape ?

  5. #5
    sercankd's Avatar Member
    Reputation
    14
    Join Date
    Nov 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    slow method.you should use different functions not mouse movement.

  6. #6
    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)
    Woah, so many hacking programs for Eternion WoW, that's one of the most fking server ever, with 10 yr old GMs.

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

  7. #7
    Ragezors's Avatar Member
    Reputation
    14
    Join Date
    Dec 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ehm... isn't this like the same on Wowwal/HybridWoW -_-...

    I got no idea if this a repost but clearing the cookies and using AutoIt...
    For AutoIt just use Ghostmouse...
    And cookie clearing I mentioned in my thread also...

  8. #8
    Holypaja's Avatar Banned
    Reputation
    12
    Join Date
    May 2007
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If this work, I'il rep u, but im not so sure this will work

  9. #9
    sjn2009's Avatar Member
    Reputation
    5
    Join Date
    Dec 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to get this up and running and I'm a little confused by this part:
    ;clears cookies
    MouseClick("Left",260,31,1,$speed)
    MouseClick("Left",293,221,1,$speed)
    MouseClick("Left",495,513,1,$speed)
    MouseClick("Left",495,535,1,$speed)
    MouseClick("Left",641,605,1,$speed)

    What are you supposed to change those to? Maybe I'm not understanding because I use firefox....

  10. #10
    DarkMTV's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dude can u plz send me or put a guide how to use it ?? n does this still working ??

  11. #11
    !iMacroMage!'s Avatar Banned
    Reputation
    147
    Join Date
    Mar 2008
    Posts
    315
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, thanks for this. It didn't really work for me, the clicks were off or something. I've been using "Workspace Macro" but that doesn't seem to be working, either. Maybe they've fixed this?

  12. #12
    mr.freaky's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can this be used for funserver.cc

  13. #13
    chiem's Avatar Contributor
    Reputation
    137
    Join Date
    Sep 2007
    Posts
    506
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This method is kind of slow, but it still works. Thanks +REPPED xD

  14. #14
    AlienCCL's Avatar Active Member
    Reputation
    28
    Join Date
    Aug 2008
    Posts
    444
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol only naabs still play on funserver.cc after Gripen hacked it ^_^

  15. #15
    popster's Avatar Member
    Reputation
    4
    Join Date
    Aug 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. This is way faster than ghost mouse because it instantly clicks
    2. I said this was an example script the reason the cords were off for most people
    Is because they are the coords for my computer screen, you have to find your own
    by using the autoit window info tool
    3. The clearing cookie part of code just clicks (for firefox) tools, clear private data,
    then checks off he box to clear cookies , then presses enter to clear them

Page 1 of 2 12 LastLast

Similar Threads

  1. [Exploit] How to get Kinda fast weapon skill as a rogue
    By Sniparo in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 08-10-2008, 07:10 PM
  2. WSG Exploit (Get on alliance base) Patch 2.0.10
    By T@rget in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 04-08-2007, 01:20 AM
  3. Exploit: Get Over/Outside of Alterac Valley (8 MIN VICTORY)
    By agrestic in forum World of Warcraft Exploits
    Replies: 39
    Last Post: 12-31-2006, 08:46 AM
  4. Joana's leveling video ! *HoTT* come get it fast !
    By zamp in forum World of Warcraft General
    Replies: 6
    Last Post: 05-18-2006, 02:14 AM
  5. [Exploit] Get to WSG flag easily
    By Matt in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 05-16-2006, 06:12 PM
All times are GMT -5. The time now is 08:57 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