Advertisement
IGhostxGamerI

My Jailbreak Teleport Gui [Needs A New Bypass]

May 4th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Thanks Unjailbreak for this bypass.
  5.  
  6. spawn(function()
  7. while wait(0.05) do
  8. game:GetService("Workspace").Name = "Workspace"
  9. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  10. game:GetService("Players").Name = "Players"
  11. end
  12. end)
  13.  
  14. function Bypass()
  15. game:GetService('Workspace').Name = "Workspace"
  16. game.Workspace.Banks:GetChildren()[1].Name="Bank"
  17. game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
  18. game:GetService('Players').Name = "Players"
  19. game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
  20. end
  21. Bypass()
  22.  
  23. -- Objects
  24.  
  25. local ScreenGui = Instance.new("ScreenGui")
  26. local Bank = Instance.new("TextButton")
  27. local Jewelry = Instance.new("TextButton")
  28. local Donut = Instance.new("TextButton")
  29. local Gas = Instance.new("TextButton")
  30. local Bugatti = Instance.new("TextButton")
  31. local Lambo = Instance.new("TextButton")
  32. local Camaro = Instance.new("TextButton")
  33. local Heli = Instance.new("TextButton")
  34.  
  35. -- Properties
  36.  
  37. ScreenGui.Parent = game.CoreGui
  38.  
  39. Bank.Name = "Bank"
  40. Bank.Parent = ScreenGui
  41. Bank.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  42. Bank.BorderSizePixel = 0
  43. Bank.Position = UDim2.new(0, 0, 0.0866290033, 0)
  44. Bank.Size = UDim2.new(0, 164, 0, 37)
  45. Bank.Font = Enum.Font.SourceSans
  46. Bank.Text = "Bank"
  47. Bank.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  48. Bank.TextScaled = true
  49. Bank.TextSize = 14
  50. Bank.TextWrapped = true
  51.  
  52. Jewelry.Name = "Jewelry"
  53. Jewelry.Parent = ScreenGui
  54. Jewelry.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  55. Jewelry.BorderSizePixel = 0
  56. Jewelry.Position = UDim2.new(0, 0, 0.192090392, 0)
  57. Jewelry.Size = UDim2.new(0, 164, 0, 37)
  58. Jewelry.Font = Enum.Font.SourceSans
  59. Jewelry.Text = "Jewelry"
  60. Jewelry.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  61. Jewelry.TextScaled = true
  62. Jewelry.TextSize = 14
  63. Jewelry.TextWrapped = true
  64.  
  65. Donut.Name = "Donut"
  66. Donut.Parent = ScreenGui
  67. Donut.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  68. Donut.BorderSizePixel = 0
  69. Donut.Position = UDim2.new(0, 0, 0.297551811, 0)
  70. Donut.Size = UDim2.new(0, 164, 0, 37)
  71. Donut.Font = Enum.Font.SourceSans
  72. Donut.Text = "Donut"
  73. Donut.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  74. Donut.TextScaled = true
  75. Donut.TextSize = 14
  76. Donut.TextWrapped = true
  77.  
  78. Gas.Name = "Gas"
  79. Gas.Parent = ScreenGui
  80. Gas.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  81. Gas.BorderSizePixel = 0
  82. Gas.Position = UDim2.new(0, 0, 0.40301317, 0)
  83. Gas.Size = UDim2.new(0, 164, 0, 37)
  84. Gas.Font = Enum.Font.SourceSans
  85. Gas.Text = "Gas"
  86. Gas.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  87. Gas.TextScaled = true
  88. Gas.TextSize = 14
  89. Gas.TextWrapped = true
  90.  
  91. Bugatti.Name = "Bugatti"
  92. Bugatti.Parent = ScreenGui
  93. Bugatti.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  94. Bugatti.BorderSizePixel = 0
  95. Bugatti.Position = UDim2.new(0, 0, 0.508474588, 0)
  96. Bugatti.Size = UDim2.new(0, 164, 0, 37)
  97. Bugatti.Font = Enum.Font.SourceSans
  98. Bugatti.Text = "Bugatti"
  99. Bugatti.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  100. Bugatti.TextScaled = true
  101. Bugatti.TextSize = 14
  102. Bugatti.TextWrapped = true
  103.  
  104. Lambo.Name = "Lambo"
  105. Lambo.Parent = ScreenGui
  106. Lambo.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  107. Lambo.BorderSizePixel = 0
  108. Lambo.Position = UDim2.new(0, 0, 0.612052739, 0)
  109. Lambo.Size = UDim2.new(0, 164, 0, 37)
  110. Lambo.Font = Enum.Font.SourceSans
  111. Lambo.Text = "Lambo"
  112. Lambo.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  113. Lambo.TextScaled = true
  114. Lambo.TextSize = 14
  115. Lambo.TextWrapped = true
  116.  
  117. Camaro.Name = "Camaro"
  118. Camaro.Parent = ScreenGui
  119. Camaro.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  120. Camaro.BorderSizePixel = 0
  121. Camaro.Position = UDim2.new(0, 0, 0.730696797, 0)
  122. Camaro.Size = UDim2.new(0, 164, 0, 37)
  123. Camaro.Font = Enum.Font.SourceSans
  124. Camaro.Text = "Camaro"
  125. Camaro.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  126. Camaro.TextScaled = true
  127. Camaro.TextSize = 14
  128. Camaro.TextWrapped = true
  129.  
  130. Heli.Name = "Heli"
  131. Heli.Parent = ScreenGui
  132. Heli.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  133. Heli.BorderSizePixel = 0
  134. Heli.Position = UDim2.new(0, 0, 0.841807902, 0)
  135. Heli.Size = UDim2.new(0, 164, 0, 37)
  136. Heli.Font = Enum.Font.SourceSans
  137. Heli.Text = "Heli"
  138. Heli.TextColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  139. Heli.TextScaled = true
  140. Heli.TextSize = 14
  141. Heli.TextWrapped = true
  142.  
  143. -- Scripts
  144.  
  145. Bank.MouseButton1Up:Connect(function()
  146. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  147. end)
  148.  
  149. Jewelry.MouseButton1Up:Connect(function()
  150. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  151. end)
  152.  
  153. Donut.MouseButton1Up:Connect(function()
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  155. end)
  156.  
  157. Gas.MouseButton1Up:Connect(function()
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  159. end)
  160.  
  161. Bugatti.MouseButton1Up:Connect(function()
  162. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  163. end)
  164.  
  165. Lambo.MouseButton1Up:Connect(function()
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  167. end)
  168.  
  169. Camaro.MouseButton1Up:Connect(function()
  170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  171. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement