ADVERTISEMENTREMOVE ADS
Script Free
46,251 views

Script Preview
Description
this scripts just changes your Cframe or in other words teleports you towars the end of the obby and it keeps on looping, the cool for the reward blocks are long so there is a total of about 10 second wait per loop
Features:
- teleport
- hack
- live hack
- gets you alot of lives
- can kick people out easily
Tested with
ADVERTISEMENTREMOVE ADS
64 Lines • 2.19 KiB
local tp = true
if tp == true then
while true do -- Loop indefinitely
-- Red Obby (-3 Rando)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-19.9592285, -3.24999762, -102.409279, 0, 0, 1, 0, 1, -0, -1, 0, 0
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found.")
end
wait(1)
-- Purple (+5 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
83.0000153, 11.5, -26.5350189, -1, 0, 0, 0, 1, 0, 0, 0, -1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +5)")
end
wait(1)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
154.040771, 0.249999285, -69.4376221, -1, 0, 0, 0, 1, 0, 0, 0, -1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(3)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-54.4592285, -2.49999809, -164.937622, 1, 0, 0, 0, 1, 0, 0, 0, 1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(3)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-51.4592285, -2.75, -136.937622, 0, 0, 1, 0, 1, -0, -1, 0, 0
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(1)
end
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS







Comments