Advertisement
L3RG3T

AutoTAP

Jul 8th, 2021
1,579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement