iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
295 stars 46 forks source link

The Issue of Bot Incompatibility with Windows 7 and Other Modification Requests #138

Closed MarsUnrankedShop35 closed 8 months ago

MarsUnrankedShop35 commented 8 months ago

Error 1: Bot Not Working on Windows 7 - Which Codes to Modify?

Error 2: Adding opencv-python to the Bot - Where to Integrate the Code?

Error 3: I want to add options for FPS limiter and CPU limiter to the bot's panel GUI. How can I achieve this?

Awaiting Assistance.

iholston commented 8 months ago

I am not planning on implementing most of these features. I may add an option to control the fps to the gui.

Feel free to fork the repo and implement these features as you see fit!

MarsUnrankedShop35 commented 8 months ago

The bot didn't drop in the last dragon, and the bot is already sad, so I thought, 'Let me do these.' Well, do you have any suggestions on how I can do these things? :D

iholston commented 8 months ago

My friend, I appreciate your enthusiasm, but this bot is rather simple. If you cannot read/write code then I suggest learning to program first then using this as a fun side project to practice on. I cannot really help you more than that other than to say, open-cv stuff would go in game.py and your gui modifications would go in the view folder somewhere. Best of luck!