Eshaanopn

Untitled

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