Advertisement
DarionBoy

Untitled

Jun 9th, 2018
10,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Mafia = Instance.new("TextButton")
  4. local Hitman = Instance.new("TextButton")
  5. local VIP = Instance.new("TextButton")
  6. local SWAT = Instance.new("TextButton")
  7. local DB = Instance.new("TextButton")
  8. local IPR = Instance.new("TextButton")
  9. local OPR = Instance.new("TextButton")
  10. local IP = Instance.new("TextButton")
  11. local OP = Instance.new("TextButton")
  12. local Building = Instance.new("TextButton")
  13. local OC = Instance.new("TextButton")
  14. local Pool = Instance.new("TextButton")
  15. local IC = Instance.new("TextButton")
  16. local BurgerFootSaladKing = Instance.new("TextButton")
  17. local Name = Instance.new("TextLabel")
  18.  
  19.  
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Frame.BorderColor3 = Color3.new(1, 1, 1)
  26. Frame.Position = UDim2.new(0.145974711, 0, 0.153484002, 0)
  27. Frame.Size = UDim2.new(0, 381, 0, 272)
  28. Frame.Style = Enum.FrameStyle.RobloxSquare
  29. Frame.Active = true
  30. Frame.Draggable = true
  31.  
  32. Mafia.Name = "Mafia"
  33. Mafia.Parent = Frame
  34. Mafia.BackgroundColor3 = Color3.new(0, 0, 0)
  35. Mafia.Position = UDim2.new(-0.0045454558, 0, 0.194929898, 0)
  36. Mafia.Size = UDim2.new(0, 85, 0, 50)
  37. Mafia.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  38. Mafia.Font = Enum.Font.SciFi
  39. Mafia.Text = "Mafia"
  40. Mafia.TextColor3 = Color3.new(0, 0, 0)
  41. Mafia.TextScaled = true
  42. Mafia.TextSize = 14
  43. Mafia.TextWrapped = true
  44. Mafia.MouseButton1Click:connect(function()
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(128.177, 181.000, -374.598) -- mafia
  46. end)
  47.  
  48. Hitman.Name = "Hitman"
  49. Hitman.Parent = Frame
  50. Hitman.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Hitman.Position = UDim2.new(0.241451919, 0, 0.194929898, 0)
  52. Hitman.Size = UDim2.new(0, 85, 0, 50)
  53. Hitman.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  54. Hitman.Font = Enum.Font.SciFi
  55. Hitman.Text = "Hitman"
  56. Hitman.TextColor3 = Color3.new(0, 0, 0)
  57. Hitman.TextScaled = true
  58. Hitman.TextSize = 14
  59. Hitman.TextWrapped = true
  60. Hitman.MouseButton1Click:connect(function()
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.611, 181.000, -396.858) --hitman
  62. end)
  63.  
  64.  
  65. VIP.Name = "VIP"
  66. VIP.Parent = Frame
  67. VIP.BackgroundColor3 = Color3.new(0, 0, 0)
  68. VIP.Position = UDim2.new(0.484472662, 0, 0.196768135, 0)
  69. VIP.Size = UDim2.new(0, 85, 0, 50)
  70. VIP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  71. VIP.Font = Enum.Font.SciFi
  72. VIP.Text = "VIP"
  73. VIP.TextColor3 = Color3.new(0, 0, 0)
  74. VIP.TextScaled = true
  75. VIP.TextSize = 14
  76. VIP.TextWrapped = true
  77. VIP.MouseButton1Click:connect(function()
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(147.762, 181.000, -397.858) --vip
  79. end)
  80.  
  81. SWAT.Name = "SWAT"
  82. SWAT.Parent = Frame
  83. SWAT.BackgroundColor3 = Color3.new(0, 0, 0)
  84. SWAT.Position = UDim2.new(0.742794156, 0, 0.196768135, 0)
  85. SWAT.Size = UDim2.new(0, 85, 0, 50)
  86. SWAT.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  87. SWAT.Font = Enum.Font.SciFi
  88. SWAT.Text = "SWAT"
  89. SWAT.TextColor3 = Color3.new(0, 0, 0)
  90. SWAT.TextScaled = true
  91. SWAT.TextSize = 14
  92. SWAT.TextWrapped = true
  93. SWAT.MouseButton1Click:connect(function()
  94. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134.427, 191.575, -396.858) --swat
  95. end)
  96.  
  97. DB.Name = "DB"
  98. DB.Parent = Frame
  99. DB.BackgroundColor3 = Color3.new(0, 0, 0)
  100. DB.Position = UDim2.new(-0.0045454558, 0, 0.419143617, 0)
  101. DB.Size = UDim2.new(0, 85, 0, 50)
  102. DB.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  103. DB.Font = Enum.Font.SciFi
  104. DB.Text = "Deathbringer"
  105. DB.TextColor3 = Color3.new(0, 0, 0)
  106. DB.TextScaled = true
  107. DB.TextSize = 14
  108. DB.TextWrapped = true
  109. DB.MouseButton1Click:connect(function()
  110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(318.411, 443.240, -395.858) --deathbringer
  111. end)
  112.  
  113. IPR.Name = "IPR"
  114. IPR.Parent = Frame
  115. IPR.BackgroundColor3 = Color3.new(0, 0, 0)
  116. IPR.Position = UDim2.new(0.24180387, 0, 0.416318804, 0)
  117. IPR.Size = UDim2.new(0, 85, 0, 50)
  118. IPR.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  119. IPR.Font = Enum.Font.SciFi
  120. IPR.Text = "Inside Prison"
  121. IPR.TextColor3 = Color3.new(0, 0, 0)
  122. IPR.TextScaled = true
  123. IPR.TextSize = 14
  124. IPR.TextWrapped = true
  125. IPR.MouseButton1Click:connect(function()
  126. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.202, 203.200, -200.558) --Inside of prison
  127. end)
  128.  
  129. OPR.Name = "OPR"
  130. OPR.Parent = Frame
  131. OPR.BackgroundColor3 = Color3.new(0, 0, 0)
  132. OPR.Position = UDim2.new(0.484472692, 0, 0.428387642, 0)
  133. OPR.Size = UDim2.new(0, 85, 0, 50)
  134. OPR.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  135. OPR.Font = Enum.Font.SciFi
  136. OPR.Text = "Outside Prison"
  137. OPR.TextColor3 = Color3.new(0, 0, 0)
  138. OPR.TextScaled = true
  139. OPR.TextSize = 14
  140. OPR.TextWrapped = true
  141. OPR.MouseButton1Click:connect(function()
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.732, 203.000, -204.858) --outside of prison
  143. end)
  144.  
  145. IP.Name = "IP"
  146. IP.Parent = Frame
  147. IP.BackgroundColor3 = Color3.new(0, 0, 0)
  148. IP.Position = UDim2.new(0.242407769, 0, 0.629057229, 0)
  149. IP.Size = UDim2.new(0, 85, 0, 50)
  150. IP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  151. IP.Font = Enum.Font.SciFi
  152. IP.Text = "Inside Police"
  153. IP.TextColor3 = Color3.new(0, 0, 0)
  154. IP.TextScaled = true
  155. IP.TextSize = 14
  156. IP.TextWrapped = true
  157. IP.MouseButton1Click:connect(function()
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(139.187, 190.000, -233.255) --police spawn
  159. end)
  160.  
  161. OP.Name = "OP"
  162. OP.Parent = Frame
  163. OP.BackgroundColor3 = Color3.new(0, 0, 0)
  164. OP.Position = UDim2.new(0.265091896, 0, 0.830882311, 0)
  165. OP.Size = UDim2.new(0, 98, 0, 50)
  166. OP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  167. OP.Font = Enum.Font.SciFi
  168. OP.Text = "Outside Police"
  169. OP.TextColor3 = Color3.new(0, 0, 0)
  170. OP.TextScaled = true
  171. OP.TextSize = 14
  172. OP.TextWrapped = true
  173. OP.MouseButton1Click:connect(function()
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.628, 180.000, -181.458) --police income
  175. end)
  176.  
  177. Building.Name = "Building"
  178. Building.Parent = Frame
  179. Building.BackgroundColor3 = Color3.new(0, 0, 0)
  180. Building.Position = UDim2.new(0.738241136, 0, 0.416398704, 0)
  181. Building.Size = UDim2.new(0, 90, 0, 50)
  182. Building.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  183. Building.Font = Enum.Font.SciFi
  184. Building.Text = "Top of Building"
  185. Building.TextColor3 = Color3.new(0, 0, 0)
  186. Building.TextScaled = true
  187. Building.TextSize = 14
  188. Building.TextWrapped = true
  189. Building.MouseButton1Click:connect(function()
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(122.611, 258.390, -128.908) --top of building
  191. end)
  192.  
  193. OC.Name = "OC"
  194. OC.Parent = Frame
  195. OC.BackgroundColor3 = Color3.new(0, 0, 0)
  196. OC.Position = UDim2.new(0.720472455, 0, 0.625, 0)
  197. OC.Size = UDim2.new(0, 102, 0, 58)
  198. OC.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  199. OC.Font = Enum.Font.SciFi
  200. OC.Text = "Outside Criminal"
  201. OC.TextColor3 = Color3.new(0, 0, 0)
  202. OC.TextScaled = true
  203. OC.TextSize = 14
  204. OC.TextWrapped = true
  205. OC.MouseButton1Click:connect(function()
  206. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7.311, 180.000, -44.358) --crim base door
  207. end)
  208.  
  209. Pool.Name = "Pool"
  210. Pool.Parent = Frame
  211. Pool.BackgroundColor3 = Color3.new(0, 0, 0)
  212. Pool.Position = UDim2.new(0.484472692, 0, 0.641171694, 0)
  213. Pool.Size = UDim2.new(0, 85, 0, 50)
  214. Pool.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  215. Pool.Font = Enum.Font.SciFi
  216. Pool.Text = "Pool"
  217. Pool.TextColor3 = Color3.new(0, 0, 0)
  218. Pool.TextScaled = true
  219. Pool.TextSize = 14
  220. Pool.TextWrapped = true
  221. Pool.MouseButton1Click:connect(function()
  222. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.156, 180.400, -287.858) --pool
  223. end)
  224.  
  225. IC.Name = "IC"
  226. IC.Parent = Frame
  227. IC.BackgroundColor3 = Color3.new(0, 0, 0)
  228. IC.Position = UDim2.new(-0.0218436569, 0, 0.826839447, 0)
  229. IC.Size = UDim2.new(0, 103, 0, 50)
  230. IC.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  231. IC.Font = Enum.Font.SciFi
  232. IC.Text = "Inside Criminal"
  233. IC.TextColor3 = Color3.new(0, 0, 0)
  234. IC.TextScaled = true
  235. IC.TextSize = 14
  236. IC.TextWrapped = true
  237. IC.MouseButton1Click:connect(function()
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-33.511, 189.000, -36.268) --crim base
  239. end)
  240.  
  241. BurgerFootSaladKing.Name = "BurgerFootSaladKing"
  242. BurgerFootSaladKing.Parent = Frame
  243. BurgerFootSaladKing.BackgroundColor3 = Color3.new(0, 0, 0)
  244. BurgerFootSaladKing.Position = UDim2.new(-0.00640547229, 0, 0.628585458, 0)
  245. BurgerFootSaladKing.Size = UDim2.new(0, 85, 0, 50)
  246. BurgerFootSaladKing.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  247. BurgerFootSaladKing.Font = Enum.Font.SciFi
  248. BurgerFootSaladKing.Text = "Restaurant"
  249. BurgerFootSaladKing.TextColor3 = Color3.new(0, 0, 0)
  250. BurgerFootSaladKing.TextScaled = true
  251. BurgerFootSaladKing.TextSize = 14
  252. BurgerFootSaladKing.TextWrapped = true
  253. BurgerFootSaladKing.MouseButton1Click:connect(function()
  254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(50.891, 180.000, -130.168) --burger king
  255. end)
  256.  
  257. Name.Name = "Name"
  258. Name.Parent = Frame
  259. Name.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  260. Name.BorderColor3 = Color3.new(0.12549, 0.121569, 0.12549)
  261. Name.Position = UDim2.new(-0.00524934381, 0, 0, 0)
  262. Name.Size = UDim2.new(0, 373, 0, 50)
  263. Name.Font = Enum.Font.SciFi
  264. Name.Text = "Greenwood Town TP GUI"
  265. Name.TextColor3 = Color3.new(1, 1, 1)
  266. Name.TextScaled = true
  267. Name.TextSize = 30
  268. Name.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement