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(); });
});
@Anni-source
Copy link

Bro how where doch you need to Put it in

@nyaruku
Copy link

nyaruku commented Oct 18, 2022

Bro how where doch you need to Put it in

bruh u stoopid?
F12 > Browser console

@Leonardtg
Copy link

How do you get Anton Plus

@daniel3773
Copy link

@KilluaYT can you mabe do one for the thropies? Im not sure but is it possible to do a code for games( if yes then please do one for City jumper)

:)

@nyaruku
Copy link

nyaruku commented Nov 11, 2022

@KilluaYT can you mabe do one for the thropies? Im not sure but is it possible to do a code for games( if yes then please do one for City jumper)

:)

image
well u can inspect the game source code when u debug while ingame

@nyaruku
Copy link

nyaruku commented Nov 11, 2022

@KilluaYT can you mabe do one for the thropies? Im not sure but is it possible to do a code for games( if yes then please do one for City jumper)

:)
https://www.youtube.com/watch?v=3AfIoK2fOmg
i did it (city jumper)

Copy link

ghost commented Nov 12, 2022

Maybe you can add coins = prompt("How many coins?") So that the User can Input how many coins He want

i have find how you can do this: howmany = prompt("How many coins?") coins = howmany, 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(); }); });

@daniel3773
Copy link

@KilluaYT I saw that you Anton is German. Also glaube ich, dass wir beide einfach auf deutsch sprechen können. Erstmal danke, dass du so schnell geantwortet hast, danke auch dass du das Video verlinkt hast. mein Problem ist jetzt nur, dass ich nicht finden kann wo genau in den Entwicklertools das ist.

Die beiden anderen Codes haben übrigens einwandfrei funktioniert.

;)

@nyaruku
Copy link

nyaruku commented Nov 12, 2022

@KilluaYT I saw that you Anton is German. Also glaube ich, dass wir beide einfach auf deutsch sprechen können. Erstmal danke, dass du so schnell geantwortet hast, danke auch dass du das Video verlinkt hast. mein Problem ist jetzt nur, dass ich nicht finden kann wo genau in den Entwicklertools das ist.

Die beiden anderen Codes haben übrigens einwandfrei funktioniert.

;)

kann es dir auf dc erklären: Railgun#5065

@LeonTab1
Copy link

@KilluaYT I saw that you Anton is German. Also glaube ich, dass wir beide einfach auf deutsch sprechen können. Erstmal danke, dass du so schnell geantwortet hast, danke auch dass du das Video verlinkt hast. mein Problem ist jetzt nur, dass ich nicht finden kann wo genau in den Entwicklertools das ist.
Die beiden anderen Codes haben übrigens einwandfrei funktioniert.
;)

kann es dir auf dc erklären: Railgun#5065

Hi kannst du mir es auch auf discord erklären, Discord LeonTab#0001

@nyaruku
Copy link

nyaruku commented Nov 22, 2022

ich mach ein Tutorial dazu, wie man jedes Anton spiel manipuliert, als Beispiel nehme ich City Jumper

@Tari263
Copy link

Tari263 commented Dec 2, 2022

Hello
I tried it and now there are too many coins please help my to delete all coins

@Tari263
Copy link

Tari263 commented Dec 2, 2022

how can i make it normal again???

@Trollgie
Copy link

Trollgie commented Dec 5, 2022

can you maybe try making a anton plus free cheat would be awesome

@kampfdrucker69
Copy link

so i now have 1e+134 coins can this be undone?

@nyaruku
Copy link

nyaruku commented Dec 6, 2022

so i now have 1e+134 coins can this be undone?

yes

@OkeyBrey
Copy link

OkeyBrey commented Dec 6, 2022

And trophy?

@tntgamer685347
Copy link

if you want to get infiti coins use this:
coins = 10 / 1,
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(); });
});

@Trollgie
Copy link

Trollgie commented Dec 7, 2022

wait what about the trophys

@kampfdrucker69
Copy link

@KilluaYT wie mache ich die coins wieder weg?

@nyaruku
Copy link

nyaruku commented Dec 7, 2022

@KilluaYT wie mache ich die coins wieder weg?

einfach negativ die Zahl eingeben

@Codingpro23
Copy link

Mit welchen Code kann man Trophäen bekommen??

@Christoph511
Copy link

Bei mir funkzioniert das nicht könnte mir bitte jemand helfen?

@Christoph511
Copy link

Könntest du mir bitte helfen?

@tntgamer685347
Copy link

@KilluaYT ich habe dir eine freundschafts anfrage über dc gesendet hoffe das ist ok

@Tari263
Copy link

Tari263 commented Dec 8, 2022

Help

@4FKuser
Copy link

4FKuser commented Dec 9, 2022

Is there a script for trophies? @vielhuber

@4FKuser
Copy link

4FKuser commented Dec 9, 2022

@Christoph511 sendest du diesen Befehl in die Konsole?

@4FKuser
Copy link

4FKuser commented Dec 10, 2022

Do the Script but: -42,

@tahahaza2006
Copy link

hallo hat jemanden von euch hack für tower builder in anton app

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