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
Replied
The gamelink would be nice!
Cancel
Post
Early Script Releases: Robloxscripts - Profile of 266
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post