Skip to content

Instantly share code, notes, and snippets.

@vielhuber
Last active May 22, 2025 19:20
Show Gist options
  • Save vielhuber/06eef5f7aa8353606ae33d63ebd42008 to your computer and use it in GitHub Desktop.
Save vielhuber/06eef5f7aa8353606ae33d63ebd42008 to your computer and use it in GitHub Desktop.
anton app coin hack #js
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(); });
});
@Swipe1616
Copy link

BTW ich hab mal nen discord server erstellt für alle die sich fürs modden und „hacken“ von ANTON interessieren https://discord.gg/QBUSTexsEX joint gerne wenn ihr wollt

Der Link ist kaputt, kannst du mir ne neue Einladung schicken?

@Antonabi
Copy link

BTW ich hab mal nen discord server erstellt für alle die sich fürs modden und „hacken“ von ANTON interessieren https://discord.gg/QBUSTexsEX joint gerne wenn ihr wollt

Der Link ist kaputt, kannst du mir ne neue Einladung schicken?

Ich hab das komplett vergessen, sorry

ich hab den Server (aus persönlichen Gründen) runtergenommen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment