Advertisement
SCRIPTERIMPOSTER

fnf auto play working

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