ADVERTISEMENTREMOVE ADS
Game icon

BGSI MACRO OPEN SOURCE

Script preview thumbnail
Script Preview

Description

spams E for when your close to eggs to auto open

(works amazing on multi instance)

ADVERTISEMENTREMOVE ADS
8 Lines • 265 Bytes
Raw
local VirtualInputManager = game:GetService("VirtualInputManager")
while task.wait(0.1) do
VirtualInputManager:SendKeyEvent(true, Enum.KeyCode.E, false, game)
task.wait()
VirtualInputManager:SendKeyEvent(false, Enum.KeyCode.E, false, game)
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS