Forum > Scripts >

TDS duckhunt autojoin

Posts: 1

Threads: 1

Joined: May, 2022

Reputation: 0

Posted

A quick script I made. Not so good at scripting but I tried. 
How To Use:
-put in the Autoexec folder

-it has antiafk so don't worry

-you need to put an auto clicker on the "return to lobby" button (I couldn't find a way to make you go to the lobby automatically, but if someone can help me please let me know in the comments)
-farm eggs

 

Script:

 

wait()

wait(5) -change to a higher value if you have a bad internet connection

local args = {
    [1] = "Multiplayer",
    [2] = "start_search"
}

game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer(unpack(args))


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)


local args = {
    [1] = "Multiplayer",
    [2] = "start_search"
}

game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer(unpack(args))


end)

 

Game link: Here

  • 1

Posts: 196

Threads: 58

Joined: Apr, 2020

Reputation: 3

Replied

The gamelink would be nice!

  • 1

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )