Sunday, 7 October 2012

function CalculateCost() { // Get elo values from field var startElo = parseInt(document.getElementById('startElo').value); var endElo = parseInt(document.getElementById('endElo').value); var totalCost = 0; // Check elo values entered correctly if (startElo != NaN && endElo != NaN) { // Loop from start until endElo for (var i = startElo; i < endElo; i += 100) { if (i < 1200) { totalCost += 15; } else if (i >= 1200 && i < 1400) { totalCost += 20; } else if (i >= 1400 && i < 1500) { totalCost += 25; } else if (i >= 1500 && i < 1600) { totalCost += 30; } else if (i >= 1600 && i < 1700) { totalCost += 35; } else if (i >= 1700 && i < 1800) { totalCost += 40; } else if (i >= 1800 && i < 1900) { totalCost += 50; } else if (i >= 1900 && i < 2000) { totalCost += 80; } else if (i >= 2000 && i < 2100) { totalCost += 100; } else if (i > 2100) { totalCost += 100; } } } // Add result to id="totalCost" //
version: document.getElementById('totalCost').innerHTML = totalCost; // version: //document.getElementById('totalCost').value = totalCost; } Total cost:

Start elo:
End elo:

Sunday, 29 April 2012

Welcome





  • Cheapest and fastest (50-100 per day) elo boost .
  • Guaranteed identity protection (communication with people on your friend list will be minimized and the log will be sent to you), also i won't tell anyone that i am boosting you.
  • I am over 2000 elo since the middle of season 1 till now when i am around 2100 elo
  • Won 2 go4lols, 2 times second place on Monthly finals, reached the last qualifier for IEM Kiev, and won many random cups for around ~50k rp overall
  • Boosted more then 30 accounts in range from 600 to 2000 elo (i won't post pictures because of privacy of my customers)
  • Doing this for more then a year