I currently have a temporary fix for LoLEtal. It fixes the YouTube video problem and consequently the AFK blank screen problem.
However, summoner name creation DOES not work. If you wish to use this temporarily fixed version, which DOES do Battle Training and does NOT hang; you will HAVE to either manually go through each of your accounts and name them OR write your own script to do it for you.
Mediafire currently doesn't let me upload so Google docs is all I got: see attachment below. URL got taken down.
If the main developer - ugotstuffed - doesn't like me decompiling and editing his script then he can tell me, and I will gladly take it down.
For those who wanted to know what I did to temporarily "fix" it, I'll outline what I did below:
1. Identified the cause of the YouTube problem. The logincheck function failed to function correctly which caused the variable "$loginsum = true".
2. This triggered the function summonername which is the function that creates your ingame summoner name. The exitloop however does not work, and thus is "stuck" in this function.
3. I changed all instances of $loginsum = true to $loginsum = false, therefore the bot NEVER enters the function summonername. Hence the inability for the script to enter it's own summoner names anymore.
If I knew how to write scripts I would actually try to fix the logincheck function or the summonername function; fixing either one would repair the script, but I know absolutely zilch about AutoIt scripting so I can only submit this temporary fix.
SUMMARY:
This fix will:
- Stop YouTube Video problem
- Stop AFK blank screen problem
- Allow you to do Battle Training because you don't have to have write accnum=1 inside status
But it WILL break:
- Ingame summoner name creation.
As a side note, I really didn't want to post this because it amounts to nothing more than a mere bandaid on a gashing wound, but the insane amounts of rabble and benign repetition of the same questions and inquiries over and over is starting to clutter this thread up. So until then, this will be an adequate fix for those who wish for the bot to still do Battle Training and not hang.
If you don't know how to write a script for summoner name creation or cannot be screwed manually doing so, go visit:
[Only registered and activated users can see links. Click Here To Register...]
edit: Google docs removed the LoLEtal almost immediately. I'll upload to Mediafire when I can.
edit2: uploaded it to ElitePvPers. It's an attachment below.