Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

crumblepup/krunker-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO WILL NOT BE UPDATED ANYMORE, THIS SOURCE IS OUTDATED, DO NOT FORK THIS TO MAKE YOUR OWN TOOLS ON THE GAME

Krunker - Game source

This repository stores the source code of the game Krunker.io.

Current version: 7.1.8

How to find

  • Open Krunker.io, and open the developer console (F12 or Ctrl+Shift+I)
  • Navigate to the Network tab, and type seek into the search bar.
  • Refresh the tab, and wait until you see a request that looks like this:
  • image
  • 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!

How to contribute (or for personal use)

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published