Advertisement
spidercraft78

Untitled

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