Return

Welcome to the Javascript hacks page

Welcome to the Javascript hacks page. This page has been disguised to look like google docs to prevent you from being caught. Here you will find fun little tools to add a little chaos. :) USE AT OWN RISK! I am not responsible for any harm done! I am also not the creator of these hacks/exploits.

Blooketware's Blooket UI

Blooket UI is a GUI cheat menu that works for all tested gamemodes. The original source can be found on Github. TO USE THIS you must have access to the inspect tab. Clink the link below and copy all the text in the Javascript file( hit ctrl+A) and paste it in the console in the inspect tab

src.js

Hacked Snake

THis single line of code will add a few extra features to google snake. To use create a bookmark and paste the text below into the URL part of the bookmark. Then go to google snake( by searching it on google.com) and click on the bookmark( it is best to have it on the bookmark toolbar).

javascript: req = new XMLHttpRequest(); req.open('GET', 'https://raw.githubusercontent.com/DarkSnakeGang/GoogleSnakeCustomMenuStuff/main/custom.js'); req.onload = function() { eval(this.responseText + 'snake.more_menu();'); }; req.send();