Change the scope to survev.io, surviv.io, suroi.io, suroi.fpsgo.net and zombsroyale.io

Сhange the scope in the game survev.io, surviv.io, suroi.io, suroi.fpsgo.net and zombsroyale.io

< Feedback de Change the scope to survev.io, surviv.io, suroi.io, suroi.fpsgo.net and zombsroyale.io

Avaliação: OK - o script funciona, mas tem bugs

§
Publicado em: 25/11/2018

The "Laser" points to a offset position of the real cursor

As shown on those images the laser points to an offet position of the real cursor, it seems like it's tracking it from the bottom-right corner of the screen instead of the center. Thanks in advance :smiley:

§
Publicado em: 25/11/2018
Editado em: 25/11/2018

I have tried reinstalling it/refleshing the page/reopening chrome but it doesn't seem to fix it. I have also found out that it's offset by 50% of the distance to the bottom-right of the screen, here are some other examples:

§
Publicado em: 01/02/2019

I had the same bug on my mac. To fix it, change "params.ctx.lineTo(event.pageX,event.pageY)" to "params.ctx.lineTo(2 * event.pageX,2 * event.pageY)" in Line 648.

§
Publicado em: 10/06/2019
Editado em: 10/06/2019

He changed it. Now you need to change line 696 to

    os_var == "win" ? params.ctx.lineTo(mouse_pos.x, mouse_pos.y) : os_var == "mac" ? params.ctx.lineTo(mouse_pos.x, mouse_pos.y) : params.ctx.lineTo(mouse_pos.x, mouse_pos.y)

The variables got switched up. :wink:

§
Publicado em: 10/06/2019

On my chromebook, you now have to edit line 696, replacing all the posXY.x, posXY.y with mouse_pos.x, mouse_pos.y

§
Publicado em: 10/05/2020

where to put mouse_pos.x, mouse_pos.y

§
Publicado em: 10/05/2020

im on chromebook

§
Publicado em: 11/05/2020

PLS HELP ME

§
Publicado em: 11/05/2020

nvm

Enviar resposta

Entre para publicar uma resposta.

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