Advertisement
Guest User

Untitled

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