Advertisement
zombieslayerwtf

Sword Fighting Tournament gui [Leaked]

May 9th, 2018
3,762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local PointsAndWins = Instance.new("TextButton")
  6. local PointsAndWins_2 = Instance.new("TextButton")
  7. local cred = Instance.new("TextLabel")
  8. local Open = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local TextLabel = Instance.new("TextLabel")
  11.  
  12. -- Properties
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = ScreenGui
  18. Main.Active = true
  19. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  20. Main.BackgroundTransparency = 0.60000002384186
  21. Main.Draggable = true
  22. Main.Position = UDim2.new(0, 707, 0, 276)
  23. Main.Size = UDim2.new(0, 276, 0, 197)
  24. Main.Visible = false
  25.  
  26. PointsAndWins.Name = "PointsAndWins"
  27. PointsAndWins.Parent = Main
  28. PointsAndWins.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  29. PointsAndWins.Position = UDim2.new(0, 38, 0, 49)
  30. PointsAndWins.Size = UDim2.new(0, 200, 0, 50)
  31. PointsAndWins.Font = Enum.Font.SourceSansLight
  32. PointsAndWins.FontSize = Enum.FontSize.Size42
  33. PointsAndWins.Text = "Unlimited Points and Wins"
  34. PointsAndWins.TextScaled = true
  35. PointsAndWins.TextSize = 42
  36. PointsAndWins.TextWrapped = true
  37.  
  38. PointsAndWins_2.Name = "PointsAndWins"
  39. PointsAndWins_2.Parent = Main
  40. PointsAndWins_2.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  41. PointsAndWins_2.Position = UDim2.new(0, 38, 0, 123)
  42. PointsAndWins_2.Size = UDim2.new(0, 200, 0, 50)
  43. PointsAndWins_2.Font = Enum.Font.SourceSansLight
  44. PointsAndWins_2.FontSize = Enum.FontSize.Size42
  45. PointsAndWins_2.Text = "Reach click me every time in a game"
  46. PointsAndWins_2.TextScaled = true
  47. PointsAndWins_2.TextSize = 42
  48. PointsAndWins_2.TextWrapped = true
  49.  
  50. cred.Name = "cred"
  51. cred.Parent = Main
  52. cred.BackgroundColor3 = Color3.new(1, 1, 1)
  53. cred.BackgroundTransparency = 1
  54. cred.Position = UDim2.new(0, -436, 0, -214)
  55. cred.Size = UDim2.new(0, 1149, 0, 84)
  56. cred.Font = Enum.Font.SourceSansBold
  57. cred.FontSize = Enum.FontSize.Size96
  58. cred.Text = ""
  59. cred.TextScaled = true
  60. cred.TextSize = 96
  61. cred.TextWrapped = true
  62.  
  63. TextLabel.Parent = ScreenGui
  64. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. TextLabel.BackgroundTransparency = 1
  66. TextLabel.Position = UDim2.new(0, 718, 0, 500)
  67. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  68. TextLabel.Font = Enum.Font.SourceSans
  69. TextLabel.FontSize = Enum.FontSize.Size42
  70. TextLabel.Text = ""
  71. TextLabel.TextSize = 42
  72.  
  73. Open.Name = "Open"
  74. Open.Parent = ScreenGui
  75. Open.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  76. Open.Position = UDim2.new(0, 0, 0, 743)
  77. Open.Size = UDim2.new(0, 200, 0, 50)
  78. Open.Font = Enum.Font.SourceSansLight
  79. Open.FontSize = Enum.FontSize.Size48
  80. Open.Text = "Open"
  81. Open.TextSize = 48
  82.  
  83. Close.Name = "Close"
  84. Close.Parent = ScreenGui
  85. Close.BackgroundColor3 = Color3.new(0.937255, 0, 0)
  86. Close.Position = UDim2.new(0, 0, 0, 743)
  87. Close.Size = UDim2.new(0, 200, 0, 50)
  88. Close.Visible = false
  89. Close.Font = Enum.Font.SourceSansLight
  90. Close.FontSize = Enum.FontSize.Size48
  91. Close.Text = "Close"
  92. Close.TextSize = 48
  93.  
  94. PointsAndWins.MouseButton1Down:connect(function() do
  95. local replicatedstorage = game:GetService("ReplicatedStorage")
  96. local players = game:GetService("Players")
  97.  
  98. local wins = players.LocalPlayer.leaderstats.Wins.Value
  99. local points = players.LocalPlayer.leaderstats.Points.Value
  100.  
  101. for i = 1, 150 do
  102. spawn(function()
  103. repeat
  104. wins = wins + 20
  105. replicatedstorage.ModifyAtribute:InvokeServer("Wins", wins)
  106. until wins >= 500
  107. return
  108. end)
  109. end
  110.  
  111. for i = 1, 150 do
  112. spawn(function()
  113. repeat
  114. points = points + 6666666
  115. replicatedstorage.ModifyAtribute:InvokeServer("Points", points)
  116. until points >= math.huge
  117. return
  118. end)
  119. end
  120. end
  121. end)
  122.  
  123. --forgot to rename this second one to reach but i know what it is
  124.  
  125. PointsAndWins_2.MouseButton1Down:connect(function()
  126. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Sword.Handle)
  127. a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
  128. game.Players.LocalPlayer.Backpack.Sword.Handle.CanCollide=false
  129. game.Players.LocalPlayer.Backpack.Sword.Handle.Size=Vector3.new(0,0,165)
  130. wait(1)
  131. warn("Reach by Tap done successfully :)")
  132. end)
  133.  
  134. Open.MouseButton1Down:connect(function()
  135. Main.Visible = true
  136. Open.Visible = false
  137. Close.Visible = true
  138. end)
  139.  
  140. Close.MouseButton1Down:connect(function()
  141. Main.Visible = false
  142. Open.Visible = true
  143. Close.Visible = false
  144. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement