Author Topic: Vote Bot?  (Read 1561 times)

8BitAce

  • Hero Member
  • *****
  • Posts: 703
  • Reputation: 57
  • If at first you don't succeed; call it version 1.0
  • Computers: Toshiba L505D-GS6000
  • iDevices: iPad 2 16GB WiFi, iPod 2g, iPod 4g
Re: Vote Bot?
« Reply #15 on: December 04, 2012, 10:25:35 pm »
This kinda depends on how the votes are inputted. Are we assuming that there is an API to submit votes (which is unlikely)? Otherwise you'd have to figure out how to, for instance, input into a flash applet.

LavaThemes

  • Dev Team Member
  • Hero Member
  • *****
  • Posts: 757
  • Reputation: 34
  • Aspiring Developer
  • iDevices: iTouch 4
Re: Vote Bot?
« Reply #16 on: December 05, 2012, 06:11:32 am »
What are you doing it in?
I'm making it in java
This kinda depends on how the votes are inputted. Are we assuming that there is an API to submit votes (which is unlikely)? Otherwise you'd have to figure out how to, for instance, input into a flash applet.
It's an HTML form. I don't know how to fill it yet, but I'm sure it's possible. The only necessary fields are two captchas, which are thankfully sent to the client as plain images. Java.awt.Graphics + javax.swing.jpanel ftw!