Skip to content

This program reads comments from the https://idle-champions.fandom.com/wiki/Combinations webpage and enters them in the game Idle Champions

License

Notifications You must be signed in to change notification settings

kpa23/idle_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idle_codes

Install

Download compiled jar from packages or compile it by yourself from sources

How to run jar files on windows: https://stackoverflow.com/questions/394616/running-jar-file-on-windows

Or just use command line from the folder where jar is located

image

and go > java -jar idlecodes.jar

image

First run creates codes.db for saved codes and settings.cfg - for settings. The programm automatically copy\paste codes into the game. If you want to copy them manualy, you may change the config value in the file settings.cfg

HOW TO USE

For automatic mode leave the game opened(on active adventure or in "Chest open window") and run the script.

image

If you need to stop - just close the cmd or use Ctrl+C break in the command line window.

Additional parameter when starting:

  • You may use any number from 1 to parse older comments if needed.

example: java -jar idlecodes.jar 1 - this will load older comments(1 page older)

This project uses

  • JNA library for window search and focus
  • OPENCV for finding buttons position
  • Robot for emulating key\mouse press
  • Jsoup for getting codes from web.

V1.1 Fully automated code copy-pasting.
v1.3 Manual\auto mode in config file. Codes are case INsensitive now. Also ignore difference between codes with and without dashes(they read the same)

This program comes with no warranty; for details see the file LICENSE.