-
-
Save fipso/d70f26c14ff1cdde12c269b6250069ab to your computer and use it in GitHub Desktop.
| /** | |
| * Created by fipso on 13.10.16. | |
| */ | |
| var CryptoJS = require("crypto-js"); | |
| var CryptoJSAesJson = { | |
| stringify: function (cipherParams) { | |
| var j = {ct: cipherParams.ciphertext.toString(CryptoJS.enc.Base64)}; | |
| if (cipherParams.iv) j.iv = cipherParams.iv.toString(); | |
| if (cipherParams.salt) j.s = cipherParams.salt.toString(); | |
| return JSON.stringify(j); | |
| }, | |
| parse: function (jsonStr) { | |
| var j = JSON.parse(jsonStr); | |
| var cipherParams = CryptoJS.lib.CipherParams.create({ciphertext: CryptoJS.enc.Base64.parse(j.ct)}); | |
| if (j.iv) cipherParams.iv = CryptoJS.enc.Hex.parse(j.iv); | |
| if (j.s) cipherParams.salt = CryptoJS.enc.Hex.parse(j.s); | |
| return cipherParams; | |
| } | |
| }; | |
| module.exports = { | |
| build: function (score, url) { | |
| var timestamp = new Date().getTime(); | |
| var hash = CryptoJS.AES.encrypt(JSON.stringify({score: score, timestamp: timestamp}), "crmjbjm3lczhlgnek9uaxz2l9svlfjw14npauhen", { format: | |
| CryptoJSAesJson}).toString(); | |
| var sData = JSON.stringify({ | |
| score: score, | |
| url: "/game/" + url, | |
| play_time: 20, | |
| hash: hash | |
| }); | |
| return sData; | |
| } | |
| }; |
7865
Lol, it works!
But it doesn't trigger message in Telegram about beating new record.
How can I use this code in my site?
I want, my website give 2 parameters (score & URL) and do operate.
plzzzzzzzzz answer
how to hack Speed Driver @Gamee ?? please
Inset this code in page console and get fun :)
https://gist.github.com/Skynes/6ee5a4add737f92686034bdc11200882
Try this one.
Just set params and open it in your browser
https://gist.github.com/bad-day/42d5168d8e7f25c9ba8011a3403b738c
guys , How optimize this code on telegram ?
Never thought someone would ever use this. Pretty surprised that it still works.
@fipso how to use this
That's really cool! 😂
Anyone knows if this code will work for https://spacehuntgame.com/ ?
Not working for me , can someone tell how did they make it work
@kunjherem As u can see this code is 4 years old now, back in the days when it worked i used the code above to sign the score submission data with the key i found in the source from the Gamee Bot.
@fipso
Do you have any working code now??
@kunjherem nope
How to run this code to gamee?
Message me on telegram for hacking gamee
@gameehacker1
Bros Who can teach me about hacking Stair Master 3D game in @Gamee
how i can use it?
Братаны, кто может научить меня взлому игры Stair Master 3D в@Gamee
Who can help hack @Gamee pirate solitaire?
https://web.telegram.org/#/im?p=u281118294_678550884769956757