Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!

cracked.io | Best Forum Around | Free Premium Accounts




 919

Roblox Teleport

by scooz - 15 January, 2020 - 06:23 AM
This post is by a banned member (scooz) - Unhide
scooz  
Registered
7
Posts
1
Threads
4 Years of service
#1

  1. local S = Instance.new("ScreenGui")
  2. local L = Instance.new("Frame")
  3. local D = Instance.new("Frame")
  4. local T = Instance.new("TextButton")
  5. local X = Instance.new("TextBox")
  6. local Z = Instance.new("TextBox")
  7. local Y = Instance.new("TextBox")
  8. local V = Instance.new("TextLabel")
  9. local H = Instance.new("TextLabel")
  10. local C = Instance.new("TextButton")
  11.  
  12. --- This sets the PlaceHolderText to the players current CFrame ---
  13. local P = game.Players.LocalPlayer.Character.HumanoidRootPart
  14. local CF = P.CFrame
  15. local Cx, Cy, Cz, m11, m12, m13, m21, m22, m23, m31, m32, m33 = CF:components()
  16. --- This sets the PlaceHolderText to the players current CFrame ---
  17.  
  18. S.Name = "S"
  19. S.Parent = game:WaitForChild("CoreGui")
  20. S.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. L.Name = "L"
  23. L.Parent = S
  24. L.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  25. L.BorderColor3 = Color3.fromRGB(110, 110, 110)
  26. L.Position = UDim2.new(0.321100891, 0, 0.282937378, 0)
  27. L.Size = UDim2.new(0, 350, 0, 200)
  28. L.Active = true
  29. L.Draggable = true
  30.  
  31. D.Name = "D"
  32. D.Parent = L
  33. D.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  34. D.BorderColor3 = Color3.fromRGB(110, 110, 110)
  35. D.Position = UDim2.new(0.042857144, 0, 0.200000003, 0)
  36. D.Size = UDim2.new(0, 320, 0, 145)
  37.  
  38. T.Name = "T"
  39. T.Parent = D
  40. T.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  41. T.BorderColor3 = Color3.fromRGB(84, 92, 38)
  42. T.Position = UDim2.new(0.046875, 0, 0.551724136, 0)
  43. T.Size = UDim2.new(0, 289, 0, 50)
  44. T.Font = Enum.Font.Gotham
  45. T.Text = "Teleport"
  46. T.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. T.TextSize = 15.000
  48. T.MouseButton1Click:connect(function()
  49. P.CFrame = CFrame.new(X.Text, Y.Text, Z.Text)
  50. end)
  51.  
  52. X.Name = "X"
  53. X.Parent = D
  54. X.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  55. X.BorderColor3 = Color3.fromRGB(96, 12, 12)
  56. X.Position = UDim2.new(0.046875, 0, 0.103448279, 0)
  57. X.Size = UDim2.new(0, 86, 0, 50)
  58. X.Font = Enum.Font.Gotham
  59. X.PlaceholderText = Cx
  60. X.Text = ""
  61. X.TextColor3 = Color3.fromRGB(255, 255, 255)
  62. X.TextSize = 14.000
  63.  
  64. Z.Name = "Z"
  65. Z.Parent = D
  66. Z.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  67. Z.BorderColor3 = Color3.fromRGB(96, 12, 12)
  68. Z.Position = UDim2.new(0.681249976, 0, 0.103448279, 0)
  69. Z.Size = UDim2.new(0, 86, 0, 50)
  70. Z.Font = Enum.Font.Gotham
  71. Z.PlaceholderText = Cz
  72. Z.Text = ""
  73. Z.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. Z.TextSize = 14.000
  75.  
  76. Y.Name = "Y"
  77. Y.Parent = D
  78. Y.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  79. Y.BorderColor3 = Color3.fromRGB(96, 12, 12)
  80. Y.Position = UDim2.new(0.365624994, 0, 0.103448279, 0)
  81. Y.Size = UDim2.new(0, 85, 0, 50)
  82. Y.Font = Enum.Font.Gotham
  83. Y.PlaceholderText = Cy
  84. Y.Text = ""
  85. Y.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. Y.TextSize = 14.000
  87.  
  88. V.Name = "V"
  89. V.Parent = L
  90. V.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. V.BackgroundTransparency = 1.000
  92. V.BorderSizePixel = 0
  93. V.Position = UDim2.new(0.042857144, 0, 0, 0)
  94. V.Size = UDim2.new(0, 140, 0, 40)
  95. V.Font = Enum.Font.GothamBold
  96. V.Text = "o u s e V 3 r m"
  97. V.TextColor3 = Color3.fromRGB(255, 255, 255)
  98. V.TextSize = 14.000
  99.  
  100. H.Name = "H"
  101. H.Parent = L
  102. H.BackgroundColor3 = Color3.fromRGB(186, 3, 3)
  103. H.BackgroundTransparency = 1.000
  104. H.BorderSizePixel = 0
  105. H.Position = UDim2.new(0.042857144, 0, 0, 0)
  106. H.Size = UDim2.new(0, 25, 0, 40)
  107. H.Font = Enum.Font.GothamBold
  108. H.Text = "H"
  109. H.TextColor3 = Color3.fromRGB(186, 3, 3)
  110. H.TextSize = 16.000
  111.  
  112. C.Name = "C"
  113. C.Parent = L
  114. C.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. C.BackgroundTransparency = 1.000
  116. C.BorderSizePixel = 0
  117. C.Position = UDim2.new(0.885714352, 0, 0, 0)
  118. C.Size = UDim2.new(0, 40, 0, 40)
  119. C.Font = Enum.Font.GothamBold
  120. C.Text = "X"
  121. C.TextColor3 = Color3.fromRGB(255, 255, 255)
  122. C.TextSize = 14.000
  123. C.MouseButton1Click:connect(function()
  124. S:Destroy()
  125. end)
  126.  
  127. --- This auto-updates the PlaceHolderText to the players current CFrame ---
  128. while true do
  129.   function update ()
  130.     local P = game.Players.LocalPlayer.Character.HumanoidRootPart
  131.     local CF = P.CFrame
  132.     local Cx, Cy, Cz, m11, m12, m13, m21, m22, m23, m31, m32, m33 = CF:components()
  133.     X.PlaceholderText = math.floor(Cx+0.5)
  134.     Y.PlaceholderText = math.floor(Cy+0.5)
  135.     Z.PlaceholderText = math.floor(Cz+0.5)
  136.   end
  137.   pcall ( update )
  138.   wait()
  139. end
  140. --- This auto-updates the PlaceHolderText to the players current CFrame ---
This post is by a banned member (Barry) - Unhide
Barry  
Staff
16.843
Posts
7
Threads
Staff Team
4 Years of service
#2
wow Hype
[Image: ItoMCXt.gif]
Paid Ad , I dont own it

[Image: itOX2Dq.gif]
Paid Ad , I dont own it

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)