Created
July 28, 2017 22:29
-
-
Save Skynes/6ee5a4add737f92686034bdc11200882 to your computer and use it in GitHub Desktop.
Telegram Games Hack (@Gamee) by DevStorm
This file contains 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
Change [PUT YOUR COUNT] on your score and enter to brouser console | |
var url = window.location.pathname, | |
username = gameeUI.user, | |
timestamp = (new Date).getTime(), | |
dataId = $("#dataId").data(), | |
hash = CryptoJS.AES.encrypt(JSON.stringify({ | |
score: [PUT YOUR COUNT], | |
timestamp: timestamp | |
}), dataId.id, { | |
format: CryptoJSAesJson | |
}).toString(), | |
sData = { | |
score: [PUT YOUR COUNT], | |
url: url, | |
play_time: gameeUI.playTime, | |
hash: hash, | |
username: username, | |
anonymous_id: gameeUI.anonymous_id | |
}; | |
if (isFacebook()) { | |
var fbUserData = FacebookUserData.getUserData(); | |
sData["app_scoped_user_id"] = fbUserData.app_scoped_user_id; | |
sData["user_id"] = fbUserData.user_id | |
} | |
gameeUI.sendScoreData(sData) |
if (isFacebook()) {
var fbUserData = FacebookUserData.getUserData();
sData["app_scoped_user_id"] = fbUserData.app_scoped_user_id;
sData["user_id"] = fbUserData.user_id
lol
game ui not defined
gameUI not define(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gameUI is not defned.