Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = game:service'VirtualUser'
- while true do
- s:SetKeyDown("w")
- wait(.125)
- s:SetKeyUp("w")
- wait(.5)
- s:SetKeyDown("s")
- wait(.125)
- s:SetKeyUp("s")
- wait(300)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement