Skip to content

Instantly share code, notes, and snippets.

@dwhitz
Created November 22, 2020 14:49
Show Gist options
  • Save dwhitz/27226e5c1cdcfe8148b3ceeac5bb3ff3 to your computer and use it in GitHub Desktop.
Save dwhitz/27226e5c1cdcfe8148b3ceeac5bb3ff3 to your computer and use it in GitHub Desktop.
telegram bot gamee cheat
//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_;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment