Advertisement
rrixh

SPEED GUI

Jul 2nd, 2023 (edited)
5,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local WalkSpeedControl = Instance.new("TextLabel")
  7. local Close = Instance.new("TextButton")
  8. local Label = Instance.new("TextLabel")
  9. local Open = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  18. Frame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  19. Frame.BorderSizePixel = 3
  20. Frame.Position = UDim2.new(0.382299274, 0, 0.270377755, 0)
  21. Frame.Size = UDim2.new(0, 257, 0, 231)
  22. Frame.Active = true
  23. Frame.Draggable = true
  24.  
  25. TextButton.Parent = Frame
  26. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  27. TextButton.BorderSizePixel = 3
  28. TextButton.Position = UDim2.new(0.71206224, 0, 0.63203454, 0)
  29. TextButton.Size = UDim2.new(0, 74, 0, 73)
  30. TextButton.Font = Enum.Font.SourceSans
  31. TextButton.Text = "+"
  32. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. TextButton.TextScaled = true
  34. TextButton.TextSize = 14.000
  35. TextButton.TextWrapped = true
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. TextLabel.BackgroundTransparency = 1.000
  40. TextLabel.Position = UDim2.new(0.33073929, 0, 0.29437235, 0)
  41. TextLabel.Size = UDim2.new(0, 87, 0, 70)
  42. TextLabel.Font = Enum.Font.SourceSans
  43. TextLabel.Text = "16"
  44. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14.000
  47. TextLabel.TextWrapped = true
  48.  
  49. TextButton_2.Parent = Frame
  50. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  51. TextButton_2.BorderSizePixel = 3
  52. TextButton_2.Position = UDim2.new(0, 0, 0.63203454, 0)
  53. TextButton_2.Size = UDim2.new(0, 74, 0, 73)
  54. TextButton_2.Font = Enum.Font.SourceSans
  55. TextButton_2.Text = "-"
  56. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. TextButton_2.TextScaled = true
  58. TextButton_2.TextSize = 14.000
  59. TextButton_2.TextWrapped = true
  60.  
  61. WalkSpeedControl.Name = "WalkSpeed Kontrol"
  62. WalkSpeedControl.Parent = Frame
  63. WalkSpeedControl.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  64. WalkSpeedControl.BorderSizePixel = 3
  65. WalkSpeedControl.Position = UDim2.new(0.000976324081, 0, -0.00234955549, 0)
  66. WalkSpeedControl.Size = UDim2.new(0, 257, 0, 59)
  67. WalkSpeedControl.Font = Enum.Font.Highway
  68. WalkSpeedControl.Text = "Walkspeed Kontrol"
  69. WalkSpeedControl.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. WalkSpeedControl.TextScaled = true
  71. WalkSpeedControl.TextSize = 14.000
  72. WalkSpeedControl.TextWrapped = true
  73.  
  74. Close.Name = "Klose"
  75. Close.Parent = Frame
  76. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. Close.Position = UDim2.new(1, 0, -0.0259740278, 0)
  78. Close.Size = UDim2.new(0, 63, 0, 69)
  79. Close.Style = Enum.ButtonStyle.RobloxButtonDefault
  80. Close.Font = Enum.Font.SourceSans
  81. Close.Text = "X"
  82. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  83. Close.TextScaled = true
  84. Close.TextSize = 14.000
  85. Close.TextWrapped = true
  86.  
  87. Label.Name = "Label"
  88. Label.Parent = Frame
  89. Label.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  90. Label.BorderColor3 = Color3.fromRGB(27, 42, 53)
  91. Label.BorderSizePixel = 3
  92. Label.Position = UDim2.new(0, 0, 0.99999994, 0)
  93. Label.Size = UDim2.new(0, 257, 0, 50)
  94. Label.Font = Enum.Font.Highway
  95. Label.Text = "Made by lulaslollipop"
  96. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. Label.TextScaled = true
  98. Label.TextSize = 14.000
  99. Label.TextWrapped = true
  100.  
  101. Open.Name = "Open"
  102. Open.Parent = ScreenGui
  103. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  104. Open.Position = UDim2.new(-0.00074955821, 0, 0.520874739, 0)
  105. Open.Size = UDim2.new(0, 200, 0, 50)
  106. Open.Style = Enum.ButtonStyle.RobloxButton
  107. Open.Font = Enum.Font.SourceSans
  108. Open.Text = "Open or ban"
  109. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  110. Open.TextScaled = true
  111. Open.TextSize = 14.000
  112. Open.TextWrapped = true
  113.  
  114. -- Scripts:
  115.  
  116. local function QDTZQ_fake_script() -- TextButton.LocalScript
  117. local script = Instance.new('LocalScript', TextButton)
  118.  
  119. local label = script.Parent.Parent.TextLabel --- defines the number
  120.  
  121.  
  122. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  123. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed +5--- defines the player and addition to walk speed
  124. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  125. end)
  126. end
  127. coroutine.wrap(QDTZQ_fake_script)()
  128. local function UCADA_fake_script() -- TextButton_2.LocalScript
  129. local script = Instance.new('LocalScript', TextButton_2)
  130.  
  131. local label = script.Parent.Parent.TextLabel --- defines the number
  132.  
  133.  
  134. script.Parent.MouseButton1Click:Connect(function() --- when the button is clicked it calls this function
  135. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed -5--- defines the player and addition to walk speed
  136. label.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed --- tells the text label that displays walk speed to update
  137. end)
  138. end
  139. coroutine.wrap(UCADA_fake_script)()
  140. local function YDSA_fake_script() -- Close.LocalScript
  141. local script = Instance.new('LocalScript', Close)
  142.  
  143. script.Parent.Parent.Visible = false
  144. script.Parent.MouseButton1Click:Connect(function()
  145. script.Parent.Parent.Visible = false
  146. script.Parent.Parent.Parent.Open.Visible = true
  147. end)
  148. end
  149. coroutine.wrap(YDSA_fake_script)()
  150. local function ZFFOR_fake_script() -- Open.LocalScript
  151. local script = Instance.new('LocalScript', Open)
  152.  
  153. script.Parent.Visible = true
  154. script.Parent.MouseButton1Click:Connect(function()
  155. script.Parent.Visible = false
  156. script.Parent.Parent.Frame.Visible = true
  157. end)
  158. end
  159. coroutine.wrap(ZFFOR_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement