Categories > Exploiting > Scripts >
[REL] Teleport script that works on Zeppelin Wars (and most other games)
Posted
plr = game.Players.LocalPlayer
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)
if key == "e" then
if mouse.Target then
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
end
end
end)
It isnt perfect and sometimes the anti cheat doesnt allow it, but it can make short range hops regardless
Wake me Up inside
DEFCON SS! Join Today!
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post