Categories > Coding > C# >

Jailbreak teleports

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Posted

How to make a "Spam teleport" like for Pain Exist 3.0 that when you press the TP button, you get teleported like 10-15 times and then it stops, and you are where you pressed the button.

  • 0

Added

P.S. Send a Lua script not Lua C thx :)
  • 0

Posts: 250

Threads: 111

Joined: Jun, 2018

Reputation: 5

Replied

If you want to use the api for a teleport to player script, do api.api.TeleportMyCharacterTo(string); x10 - 15. Same for api.SendLimitedLuaScript("teleport script here"); x10 - 15. Even api.SendScript("teleport script here"); x10 - 15.
  • 0

Exploits I own: Synapse, Electron

Scripts I've made: Aimbot GUI, Draco Admin

Scripts I'm working on: More game ESPs

Posts: 18

Threads: 3

Joined: Jun, 2018

Reputation: 0

Replied

What do you mean by that JohnnyDoe???? I really want to learn So I can do Noclip button
  • 0

Posts: 22

Threads: 9

Joined: Jun, 2018

Reputation: 0

Replied

Here are noclip script (That works)

            string noclip = "game:GetService('Players').LocalPlayer.Character.RightHand.Touched:connect(function(obj)\nif obj ~= workspace.Terrain then\nobj.CanCollide = false\nwait(1)\nobj.CanCollide = true\nend\nend)";
            api.SendLimitedLuaScript(noclip);
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

zShox here's a cleaner script for that

api.SendLimitedLuaScript("local player = game.Players.LocalPlayer.Character local victim = game.Workspace.dennis14785.HumanoidRootPart while true do wait(0) player.HumanoidRootPart.CFrame = CFrame.new(victim.Position.X, victim.Position.Y, victim.Position.Z) end");
  • 0

Posts: 18

Threads: 3

Joined: Jun, 2018

Reputation: 0

Replied

LuaMaster what script or function is that?? Teleport or NOCLIP?
  • 0

Added

LuaMaster can you tell me about that add me on Discord RoyTheGamer#6882
  • 0

Posts: 212

Threads: 42

Joined: May, 2018

Reputation: 0

Replied

Teleport function
  • 0

Posts: 17

Threads: 4

Joined: Jun, 2018

Reputation: 0

Replied

Anyone have a click tp for jailbreak (limited lua) script ?
  • 0

Users viewing this thread:

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