Advertisement
BobMe

yea afk thing prob

Jan 5th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local s = game:service'VirtualUser'
  2.  
  3. while true do
  4. s:SetKeyDown("w")
  5. wait(.125)
  6. s:SetKeyUp("w")
  7. wait(.5)
  8. s:SetKeyDown("s")
  9. wait(.125)
  10. s:SetKeyUp("s")
  11. wait(300)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement