iholston / lol-bot

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

everything worked perfectly but when in game my champion AFK #180

Closed waaikanon closed 3 months ago

waaikanon commented 6 months ago

like i said everything worked perfectly but when in game my champion AFK my mouse is plug sometimes cursor is moving but not click

when in lobby everything fine only problem in game

iholston commented 6 months ago

What version are you using?

waaikanon commented 6 months ago

lastest version 2.2.2

Egon333 commented 6 months ago

Same problem

bymohamed commented 6 months ago

i have a fix, if you running it using python , create a file start.bat in the same folder as main.pyw and then paste this code : start.bat

@setlocal enableextensions
@cd /d "%~dp0"
py main.pyw
pause

run this file start.bat as administrator, if you are using the exe just run it as administrator. image

bobbyroylee commented 4 months ago

Mine was doing this. I had the league client running as administrator. Turned it off and now it's working perfectly

iholston commented 4 months ago

@waaikanon does anything here solve your issue