[Non-sense]
I'm a semi-beginner at Python, but I wrote a bot for mini-games, which works on not focused window, which can be in background (not minimized!).
Game has to be set to windowed (Should work now on every windowed resolutions)
This project helped me a little with learning Python, but if someone here is better and would like to give me some advice, go ahead.
If you find any bugs (there has to be any, I'm not perfect at Python), just let me know and I will try to fix them.
[More non-sense about features]
I've implemented only 2 mini-games for now and those are
Fishpond and
Sawmill
The GUI is simple, made in console (if someone wants to edit that, source code is on my GitHub below), but I think everyone will get it how it works.
In console you can choose mini-game, repeats number and level to choose.
If you've no points to repeat another run, bot will just close the mini-game window and back to the first page of GUI. So there is
NO coupon support yet.
[Source code and Download Link]
Source code as well as .EXE can be found on me GitHub, because the file is larger than 10 MB's. EXE is in the release tab.
I don't know if virus-total scan is necessary, because of the source code I've given you, correct me if so.
EXE has been compiled with pyinstaller, which can make trouble for Windows
Defender sometimes. I don't know how to fix that, but if you don't trust .EXE, you can use the source code.
[Update]
Code:
[1.1] Every windowed resolution support (i think, still testing)
[1.0.5] Added option to run on selected NosTale client.
[1.0.4] Decreased CPU usage in Sawmill, added colors to console, small fixes to all games.
[1.0.3] I've pushed new version, which decreases CPU usage (it can be high only in combo fish and when getting reward). For me it decreased from 10-15% to 1-3%, so I take it as a win for now.
GitHub:
