Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local leaderboards = Instance.new("TextButton")
  8. local cityport = Instance.new("TextButton")
  9. local pool = Instance.new("TextButton")
  10. local lavapool = Instance.new("TextButton")
  11. local volcano = Instance.new("TextButton")
  12. local tornado = Instance.new("TextButton")
  13. local TextButton = Instance.new("TextButton")
  14. local TextButton_2 = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(0.54902, 1, 0.305882)
  21. Frame.Position = UDim2.new(0.0332541578, 0, 0.16983895, 0)
  22. Frame.Size = UDim2.new(0, 187, 0, 477)
  23.  
  24. TextLabel.Parent = Frame
  25. TextLabel.BackgroundColor3 = Color3.new(0.109804, 0.568627, 1)
  26. TextLabel.Size = UDim2.new(0, 187, 0, 50)
  27. TextLabel.Font = Enum.Font.SourceSans
  28. TextLabel.Text = "SPTS teleport gui"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14
  32. TextLabel.TextWrapped = true
  33.  
  34. leaderboards.Name = "leaderboards"
  35. leaderboards.Parent = TextLabel
  36. leaderboards.BackgroundColor3 = Color3.new(1, 0.364706, 0.113725)
  37. leaderboards.Position = UDim2.new(0, 0, 1.58000004, 0)
  38. leaderboards.Size = UDim2.new(0, 187, 0, 50)
  39. leaderboards.Font = Enum.Font.SourceSans
  40. leaderboards.Text = "Leaderboards"
  41. leaderboards.TextColor3 = Color3.new(0, 0, 0)
  42. leaderboards.TextScaled = true
  43. leaderboards.TextSize = 14
  44. leaderboards.TextWrapped = true
  45.  
  46. cityport.Name = "city port"
  47. cityport.Parent = TextLabel
  48. cityport.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  49. cityport.Position = UDim2.new(0, 0, 2.57999992, 0)
  50. cityport.Size = UDim2.new(0, 187, 0, 50)
  51. cityport.Font = Enum.Font.SourceSans
  52. cityport.Text = "City port"
  53. cityport.TextColor3 = Color3.new(0, 0, 0)
  54. cityport.TextScaled = true
  55. cityport.TextSize = 14
  56. cityport.TextWrapped = true
  57.  
  58. pool.Name = "pool"
  59. pool.Parent = TextLabel
  60. pool.BackgroundColor3 = Color3.new(1, 0.317647, 0)
  61. pool.Position = UDim2.new(0, 0, 3.57999992, 0)
  62. pool.Size = UDim2.new(0, 187, 0, 50)
  63. pool.Font = Enum.Font.SourceSans
  64. pool.Text = "Pool"
  65. pool.TextColor3 = Color3.new(0, 0, 0)
  66. pool.TextScaled = true
  67. pool.TextSize = 14
  68. pool.TextWrapped = true
  69.  
  70. lavapool.Name = "lava pool"
  71. lavapool.Parent = TextLabel
  72. lavapool.BackgroundColor3 = Color3.new(1, 0.282353, 0)
  73. lavapool.Position = UDim2.new(0, 0, 4.57999992, 0)
  74. lavapool.Size = UDim2.new(0, 187, 0, 50)
  75. lavapool.Font = Enum.Font.SourceSans
  76. lavapool.Text = "Lava pool"
  77. lavapool.TextColor3 = Color3.new(0, 0, 0)
  78. lavapool.TextScaled = true
  79. lavapool.TextSize = 14
  80. lavapool.TextWrapped = true
  81.  
  82. volcano.Name = "volcano"
  83. volcano.Parent = TextLabel
  84. volcano.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  85. volcano.Position = UDim2.new(0, 0, 5.57999992, 0)
  86. volcano.Size = UDim2.new(0, 187, 0, 50)
  87. volcano.Font = Enum.Font.SourceSans
  88. volcano.Text = "Volcano"
  89. volcano.TextColor3 = Color3.new(0, 0, 0)
  90. volcano.TextScaled = true
  91. volcano.TextSize = 14
  92. volcano.TextWrapped = true
  93.  
  94. tornado.Name = "tornado"
  95. tornado.Parent = TextLabel
  96. tornado.BackgroundColor3 = Color3.new(1, 0.407843, 0.0117647)
  97. tornado.Position = UDim2.new(0, 0, 6.57999992, 0)
  98. tornado.Size = UDim2.new(0, 187, 0, 50)
  99. tornado.Font = Enum.Font.SourceSans
  100. tornado.Text = "Tornado"
  101. tornado.TextColor3 = Color3.new(0, 0, 0)
  102. tornado.TextScaled = true
  103. tornado.TextSize = 14
  104. tornado.TextWrapped = true
  105.  
  106. TextButton.Parent = TextLabel
  107. TextButton.BackgroundColor3 = Color3.new(1, 0.45098, 0)
  108. TextButton.Position = UDim2.new(0, 0, 7.57999992, 0)
  109. TextButton.Size = UDim2.new(0, 187, 0, 50)
  110. TextButton.Font = Enum.Font.SourceSans
  111. TextButton.Text = "Crystal"
  112. TextButton.TextColor3 = Color3.new(0, 0, 0)
  113. TextButton.TextScaled = true
  114. TextButton.TextSize = 14
  115. TextButton.TextWrapped = true
  116.  
  117. TextButton_2.Parent = TextLabel
  118. TextButton_2.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  119. TextButton_2.Position = UDim2.new(0, 0, 8.57999992, 0)
  120. TextButton_2.Size = UDim2.new(0, 187, 0, 50)
  121. TextButton_2.Font = Enum.Font.SourceSans
  122. TextButton_2.Text = "Lava planet"
  123. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  124. TextButton_2.TextScaled = true
  125. TextButton_2.TextSize = 14
  126. TextButton_2.TextWrapped = true
  127. -- Scripts:
  128. function SCRIPT_VDBY75_FAKESCRIPT() -- leaderboards.LocalScript
  129. local script = Instance.new('LocalScript')
  130. script.Parent = leaderboards
  131. script.Parent.MouseButton1Click:Connect(function()
  132. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(744, 249, 743)
  133. print("teleported to leaderboards")
  134. end)
  135.  
  136.  
  137. end
  138. coroutine.resume(coroutine.create(SCRIPT_VDBY75_FAKESCRIPT))
  139. function SCRIPT_JPQC78_FAKESCRIPT() -- cityport.LocalScript
  140. local script = Instance.new('LocalScript')
  141. script.Parent = cityport
  142. script.Parent.MouseButton1Click:Connect(function()
  143. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(405, 249, -251)
  144. print("teleported to city port")
  145. end)
  146.  
  147.  
  148. end
  149. coroutine.resume(coroutine.create(SCRIPT_JPQC78_FAKESCRIPT))
  150. function SCRIPT_WXTM89_FAKESCRIPT() -- pool.LocalScript
  151. local script = Instance.new('LocalScript')
  152. script.Parent = pool
  153. script.Parent.MouseButton1Click:Connect(function()
  154. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(371, 249, -455)
  155. print("teleported to pool")
  156. end)
  157.  
  158. end
  159. coroutine.resume(coroutine.create(SCRIPT_WXTM89_FAKESCRIPT))
  160. function SCRIPT_INVV72_FAKESCRIPT() -- lavapool.LocalScript
  161. local script = Instance.new('LocalScript')
  162. script.Parent = lavapool
  163. script.Parent.MouseButton1Click:Connect(function()
  164. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(366, 260, -486)
  165. print("teleported to lava pool")
  166.  
  167. end)
  168.  
  169. end
  170. coroutine.resume(coroutine.create(SCRIPT_INVV72_FAKESCRIPT))
  171. function SCRIPT_UBKI66_FAKESCRIPT() -- volcano.LocalScript
  172. local script = Instance.new('LocalScript')
  173. script.Parent = volcano
  174. script.Parent.MouseButton1Click:Connect(function()
  175. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(-2301, 722, -1891)
  176. print("teleported to volcano")
  177. end)
  178.  
  179. end
  180. coroutine.resume(coroutine.create(SCRIPT_UBKI66_FAKESCRIPT))
  181. function SCRIPT_EDHS88_FAKESCRIPT() -- tornado.LocalScript
  182. local script = Instance.new('LocalScript')
  183. script.Parent = tornado
  184. script.Parent.MouseButton1Click:Connect(function()
  185. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(-2270, 1958, 1054)
  186. print("teleported to tornado")
  187. end)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_EDHS88_FAKESCRIPT))
  191. function SCRIPT_QTWK68_FAKESCRIPT() -- TextButton.LocalScript
  192. local script = Instance.new('LocalScript')
  193. script.Parent = TextButton
  194. script.Parent.MouseButton1Click:Connect(function()
  195. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(-2627, 5556, -501)
  196. print("teleported to crystal")
  197. end)
  198.  
  199. end
  200. coroutine.resume(coroutine.create(SCRIPT_QTWK68_FAKESCRIPT))
  201. function SCRIPT_PXAQ83_FAKESCRIPT() -- TextButton_2.LocalScript
  202. local script = Instance.new('LocalScript')
  203. script.Parent = TextButton_2
  204. script.Parent.MouseButton1Click:Connect(function()
  205. game.Workspace.rzeu.HumanoidRootPart.CFrame = CFrame.new(-370, 15739, -20)
  206. print("teleported to lava planet")
  207. end)
  208.  
  209.  
  210. end
  211. coroutine.resume(coroutine.create(SCRIPT_PXAQ83_FAKESCRIPT))
  212. function SCRIPT_QKAS77_FAKESCRIPT() -- Frame.LocalScript
  213. local script = Instance.new('LocalScript')
  214. script.Parent = Frame
  215.  
  216. local UserInputService = game:GetService("UserInputService")
  217.  
  218. local gui = script.Parent
  219.  
  220. local dragging
  221. local dragInput
  222. local dragStart
  223. local startPos
  224.  
  225. local function update(input)
  226. local delta = input.Position - dragStart
  227. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  228. end
  229.  
  230. gui.InputBegan:Connect(function(input)
  231. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  232. dragging = true
  233. dragStart = input.Position
  234. startPos = gui.Position
  235.  
  236. input.Changed:Connect(function()
  237. if input.UserInputState == Enum.UserInputState.End then
  238. dragging = false
  239. end
  240. end)
  241. end
  242. end)
  243.  
  244. gui.InputChanged:Connect(function(input)
  245. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  246. dragInput = input
  247. end
  248. end)
  249.  
  250. UserInputService.InputChanged:Connect(function(input)
  251. if input == dragInput and dragging then
  252. update(input)
  253. end
  254. end)
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_QKAS77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement