The world's first mods on the online game Rockbasher! ^^ With a god mode mod, and a custom level implementer (as in custom values for levels like 100x100 instead of 64x64, extra time, etc..). Custom Level IDs: #1: BasicEmpty #2: CustomLevel #3: ModdedItems If you mistype an ID or enter one that does not exist, it will not alert you with a message (usually "press K to load new map"). ~~BOOKMARKLET SCRIPTS FOR ROCKBASHER (will update automatically)~~ ~~GOD MODE (also there are a few animation swaps) javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://luphoria.github.io/RockbasherMod/app/rockbashermod.js' })(); ~~CUSTOM LEVEL LOADER javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://luphoria.github.io/RockbasherMod/app/CustomLevelBkmlt.js' })(); ~~LEVEL EDITOR REWRITER javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://luphoria.github.io/RockbasherMod/app/moddedEditor.js' })();