Advertisement
spidercraft78

Untitled

May 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame1 = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local Frame = Instance.new("Frame")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local Frame_2 = Instance.new("Frame")
  12. local TextButton_5 = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. Frame1.Name = "Frame1"
  19. Frame1.Parent = ScreenGui
  20. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Frame1.Position = UDim2.new(0.194984645, 0, 0.1295681, 0)
  22. Frame1.Size = UDim2.new(0, 596, 0, 366)
  23.  
  24. TextLabel.Parent = Frame1
  25. TextLabel.BackgroundColor3 = Color3.new(0, 0, 1)
  26. TextLabel.Size = UDim2.new(0, 596, 0, 50)
  27. TextLabel.Font = Enum.Font.SourceSansBold
  28. TextLabel.Text = "JAILBREAK TELEPORT GUI BY SPIDERCRAFT78"
  29. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  30. TextLabel.TextSize = 30
  31.  
  32. TextButton.Parent = Frame1
  33. TextButton.BackgroundColor3 = Color3.new(0, 0, 1)
  34. TextButton.Position = UDim2.new(0.30704698, 0, 0.218579233, 0)
  35. TextButton.Size = UDim2.new(0, 210, 0, 64)
  36. TextButton.Font = Enum.Font.SourceSansBold
  37. TextButton.Text = "Jew"
  38. TextButton.TextColor3 = Color3.new(1, 1, 1)
  39. TextButton.TextSize = 30
  40. TextButton.MouseButton1Click:connect(function()
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  42. end)
  43.  
  44. TextButton_2.Parent = Frame1
  45. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 1)
  46. TextButton_2.Position = UDim2.new(0.30704698, 0, 0.469945341, 0)
  47. TextButton_2.Size = UDim2.new(0, 210, 0, 64)
  48. TextButton_2.Font = Enum.Font.SourceSansBold
  49. TextButton_2.Text = "Bank"
  50. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  51. TextButton_2.TextSize = 30
  52. TextButton_2.MouseButton1Down:connect(function()
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  54. end)
  55.  
  56. TextButton_3.Parent = Frame1
  57. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 1)
  58. TextButton_3.Position = UDim2.new(0.30704698, 0, 0.729508162, 0)
  59. TextButton_3.Size = UDim2.new(0, 210, 0, 64)
  60. TextButton_3.Font = Enum.Font.SourceSansBold
  61. TextButton_3.Text = "Crim Base"
  62. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  63. TextButton_3.TextSize = 30
  64. TextButton_3.MouseButton1Click:connect(function()
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  66. end)
  67.  
  68.  
  69. Frame.Parent = ScreenGui
  70. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Frame.Size = UDim2.new(0, 128, 0, 48)
  72.  
  73. TextButton_4.Parent = Frame
  74. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 1)
  75. TextButton_4.Size = UDim2.new(0, 125, 0, 47)
  76. TextButton_4.Font = Enum.Font.SourceSansBold
  77. TextButton_4.Text = "Close"
  78. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  79. TextButton_4.TextSize = 30
  80. TextButton_4.MouseButton1Down:connect(function()
  81. Frame1.Visible = false
  82. TextButton_4.Visible = true
  83. end)
  84.  
  85. Frame_2.Parent = ScreenGui
  86. Frame_2.BackgroundColor3 = Color3.new(0, 0, 1)
  87. Frame_2.Position = UDim2.new(0.887410462, 0, 0, 0)
  88. Frame_2.Size = UDim2.new(0, 116, 0, 47)
  89.  
  90. TextButton_5.Parent = Frame_2
  91. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 1)
  92. TextButton_5.Position = UDim2.new(0.0344827585, 0, 0, 0)
  93. TextButton_5.Size = UDim2.new(0, 106, 0, 47)
  94. TextButton_5.Font = Enum.Font.SourceSansBold
  95. TextButton_5.Text = "Open"
  96. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  97. TextButton_5.TextSize = 30
  98. TextButton_5.MouseButton1Down:connect(function()
  99. Frame1.Visible = true
  100. TextButton_5.Visible = true
  101. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement