Aim at the closest player by pressing Shift.
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); } };
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.