[Only registered and activated users can see links. Click Here To Register...]
How to use:Type in your referral link, amount, formatting, and select a region
Format:
- %name will insert the account name
- %password will insert the account password
- %email will insert the account email
[Only registered and activated users can see links. Click Here To Register...]
Click "Submit" and wait a moment for you accounts to be created
[Only registered and activated users can see links. Click Here To Register...]
Click your generated link and copy your account list
[Only registered and activated users can see links. Click Here To Register...]
League of Legends 1.0 Referral Counter
Code:
javascript:( function() { var incomplete = 0; var complete = 0; var maxStr = $('a[rel="last"]').attr('href'); var max = maxStr.substr(maxStr.indexOf("page:") + 5); var pathname = $(location).attr('href'); pathname = pathname.replace('http://','').split('.'); for (var i = 0; i < max; i++) { $.get("http://"+pathname[0]+".leagueoflegends.com/rewards/referrals/page:" + (i), function(data) { $(data).find("tbody tr").each(function() { if ($(this).find("td.summoner_level").html() > 4) { complete++; } if ($(this).find("td.summoner_level").html() > 1 & $(this).find("td.summoner_level").html() < 5) { incomplete ++; } $('div.page_header_text').html(complete + ' Complete : ' + incomplete +' Inprogress'); }); }); } }) ()
How to use:
Copy the above code into the URL of a bookmark and save it
[Only registered and activated users can see links. Click Here To Register...]
Navigate to your completed referral page and click the bookmark we just created
[Only registered and activated users can see links. Click Here To Register...]
League of Legends 1.0 IP-Boost Redeemer
Code:
javascript:( function() { var amtStr = $('td.reward-item-name').first().html(); var amt = amtStr.substr(amtStr.indexOf('(') + 1, amtStr.indexOf(')') - amtStr.indexOf('(') - 1); var pathname = $(location).attr('href'); pathname = pathname.replace('http://','').split('.'); var extra = $('div.countRewards > a').first().attr('href'); for (var i = 0; i < amt; i++) { $.ajax({ url: 'http://'+pathname[0]+'.leagueoflegends.com' + extra, async: false }); } $('td.reward-date').first().html("Redeemed " + amt + " Rewards."); } )()
How to use:
Copy the above code into the URL of a bookmark and save it
[Only registered and activated users can see links. Click Here To Register...]
Navigate to your referral rewards page and click the bookmark we just created. Wait for the below to show.
[Only registered and activated users can see links. Click Here To Register...]
League of Legends 2.0 IP Redeemer
Coming Soon
Coming Soon