Funky friday Autoplayer script/Hack/Developers arrows

Опубликовано: 14 Октябрь 2024
на канале: TanqrDemonFan
2,920
34

my executor:

copy to paste script: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/wal...",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()