You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
(i dont think ajax tokens are sensitive info but will censor them anyway)
I noticed in the dev console that the ajax token used by aternos did not match the one given by the library LGuu**************** < used by aternos website TBsn**************** < used by the library
I deobfuscated the js function by hand to try and understand how it works
And yeah it just sets the AJAX_TOKEN to LGuu**************** its all determined by the !
i tested and the to_ecma5 dosent seem to be the thing causing the error.
If a had to guess its probably the ctx.execute('window.document = { };') and the others that are causing the problem.
may be related to #75 (comment)
(i dont think ajax tokens are sensitive info but will censor them anyway)
I noticed in the dev console that the ajax token used by aternos did not match the one given by the library
LGuu****************< used by aternos websiteTBsn****************< used by the libraryI deobfuscated the js function by hand to try and understand how it works
And yeah it just sets the
AJAX_TOKENtoLGuu****************its all determined by the!i tested and the
to_ecma5dosent seem to be the thing causing the error.If a had to guess its probably the
ctx.execute('window.document = { };')and the others that are causing the problem.