Last active
January 31, 2026 19:31
-
-
Save vielhuber/06eef5f7aa8353606ae33d63ebd42008 to your computer and use it in GitHub Desktop.
anton app coin hack #js
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
| coins = 42, | |
| sourceId = localStorage.getItem('sourceId').split('"').join(''), | |
| deviceLogId = localStorage.getItem('deviceLogId').split('"').join(''), | |
| users = JSON.parse(localStorage.getItem('users')); | |
| users.forEach(users__value => { | |
| fetch('https://logger-lb-5.anton.app/events', { | |
| method: 'POST', | |
| 'headers': { 'Content-Type': 'application/json' }, | |
| body: JSON.stringify({ | |
| "events":[{"event":"adjustCoins","value":coins,"src":sourceId,"created":(new Date()).toISOString()}], | |
| "log":users__value.l, | |
| "credentials":{"authToken":users__value.t,"deviceLogId":deviceLogId} | |
| }), | |
| }).then(v=>v).catch(v=>v).then(data => { window.location.reload(); }); | |
| }); |
ow man i am hacked. sad.
ow man i am hacked. sad.
what?
der hack wurde gepacht ich hab einen neuen der funktioniert
WIE WELCHER
https://gist.github.com/QQLol-hash/724b3e27db76023042738beee30b8672
Nice ein neuer skiddi ist gejoint
Kann mir wer coins geben znjt-mqs2
i am hacked frome someone ,i have -100 coins :(
Ich bin gerade am kacken...
Nice :)
1 Anton hack is easy working
Kann mir wer coins geben znjt-mqs2
Joa bist du on?
Ja
Ich könnte
Now you have coins
Now you have coins
ey bro
Ja
Hat funktioniert aber bitte lösche deinen Beitrag sonst können anderendeinen Account klauen
@carlobloemer7 kannst du das bei meinem anderen Account auch machen ich flehe dich an hier Name koda1 und Code Pfuk-nakt Danke
Habe dir Coins Gegeben viel Spass dir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m not sure what you want to achieve with this, but all this does is implement a local coin storage, that has nothing to do with ANTONs. (Still cool I g but how does this help here? (Also, if you didn’t use an LLM, I will eat my broom (haha)))
And the other one is also overengineered, it just does the same local storage thing but with the actually real ANTON "log" function. (Btw the log thing actually is used for data storage, idk why but it’s not just for debug purposes)
As I said maybe you guys should look at the code of the frontend projects (like for example
app01), maybe you’ll understand what the code you sent actually does.You can parse the PDO that the client actually uses, or get it from here: https://projects.anton.app/update?project=app01&branch=master&version=0 (this is just json, so it’s much easier to parse)