Advertisement
Guest User

Swordburst 2 GUI by Aqua

a guest
May 5th, 2018
17,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.69 KB | None | 0 0
  1. -- Credits to Aqua#1213 also find this GUI on the official thread https://v3rmillion.net/showthread.php?tid=562928
  2.  
  3. PlayerName = tostring(game.Players.LocalPlayer.Name)
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TpBox = Instance.new("TextBox")
  8. local TpConfirm = Instance.new("TextButton")
  9. local WsBox = Instance.new("TextBox")
  10. local WsConfirm = Instance.new("TextButton")
  11. local Floor9 = Instance.new("TextButton")
  12. local Floor8 = Instance.new("TextButton")
  13. local Floor5 = Instance.new("TextButton")
  14. local Floor7 = Instance.new("TextButton")
  15. local Boss2 = Instance.new("TextButton")
  16. local Boss3 = Instance.new("TextButton")
  17. local Boss1 = Instance.new("TextButton")
  18. local Floor6 = Instance.new("TextButton")
  19. local Boss4 = Instance.new("TextButton")
  20. local TextLabel = Instance.new("TextLabel")
  21. local Close = Instance.new("TextButton")
  22. local STAMINA = Instance.new("TextButton")
  23. local Open = Instance.new("TextButton")
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27. Frame.Parent = ScreenGui
  28. Frame.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  29. Frame.BorderColor3 = Color3.new(0, 0, 0)
  30. Frame.BorderSizePixel = 2
  31. Frame.Position = UDim2.new(0, 1365, 0, 530)
  32. Frame.Size = UDim2.new(0, 540, 0, 270)
  33. Frame.Active = true
  34. Frame.Draggable = true
  35.  
  36. TpBox.Name = "TpBox"
  37. TpBox.Parent = Frame
  38. TpBox.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TpBox.BorderSizePixel = 2
  40. TpBox.Position = UDim2.new(0, 10, 0, 220)
  41. TpBox.Size = UDim2.new(0, 200, 0, 40)
  42. TpBox.Font = Enum.Font.SourceSans
  43. TpBox.FontSize = Enum.FontSize.Size48
  44. TpBox.Text = "PLAYER NAME HERE"
  45. TpBox.TextScaled = true
  46. TpBox.TextSize = 40
  47. TpBox.TextWrapped = true
  48.  
  49. TpConfirm.Name = "TpConfirm"
  50. TpConfirm.Parent = Frame
  51. TpConfirm.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TpConfirm.BorderColor3 = Color3.new(0, 0, 0)
  53. TpConfirm.BorderSizePixel = 2
  54. TpConfirm.Position = UDim2.new(0, 10, 0, 160)
  55. TpConfirm.Size = UDim2.new(0, 200, 0, 50)
  56. TpConfirm.Font = Enum.Font.SourceSans
  57. TpConfirm.FontSize = Enum.FontSize.Size14
  58. TpConfirm.Text = "TELEPORT"
  59. TpConfirm.TextColor3 = Color3.new(0, 0, 0)
  60. TpConfirm.TextScaled = true
  61. TpConfirm.TextSize = 14
  62. TpConfirm.TextWrapped = true
  63.  
  64. WsBox.Name = "WsBox"
  65. WsBox.Parent = Frame
  66. WsBox.BackgroundColor3 = Color3.new(1, 1, 1)
  67. WsBox.BorderSizePixel = 2
  68. WsBox.Position = UDim2.new(0, 330, 0, 220)
  69. WsBox.Size = UDim2.new(0, 200, 0, 40)
  70. WsBox.Font = Enum.Font.SourceSans
  71. WsBox.FontSize = Enum.FontSize.Size48
  72. WsBox.Text = "WALKSPEED HERE"
  73. WsBox.TextScaled = true
  74. WsBox.TextSize = 40
  75. WsBox.TextWrapped = true
  76.  
  77. WsConfirm.Name = "WsConfirm"
  78. WsConfirm.Parent = Frame
  79. WsConfirm.BackgroundColor3 = Color3.new(1, 1, 1)
  80. WsConfirm.BorderColor3 = Color3.new(0, 0, 0)
  81. WsConfirm.BorderSizePixel = 2
  82. WsConfirm.Position = UDim2.new(0, 330, 0, 160)
  83. WsConfirm.Size = UDim2.new(0, 200, 0, 50)
  84. WsConfirm.Font = Enum.Font.SourceSans
  85. WsConfirm.FontSize = Enum.FontSize.Size14
  86. WsConfirm.Text = "SET SPEED"
  87. WsConfirm.TextColor3 = Color3.new(0, 0, 0)
  88. WsConfirm.TextScaled = true
  89. WsConfirm.TextSize = 14
  90. WsConfirm.TextWrapped = true
  91.  
  92. Floor9.Name = "Floor9"
  93. Floor9.Parent = Frame
  94. Floor9.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Floor9.BorderSizePixel = 2
  96. Floor9.Position = UDim2.new(0, 450, 0, 10)
  97. Floor9.Size = UDim2.new(0, 80, 0, 90)
  98. Floor9.Font = Enum.Font.SourceSans
  99. Floor9.FontSize = Enum.FontSize.Size96
  100. Floor9.Text = "9"
  101. Floor9.TextSize = 96
  102. Floor9.TextWrapped = true
  103.  
  104. Floor8.Name = "Floor8"
  105. Floor8.Parent = Frame
  106. Floor8.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Floor8.BorderSizePixel = 2
  108. Floor8.Position = UDim2.new(0, 340, 0, 60)
  109. Floor8.Size = UDim2.new(0, 100, 0, 40)
  110. Floor8.Font = Enum.Font.SourceSans
  111. Floor8.FontSize = Enum.FontSize.Size48
  112. Floor8.Text = "Floor 8"
  113. Floor8.TextScaled = true
  114. Floor8.TextSize = 48
  115. Floor8.TextWrapped = true
  116.  
  117. Floor5.Name = "Floor5"
  118. Floor5.Parent = Frame
  119. Floor5.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Floor5.BorderSizePixel = 2
  121. Floor5.Position = UDim2.new(0, 10, 0, 60)
  122. Floor5.Size = UDim2.new(0, 100, 0, 40)
  123. Floor5.Font = Enum.Font.SourceSans
  124. Floor5.FontSize = Enum.FontSize.Size48
  125. Floor5.Text = "Floor 5"
  126. Floor5.TextScaled = true
  127. Floor5.TextSize = 48
  128. Floor5.TextWrapped = true
  129.  
  130. Floor7.Name = "Floor7"
  131. Floor7.Parent = Frame
  132. Floor7.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Floor7.BorderSizePixel = 2
  134. Floor7.Position = UDim2.new(0, 230, 0, 60)
  135. Floor7.Size = UDim2.new(0, 100, 0, 40)
  136. Floor7.Font = Enum.Font.SourceSans
  137. Floor7.FontSize = Enum.FontSize.Size48
  138. Floor7.Text = "Floor 7"
  139. Floor7.TextScaled = true
  140. Floor7.TextSize = 48
  141. Floor7.TextWrapped = true
  142.  
  143. Boss2.Name = "Boss2"
  144. Boss2.Parent = Frame
  145. Boss2.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Boss2.BorderSizePixel = 2
  147. Boss2.Position = UDim2.new(0, 120, 0, 10)
  148. Boss2.Size = UDim2.new(0, 100, 0, 40)
  149. Boss2.Font = Enum.Font.SourceSans
  150. Boss2.FontSize = Enum.FontSize.Size48
  151. Boss2.Text = "Floor 2"
  152. Boss2.TextScaled = true
  153. Boss2.TextSize = 48
  154. Boss2.TextWrapped = true
  155.  
  156. Boss3.Name = "Boss3"
  157. Boss3.Parent = Frame
  158. Boss3.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Boss3.BorderSizePixel = 2
  160. Boss3.Position = UDim2.new(0, 230, 0, 10)
  161. Boss3.Size = UDim2.new(0, 100, 0, 40)
  162. Boss3.Font = Enum.Font.SourceSans
  163. Boss3.FontSize = Enum.FontSize.Size48
  164. Boss3.Text = "Floor 3"
  165. Boss3.TextScaled = true
  166. Boss3.TextSize = 48
  167. Boss3.TextWrapped = true
  168.  
  169. Boss1.Name = "Boss1"
  170. Boss1.Parent = Frame
  171. Boss1.BackgroundColor3 = Color3.new(1, 1, 1)
  172. Boss1.BorderSizePixel = 2
  173. Boss1.Position = UDim2.new(0, 10, 0, 10)
  174. Boss1.Size = UDim2.new(0, 100, 0, 40)
  175. Boss1.Font = Enum.Font.SourceSans
  176. Boss1.FontSize = Enum.FontSize.Size48
  177. Boss1.Text = "Floor 1"
  178. Boss1.TextScaled = true
  179. Boss1.TextSize = 48
  180. Boss1.TextWrapped = true
  181.  
  182. Floor6.Name = "Floor6"
  183. Floor6.Parent = Frame
  184. Floor6.BackgroundColor3 = Color3.new(1, 1, 1)
  185. Floor6.BorderSizePixel = 2
  186. Floor6.Position = UDim2.new(0, 120, 0, 60)
  187. Floor6.Size = UDim2.new(0, 100, 0, 40)
  188. Floor6.Font = Enum.Font.SourceSans
  189. Floor6.FontSize = Enum.FontSize.Size48
  190. Floor6.Text = "[TRADING] [FLOOR]"
  191. Floor6.TextScaled = true
  192. Floor6.TextSize = 48
  193. Floor6.TextWrapped = true
  194.  
  195. Boss4.Name = "Boss4"
  196. Boss4.Parent = Frame
  197. Boss4.BackgroundColor3 = Color3.new(1, 1, 1)
  198. Boss4.BorderSizePixel = 2
  199. Boss4.Position = UDim2.new(0, 340, 0, 10)
  200. Boss4.Size = UDim2.new(0, 100, 0, 40)
  201. Boss4.Font = Enum.Font.SourceSans
  202. Boss4.FontSize = Enum.FontSize.Size48
  203. Boss4.Text = "Floor 4"
  204. Boss4.TextScaled = true
  205. Boss4.TextSize = 48
  206. Boss4.TextWrapped = true
  207.  
  208. TextLabel.Parent = Frame
  209. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  210. TextLabel.BorderSizePixel = 3
  211. TextLabel.Position = UDim2.new(0, 10, 0, 115)
  212. TextLabel.Size = UDim2.new(0, 520, 0, 30)
  213. TextLabel.Font = Enum.Font.SourceSans
  214. TextLabel.FontSize = Enum.FontSize.Size14
  215. TextLabel.Text = "MADE BY AQUA#1213 PLEASE VOUCH"
  216. TextLabel.TextColor3 = Color3.new(0.603922, 0, 0)
  217. TextLabel.TextScaled = true
  218. TextLabel.TextSize = 14
  219. TextLabel.TextWrapped = true
  220.  
  221. Close.Name = "Close"
  222. Close.Parent = Frame
  223. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  224. Close.BorderColor3 = Color3.new(0.831373, 0, 0)
  225. Close.BorderSizePixel = 3
  226. Close.Position = UDim2.new(0, -10, 0, -10)
  227. Close.Size = UDim2.new(0, 20, 0, 20)
  228. Close.Font = Enum.Font.Fantasy
  229. Close.FontSize = Enum.FontSize.Size32
  230. Close.Text = "-"
  231. Close.TextColor3 = Color3.new(1, 0, 0)
  232. Close.TextScaled = true
  233. Close.TextSize = 30
  234. Close.TextWrapped = true
  235.  
  236. STAMINA.Name = "STAMINA"
  237. STAMINA.Parent = Frame
  238. STAMINA.BackgroundColor3 = Color3.new(1, 1, 1)
  239. STAMINA.BorderColor3 = Color3.new(0, 0, 0)
  240. STAMINA.BorderSizePixel = 2
  241. STAMINA.Position = UDim2.new(0, 230, 0, 160)
  242. STAMINA.Size = UDim2.new(0, 80, 0, 100)
  243. STAMINA.Font = Enum.Font.SourceSansSemibold
  244. STAMINA.FontSize = Enum.FontSize.Size24
  245. STAMINA.Text = "INFINITE STAMINA"
  246. STAMINA.TextSize = 24
  247. STAMINA.TextWrapped = true
  248.  
  249. Open.Name = "Open"
  250. Open.Parent = ScreenGui
  251. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Open.BorderColor3 = Color3.new(0.831373, 0, 0)
  253. Open.BorderSizePixel = 3
  254. Open.Position = UDim2.new(0, 1895, 0, 520)
  255. Open.Size = UDim2.new(0, 20, 0, 20)
  256. Open.Visible = false
  257. Open.Font = Enum.Font.Fantasy
  258. Open.FontSize = Enum.FontSize.Size32
  259. Open.Text = "+"
  260. Open.TextColor3 = Color3.new(1, 0, 0)
  261. Open.TextScaled = true
  262. Open.TextSize = 30
  263. Open.TextWrapped = true
  264. Open.Active = true
  265. Open.Draggable = true
  266.  
  267. Floor9.MouseButton1Down:connect(function()
  268. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
  269. wait(1)
  270. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  271.     wait(3)
  272.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
  273. end
  274. end)
  275.  
  276. WsConfirm.MouseButton1Down:connect(function()
  277.     workspace[PlayerName].Humanoid.WalkSpeed = tonumber(WsBox.Text)
  278. end)
  279.  
  280. TpConfirm.MouseButton1Down:connect(function()
  281.       local plr = TpBox.Text
  282.  
  283. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame
  284. wait(1)
  285. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  286. wait(3)
  287.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[plr].Character.HumanoidRootPart.CFrame
  288. else
  289.     print("Successfully teleported, no retry required.")
  290. end
  291. end)
  292.  
  293. Boss1.MouseButton1Down:connect(function()
  294. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
  295. wait(1)
  296. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  297.     wait(3)
  298.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
  299. end
  300. end)
  301.  
  302. Boss2.MouseButton1Down:connect(function()
  303. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
  304. wait(1)
  305. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  306.     wait(3)
  307.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
  308. end
  309. end)
  310.  
  311. Boss3.MouseButton1Down:connect(function()
  312. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
  313. wait(1)
  314. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  315.     wait(3)
  316.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
  317. end
  318. end)
  319.  
  320. Boss4.MouseButton1Down:connect(function()
  321. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
  322. wait(1)
  323. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  324.     wait(3)
  325.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
  326. end
  327. end)
  328.  
  329. Floor5.MouseButton1Down:connect(function()
  330.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3))
  331. wait(1)
  332. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  333.     wait(3)
  334.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.6, 1250, -388.3))
  335. end
  336. end)
  337.  
  338. Floor7.MouseButton1Down:connect(function()
  339.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601))
  340. wait(1)
  341. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  342.     wait(3)
  343.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(3315.13281, 729.625977, -617.601))
  344. end
  345. end)
  346.  
  347. Floor8.MouseButton1Down:connect(function()
  348.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721))
  349. wait(1)
  350. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  351.     wait(3)
  352.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1642, 4078, 7721))
  353. end
  354. end)
  355.  
  356. Floor9.MouseButton1Down:connect(function()
  357.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
  358. wait(1)
  359. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  360.     wait(3)
  361.     game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3588.53, 2904.99, -7707.6))
  362. end
  363. end)
  364.  
  365. STAMINA.MouseButton1Down:connect(function()
  366.     local client = game:GetService("Players").LocalPlayer
  367.     while wait() do
  368.         if client.Character then
  369.             client.Character:WaitForChild("Entity").Stamina.Value = 100
  370.         end
  371.     end
  372. end)
  373.  
  374. local frame = ScreenGui.Frame
  375. local close = ScreenGui.Frame.Close
  376. local open = ScreenGui.Open
  377.  
  378. open.MouseButton1Click:connect(function()  
  379.     Frame.Position = Open.Position
  380.  open.Visible = false
  381.  frame.Visible = true
  382. end)
  383.  
  384. close.MouseButton1Click:connect(function()
  385.     Open.Position = Frame.Position
  386.  open.Visible = true
  387.  frame.Visible = false
  388. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement