Honansik

Slap Battles Killstreak Remake GUI Script

Jun 22nd, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.98 KB | None | 0 0
  1. -- Local Player:
  2.  
  3. local Player = game.Players.LocalPlayer
  4.  
  5. -- Instances:
  6.  
  7. local ByArteesSo = Instance.new("ScreenGui")
  8. local General = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local ByArteesSoText = Instance.new("TextLabel")
  11. local HitboxButton = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local TypeSpeedBox = Instance.new("TextBox")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local SetSpeedButton = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local TextLabel = Instance.new("TextLabel")
  18. local Open = Instance.new("TextButton")
  19. local UICorner_5 = Instance.new("UICorner")
  20.  
  21. --Properties:
  22.  
  23. ByArteesSo.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. ByArteesSo.ResetOnSpawn = false
  25.  
  26. ByArteesSo.Name = "ByArteesSo"
  27. ByArteesSo.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. ByArteesSo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. General.Name = "General"
  31. General.Parent = ByArteesSo
  32. General.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
  33. General.BorderColor3 = Color3.fromRGB(29, 29, 29)
  34. General.Position = UDim2.new(0.762981594, 0, 0.107537687, 0)
  35. General.Size = UDim2.new(0, 230, 0, 736)
  36. General.Active = true
  37. General.Draggable = true
  38.  
  39. UICorner.Parent = General
  40.  
  41. ByArteesSoText.Name = "ByArteesSoText"
  42. ByArteesSoText.Parent = General
  43. ByArteesSoText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  44. ByArteesSoText.BackgroundTransparency = 1.000
  45. ByArteesSoText.Position = UDim2.new(0.0260869861, 0, 0.967391312, 0)
  46. ByArteesSoText.Size = UDim2.new(0, 85, 0, 17)
  47. ByArteesSoText.Font = Enum.Font.SourceSansBold
  48. ByArteesSoText.Text = "By ArteesSo"
  49. ByArteesSoText.TextColor3 = Color3.fromRGB(0, 255, 30)
  50. ByArteesSoText.TextScaled = true
  51. ByArteesSoText.TextSize = 14.000
  52. ByArteesSoText.TextTransparency = 0.020
  53. ByArteesSoText.TextWrapped = true
  54.  
  55. HitboxButton.Name = "HitboxButton"
  56. HitboxButton.Parent = General
  57. HitboxButton.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  58. HitboxButton.Position = UDim2.new(0.0652173907, 0, 0.0529891327, 0)
  59. HitboxButton.Size = UDim2.new(0, 200, 0, 28)
  60. HitboxButton.Font = Enum.Font.SourceSansBold
  61. HitboxButton.Text = "Big Hitboxes"
  62. HitboxButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  63. HitboxButton.TextScaled = true
  64. HitboxButton.TextSize = 14.000
  65. HitboxButton.TextWrapped = true
  66.  
  67. UICorner_2.Parent = HitboxButton
  68.  
  69. TypeSpeedBox.Name = "TypeSpeedBox"
  70. TypeSpeedBox.Parent = General
  71. TypeSpeedBox.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
  72. TypeSpeedBox.Position = UDim2.new(0.0652173907, 0, 0.108695649, 0)
  73. TypeSpeedBox.Size = UDim2.new(0, 200, 0, 31)
  74. TypeSpeedBox.Font = Enum.Font.SourceSansBold
  75. TypeSpeedBox.PlaceholderText = "17-50 type"
  76. TypeSpeedBox.Text = ""
  77. TypeSpeedBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. TypeSpeedBox.TextScaled = true
  79. TypeSpeedBox.TextSize = 14.000
  80. TypeSpeedBox.TextWrapped = true
  81.  
  82. UICorner_3.Parent = TypeSpeedBox
  83.  
  84. SetSpeedButton.Name = "SetSpeedButton"
  85. SetSpeedButton.Parent = General
  86. SetSpeedButton.BackgroundColor3 = Color3.fromRGB(0, 3, 172)
  87. SetSpeedButton.Position = UDim2.new(0.0652173907, 0, 0.164402172, 0)
  88. SetSpeedButton.Size = UDim2.new(0, 200, 0, 29)
  89. SetSpeedButton.Font = Enum.Font.SourceSans
  90. SetSpeedButton.Text = "Set!"
  91. SetSpeedButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. SetSpeedButton.TextScaled = true
  93. SetSpeedButton.TextSize = 14.000
  94. SetSpeedButton.TextStrokeTransparency = 0.200
  95. SetSpeedButton.TextWrapped = true
  96.  
  97. UICorner_4.Parent = SetSpeedButton
  98.  
  99. TextLabel.Parent = General
  100. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  101. TextLabel.BackgroundTransparency = 1.000
  102. TextLabel.Position = UDim2.new(0.100000001, 0, 0.495923936, 0)
  103. TextLabel.Size = UDim2.new(0, 183, 0, 37)
  104. TextLabel.Font = Enum.Font.SourceSans
  105. TextLabel.Text = "Coming Soon!!"
  106. TextLabel.TextColor3 = Color3.fromRGB(127, 127, 127)
  107. TextLabel.TextScaled = true
  108. TextLabel.TextSize = 14.000
  109. TextLabel.TextStrokeTransparency = 0.400
  110. TextLabel.TextWrapped = true
  111.  
  112. Open.Name = "Open"
  113. Open.Parent = ByArteesSo
  114. Open.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  115. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  116. Open.Position = UDim2.new(0.764095843, 0, 0.106948763, 0)
  117. Open.Size = UDim2.new(0, 228, 0, 30)
  118. Open.Font = Enum.Font.FredokaOne
  119. Open.Text = "Killstreak Remake (Beta)"
  120. Open.TextColor3 = Color3.fromRGB(255, 0, 4)
  121. Open.TextSize = 20.000
  122. Open.TextWrapped = true
  123.  
  124. UICorner_5.Parent = Open
  125.  
  126. HitboxButton.MouseButton1Click:Connect(function()
  127.     if HitboxButton.Text == "Big Hitboxes" then
  128.         HitboxButton.Text = "Back"
  129.         Player.Backpack.Killstreak.Hand.Size = Vector3.new(42, 46, 36)
  130.     else HitboxButton.Text = "Big Hitboxes"
  131.         Player.Backpack.Killstreak.Hand.Size = Vector3.new(2.469702959060669, 2.844676971435547, 1.1790461540222168)
  132.     end
  133. end)
  134.  
  135. Open.MouseButton1Click:Connect(function()
  136.     if General.Visible == true then
  137.         General.Visible = false
  138.         else General.Visible = true
  139.     end
  140. end)
  141.  
  142. SetSpeedButton.MouseButton1Click:Connect(function()
  143.     Player.Character.Humanoid.WalkSpeed = TypeSpeedBox.Text
  144. end)
Add Comment
Please, Sign In to add comment