diep.io Quick upgrade v2

Bounds keys to builds and themes

< Feedback on diep.io Quick upgrade v2

Review: Good - script works

§
Posted: 11-10-2022

This script is epic! It's super simple, but you have to be a bit of a coder to know how to use it well. Here are the steps on how to customize and add your own pieces:
1) Go to the code information by opening the script editor in tampermonkey, then scroll until you find a section of code entitled //Build Keys.

2) Go to https://www.toptal.com/developers/keycode

3) Press the letter of your keyboard you would like to assign the keybind.

3) A lot of useful information will pop up once you press a key, but focus on the top right corner information that says event.which (this letter is what you will need. [For example, I pressed G and the number I have is 71])

4) Copy this line of code:
//00067776 spammer = "n key"
if(e.keyCode===78){
input.execute("game_stats_build 775566777775656565656888888444444");
}
5) Paste it right under that same line of code in the script.

6) Change the number "78" (or the number after "keyCode===" to whatever you're event.which number was from the linked website. You should also change the letter inside *spammer = "n key"* to whatever keybind you want.

7) Change the numbers after //00067776 to whatever your build stats are. (In order to do this, follow the steps down below)

A) These numbers are the top to bottom order of the upgrades you use in-game.

1st Digit = Health Regen
2nd Digit = Max Health
3rd Digit = Body damage
4th Digit = Bullet Speed
5th Digit = Bullet Pentetration
6th Digit = Bullet Damage
7th Digit = Reload
8th Digit = Movement Speed

9) Save the script.

10) If you followed these steps correctly, it should work! Horray!

(Note that if diep.io ever reworks their code or adds a new upgrade, this will probably not work) As of October 11th, it works very well. very helpful for multiboxing.

Post reply

Đăng nhập để bình luận