Find any script for Roblox

Enter the name of the game or script.

oMega Obby Parkour 525 Stages! script – (Prestige farm)

Functions: Prestige farm

Script developer: GamingWD

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:

				
					local auto_farm = true
if auto_farm then
_G.toogle = true
local Plr = game:GetService("Players").LocalPlayer
function tp(plr, endpos)
    plr.character.HumanoidRootPart.CFrame = CFrame.new(endpos)
end
local Pos = Vector3.new(996, 106, 1012)
    while _G.toogle do
        tp(Plr, Pos)
        wait(0.01)
    end
else
if not auto_farm then
_G.toogle = false
    game_()
end
end
				
			
Leave a Comment

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