你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/29286-vertix-io-aimbot/discussions/31533,源站連結 點此以跳轉

Vertix.io Aimbot

Aim at the closest player by pressing Shift.

< 脚本 Vertix.io Aimbot 的反馈

提问 / 留言

§
发布于:2018-07-08

HI QUESTION

hi can u plz add a script to make it auto shoot when u press shift because it would make it easyer and change the butten to c or somthing thx if u read this and i love this script.

§
发布于:2018-07-08
编辑于:2018-07-08

i tried doing it my self and i got a qeuestion if i am doing it right thx if u reply and sorry that i'm bothering u

} c.addEventListener('mousedown', function (event) { if (event.which == 2) { shootBullet(player); } }); c.addEventListener("keydown", function(a) { if (a.keyCode == 67) { shootBullet(player); } }, false); } };

发布留言

登录以发布留言。