Find any script for Roblox

Enter the name of the game or script.

Stand Upright: Rebooted script – (Item Farm)

Functions: Item farm

Script developer: jwef

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					getgenv().Autofarm = true
while Autofarm do task.wait()
for i,v in pairs(game.Workspace.Items:GetDescendants()) do
if v:IsA("MeshPart") or v:IsA("Part") then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
task.wait(1)
end
end
end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *