Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.51 KB | None | 0 0
  1. local Parent = game.CoreGui;
  2. Instance.new("ScreenGui", Parent);
  3. Parent.ScreenGui.Name = "SBOGUI";
  4.  
  5. wait(0.01)
  6. Instance.new("TextButton", Parent.SBOGUI)
  7. Parent.SBOGUI.TextButton.Name = "MainFrame"
  8. Parent.SBOGUI.MainFrame.BorderSizePixel = 0
  9. Parent.SBOGUI.MainFrame.BackgroundTransparency = 0.1
  10. Parent.SBOGUI.MainFrame.BackgroundColor3 = Color3.fromRGB(56,56,56)
  11. Parent.SBOGUI.MainFrame.AutoButtonColor = false
  12. Parent.SBOGUI.MainFrame.Text = ""
  13. Parent.SBOGUI.MainFrame.Size = UDim2.new(0.45, 0, 0.55, 0)
  14. Parent.SBOGUI.MainFrame.Position = UDim2.new(0.3, 0, 0.3, 0)
  15. Parent.SBOGUI.MainFrame.Draggable = true
  16.  
  17. wait(0.01)
  18. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  19. Parent.SBOGUI.MainFrame.TextButton.Name = "TopDesign"
  20. Parent.SBOGUI.MainFrame.TopDesign.BorderSizePixel = 3
  21. Parent.SBOGUI.MainFrame.TopDesign.BackgroundTransparency = 0
  22. Parent.SBOGUI.MainFrame.TopDesign.BackgroundColor3 = Color3.fromRGB(158,0,7)
  23. Parent.SBOGUI.MainFrame.TopDesign.AutoButtonColor = false
  24. Parent.SBOGUI.MainFrame.TopDesign.Text = "Sword Burst 2 GUI"
  25. Parent.SBOGUI.MainFrame.TopDesign.Font = "Fantasy"
  26. Parent.SBOGUI.MainFrame.TopDesign.FontSize = "Size60"
  27. Parent.SBOGUI.MainFrame.TopDesign.Size = UDim2.new(1.05, 0, 0.15, 0)
  28. Parent.SBOGUI.MainFrame.TopDesign.Position = UDim2.new(-0.02, 0, -0.12, 0)
  29.  
  30. wait(0.01)
  31. Instance.new("TextButton", Parent.SBOGUI)
  32. Parent.SBOGUI.TextButton.Name = "Open"
  33. Parent.SBOGUI.Open.BorderSizePixel = 3
  34. Parent.SBOGUI.Open.BackgroundTransparency = 0
  35. Parent.SBOGUI.Open.BackgroundColor3 = Color3.fromRGB(255,255,255)
  36. Parent.SBOGUI.Open.Style = "RobloxRoundButton"
  37. Parent.SBOGUI.Open.Text = "Open SBO Gui"
  38. Parent.SBOGUI.Open.TextColor3 = Color3.fromRGB(255,255,255)
  39. Parent.SBOGUI.Open.Font = "Fantasy"
  40. Parent.SBOGUI.Open.FontSize = "Size24"
  41. Parent.SBOGUI.Open.Size = UDim2.new(0.2, 0, 0.07, 0)
  42. Parent.SBOGUI.Open.Position = UDim2.new(0.8, 0, 0.93, 0)
  43. Parent.SBOGUI.Open.Visible = false
  44.  
  45. Parent.SBOGUI.Open.MouseButton1Down:connect(function()
  46. Parent.SBOGUI.MainFrame.Visible = true
  47. Parent.SBOGUI.Open.Visible = false
  48. end)
  49.  
  50. wait(0.01)
  51. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  52. Parent.SBOGUI.MainFrame.TextButton.Name = "Close"
  53. Parent.SBOGUI.MainFrame.Close.BorderSizePixel = 3
  54. Parent.SBOGUI.MainFrame.Close.BackgroundTransparency = 0
  55. Parent.SBOGUI.MainFrame.Close.BackgroundColor3 = Color3.fromRGB(255,255,255)
  56. Parent.SBOGUI.MainFrame.Close.Style = "RobloxRoundDefaultButton"
  57. Parent.SBOGUI.MainFrame.Close.Text = "Close SBO Gui"
  58. Parent.SBOGUI.MainFrame.Close.Font = "Fantasy"
  59. Parent.SBOGUI.MainFrame.Close.FontSize = "Size14"
  60. Parent.SBOGUI.MainFrame.Close.Size = UDim2.new(0.2, 0, 0.07, 0)
  61. Parent.SBOGUI.MainFrame.Close.Position = UDim2.new(-0.029, 0, -0.19, 0)
  62.  
  63. Parent.SBOGUI.MainFrame.Close.MouseButton1Down:connect(function()
  64. Parent.SBOGUI.MainFrame.Visible = false
  65. Parent.SBOGUI.Open.Visible = true
  66. end)
  67.  
  68. wait(0.01)
  69. Instance.new("Frame", Parent.SBOGUI.MainFrame)
  70. Parent.SBOGUI.MainFrame.Frame.Name = "BottomDesign"
  71. Parent.SBOGUI.MainFrame.BottomDesign.BorderSizePixel = 0
  72. Parent.SBOGUI.MainFrame.BottomDesign.BackgroundTransparency = 0
  73. Parent.SBOGUI.MainFrame.BottomDesign.BackgroundColor3 = Color3.fromRGB(158,0,7)
  74. Parent.SBOGUI.MainFrame.BottomDesign.Size = UDim2.new(1, 0, 0.02, 0)
  75. Parent.SBOGUI.MainFrame.BottomDesign.Position = UDim2.new(0, 0, 1, 0)
  76.  
  77. wait(0.01)
  78. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  79. Parent.SBOGUI.MainFrame.TextButton.Name = "F1"
  80. Parent.SBOGUI.MainFrame.F1.BorderSizePixel = 0
  81. Parent.SBOGUI.MainFrame.F1.BackgroundTransparency = 1
  82. Parent.SBOGUI.MainFrame.F1.BackgroundColor3 = Color3.fromRGB(255,255,255)
  83. Parent.SBOGUI.MainFrame.F1.AutoButtonColor = false
  84. Parent.SBOGUI.MainFrame.F1.Text = "Virhst Woodlands"
  85. Parent.SBOGUI.MainFrame.F1.TextColor3 = Color3.fromRGB(255,255,255)
  86. Parent.SBOGUI.MainFrame.F1.Font = "ArialBold"
  87. Parent.SBOGUI.MainFrame.F1.FontSize = "Size18"
  88. Parent.SBOGUI.MainFrame.F1.Size = UDim2.new(0.1, 0, 0.1, 0)
  89. Parent.SBOGUI.MainFrame.F1.Position = UDim2.new(0.45, 0, 0.05, 0)
  90.  
  91. wait(0.01)
  92. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  93. Parent.SBOGUI.MainFrame.TextButton.Name = "TPDire"
  94. Parent.SBOGUI.MainFrame.TPDire.BorderSizePixel = 0
  95. Parent.SBOGUI.MainFrame.TPDire.BackgroundTransparency = 0
  96. Parent.SBOGUI.MainFrame.TPDire.BackgroundColor3 = Color3.fromRGB(167,255,84)
  97. Parent.SBOGUI.MainFrame.TPDire.Text = "TP to Dire Spawn"
  98. Parent.SBOGUI.MainFrame.TPDire.Font = "ArialBold"
  99. Parent.SBOGUI.MainFrame.TPDire.Style = "RobloxRoundButton"
  100. Parent.SBOGUI.MainFrame.TPDire.TextColor3 = Color3.fromRGB(255,255,255)
  101. Parent.SBOGUI.MainFrame.TPDire.FontSize = "Size12"
  102. Parent.SBOGUI.MainFrame.TPDire.Size = UDim2.new(0.2, 0, 0.15, 0)
  103. Parent.SBOGUI.MainFrame.TPDire.Position = UDim2.new(0.1, 0, 0.16, 0)
  104.  
  105. Parent.SBOGUI.MainFrame.TPDire.MouseButton1Down:connect(function()
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(219.48172, 55.8494263, 1018.37836))
  107. end)
  108.  
  109. wait(0.01)
  110. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  111. Parent.SBOGUI.MainFrame.TextButton.Name = "TPBoss"
  112. Parent.SBOGUI.MainFrame.TPBoss.BorderSizePixel = 0
  113. Parent.SBOGUI.MainFrame.TPBoss.BackgroundTransparency = 0
  114. Parent.SBOGUI.MainFrame.TPBoss.BackgroundColor3 = Color3.fromRGB(167,255,84)
  115. Parent.SBOGUI.MainFrame.TPBoss.Text = "TP to Boss Spawn"
  116. Parent.SBOGUI.MainFrame.TPBoss.Font = "ArialBold"
  117. Parent.SBOGUI.MainFrame.TPBoss.Style = "RobloxRoundButton"
  118. Parent.SBOGUI.MainFrame.TPBoss.TextColor3 = Color3.fromRGB(255,255,255)
  119. Parent.SBOGUI.MainFrame.TPBoss.FontSize = "Size12"
  120. Parent.SBOGUI.MainFrame.TPBoss.Size = UDim2.new(0.2, 0, 0.15, 0)
  121. Parent.SBOGUI.MainFrame.TPBoss.Position = UDim2.new(0.4, 0, 0.16, 0)
  122.  
  123. Parent.SBOGUI.MainFrame.TPBoss.MouseButton1Down:connect(function()
  124. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3052.86646, -237.516937, 1984.0238))
  125. end)
  126.  
  127. wait(0.01)
  128. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  129. Parent.SBOGUI.MainFrame.TextButton.Name = "TPCrab"
  130. Parent.SBOGUI.MainFrame.TPCrab.BorderSizePixel = 0
  131. Parent.SBOGUI.MainFrame.TPCrab.BackgroundTransparency = 0
  132. Parent.SBOGUI.MainFrame.TPCrab.BackgroundColor3 = Color3.fromRGB(167,255,84)
  133. Parent.SBOGUI.MainFrame.TPCrab.Text = "TP to Crab Spawn"
  134. Parent.SBOGUI.MainFrame.TPCrab.Font = "ArialBold"
  135. Parent.SBOGUI.MainFrame.TPCrab.Style = "RobloxRoundButton"
  136. Parent.SBOGUI.MainFrame.TPCrab.TextColor3 = Color3.fromRGB(255,255,255)
  137. Parent.SBOGUI.MainFrame.TPCrab.FontSize = "Size12"
  138. Parent.SBOGUI.MainFrame.TPCrab.Size = UDim2.new(0.2, 0, 0.15, 0)
  139. Parent.SBOGUI.MainFrame.TPCrab.Position = UDim2.new(0.7, 0, 0.16, 0)
  140.  
  141. Parent.SBOGUI.MainFrame.TPCrab.MouseButton1Down:connect(function()
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(356.213531, 43.1817932, -1149.39258))
  143. end)
  144.  
  145. wait(0.01)
  146. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  147. Parent.SBOGUI.MainFrame.TextButton.Name = "F2"
  148. Parent.SBOGUI.MainFrame.F2.BorderSizePixel = 0
  149. Parent.SBOGUI.MainFrame.F2.BackgroundTransparency = 1
  150. Parent.SBOGUI.MainFrame.F2.BackgroundColor3 = Color3.fromRGB(255,255,255)
  151. Parent.SBOGUI.MainFrame.F2.AutoButtonColor = false
  152. Parent.SBOGUI.MainFrame.F2.Text = "Redveil Grove"
  153. Parent.SBOGUI.MainFrame.F2.TextColor3 = Color3.fromRGB(255,255,255)
  154. Parent.SBOGUI.MainFrame.F2.Font = "ArialBold"
  155. Parent.SBOGUI.MainFrame.F2.FontSize = "Size18"
  156. Parent.SBOGUI.MainFrame.F2.Size = UDim2.new(0.1, 0, 0.08, 0)
  157. Parent.SBOGUI.MainFrame.F2.Position = UDim2.new(0.45, 0, 0.33, 0)
  158.  
  159. wait(0.01)
  160. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  161. Parent.SBOGUI.MainFrame.TextButton.Name = "TPGaurd"
  162. Parent.SBOGUI.MainFrame.TPGaurd.BorderSizePixel = 0
  163. Parent.SBOGUI.MainFrame.TPGaurd.BackgroundTransparency = 0
  164. Parent.SBOGUI.MainFrame.TPGaurd.BackgroundColor3 = Color3.fromRGB(167,255,84)
  165. Parent.SBOGUI.MainFrame.TPGaurd.Text = "TP to Gaurdian Spawn"
  166. Parent.SBOGUI.MainFrame.TPGaurd.Font = "ArialBold"
  167. Parent.SBOGUI.MainFrame.TPGaurd.Style = "RobloxRoundButton"
  168. Parent.SBOGUI.MainFrame.TPGaurd.TextColor3 = Color3.fromRGB(255,255,255)
  169. Parent.SBOGUI.MainFrame.TPGaurd.FontSize = "Size12"
  170. Parent.SBOGUI.MainFrame.TPGaurd.Size = UDim2.new(0.2, 0, 0.15, 0)
  171. Parent.SBOGUI.MainFrame.TPGaurd.Position = UDim2.new(0.1, 0, 0.43, 0)
  172.  
  173. Parent.SBOGUI.MainFrame.TPGaurd.MouseButton1Down:connect(function()
  174. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3841.34668, 135.00563, -2315.78052))
  175. end)
  176.  
  177. wait(0.01)
  178. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  179. Parent.SBOGUI.MainFrame.TextButton.Name = "TPBoss2"
  180. Parent.SBOGUI.MainFrame.TPBoss2.BorderSizePixel = 0
  181. Parent.SBOGUI.MainFrame.TPBoss2.BackgroundTransparency = 0
  182. Parent.SBOGUI.MainFrame.TPBoss2.BackgroundColor3 = Color3.fromRGB(167,255,84)
  183. Parent.SBOGUI.MainFrame.TPBoss2.Text = "TP to Boss Spawn"
  184. Parent.SBOGUI.MainFrame.TPBoss2.Font = "ArialBold"
  185. Parent.SBOGUI.MainFrame.TPBoss2.Style = "RobloxRoundButton"
  186. Parent.SBOGUI.MainFrame.TPBoss2.TextColor3 = Color3.fromRGB(255,255,255)
  187. Parent.SBOGUI.MainFrame.TPBoss2.FontSize = "Size12"
  188. Parent.SBOGUI.MainFrame.TPBoss2.Size = UDim2.new(0.2, 0, 0.15, 0)
  189. Parent.SBOGUI.MainFrame.TPBoss2.Position = UDim2.new(0.4, 0, 0.43, 0)
  190.  
  191. Parent.SBOGUI.MainFrame.TPBoss2.MouseButton1Down:connect(function()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.8772, 113.226425, -9112.4375))
  193. end)
  194.  
  195. wait(0.01)
  196. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  197. Parent.SBOGUI.MainFrame.TextButton.Name = "TPWasp"
  198. Parent.SBOGUI.MainFrame.TPWasp.BorderSizePixel = 0
  199. Parent.SBOGUI.MainFrame.TPWasp.BackgroundTransparency = 0
  200. Parent.SBOGUI.MainFrame.TPWasp.BackgroundColor3 = Color3.fromRGB(167,255,84)
  201. Parent.SBOGUI.MainFrame.TPWasp.Text = "TP to Wasp Spawn"
  202. Parent.SBOGUI.MainFrame.TPWasp.Font = "ArialBold"
  203. Parent.SBOGUI.MainFrame.TPWasp.Style = "RobloxRoundButton"
  204. Parent.SBOGUI.MainFrame.TPWasp.TextColor3 = Color3.fromRGB(255,255,255)
  205. Parent.SBOGUI.MainFrame.TPWasp.FontSize = "Size12"
  206. Parent.SBOGUI.MainFrame.TPWasp.Size = UDim2.new(0.2, 0, 0.15, 0)
  207. Parent.SBOGUI.MainFrame.TPWasp.Position = UDim2.new(0.7, 0, 0.43, 0)
  208.  
  209. Parent.SBOGUI.MainFrame.TPWasp.MouseButton1Down:connect(function()
  210. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2538.39404, 137.059219, -2498.28149))
  211. end)
  212.  
  213. wait(0.01)
  214. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  215. Parent.SBOGUI.MainFrame.TextButton.Name = "Arcadia"
  216. Parent.SBOGUI.MainFrame.Arcadia.BorderSizePixel = 0
  217. Parent.SBOGUI.MainFrame.Arcadia.BackgroundTransparency = 1
  218. Parent.SBOGUI.MainFrame.Arcadia.BackgroundColor3 = Color3.fromRGB(255,255,255)
  219. Parent.SBOGUI.MainFrame.Arcadia.AutoButtonColor = false
  220. Parent.SBOGUI.MainFrame.Arcadia.Text = "Arcadia"
  221. Parent.SBOGUI.MainFrame.Arcadia.TextColor3 = Color3.fromRGB(255,255,255)
  222. Parent.SBOGUI.MainFrame.Arcadia.Font = "ArialBold"
  223. Parent.SBOGUI.MainFrame.Arcadia.FontSize = "Size18"
  224. Parent.SBOGUI.MainFrame.Arcadia.Size = UDim2.new(0.1, 0, 0.08, 0)
  225. Parent.SBOGUI.MainFrame.Arcadia.Position = UDim2.new(0.45, 0, 0.6, 0)
  226.  
  227. wait(0.01)
  228. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  229. Parent.SBOGUI.MainFrame.TextButton.Name = "TPGate"
  230. Parent.SBOGUI.MainFrame.TPGate.BorderSizePixel = 0
  231. Parent.SBOGUI.MainFrame.TPGate.BackgroundTransparency = 0
  232. Parent.SBOGUI.MainFrame.TPGate.BackgroundColor3 = Color3.fromRGB(167,255,84)
  233. Parent.SBOGUI.MainFrame.TPGate.Text = "TP to Gate"
  234. Parent.SBOGUI.MainFrame.TPGate.Font = "ArialBold"
  235. Parent.SBOGUI.MainFrame.TPGate.Style = "RobloxRoundButton"
  236. Parent.SBOGUI.MainFrame.TPGate.TextColor3 = Color3.fromRGB(255,255,255)
  237. Parent.SBOGUI.MainFrame.TPGate.FontSize = "Size12"
  238. Parent.SBOGUI.MainFrame.TPGate.Size = UDim2.new(0.2, 0, 0.15, 0)
  239. Parent.SBOGUI.MainFrame.TPGate.Position = UDim2.new(0.1, 0, 0.7, 0)
  240.  
  241. Parent.SBOGUI.MainFrame.TPGate.MouseButton1Down:connect(function()
  242. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(245.016907, 96.9674911, 160.137756))
  243. end)
  244.  
  245. wait(0.01)
  246. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  247. Parent.SBOGUI.MainFrame.TextButton.Name = "TPWaterfall"
  248. Parent.SBOGUI.MainFrame.TPWaterfall.BorderSizePixel = 0
  249. Parent.SBOGUI.MainFrame.TPWaterfall.BackgroundTransparency = 0
  250. Parent.SBOGUI.MainFrame.TPWaterfall.BackgroundColor3 = Color3.fromRGB(167,255,84)
  251. Parent.SBOGUI.MainFrame.TPWaterfall.Text = "TP to Waterfall"
  252. Parent.SBOGUI.MainFrame.TPWaterfall.Font = "ArialBold"
  253. Parent.SBOGUI.MainFrame.TPWaterfall.Style = "RobloxRoundButton"
  254. Parent.SBOGUI.MainFrame.TPWaterfall.TextColor3 = Color3.fromRGB(255,255,255)
  255. Parent.SBOGUI.MainFrame.TPWaterfall.FontSize = "Size12"
  256. Parent.SBOGUI.MainFrame.TPWaterfall.Size = UDim2.new(0.2, 0, 0.15, 0)
  257. Parent.SBOGUI.MainFrame.TPWaterfall.Position = UDim2.new(0.4, 0, 0.7, 0)
  258.  
  259. Parent.SBOGUI.MainFrame.TPWaterfall.MouseButton1Down:connect(function()
  260. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(385.937042, 166.278, -102.776817))
  261. end)
  262.  
  263. wait(0.01)
  264. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  265. Parent.SBOGUI.MainFrame.TextButton.Name = "TPRoof"
  266. Parent.SBOGUI.MainFrame.TPRoof.BorderSizePixel = 0
  267. Parent.SBOGUI.MainFrame.TPRoof.BackgroundTransparency = 0
  268. Parent.SBOGUI.MainFrame.TPRoof.BackgroundColor3 = Color3.fromRGB(167,255,84)
  269. Parent.SBOGUI.MainFrame.TPRoof.Text = "TP to Rooftops"
  270. Parent.SBOGUI.MainFrame.TPRoof.Font = "ArialBold"
  271. Parent.SBOGUI.MainFrame.TPRoof.Style = "RobloxRoundButton"
  272. Parent.SBOGUI.MainFrame.TPRoof.TextColor3 = Color3.fromRGB(255,255,255)
  273. Parent.SBOGUI.MainFrame.TPRoof.FontSize = "Size12"
  274. Parent.SBOGUI.MainFrame.TPRoof.Size = UDim2.new(0.2, 0, 0.15, 0)
  275. Parent.SBOGUI.MainFrame.TPRoof.Position = UDim2.new(0.7, 0, 0.7, 0)
  276.  
  277. Parent.SBOGUI.MainFrame.TPRoof.MouseButton1Down:connect(function()
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(219.09314, 195.234604, -425.285614))
  279. end)
  280.  
  281. wait(0.01)
  282. Instance.new("TextButton", Parent.SBOGUI.MainFrame)
  283. Parent.SBOGUI.MainFrame.TextButton.Name = "MadeBy"
  284. Parent.SBOGUI.MainFrame.MadeBy.BorderSizePixel = 0
  285. Parent.SBOGUI.MainFrame.MadeBy.BackgroundTransparency = 1
  286. Parent.SBOGUI.MainFrame.MadeBy.BackgroundColor3 = Color3.fromRGB(255,255,255)
  287. Parent.SBOGUI.MainFrame.MadeBy.AutoButtonColor = false
  288. Parent.SBOGUI.MainFrame.MadeBy.Text = "Credits to: ExoticSnow Updated By: MightyMaster"
  289. Parent.SBOGUI.MainFrame.MadeBy.TextColor3 = Color3.fromRGB(255,255,255)
  290. Parent.SBOGUI.MainFrame.MadeBy.Font = "ArialBold"
  291. Parent.SBOGUI.MainFrame.MadeBy.FontSize = "Size14"
  292. Parent.SBOGUI.MainFrame.MadeBy.Size = UDim2.new(0.1, 0, 0.1, 0)
  293. Parent.SBOGUI.MainFrame.MadeBy.Position = UDim2.new(0.45, 0, 0.9, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement