-
-
Save vielhuber/06eef5f7aa8353606ae33d63ebd42008 to your computer and use it in GitHub Desktop.
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(); }); | |
}); |
Bro how where doch you need to Put it in
bruh u stoopid?
F12 > Browser console
How do you get Anton Plus
@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)
:)
@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)
:)
well u can inspect the game source code when u debug while ingame
@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)
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(); }); });
@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.
;)
@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
@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
ich mach ein Tutorial dazu, wie man jedes Anton spiel manipuliert, als Beispiel nehme ich City Jumper
Hello
I tried it and now there are too many coins please help my to delete all coins
how can i make it normal again???
can you maybe try making a anton plus free cheat would be awesome
so i now have 1e+134 coins can this be undone?
so i now have 1e+134 coins can this be undone?
yes
And trophy?
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(); });
});
wait what about the trophys
@KilluaYT wie mache ich die coins wieder weg?
@KilluaYT wie mache ich die coins wieder weg?
einfach negativ die Zahl eingeben
Mit welchen Code kann man Trophäen bekommen??
Bei mir funkzioniert das nicht könnte mir bitte jemand helfen?
Könntest du mir bitte helfen?
@KilluaYT ich habe dir eine freundschafts anfrage über dc gesendet hoffe das ist ok
Help
Is there a script for trophies? @vielhuber
@Christoph511 sendest du diesen Befehl in die Konsole?
Do the Script but: -42,
hallo hat jemanden von euch hack für tower builder in anton app
Bro how where doch you need to Put it in