Created
November 22, 2020 14:49
-
-
Save dwhitz/27226e5c1cdcfe8148b3ceeac5bb3ff3 to your computer and use it in GitHub Desktop.
telegram bot gamee cheat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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