I can't download the user script, the bot doesn't buy xp boost without this script?
Quote:
I can't download the user script, the bot doesn't buy xp boost without this script?
userscriptQuote:
// ==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);
probably need more ramQuote:
[Only registered and activated users can see links. Click Here To Register...]
The bot starts, championselect starts too but when the game launches i get this error on every vm.. anybody knows what that is?
yes it works,but ont worth to fk ur laptop for this.labtops have a low life,this will kill ur laptop a lot faster.Quote:
does this work?
I have quite decent laptop but only 6GB RAM and 5400RPM HDD lol
how many VMs can I run at most so I can use PC with this on background, using W8 as main and maybe XPs on VM?
SCRIPTQuote:
// ==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);