cortesjoren

SwordBurst 2 script

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