Jump to content

Would like to make a for fun voting bot


gte
 Share

Recommended Posts

I wanted to make a voting script to put a definition at the top of the page, an example would be the following. The site is http://www.urbandicationary.com

It appears as if the site lets you vote, and then places a cookie on your machine that doesn't allow you to vote until the following day? Can anyone confirm/deny that?

Maybe something along the lines of this script? Ideas? Would using the form submission html be better in this case?

While 1


If WinExists("Urban Dictionary: goto - Windows Internet Explorer", "")
    
    FileDelete(@UserProfileDir & "\cookies\*.*")
    WinActivate("Urban Dictionary: goto - Windows Internet Explorer", "")
    
    ControlClick("Urban Dictionary: goto - Windows Internet Explorer", "", ???)
    
    Sleep(2000)
    
    
EndIf


WEnd

GOTO

Definition

A super lame thing that no one should ever use. Write a better loop you loser! A poor and obsolete command that should have never made it from C into C++, or possibly even into ansi C.

Used in a sentence

Valik told the guy, don't use the goto function, write a fucking function!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...