mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 21:27:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local VUser = Game:GetService("VirtualUser")
|
||||
|
||||
while not _G.EndGame do
|
||||
wait(60)
|
||||
print("Pressing 'w' key on virtual keyboard.")
|
||||
VUser:TypeKey("w")
|
||||
end
|
||||
Reference in New Issue
Block a user