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

< 脚本 Change the scope to survev.io, surviv.io, suroi.io, suroi.fpsgo.net and zombsroyale.io 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2018-11-25

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:

§
发布于:2018-11-25
编辑于:2018-11-25

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:

§
发布于:2019-02-01

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.

§
发布于:2019-06-10
编辑于:2019-06-10

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:

§
发布于:2019-06-10

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

§
发布于:2020-05-10

where to put mouse_pos.x, mouse_pos.y

§
发布于:2020-05-10

im on chromebook

§
发布于:2020-05-11

PLS HELP ME

§
发布于:2020-05-11

nvm

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址