Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
<# :: | |
@echo off & set "0=%~f0" & powershell -nop -c iex(out-string -i (gc -lit $env:0)) & exit /b | |
#>.{ | |
" Steam_min : always starts in SmallMode with reduced ram usage when idle - AveYo, 2025.04.14 " | |
$FriendsSignIn = 0 | |
$ShowGameIcons = 0 | |
$use_opt_nojoy = 1 |
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()}], |