Skip to content

Instantly share code, notes, and snippets.

@mewisme
Created July 4, 2022 08:33
Show Gist options
  • Select an option

  • Save mewisme/0a314a60213f221e5838332cde343f05 to your computer and use it in GitHub Desktop.

Select an option

Save mewisme/0a314a60213f221e5838332cde343f05 to your computer and use it in GitHub Desktop.
Bypass azota =))
const oldMethod = XMLHttpRequest.prototype.send;
XMLHttpRequest.prototype.send = function (data) {
try {
if (JSON.parse(data).name === "exit_full_screen") return;
} catch (e) {}
oldMethod.call(this, data);
};
@mewisme
Copy link
Author

mewisme commented Jul 4, 2022

Khi ở trạng thái đang chờ vào bài thi
Dán code vào console rồi nhấn enter

@Scarlaid
Copy link

still working?

@kilan7mau
Copy link

not working anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment