Upscalefanatic3

(Roblox) Blackhawk Rescue Mission 5 TP GUI

Jan 13th, 2020
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Ronograd = Instance.new("TextButton")
  10. local DesertTown = Instance.new("TextButton")
  11. local MountainOutpost = Instance.new("TextButton")
  12. local CommandCenter = Instance.new("TextButton")
  13. local BackToMainBase = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. Frame.BackgroundTransparency = 0.500
  23. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.BorderSizePixel = 5
  25. Frame.Position = UDim2.new(0.686852515, 0, 0.576456368, 0)
  26. Frame.Size = UDim2.new(0, 284, 0, 164)
  27. Frame.Draggable = true
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. TextLabel.BackgroundTransparency = 1.000
  32. TextLabel.Position = UDim2.new(0.246478871, 0, 0, 0)
  33. TextLabel.Size = UDim2.new(0, 144, 0, 36)
  34. TextLabel.Font = Enum.Font.SourceSans
  35. TextLabel.Text = "BRM5 TP GUI by DavidWTruong"
  36. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14.000
  39. TextLabel.TextWrapped = true
  40.  
  41. Ronograd.Name = "Ronograd"
  42. Ronograd.Parent = Frame
  43. Ronograd.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. Ronograd.BackgroundTransparency = 0.500
  45. Ronograd.BorderColor3 = Color3.fromRGB(0, 0, 0)
  46. Ronograd.BorderSizePixel = 5
  47. Ronograd.Position = UDim2.new(0.0704225302, 0, 0.284871906, 0)
  48. Ronograd.Size = UDim2.new(0, 113, 0, 28)
  49. Ronograd.Font = Enum.Font.SourceSans
  50. Ronograd.Text = "Ronograd City"
  51. Ronograd.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. Ronograd.TextScaled = true
  53. Ronograd.TextSize = 14.000
  54. Ronograd.TextWrapped = true
  55. Ronograd.MouseButton1Click:connect(function()
  56. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3356.396, 176.642868, 479.418335))
  57. end)
  58.  
  59. DesertTown.Name = "DesertTown"
  60. DesertTown.Parent = Frame
  61. DesertTown.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  62. DesertTown.BackgroundTransparency = 0.500
  63. DesertTown.BorderColor3 = Color3.fromRGB(0, 0, 0)
  64. DesertTown.BorderSizePixel = 5
  65. DesertTown.Position = UDim2.new(0.545774639, 0, 0.284871906, 0)
  66. DesertTown.Size = UDim2.new(0, 113, 0, 28)
  67. DesertTown.Font = Enum.Font.SourceSans
  68. DesertTown.Text = "Desert Town"
  69. DesertTown.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. DesertTown.TextScaled = true
  71. DesertTown.TextSize = 14.000
  72. DesertTown.TextWrapped = true
  73. DesertTown.MouseButton1Click:connect(function()
  74. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-4972.27979, 107.465622, 5641.16016))
  75. end)
  76.  
  77.  
  78. MountainOutpost.Name = "MountainOutpost"
  79. MountainOutpost.Parent = Frame
  80. MountainOutpost.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. MountainOutpost.BackgroundTransparency = 0.500
  82. MountainOutpost.BorderColor3 = Color3.fromRGB(0, 0, 0)
  83. MountainOutpost.BorderSizePixel = 5
  84. MountainOutpost.Position = UDim2.new(0.0704225302, 0, 0.528774381, 0)
  85. MountainOutpost.Size = UDim2.new(0, 113, 0, 28)
  86. MountainOutpost.Font = Enum.Font.SourceSans
  87. MountainOutpost.Text = "Mountain Outpost"
  88. MountainOutpost.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. MountainOutpost.TextScaled = true
  90. MountainOutpost.TextSize = 14.000
  91. MountainOutpost.TextWrapped = true
  92. MountainOutpost.MouseButton1Click:connect(function()
  93. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2021.58862, 747.161438, -4489.54639))
  94. end)
  95.  
  96. CommandCenter.Name = "CommandCenter"
  97. CommandCenter.Parent = Frame
  98. CommandCenter.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. CommandCenter.BackgroundTransparency = 0.500
  100. CommandCenter.BorderColor3 = Color3.fromRGB(0, 0, 0)
  101. CommandCenter.BorderSizePixel = 5
  102. CommandCenter.Position = UDim2.new(0.545774639, 0, 0.528774381, 0)
  103. CommandCenter.Size = UDim2.new(0, 113, 0, 28)
  104. CommandCenter.Font = Enum.Font.SourceSans
  105. CommandCenter.Text = "Command Center"
  106. CommandCenter.TextColor3 = Color3.fromRGB(0, 0, 0)
  107. CommandCenter.TextScaled = true
  108. CommandCenter.TextSize = 14.000
  109. CommandCenter.TextWrapped = true
  110. CommandCenter.MouseButton1Click:connect(function()
  111. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3526.24243, 64.1496964, 533.052063))
  112. end)
  113.  
  114. BackToMainBase.Name = "BackToMainBase"
  115. BackToMainBase.Parent = Frame
  116. BackToMainBase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  117. BackToMainBase.BackgroundTransparency = 0.500
  118. BackToMainBase.BorderColor3 = Color3.fromRGB(0, 0, 0)
  119. BackToMainBase.BorderSizePixel = 5
  120. BackToMainBase.Position = UDim2.new(0.235915512, 0, 0.778774381, 0)
  121. BackToMainBase.Size = UDim2.new(0, 149, 0, 28)
  122. BackToMainBase.Font = Enum.Font.SourceSans
  123. BackToMainBase.Text = "Main Base (for ammo and medkits)"
  124. BackToMainBase.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. BackToMainBase.TextScaled = true
  126. BackToMainBase.TextSize = 14.000
  127. BackToMainBase.TextWrapped = true
  128. BackToMainBase.MouseButton1Click:connect(function()
  129. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-3467.55, 61.5745, 1147.81))
  130. end)
Add Comment
Please, Sign In to add comment