Skip to content

Instantly share code, notes, and snippets.

View Unagami123's full-sized avatar
😁
Don't put off until tomorrow what you can do today!

Abdullah Unagami123

😁
Don't put off until tomorrow what you can do today!
View GitHub Profile
@vielhuber
vielhuber / script.js
Last active August 20, 2024 17:23
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()}],