Created by Reabb#2203
Features:
- TELEPORT TO ELF FARM
Put this in your exploit’s autoexec folder so it works everytime you rejoin the game
if game.PlaceId == 4996049426 then
repeat wait() until game:IsLoaded()
while task.wait(2) do
game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-762, 102, -300)
end
end
ENJOY!