This bot overload your cpu then your loadscreen is very slow, when your bot is ingame don't have "code" for click ingame and walk like a bot cuz u waste all your click time in loadscreen, this bot need be optimized a lot.:DQuote:
anyone think they can help?
mine just attempt to connect and just repeats that it disconnected from PvP.net
anyone know the fix?
Hmm yeah thanks =)Quote:
It might be that your too much CPU or RAM is being used so firefox cannot load fast enough which probably causes emuB0T to keep opening until the action is finished. Just a thought.
Search "Internet Options" > Click "Security" tab > Click "Custom level..." > Look for "Launching applications and unsafe files" > Change from "Prompt (recommended)" to "Enable"
[Only registered and activated users can see links. Click Here To Register...]Quote:
Hmm yeah thanks =)
I figured it out right after I posted. I were just too lazy to edit it..
I have a not so much of a problem but more of an annoyance. My bots just randomly stops sometimes at "searching for game" idk why, idk how to fix it, and I don't really mind restarting all the bots. But it could get quite tedious having to restart all the bots manually. So if anyone have had this problem and found a fix. LMK.
maybe u have a wood pc.thi bot works very goood.i can handle more than any other bot out there.its the best bot out there.if i had a ssd i would do like 30 a day or more.Quote:
This bot load a lot the cpu compare to lolnyx or thebot, i think this guy need optimize source code.
This bot overload your cpu then your loadscreen is very slow, when your bot is ingame don't have "code" for click ingame and walk like a bot cuz u waste all your click time in loadscreen, this bot need be optimized a lot.:D
give to host more ram or check other bots if they created account.or u didnt updated the botQuote:
Hi i have a problem the clients arent joining the host after the game
This bot was working fine for me. I havent used it since 2 patches ago and updated everything and now it wont load.Quote:
This bot load a lot the cpu compare to lolnyx or thebot, i think this guy need optimize source code.
This bot overload your cpu then your loadscreen is very slow, when your bot is ingame don't have "code" for click ingame and walk like a bot cuz u waste all your click time in loadscreen, this bot need be optimized a lot.:D
By "delete all and do one more time" you mean reinstall the bots, LoL and VM's.. right?Quote:
[Only registered and activated users can see links. Click Here To Register...]
or
delete all and do one more time.
Your accounts.txt is most likely in the wrong format. Make sure there's no empty line under user|passQuote:
This bot was working fine for me. I havent used it since 2 patches ago and updated everything and now it wont load.
Cmd tries to log into the accounts but just says disconnected from PvP.net
it has nothing to do with my cpu or in game.
Quote:
/ ==UserScript==
// @name League of Legends Shop Script
// @namespace [Only registered and activated users can see links. Click Here To Register...]
// @include [Only registered and activated users can see links. Click Here To Register...]
// @version 0.1
// @description enter something useful - Ehm no pls, dont make me do this.
// @copyright 2012+, You
// ==/UserScript==
// initiate
function init() {
while (true) {
var threedayboost = document.getElementById('unlock_item_boosts_2');
if (typeof (threedayboost) != 'undefined' && threedayboost != null) {
threedayboost.click();
break;
}
}
while (true) {
var buybutton = document.getElementById('buy_with_rp_link');
if (typeof (buybutton) != 'undefined' && buybutton != null) {
buybutton.click();
break;
}
}
}
// starting code in 5 seconds
setTimeout(init, 5000);