Advertisement
SamXDScript

Auto tp

Feb 28th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. --[[
  2. Gui to Lua Converter
  3. -- Revamped by:HoIyScript
  4. --]]
  5.  
  6.  
  7.  
  8. -- Instances:
  9.  
  10. local MyGui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local Top1Button = Instance.new("TextButton")
  13. local Top2Button = Instance.new("TextButton")
  14.  
  15. --[[
  16. Properties:
  17. --]]
  18.  
  19. MyGui.Name = "My Gui"
  20. MyGui.Parent = game.CoreGui
  21. MyGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Frame.Parent = MyGui
  24. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Frame.Position = UDim2.new(0.0874882415, 0, 0.163346618, 0)
  26. Frame.Size = UDim2.new(0, 171, 0, 145)
  27. Frame.Style = Enum.FrameStyle.DropShadow
  28.  
  29. Top1Button.Name = "Top1Button"
  30. Top1Button.Parent = Frame
  31. Top1Button.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  32. Top1Button.BorderColor3 = Color3.new(0.666667, 0, 0)
  33. Top1Button.Position = UDim2.new(0.148695201, 0, 0.082615912, 0)
  34. Top1Button.Size = UDim2.new(0, 109, 0, 47)
  35. Top1Button.Font = Enum.Font.SourceSans
  36. Top1Button.Text = "Tp Devil Fruit"
  37. Top1Button.TextColor3 = Color3.new(0, 0, 0)
  38. Top1Button.TextScaled = true
  39. Top1Button.TextSize = 14
  40. Top1Button.TextWrapped = true
  41. Top1Button.MouseButton1Down:connect(function()
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3229.45313, 3467.57715, 1295.04297, -0.380095005, 0, -0.924947441, 0, 1, 0, 0.924947441, 0, -0.380095005)
  43. wait(2.5)
  44. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(15273.5166, 2.53972602, -12926.4287, 0.972394884, -1.0141478e-05, 0.233341321, -1.0141478e-05, 1, 8.57242121e-05, -0.233341321, -8.57242121e-05, 0.972394884)
  45. wait(2.5)
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7166.82324, 42.0644455, 5184.01367, 0.0211287141, -0, -0.999776721, 0, 1, -0, 0.999776721, 0, 0.0211287141)
  47. wait(2.5)
  48. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2456.6958, 3467.57715, 1421.15442, -0.29795599, 0, -0.954579651, 0, 1, 0, 0.954579651, 0, -0.29795599)
  49. wait(2.5)
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2572.52759, -18.7966537, 23072.4102, 0.120528638, -0, -0.992709875, 0, 1, -0, 0.992709875, 0, 0.120528638)
  51. wait(2.5)
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7486.02637, 2573.66357, 3684.17749, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  53. wait(2.5)
  54. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1944.15894, 41.5106964, -7897.56396, 0.0355687141, -0, -0.999367237, 0, 1, -0, 0.999367237, 0, 0.0355687141)
  55. wait(2.5)
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2570.21143, 0.883864999, 6287.27539, -0.373058438, 0, -0.927807868, 0, 1, 0, 0.927807868, 0, -0.373058438)
  57. wait(2.5)
  58. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9375.74023, 8.85465813, -7754.4209, -0.319573998, 0, -0.947561443, 0, 1, 0, 0.947561443, 0, -0.319573998)
  59. wait(2.5)
  60. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2998.31079, 5.71194601, -3991.01465, -0.319573998, 0, -0.947561443, 0, 1, 0, 0.947561443, 0, -0.319573998)
  61. wait(2.5)
  62. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3508.53149, 138.192688, -11791.5176, -0.594306827, 0, -0.804238796, 0, 1, 0, 0.804238796, 0, -0.594306827)
  63. wait(2.5)
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11001.6563, 24.2569122, 230.714417, -0.528627753, 0.000763017917, -0.848853469, 0.000595389167, 0.999999702, 0.000528098783, 0.848853588, -0.000226230506, -0.528628111)
  65. end)
  66.  
  67. Top2Button.Name = "Top2Button"
  68. Top2Button.Parent = Frame
  69. Top2Button.BackgroundColor3 = Color3.new(0, 0, 1)
  70. Top2Button.BorderColor3 = Color3.new(0.666667, 0, 0)
  71. Top2Button.Position = UDim2.new(0.148695201, 0, 0.565374553, 0)
  72. Top2Button.Size = UDim2.new(0, 109, 0, 47)
  73. Top2Button.Font = Enum.Font.SourceSans
  74. Top2Button.Text = "Tp Chest"
  75. Top2Button.TextColor3 = Color3.new(0, 0, 0)
  76. Top2Button.TextScaled = true
  77. Top2Button.TextSize = 14
  78. Top2Button.TextWrapped = true
  79. Top2Button.MouseButton1Down:connect(function()
  80. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7050.271, 244.560913, 158.869919, 0.00195235014, -0, -0.999998152, 0, 1, -0, 0.999998152, 0, 0.00195235014)
  81. wait(4.5)
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(622.52063, 1497.93982, 324.182556, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  83. wait(4.5)
  84. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(591.024841, 1497.79724, 324.182556, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  85. wait(4.5)
  86. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10397.9063, 3.53375411, 9047.46973, -0.854974985, 0, -0.518669307, 0, 1, 0, 0.518669307, 0, -0.854974985)
  87. wait(4.5)
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5586.3457, 80.113266, 12554.666, 0.847679496, 0, 0.530508697, 0, 1, 0, -0.530508697, 0, 0.847679496)
  89. wait(4.5)
  90. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1230.58215, 2901.26538, -4235.271, -0.309872389, 0, -0.950778127, 0, 1, 0, 0.950778127, 0, -0.309872389)
  91. wait(4.5)
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1199.63013, 2901.26538, -3856.10132, 0.935182333, -0, -0.354166657, 0, 1, -0, 0.354166657, 0, 0.935182333)
  93. wait(4.5)
  94. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1788.75256, 2901.06006, -3959.55566, 0.932037055, -0, -0.362363011, 0, 1, -0, 0.362363011, 0, 0.932037055)
  95. wait(4.5)
  96. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2660.09766, 3573.92163, 1694.16809, -0.998572826, 0, 0.0534142666, 0, 1, 0, -0.0534142666, 0, -0.998572826)
  97. wait(4.5)
  98. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2728.41162, 3632.49536, 1662.23816, -0.998627424, 0, -0.0523794815, 0, 1, 0, 0.0523794815, 0, -0.998627424)
  99. wait(4.5)
  100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2783.73413, 3787.84375, 1645.90808, -0.998627424, 0, -0.0523794815, 0, 1, 0, 0.0523794815, 0, -0.998627424)
  101. wait(4.5)
  102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8197.7793, 2638.90674, 3845.10083, -0.999637365, 0, -0.0269300267, 0, 1, 0, 0.0269300267, 0, -0.999637365)
  103. wait(4.5)
  104. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7530.44629, 2738.23193, 3335.89746, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  105. wait(4.5)
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5041.66162, 159.977264, -5167.43994, 0.998121858, -0, -0.0612598471, 0, 1, -0, 0.0612598471, 0, 0.998121858)
  107. wait(4.5)
  108. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5379.87109, 2.01719213, -5377.06836, 0.999574363, 0, 0.0291737411, 0, 1, 0, -0.0291737411, 0, 0.999574363)
  109. wait(4.5)
  110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2815.88647, 122.305954, 8161.69287, 0.983444035, -0, -0.181212068, 0, 1, -0, 0.181212068, 0, 0.983444035)
  111. wait(4.5)
  112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3333.15552, 3107.70825, 9280.63379, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  113. wait(4.5)
  114. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3854.61035, 1.13369656, -11915.5537, 0.200480223, -0, -0.979697943, 0, 1, -0, 0.979697943, 0, 0.200480223)
  115. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement