Last active
July 16, 2026 06:14
-
-
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(); }); | |
| }); |
lucasforster-hue
commented
Jun 22, 2026
via email
Ich wurde entdeckt wieso
Gesendet von Outlook für iOS<https://aka.ms/o0ukef>
…________________________________
Von: Mythical5500 ***@***.***>
Gesendet: Tuesday, 16 June 2026 16:56:51
An: Mythical5500 ***@***.***>
Cc: Comment ***@***.***>
Betreff: Re: vielhuber/script.js
@Mythical5500 commented on this gist.
________________________________
a94k-gkuh
Ich habe dir 999,999,999 Münzen hinzugefügt.
—
Reply to this email directly, view it on GitHub<https://gist.github.com/vielhuber/06eef5f7aa8353606ae33d63ebd42008#gistcomment-6202189> or unsubscribe<https://github.com/notifications/unsubscribe-auth/CC5QQVDGHESCWIN2563LFU35AFN3PBFKMF2HI4TJMJ2XIZLTSOBKK5TBNR2WLKJSHA4DONBWHAYTTJDOMFWWLKDBMN2G64S7NFSIFJLWMFWHKZNEORZHKZNENZQW2ZN3ORUHEZLBMRPXAYLSORUWG2LQMFXHIX3BMN2GS5TJOR4YFJLWMFWHKZNEM5UXG5FENZQW2ZNLORUHEZLBMRPXI6LQMWWHG5LCNJSWG5C7OR4XAZNLI5UXG5CDN5WW2ZLOOSTHI33QNFRXHEMCUR2HS4DFURTWS43UUV3GC3DVMWUTCMJWGMYDKNRUGKTXI4TJM5TWK4VGMNZGKYLUMU>.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
One question how I can Type the Code by anton
q53v-wnsq
9rjp-skau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment