Fix react gui
This commit is contained in:
parent
f25bfaf182
commit
177b1e0b80
5 changed files with 22 additions and 22 deletions
Binary file not shown.
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 81 KiB |
Binary file not shown.
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 415 B |
File diff suppressed because one or more lines are too long
|
@ -3535,7 +3535,7 @@
|
||||||
}
|
}
|
||||||
let iframe = document.querySelector("iframe");
|
let iframe = document.querySelector("iframe");
|
||||||
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
|
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
|
||||||
if (parseInt(time) <= 1693429947556 || iframe.contentWindow.confirm(error)) cheat();
|
if (parseInt(time) <= 1694225981451 || iframe.contentWindow.confirm(error)) cheat();
|
||||||
}
|
}
|
||||||
img.onerror = img.onabort = () => (img.src = null, cheat());
|
img.onerror = img.onabort = () => (img.src = null, cheat());
|
||||||
})();
|
})();
|
2
cheats/reactGui.min.js
vendored
2
cheats/reactGui.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue