OfficialArponAG

mad city b

Apr 12th, 2020
1,923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.88 KB | None | 0 0
  1. local ATLA = Instance.new("ScreenGui")
  2. local frame = Instance.new("Frame")
  3. local open = Instance.new("TextButton")
  4. local main = Instance.new("Frame")
  5. local mother = Instance.new("TextButton")
  6. local daili2 = Instance.new("TextButton")
  7. local crown = Instance.new("TextButton")
  8. local title = Instance.new("TextLabel")
  9. local credit = Instance.new("TextLabel")
  10. local child = Instance.new("TextButton")
  11. local close = Instance.new("TextButton")
  12. local daili1 = Instance.new("TextButton")
  13. local up = Instance.new("TextButton")
  14. local nopage = Instance.new("TextButton")
  15. local onetwo = Instance.new("TextLabel")
  16. local backpage = Instance.new("TextButton")
  17. local twoone = Instance.new("TextLabel")
  18. local lastpage = Instance.new("TextButton")
  19. local air = Instance.new("TextButton")
  20. local watersouth = Instance.new("TextButton")
  21. local earth = Instance.new("TextButton")
  22. local waternorth = Instance.new("TextButton")
  23. local fire = Instance.new("TextButton")
  24. local kyoshi = Instance.new("TextButton")
  25. local desert = Instance.new("TextButton")
  26. --Properties:
  27. ATLA.Name = "ATLA"
  28. ATLA.Parent = game.CoreGui
  29.  
  30. frame.Name = "frame"
  31. frame.Parent = ATLA
  32. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  33. frame.Position = UDim2.new(0.0097008897, 0, 0.510033429, 0)
  34. frame.Size = UDim2.new(0, 131, 0, 32)
  35. frame.Style = Enum.FrameStyle.DropShadow
  36.  
  37. open.Name = "open"
  38. open.Parent = frame
  39. open.BackgroundColor3 = Color3.new(1, 1, 1)
  40. open.BackgroundTransparency = 1
  41. open.Position = UDim2.new(-0.0742685795, 0, -0.489966571, 0)
  42. open.Size = UDim2.new(0, 131, 0, 32)
  43. open.Font = Enum.Font.SciFi
  44. open.Text = "Open"
  45. open.TextColor3 = Color3.new(1, 1, 1)
  46. open.TextSize = 14
  47. open.MouseButton1Down:connect(function()
  48. main.Visible = true
  49. frame.Visible = false
  50.  
  51. end)
  52.  
  53. main.Name = "main"
  54. main.Parent = ATLA
  55. main.BackgroundColor3 = Color3.new(1, 1, 1)
  56. main.Position = UDim2.new(0.149555385, 0, 0.299331099, 0)
  57. main.Size = UDim2.new(0, 268, 0, 284)
  58. main.Visible = false
  59. main.Style = Enum.FrameStyle.DropShadow
  60. main.Active = true
  61. main.Draggable = true
  62.  
  63. mother.Name = "mother"
  64. mother.Parent = main
  65. mother.BackgroundColor3 = Color3.new(0, 0, 0)
  66. mother.Position = UDim2.new(0.104477614, 0, 0.308521509, 0)
  67. mother.Size = UDim2.new(0, 200, 0, 31)
  68. mother.Font = Enum.Font.SciFi
  69. mother.Text = "Hero Base"
  70. mother.TextColor3 = Color3.new(1, 1, 1)
  71. mother.TextSize = 14
  72. mother.MouseButton1Down:connect(function()
  73. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1749, 75, 1601)
  74. end)
  75.  
  76. daili2.Name = "daili2"
  77. daili2.Parent = main
  78. daili2.BackgroundColor3 = Color3.new(0, 0, 0)
  79. daili2.Position = UDim2.new(0.108208954, 0, 0.616334975, 0)
  80. daili2.Size = UDim2.new(0, 200, 0, 31)
  81. daili2.Font = Enum.Font.SciFi
  82. daili2.Text = "Criminal Base"
  83. daili2.TextColor3 = Color3.new(1, 1, 1)
  84. daili2.TextSize = 14
  85. daili2.MouseButton1Down:connect(function()
  86. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138, 25, 392)
  87. end)
  88.  
  89. crown.Name = "crown"
  90. crown.Parent = main
  91. crown.BackgroundColor3 = Color3.new(0, 0, 0)
  92. crown.Position = UDim2.new(0.108208954, 0, 0.767743409, 0)
  93. crown.Size = UDim2.new(0, 200, 0, 31)
  94. crown.Font = Enum.Font.SciFi
  95. crown.Text = "Jail"
  96. crown.TextColor3 = Color3.new(1, 1, 1)
  97. crown.TextSize = 14
  98. crown.MouseButton1Click:connect(function()
  99. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1055, 52, -3083)
  100. end)
  101. title.Name = "title"
  102. title.Parent = main
  103. title.BackgroundColor3 = Color3.new(0, 0, 0)
  104. title.Position = UDim2.new(-0.0335820913, 0, -0.0281690136, 0)
  105. title.Size = UDim2.new(0, 272, 0, 17)
  106. title.Font = Enum.Font.SciFi
  107. title.Text = "Mad City GUI"
  108. title.TextColor3 = Color3.new(1, 1, 1)
  109. title.TextSize = 14
  110. title.Draggable = true
  111.  
  112. credit.Name = "credit"
  113. credit.Parent = main
  114. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  115. credit.Position = UDim2.new(-0.0335820913, 0, 0.964788675, 0)
  116. credit.Size = UDim2.new(0, 272, 0, 17)
  117. credit.Font = Enum.Font.SciFi
  118. credit.Text = "Made by Cerritulus"
  119. credit.TextColor3 = Color3.new(1, 1, 1)
  120. credit.TextSize = 14
  121. credit.Draggable = true
  122.  
  123. child.Name = "child"
  124. child.Parent = main
  125. child.BackgroundColor3 = Color3.new(0, 0, 0)
  126. child.Position = UDim2.new(0.108208954, 0, 0.151408449, 0)
  127. child.Size = UDim2.new(0, 200, 0, 31)
  128. child.Font = Enum.Font.SciFi
  129. child.Text = "Weapon Shop"
  130. child.TextColor3 = Color3.new(1, 1, 1)
  131. child.TextSize = 14
  132. child.MouseButton1Down:connect(function()
  133. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1652, 42, 678)
  134. end)
  135.  
  136.  
  137. close.Name = "close"
  138. close.Parent = main
  139. close.BackgroundColor3 = Color3.new(0, 0, 0)
  140. close.BackgroundTransparency = 1
  141. close.Position = UDim2.new(0.940298498, 0, -0.0281690136, 0)
  142. close.Size = UDim2.new(0, 28, 0, 17)
  143. close.Font = Enum.Font.SciFi
  144. close.Text = "X"
  145. close.TextColor3 = Color3.new(1, 1, 1)
  146. close.TextSize = 14
  147. close.MouseButton1Down:connect(function()
  148. frame.Visible = true
  149. main.Visible = false
  150. end)
  151.  
  152. daili1.Name = "daili1"
  153. daili1.Parent = main
  154. daili1.BackgroundColor3 = Color3.new(0, 0, 0)
  155. daili1.Position = UDim2.new(0.108208954, 0, 0.465634644, 0)
  156. daili1.Size = UDim2.new(0, 200, 0, 31)
  157. daili1.Font = Enum.Font.SciFi
  158. daili1.Text = "Casino"
  159. daili1.TextColor3 = Color3.new(1, 1, 1)
  160. daili1.TextSize = 14
  161. daili1.MouseButton1Down:connect(function()
  162. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1660, 25, 525)
  163. end)
  164.  
  165. up.Name = "up"
  166. up.Parent = main
  167. up.BackgroundColor3 = Color3.new(1, 1, 1)
  168. up.BackgroundTransparency = 1
  169. up.Position = UDim2.new(0.701492548, 0, 0.0492957756, 0)
  170. up.Size = UDim2.new(0, 50, 0, 28)
  171. up.Font = Enum.Font.ArialBold
  172. up.Text = ">"
  173. up.TextColor3 = Color3.new(1, 1, 1)
  174. up.TextSize = 30
  175. up.MouseButton1Down:connect(function()
  176. child.Visible = false
  177. crown.Visible = false
  178. daili1.Visible = false
  179. daili2.Visible = false
  180. mother.Visible = false
  181. onetwo.Visible = false
  182. nopage.Visible = false
  183. up.Visible = false
  184. air.Visible = true
  185. backpage.Visible = true
  186. desert.Visible = true
  187. earth.Visible = true
  188. fire.Visible = true
  189. kyoshi.Visible = true
  190. lastpage.Visible = true
  191. watersouth.Visible = true
  192. waternorth.Visible = true
  193. twoone.Visible = true
  194. end)
  195.  
  196. nopage.Name = "nopage"
  197. nopage.Parent = main
  198. nopage.BackgroundColor3 = Color3.new(1, 1, 1)
  199. nopage.BackgroundTransparency = 1
  200. nopage.Position = UDim2.new(0.100746252, 0, 0.0492957756, 0)
  201. nopage.Size = UDim2.new(0, 50, 0, 28)
  202. nopage.Font = Enum.Font.ArialBold
  203. nopage.Text = "<"
  204. nopage.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  205. nopage.TextSize = 30
  206.  
  207. onetwo.Name = "onetwo"
  208. onetwo.Parent = main
  209. onetwo.BackgroundColor3 = Color3.new(1, 1, 1)
  210. onetwo.BackgroundTransparency = 1
  211. onetwo.Position = UDim2.new(0.373134345, 0, 0.0352112688, 0)
  212. onetwo.Size = UDim2.new(0, 68, 0, 31)
  213. onetwo.Font = Enum.Font.SciFi
  214. onetwo.Text = "1 / 2"
  215. onetwo.TextColor3 = Color3.new(1, 1, 1)
  216. onetwo.TextSize = 25
  217.  
  218. backpage.Name = "backpage"
  219. backpage.Parent = main
  220. backpage.BackgroundColor3 = Color3.new(1, 1, 1)
  221. backpage.BackgroundTransparency = 1
  222. backpage.Position = UDim2.new(0.100746252, 0, 0.0492957756, 0)
  223. backpage.Size = UDim2.new(0, 50, 0, 28)
  224. backpage.Visible = false
  225. backpage.Font = Enum.Font.ArialBold
  226. backpage.Text = "<"
  227. backpage.TextColor3 = Color3.new(1, 1, 1)
  228. backpage.TextSize = 30
  229. backpage.MouseButton1Down:connect(function()
  230. child.Visible = true
  231. crown.Visible = true
  232. daili1.Visible = true
  233. daili2.Visible = true
  234. mother.Visible = true
  235. onetwo.Visible = true
  236. nopage.Visible = true
  237. up.Visible = true
  238. air.Visible = false
  239. backpage.Visible = false
  240. desert.Visible = false
  241. earth.Visible = false
  242. fire.Visible = false
  243. kyoshi.Visible = false
  244. lastpage.Visible = false
  245. watersouth.Visible = false
  246. waternorth.Visible = false
  247. twoone.Visible = false
  248. end)
  249.  
  250.  
  251. twoone.Name = "twoone"
  252. twoone.Parent = main
  253. twoone.BackgroundColor3 = Color3.new(1, 1, 1)
  254. twoone.BackgroundTransparency = 1
  255. twoone.Position = UDim2.new(0.373134345, 0, 0.0352112688, 0)
  256. twoone.Size = UDim2.new(0, 68, 0, 31)
  257. twoone.Visible = false
  258. twoone.Font = Enum.Font.SciFi
  259. twoone.Text = "2 / 2"
  260. twoone.TextColor3 = Color3.new(1, 1, 1)
  261. twoone.TextSize = 25
  262.  
  263. lastpage.Name = "lastpage"
  264. lastpage.Parent = main
  265. lastpage.BackgroundColor3 = Color3.new(1, 1, 1)
  266. lastpage.BackgroundTransparency = 1
  267. lastpage.Position = UDim2.new(0.701492548, 0, 0.0492957756, 0)
  268. lastpage.Size = UDim2.new(0, 50, 0, 28)
  269. lastpage.Visible = false
  270. lastpage.Font = Enum.Font.ArialBold
  271. lastpage.Text = ">"
  272. lastpage.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  273. lastpage.TextSize = 30
  274.  
  275. air.Name = "air"
  276. air.Parent = main
  277. air.BackgroundColor3 = Color3.new(0, 0, 0)
  278. air.Position = UDim2.new(0.100746267, 0, 0.235915497, 0)
  279. air.Size = UDim2.new(0, 99, 0, 30)
  280. air.Visible = false
  281. air.Font = Enum.Font.SciFi
  282. air.Text = "Bank"
  283. air.TextColor3 = Color3.new(1, 1, 1)
  284. air.TextSize = 14
  285. air.MouseButton1Down:connect(function()
  286. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(758, 0, 478)
  287. end)
  288.  
  289. watersouth.Name = "watersouth"
  290. watersouth.Parent = main
  291. watersouth.BackgroundColor3 = Color3.new(0, 0, 0)
  292. watersouth.Position = UDim2.new(0.51492542, 0, 0.228873238, 0)
  293. watersouth.Size = UDim2.new(0, 99, 0, 30)
  294. watersouth.Visible = false
  295. watersouth.Font = Enum.Font.SciFi
  296. watersouth.Text = "Jewlery Store"
  297. watersouth.TextColor3 = Color3.new(1, 1, 1)
  298. watersouth.TextSize = 10
  299. watersouth.MouseButton1Down:connect(function()
  300. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-274, 29, 785)
  301. end)
  302.  
  303. earth.Name = "earth"
  304. earth.Parent = main
  305. earth.BackgroundColor3 = Color3.new(0, 0, 0)
  306. earth.Position = UDim2.new(0.100746267, 0, 0.387323946, 0)
  307. earth.Size = UDim2.new(0, 99, 0, 30)
  308. earth.Visible = false
  309. earth.Font = Enum.Font.SciFi
  310. earth.Text = "Jewlery Store Exit"
  311. earth.TextColor3 = Color3.new(1, 1, 1)
  312. earth.TextSize = 14
  313. earth.MouseButton1Down:connect(function()
  314. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-81, 24, 733)
  315. end)
Add Comment
Please, Sign In to add comment