1_F0

| Funky Friday GUI Script | 2021 Pastebin | 1_F0 |

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