//start to play and post this in your console var old = gamee.updateScore; var new_ = function (score,o,r){ // WARNING - if you add more than 100 telegram will report you as cheater and will ban your account score= 100+score; old(score,o,r); } gamee.updateScore=new_;