Categories > Coding > C# >

jailbreak teleports

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Posted

how to make a spam teleport like this?

https://gyazo.com/5c3c7031b7c4229b359866799347d8ee
  • 0

Posts: 412

Threads: 28

Joined: Jan, 2018

Reputation: 14

Replied

loop/wait?

  • 0

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Replied

like the gif I sended
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

you'll have to find the position of the area you want to teleport to by using this script and  open dp console

print(game.Players.LocalPlayer.Character.Torso)

type in the position into your program of notepad or notepad++

then type in to the button on your form api.SendLimitedLuaScript.api("while true do wait(0) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(The Coords Of The Location Here) end
  • 0

Posts: 18

Threads: 3

Joined: Jun, 2018

Reputation: 0

Replied

LuaMaster can you add me on dizcord RoyCabajar#6882
  • 0

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Replied

LuaMaster it doesn't work
it doesn't even try to teleport me
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

I'm sorry, when I first sent that message It was at night and I was tired. Here's how to do it!

print(game.Players.LocalPlayer.Character.Torso.Position)

Then type that into Notepad or Notepad++ (Optional)

After that you want to go to your exploit executor and type in this command to see if it works. while true do wait(0) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(COORDS POS HERE) end

If that doesn't work, then I would suggest trying it on a diff server to see if it's functional. If not, then it would need Synapse or Proto Smasher. If you have any more Suggestions And Or Problems. Report them to me, either here or in my discord. Which is this ===> https://discord.gg/Dkk4jS   --LuaMaster
  • 0

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Replied

on jailbreak doesn't work I tried on another game and it worked, but I was like a loop. I can't stop the Tp
  • 0

Posts: 2

Threads: 0

Joined: Jun, 2018

Reputation: 0

Replied

You would have to do this:

This is just a teleport to glider script I made, copy the script below!

local plr = game:GetService("Players").LocalPlayer -- This strings the LocalPlayer.
for i=1, 50 do -- 50 Represents how many times you want to get teleported to that location.
plr.Character.HumanoidRootPart.CFrame = CFrame.new(138.581238, 18.1094494, -1769.56287)
end -- End of the script
  • 0

Posts: 2

Threads: 1

Joined: Nov, 2018

Reputation: 0

Replied

<p>if you have proto you can use dex and get the map and get the coordinates and put game.Players.LocalPlayer.Humanoid:connect(Vector3.new(coordinates here)</p>
  • 0

Posts: 4

Threads: 1

Joined: Nov, 2018

Reputation: 0

Replied

using System.threading

//Teleport script//
threading.sleep(1000);

//Teleport script//
threading.sleep(1000);

//Teleport script//
threading.sleep(1000);

Done

  • 0

Users viewing this thread:

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