Skip to content

Instantly share code, notes, and snippets.

View u7509583119-bit's full-sized avatar

u7509583119-bit

  • Joined Oct 7, 2025
View GitHub Profile
@u7509583119-bit
u7509583119-bit / script.js
Created October 7, 2025 14:48 — forked from vielhuber/script.js
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()}],