Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Vote Time Tracker

Discussion in 'Old Threads' started by vRisen, Aug 11, 2010.

  1. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    This is a very simple script that I wrote to keep track of when I voted.

    You must install AutoIt for this to work.

    What it does: After you voted, double click the program, it will open notepad and tell you the exact time that you voted, then it has a timer for 43,200 seconds, which = 12 hours. After the time finishes, it alerts you that it's time to vote again.

    You need to restart the program after every time you finish voting

    Also, if you turn your computer off, you won't be alerted when it's time to vote,

    I did a virus scan from virustotal because I know some guys will want it.
    The detected trojans are NOT harmful, I wrote the program myself. If you're scared that this is a virus, then don't download it!
    Simply insert the text from here into notepad, Change the file type to (All), then save it as a .au3 file. Example: "Vote.au3"
    #cs ----------------------------------------------------------------------------
    AutoIt Version: 3.3.0.0
    Author: vRisen
    #ce ----------------------------------------------------------------------------
    #include <*Date.au3>

    _Main()
    _VoteTime()

    Func _Main()
    Local $sRET
    Notepad()

    $sRET = _DateAdd("s", (43200), _NowCalc())
    Send("Next voting time .....: " & $sRET, 1)
    Send("{Enter}")
    Send( "System will alert when time arrives, write down the specified time/date, then proceed to close window.", 1 )
    EndFunc ;==>_Main

    Func _VoteTime()
    Sleep( 43200000 )
    Notepad()
    Send("Time to Vote!", 1)
    EndFunc ;==>_VoteTime

    Func Notepad()
    Send("#r")
    WinWaitActive("Run")
    Send("notepad.exe{Enter}")
    WinWaitActive("[CLASS:Notepad]")
    EndFunc
    For some reason, <*Date.au3> doesn't show up, so remove the * from the #include Date.au3, it should look like this: [​IMG]

    Give feedback. ;)
    :: Vote Tracker Download
     
    4 people like this.
  2. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    Can anyone verify that this works for them?
     
  3. Mercykiller

    Mercykiller Well-Known Member

    Joined:
    Aug 3, 2010
    Messages:
    1,817
    Likes Received:
    252
    Trophy Points:
    0
    I have a better idea.

    When you finish voting, look at the time.

    Add that time by 12 hours: Voila!
     
  4. ArcheType

    ArcheType Proficient

    Joined:
    Jul 1, 2010
    Messages:
    494
    Likes Received:
    23
    Trophy Points:
    0
    well done still.
    nice coding
     
  5. Kats

    Kats Proficient

    Joined:
    Jul 18, 2010
    Messages:
    267
    Likes Received:
    9
    Trophy Points:
    238
    Or just use this so u dont have to keep track off it? lol
     
  6. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    This also alerts you after 12 hours pass.
     
  7. alexistheboss15

    alexistheboss15 Getting there

    Joined:
    Jul 20, 2010
    Messages:
    71
    Likes Received:
    4
    Trophy Points:
    0
    Location:
    ME NO KNOW
    this is useless. dont u have a watch?
     
  8. Mercykiller

    Mercykiller Well-Known Member

    Joined:
    Aug 3, 2010
    Messages:
    1,817
    Likes Received:
    252
    Trophy Points:
    0
    So does an alarm clock xD
    Also, windows has a similar feature in-built... Scheduled tasks I believe...

    So, don't really see the point of making this.
     
  9. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    It took 5 minutes to code and I figured some users (without windows perhaps) would use this.
     
  10. Dexxor

    Dexxor New Member

    Joined:
    Aug 9, 2010
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    Its a nice post vRisen. Some people can easily use a watch ya, but other people, like myself, might have a bad memory sometimes, so this is a fine thing. Thumbs up.
     
  11. zer0patches

    zer0patches Proficient

    Joined:
    Jun 11, 2010
    Messages:
    399
    Likes Received:
    82
    Trophy Points:
    0
    :lol: I just vote in the morning and then in the evening. 8am/8pm or 9am/9pm

    Like I really need another clock to watch?

    -zp
     
  12. Vitiate

    Vitiate Banned

    Joined:
    Jul 26, 2010
    Messages:
    165
    Likes Received:
    22
    Trophy Points:
    0
    Location:
    GA. U.S.A.
    that's the same thing said. There are more important issues to be addressed atm than a vote counter any way.
     
  13. Jiru

    Jiru Proficient

    Joined:
    Jun 10, 2010
    Messages:
    110
    Likes Received:
    6
    Trophy Points:
    0
    Good work and nice coding ^_^

    the dude spared his time to make something for the community

    at least say thanx and stop flaming ....
     
    Last edited: Aug 12, 2010
  14. zweistein

    zweistein Proficient

    Joined:
    Jun 23, 2010
    Messages:
    453
    Likes Received:
    61
    Trophy Points:
    0
    Location:
    in your computer
    nice one, eventhough im using a javascript counter addon already :p
     
  15. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    And this is a solution created by a non-dev.
     
  16. zer0patches

    zer0patches Proficient

    Joined:
    Jun 11, 2010
    Messages:
    399
    Likes Received:
    82
    Trophy Points:
    0
    Thanks but no thanks? I didn't see anyone flaming?

    I think it's kind of funny personally, AutoIt is often used for botting and automating cheats in Aion. :lol:

    I always preferred using Macro Goblin and writing my own plugins though.

    -zp
     
  17. Mercykiller

    Mercykiller Well-Known Member

    Joined:
    Aug 3, 2010
    Messages:
    1,817
    Likes Received:
    252
    Trophy Points:
    0
    No one's flaming you asshat

    Oops.
     
  18. vRisen

    vRisen Banned

    Joined:
    Jun 5, 2010
    Messages:
    1,161
    Likes Received:
    1,030
    Trophy Points:
    0
    This made me lol. xD
     
  19. wilen

    wilen Proficient

    Joined:
    Jul 30, 2010
    Messages:
    307
    Likes Received:
    7
    Trophy Points:
    0
    just thank him for this guys he didnt force you to use it more complains what are you people always complain
     
  20. Xalamander

    Xalamander Well-Known Member

    Joined:
    Jul 31, 2010
    Messages:
    1,777
    Likes Received:
    201
    Trophy Points:
    0
    Location:
    Home
    good one... but i wont use it coz, when i vote in morning time im at home, and im at work during night. so i dont need this... still good post... this is applicable only to people who play at home.
     

Share This Page