Advertisement
puma211

Script funky friday autoplay

Feb 6th, 2023 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. (script funky friday, disfruta)(no copies esto solo el script)
  2.  
  3.  
  4.  
  5. local vu = game:GetService("VirtualUser")
  6. game:GetService("Players").LocalPlayer.Idled:connect(function()
  7. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  8. wait(1)
  9. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  10. end)
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/funky-friday-autoplay/main/main.lua",true))()
  12. local message = Instance.new("Message", workspace)
  13. message.Text = "Loaded! If the script is not working, press 'F9' to check for any errors."
  14. wait(1)
  15. message:Destroy()
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement