Game_Logic

CoolMathGames No Ads Hack

May 5th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. function removeAdsMod() { var xten = confirm('Would you like to activate no ads?'); if (xten == true) { document.getElementsByClassName('ad-wrapper')[0].outerHTML = "<div></div>"; document.getElementsByClassName('ad-wrapper')[0].outerHTML = "<div></div>"; document.getElementsByClassName('ad-wrapper')[0].outerHTML = "<div></div>"; document.getElementsByClassName('ad-wrapper')[0].outerHTML = "<div></div>"; } else { confirm('Ok press backslash to change your mind.') } };
  2. window.addEventListener("keydown",checkKeyPressed,false);
  3.  
  4. function checkKeyPressed(ent) { if (ent.keyCode == "220") { removeAdsMod() } }; confirm('Press Backslash \(\) to activate.');
Add Comment
Please, Sign In to add comment