Best Brofist.io Hacks 2018 (Hide and Seek)

Don't install this script! It doesn't work currently. I am currently working on it.

Versión del día 21/09/2018. Echa un vistazo a la versión más reciente.

Autor
Kaden Baker
Calificaciones
0 0 0
Versión
1.2
Creado
29/08/2018
Actualizado
21/09/2018
Tamaño
1.29 KB
Licencia
Desconocida
Funciona en

This is a test. Please do not install until further notice. Thank you and have a great day! :D
Up Arrow Key- Jump high (Hold or tap continuously to go higher in the sky.)
Down Arrow Key- Go down at a high rate (Hold or tap continuously to fall down hard.)
1 - Same speed as a seeker
2 - Cancel that
3 - Float and walk through objects
4 - Cancel that
5 - Reverse gravity and turn upside down
6 - Cancel that
7 - Fly up and down and go through walls
8 - Cancel that
9 - Teleport below where you're standing
0 - Teleport to Y level of where you're at

REMEMBER: This will remain a test until it works. I will not guarantee that it's gonna work 100%, but I'm trying the best I can in order for the script to work. Please have fun and find my other scripts.

If you want to try and change it, here is the copied version so you have easy access to it.


// ==UserScript==
// @name Best Brofist.io Hacks 2018 (Hide and Seek)
// @namespace Best Brofist.io Hacks 2018 (Hide and Seek)
// @include http://brofist.io/modes/hideAndSeek/c/index.html
// @version 1.2
// @description Don't install this script! It doesn't work currently. I am currently working on it.
// @grant none
// ==/UserScript==
var oldName = client.name;
var oldSkin = client.skin;
var oldPhysic = client.physic;
document.onkeydown = function(event) {
if (event.keyCode == 38) {
client.physic.force=[0, 700];
}
if (event.keyCode == 40) {
client.physic.force=[0, -700];
}
if (keyCode = 49){
client.physic.spd=3.5;
}
if (keyCode = 50){
client.physic.spd=3;
}
if (event.keyCode == 51) {
client.physic.invMass = 0
}
if (event.keyCode == 52) {
client.physic.invMass = 1
}
if (event.keyCode == 53) {
client.physic.angle = 3.14159
client.physic.gravityScale = -1
}
if (event.keyCode == 54) {
client.physic.angle = 0
client.physic.gravityScale = 1
}
if (event.keyCode == 55){
client.physic.gravityScale=0;
client.physic.collisionResponse=0;
}
if (event.keyCode == 56){
client.physic.gravityScale=1;
client.physic.collisionResponse=1;
}
if (event.keyCode == 57){
client.physic.position[1]=1.719006061553955
}
if (event.keyCode == 48){
client.physic.position[0]=-122.38400268554688
}
};

长期地址
遇到问题?请前往 GitHub 提 Issues。