4
darthy
8y

Found that in the sources..

var devRantBall = 150;
for (var i = 0; myRants.lenght > i; i++){
if (myRants[i] > devRantBall / 10) {
devRantBall += 15;
Fml();
}
}

Comments
  • 4
    also double fml couse I misspeled 'length' and there is no edit..
  • 2
    Double 'fyl' because you wrote expensive with a 'c'. Hahaha
  • 2
    @felipebhz maybe only fml(2.3) becouse spelling mistakes in english are ok (not my lang)..But not in code...never in code..
  • 1
    @darthy haha I know you you feel. :P Not my lang too.
Add Comment