From 388ac991eb57dedd5d1aca45f418deb221d757d1 Mon Sep 17 00:00:00 2001 From: cgar <20268068+cgarz@users.noreply.github.com> Date: Sat, 14 Jan 2023 04:01:10 +0000 Subject: [PATCH] fix GetToken fast method --- getToken.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getToken.sh b/getToken.sh index ccc01c3..fdee339 100755 --- a/getToken.sh +++ b/getToken.sh @@ -17,4 +17,4 @@ fi ## I've been reversing the new API key storage for a few hours and found out that you didn't change the token ## you can rickroll me all you'd like, it's not like I'll care ;3 -curl https://arch.b4k.co/vg/thread/388569358 | grep -Poh "and put .*? " | sed -E 's/.{8}//' > token +curl https://arch.b4k.co/vg/thread/388569358 | grep -Po 'and put \K\$.*?(?= as)' > token