Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Funciona En Krnl
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/funky-friday-autoplay/main/main.lua",true))()
- local message = Instance.new("Message", workspace)
- message.Text = "Loaded! If the script is not working, press 'F9' to check for any errors."
- wait(4.5)
- message:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement