THIS REPO WILL NOT BE UPDATED ANYMORE, THIS SOURCE IS OUTDATED, DO NOT FORK THIS TO MAKE YOUR OWN TOOLS ON THE GAME
This repository stores the source code of the game Krunker.io.
Current version: 7.1.8
- Open Krunker.io, and open the developer console (F12 or Ctrl+Shift+I)
- Navigate to the
Network
tab, and typeseek
into the search bar. - Refresh the tab, and wait until you see a request that looks like this:
- You'll see that there is a column called
Initiator
; click on that. - Wait for the file to load, right click on the source code, and click
Save as...
- Open the file in an editor that supports > 8MB files (Visual Studio Code works fine.)
- You can now view the source code of Krunker!
- Fork this repository
- Follow the above guide to find the source code
- Replace the anonymous function at the top of the file (this is often the first two lines), as well as the closing parenthesis at the bottom of the file