It says requirement windows 7, do I need to have it or is it just an old post?
Tried that already,doesnt work.Quote:
Sometimes, when you restart the host, the clients take over as hosts, so that there are 2 rooms: your original one with 1-3 of your clients and a second one with your host and the rest...
The safest bet is to just close all bots, reset accounts and then restart the host first, see if it's got 1/6 then start the client bots
[Only registered and activated users can see links. Click Here To Register...]Quote:
League of Legends Shop Script for Greasemonkey
userscripts.org/scripts/show/186902
where we can find this script now?
ty, haxor
that dont work cant install it :zQuote:
[Only registered and activated users can see links. Click Here To Register...]
Me neither, but this is what the script looks like (got it from an old VM):Quote:
that dont work cant install it :z
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);
the vmd took space from ur hard as like pagefile ,Quote:
I have Problems with my ssd :(
My Vmdks raise and raise my ssd is after 4 - 6 h 10 bots out of space and I have to delete everything
whats the problem?
-.-
had same error, needed to reinstall LoL on 1 VM and then clone it :/Quote:
Hi guys, I'm having a problem with the bot. I keep getting the there is no language file. Please reinstall error although I downloaded the english version of the client. But, when i try to login normally, it starts without any error. What should I do ? Please somebody help :)