Categories > Exploiting > Scripts >

[REL] Teleport script that works on Zeppelin Wars (and most other games)

titanic48

Nordwind

Posts: 6

Threads: 4

Joined: Jun, 2020

Reputation: 0

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

  • 0

Wake me Up inside

DEFCON SS! Join Today!

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )