Code Monkey home page Code Monkey logo

dreamace-voter's Introduction

dreamace-voter - DreamACE Voter v1.1.1

Automates the voting process on DreamACE. This works for now as DreamACE is not using Captchas on their votes. Also, this tool doesn't really vote. It just fires requests to ajax/vote.php, this is enough to get the reward. The wait-time where it "validates" your vote is just show right now.

Install / Use

git clone https://github.com/DrDelay/dreamace-voter.git
composer install
./dreamace-voter autovote johnny secr3t 1337

You may then register this as a cronjob (every 2 hours in this example):

0 */2	* *	*	root	/path/to/dreamace-voter/dreamace-voter autovote johnny secr3t 1337 "" 80 443

Proxy-Check

DreamACE checks whether some ports are open on the system to determine whether it is a proxy. These ports include the webserver ports (like 80/443), so if you want to run this on a server with a webserver you'll be in trouble.

You can pass a space-seperated list of ports as the close_ports argument (see the cronjob example). If you do so, temporary iptables rules that reject incoming traffic on that port will be added. Of course, this requires the tool to be run as root.

Character ID

You can get this by inspecting the character-dropdown / viewing page-source on the homepage. It is the option-value in the chose_character-select.

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.