Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Screengui = Instance.new("ScreenGui")
  4. local BlackTransparentBackground = Instance.new("Frame")
  5. local X = Instance.new("TextButton")
  6. local PoliceCarTP = Instance.new("TextButton")
  7. local CriminalTP = Instance.new("TextButton")
  8. local Garage = Instance.new("TextButton")
  9. local HelicopterTP = Instance.new("TextButton")
  10. local Guns = Instance.new("TextButton")
  11. local Bank = Instance.new("TextButton")
  12. local PoliceTP = Instance.new("TextButton")
  13. local WhitelistedUserTestUser = Instance.new("TextLabel")
  14. local MadebyCool5740 = Instance.new("TextLabel")
  15.  
  16. -- Properties
  17.  
  18. game.Players.LocalPlayer.Playergui
  19. local p = game.Players.Localplayer
  20. Frame.TextSize = 14
  21. CartoonGuiPack.Name = "ScreenGui"
  22. CartoonGuiPack.Parent = game.CoreGui
  23.  
  24. BlackTransparentBackground.Name = "BlackTransparentBackground"
  25. BlackTransparentBackground.Parent = CartoonGuiPack
  26. BlackTransparentBackground.BackgroundColor3 = Color3.new(0, 0.952941, 1)
  27. BlackTransparentBackground.BorderColor3 = Color3.new(0, 0.184314, 0.207843)
  28. BlackTransparentBackground.Position = UDim2.new(0.200000003, -11, 0.200000003, 50)
  29. BlackTransparentBackground.Size = UDim2.new(0.5, 100, 0.5, 100)
  30. BlackTransparentBackground.Style = Enum.FrameStyle.RobloxRound
  31.  
  32. X.Name = "X"
  33. X.Parent = BlackTransparentBackground
  34. X.BackgroundColor3 = Color3.new(1, 1, 1)
  35. X.Position = UDim2.new(-0.100000001, 735, 0.100000001, 27)
  36. X.Size = UDim2.new(-0.5, 255, -0.300000012, 81)
  37. X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  38. X.Font = Enum.Font.SourceSansBold
  39. X.FontSize = Enum.FontSize.Size60
  40. X.Text = "X"
  41. X.TextColor3 = Color3.new(1, 1, 1)
  42. X.TextSize = 60
  43. X.TextStrokeTransparency = 0
  44. X.TextWrapped = true
  45.  
  46. PoliceCarTP.Name = "PoliceCarTP"
  47. PoliceCarTP.Parent = BlackTransparentBackground
  48. PoliceCarTP.BackgroundColor3 = Color3.new(1, 1, 1)
  49. PoliceCarTP.Position = UDim2.new(0.600000024, -169, 0, 25)
  50. PoliceCarTP.Size = UDim2.new(0, 274, 0, 50)
  51. PoliceCarTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  52. PoliceCarTP.Font = Enum.Font.SourceSansBold
  53. PoliceCarTP.FontSize = Enum.FontSize.Size42
  54. PoliceCarTP.Text = "
  55. Police Cars"
  56. PoliceCarTP.TextColor3 = Color3.new(1, 1, 1)
  57. PoliceCarTP.TextSize = 42
  58. PoliceCarTP.TextStrokeTransparency = 0
  59. PoliceCarTP.TextWrapped = true
  60.  
  61. CriminalTP.Name = "CriminalTP"
  62. CriminalTP.Parent = BlackTransparentBackground
  63. CriminalTP.BackgroundColor3 = Color3.new(1, 1, 1)
  64. CriminalTP.Position = UDim2.new(0.600000024, -169, 0, 93)
  65. CriminalTP.Size = UDim2.new(0, 285, 0, 50)
  66. CriminalTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  67. CriminalTP.Font = Enum.Font.SourceSansBold
  68. CriminalTP.FontSize = Enum.FontSize.Size42
  69. CriminalTP.Text = "Escape+HQ Base"
  70. CriminalTP.TextColor3 = Color3.new(1, 1, 1)
  71. CriminalTP.TextSize = 42
  72. CriminalTP.TextStrokeTransparency = 0
  73. CriminalTP.TextWrapped = true
  74.  
  75. Garage.Name = "Garage"
  76. Garage.Parent = BlackTransparentBackground
  77. Garage.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Garage.Position = UDim2.new(0.600000024, -169, 0, 395)
  79. Garage.Size = UDim2.new(0, 286, 0, 50)
  80. Garage.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  81. Garage.Font = Enum.Font.SourceSansBold
  82. Garage.FontSize = Enum.FontSize.Size42
  83. Garage.Text = "Garage"
  84. Garage.TextColor3 = Color3.new(1, 1, 1)
  85. Garage.TextSize = 42
  86. Garage.TextStrokeTransparency = 0
  87. Garage.TextWrapped = true
  88.  
  89. HelicopterTP.Name = "HelicopterTP"
  90. HelicopterTP.Parent = BlackTransparentBackground
  91. HelicopterTP.BackgroundColor3 = Color3.new(1, 1, 1)
  92. HelicopterTP.Position = UDim2.new(0.600000024, -169, 0, 165)
  93. HelicopterTP.Size = UDim2.new(0, 287, 0, 50)
  94. HelicopterTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  95. HelicopterTP.Font = Enum.Font.Cartoon
  96. HelicopterTP.FontSize = Enum.FontSize.Size36
  97. HelicopterTP.Text = "Heli(From Jail)"
  98. HelicopterTP.TextColor3 = Color3.new(1, 1, 1)
  99. HelicopterTP.TextSize = 36
  100. HelicopterTP.TextStrokeTransparency = 0
  101. HelicopterTP.TextWrapped = true
  102.  
  103. Guns.Name = "Guns"
  104. Guns.Parent = BlackTransparentBackground
  105. Guns.BackgroundColor3 = Color3.new(1, 1, 1)
  106. Guns.Position = UDim2.new(0.600000024, -169, 0, 317)
  107. Guns.Size = UDim2.new(0, 285, 0, 50)
  108. Guns.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  109. Guns.Font = Enum.Font.SourceSansBold
  110. Guns.FontSize = Enum.FontSize.Size42
  111. Guns.Text = "Guns(From Jail)"
  112. Guns.TextColor3 = Color3.new(1, 1, 1)
  113. Guns.TextSize = 42
  114. Guns.TextStrokeTransparency = 0
  115. Guns.TextWrapped = true
  116.  
  117. Bank.Name = "Bank"
  118. Bank.Parent = BlackTransparentBackground
  119. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Bank.Position = UDim2.new(0.600000024, -169, 0, 246)
  121. Bank.Size = UDim2.new(0, 288, 0, 50)
  122. Bank.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  123. Bank.Font = Enum.Font.SourceSansBold
  124. Bank.FontSize = Enum.FontSize.Size42
  125. Bank.Text = "Bank"
  126. Bank.TextColor3 = Color3.new(1, 1, 1)
  127. Bank.TextSize = 42
  128. Bank.TextStrokeTransparency = 0
  129. Bank.TextWrapped = true
  130.  
  131. PoliceTP.Name = "PoliceTP"
  132. PoliceTP.Parent = BlackTransparentBackground
  133. PoliceTP.BackgroundColor3 = Color3.new(1, 1, 1)
  134. PoliceTP.Position = UDim2.new(0.600000024, -263, 0, 466)
  135. PoliceTP.Size = UDim2.new(0, 480, 0, 50)
  136. PoliceTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  137. PoliceTP.Font = Enum.Font.SourceSansBold
  138. PoliceTP.FontSize = Enum.FontSize.Size42
  139. PoliceTP.Text = "Escape+helicopter+PoliceCar"
  140. PoliceTP.TextColor3 = Color3.new(1, 1, 1)
  141. PoliceTP.TextSize = 42
  142. PoliceTP.TextStrokeTransparency = 0
  143. PoliceTP.TextWrapped = true
  144.  
  145. WhitelistedUserTestUser.Name = "Whitelisted User-(Test User)"
  146. WhitelistedUserTestUser.Parent = BlackTransparentBackground
  147. WhitelistedUserTestUser.BackgroundColor3 = Color3.new(1, 1, 1)
  148. WhitelistedUserTestUser.BackgroundTransparency = 1
  149. WhitelistedUserTestUser.Size = UDim2.new(0, 200, 0, 50)
  150. WhitelistedUserTestUser.Font = Enum.Font.SourceSans
  151. WhitelistedUserTestUser.FontSize = Enum.FontSize.Size14
  152. WhitelistedUserTestUser.Text = "Whitelisted User-(Test User)"
  153. WhitelistedUserTestUser.TextColor3 = Color3.new(1, 1, 1)
  154. WhitelistedUserTestUser.TextSize = 14
  155.  
  156. MadebyCool5740.Name = "Made by Cool5740"
  157. MadebyCool5740.Parent = BlackTransparentBackground
  158. MadebyCool5740.BackgroundColor3 = Color3.new(1, 1, 1)
  159. MadebyCool5740.BackgroundTransparency = 1
  160. MadebyCool5740.Position = UDim2.new(0, -43, 0, 491)
  161. MadebyCool5740.Size = UDim2.new(0, 200, 0, 50)
  162. MadebyCool5740.Font = Enum.Font.SourceSans
  163. MadebyCool5740.FontSize = Enum.FontSize.Size14
  164. MadebyCool5740.Text = "Made by Cool5740"
  165. MadebyCool5740.TextColor3 = Color3.new(1, 1, 1)
  166. MadebyCool5740.TextSize = 14
  167.  
  168. Bank.MouseButton1Click:connect(function()
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 17.9213142, 782.103455) + Vector3.new(1,0,0)
  170. end)
  171.  
  172. Garage.MouseButton1Click:connect(function()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  174. end)
  175.  
  176. Guns.MouseButton1Click:connect(function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  178. end)
  179.  
  180. HelicopterTP.MouseButton1Click:connect(function()
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  182. end)
  183.  
  184. PoliceCarTP.MouseButton1Click:connect(function()
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  186. end)
  187.  
  188. CriminalTP.MouseButton1Click:connect(function()
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  190. end)
  191.  
  192. PoliceTP.MouseButton1Click:connect(function()
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(744.981506, 38.1523933, 1132.73462) + Vector3.new(1,0,0)
  194. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement