Skip to content

Commit

Permalink
cheat bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Nov 27, 2024
1 parent 91098a0 commit 911be70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ let setTime = Date.now();

useEffect(() => {
function checkForCheats() {
if(document.getElementById("coordinates")) return true;
if(document.getElementById("coo1rdinates")) return true;
// try {
// if(window.localStorage.getItem("banned")) return true;
// } catch(e) {
Expand Down

0 comments on commit 911be70

Please sign in to comment.