Discuss Scratch

Heathercat123
Scratcher
51 posts

Logging into NextGen (ng.scr.chipmunk.land)

To log into NextGen (ng.scr.chipmunk.land), run this Javascript code:


id_token = {
"sub": 1,
"email": "info@gatesfoundation.org",
"given_name": "Rick",
"family_name": "Astley",
"picture": "<a rel='nofollow' href='<a rel="nofollow" href="https://trampoline.turbowarp.org/avatars/1">https://trampoline.turbowarp.org/avatars/1</a>'><a rel="nofollow" href="https://trampoline.turbowarp.org/avatars/1">https://trampoline.turbowarp.org/avatars/1</a></a>",
"ux_types": ["teacher"]
}

access_token = {
"exp": 10000000000
}

refresh_token = access_token



function convert(x) {
return 'meow.' + btoa(JSON.stringify(x))
}

auth = {
'id_token': convert(id_token),
'access_token': convert(access_token),
'refresh_token': convert(refresh_token)
}

localStorage.setItem("auth", JSON.stringify(auth));



Note that everything is read-only and pretty much nothing works.

Last edited by Heathercat123 (July 19, 2026 17:34:12)


Creator of much of the backend code for this website (the Scratch section, not the rest!) along with contributions from @chipmunkmc.
test
New Scratcher
2 posts

Logging into NextGen (ng.scr.chipmunk.land)

test

edit: renamed your topic sorry

Last edited by test (July 10, 2026 04:07:52)

chipmunkmc
Scratch Team
76 posts

Logging into NextGen (ng.scr.chipmunk.land)

test wrote:

test

edit: renamed your topic sorry

Hopefully this exploit has been fixed now; I changed the subject back to a more descriptive one.

https://max.chipmunk.land/
hi, this is my signature!

Powered by DjangoBB