Skip to content

A tool that automatically collects login rewards, and spends energy on the newest items in the Energy Shop.

Notifications You must be signed in to change notification settings

atillabyte/EESpender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EESpender

A tool that automatically collects login rewards, and spends energy on the newest items in the Energy Shop.

GitHub issues Version

Using EESpender

All that is necessary is running the process with proper account parameters.

This can be done with Cron (Linux), or Task Scheduler (Windows).

Examples

crontab

0 */2 * * * cd /home/root/eespender/ && mono EESpender.exe "user@example.com" "password" 2>&1 & 

crontab (multiple accounts)

0 */2 * * * cd /home/root/eespender/ && mono EESpender.exe "user1@example.com" "password" "user2@example.com" "password2" 2>&1 & 

Authentication

This tool makes use of Rabbit for Player.IO authentication.

The currently supported authentication types are as below,

  • SimpleUser
  • Facebook
  • Kongregate
  • ArmorGames
  • MouseBreaker

About

A tool that automatically collects login rewards, and spends energy on the newest items in the Energy Shop.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages