Advertisement
iiLenX

Fnf AutoPlay Rblx

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