fxdogxd

speed script

Mar 7th, 2023
76
1
Never
12
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 1 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 Control"
  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 Control"
  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 = "Close"
  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 Roblox Scripter"
  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"
  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)()
Comments
  • fxdogxd
    1 year
    6
    # text 1.46 KB | 0 0
    1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
    2. local Window = Library.CreateLib("FD HUB", "Midnight")
    3. local Tab = Window:NewTab("Player")
    4. local Section = Tab:NewSection("GO TO WIN")
    5. Section:NewToggle("Auto win", "", function(t)
    6. _G.TPPlayer = t
    7. while _G.TPPlayer do wait()
    8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1, -40.8669701, 0.5, 0.499959469, -0, -0.866048813, 0, 1, -0, 0.866048813, 0, 0.499959469)
    9. end
    10. end)
    11. Section:NewSlider("speed", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
    12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
    13. end)
    14.  
    15. local Tab = Window:NewTab("TP player")
    16. local Section = Tab:NewSection("GO TO PLAYER")
    17. Plr = {}
    18. for i,v in pairs(game:GetService("Players"):GetChildren()) do
    19. table.insert(Plr,v.Name)
    20. end
    21. local drop = Section:NewDropdown("go to player", "Click To Select", Plr, function(t)
    22. PlayerTP = t
    23. end)
    24. Section:NewButton("Click To TP", "", function()
    25. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    26. end)
    27. Section:NewToggle("Auto Tp", "", function(t)
    28. _G.TPPlayer = t
    29. while _G.TPPlayer do wait()
    30. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    31. end
    32. end)
    33.  
    34. Section:NewButton("Refresh Dropdown","Refresh Dropdown", function()
    35. drop:Refresh(Plr)
    36. end)
    37.  
  • fxdogxd
    1 year
    Comment was deleted
  • fxdogxd
    1 year
    6
    # text 4.02 KB | 0 0
    1. _G.Key = ""
    2. loadstring(game:HttpGet("https://testfdhub.000webhostapp.com/FD%20HUB%20GOD"))()
    3. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
    4. local Window = Library.CreateLib("FD HUB", "Midnight")
    5. local Tab = Window:NewTab("Player")
    6. local Section = Tab:NewSection("GO TO WIN")
    7. Section:NewToggle("Auto win", "", function(t)
    8. _G.TPPlayer = t
    9. while _G.TPPlayer do wait()
    10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-12,300,22)
    11. end
    12. end)
    13. local Section = Tab:NewSection("auto win")
    14.  
    15. Section:NewSlider("speed", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
    16. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
    17. end)
    18.  
    19. Section:NewButton("inf jump", "ButtonInfo", function()
    20. local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
    21. end)
    22. Section:NewButton("ESP", "ButtonInfo", function()
    23. local FillColor = Color3.fromRGB(175,25,255)
    24. local DepthMode = "AlwaysOnTop"
    25. local FillTransparency = 0.5
    26. local OutlineColor = Color3.fromRGB(255,255,255)
    27. local OutlineTransparency = 0
    28.  
    29. local CoreGui = game:FindService("CoreGui")
    30. local Players = game:FindService("Players")
    31. local lp = Players.LocalPlayer
    32. local connections = {}
    33.  
    34. local Storage = Instance.new("Folder")
    35. Storage.Parent = CoreGui
    36. Storage.Name = "Highlight_Storage"
    37.  
    38. local function Highlight(plr)
    39. local Highlight = Instance.new("Highlight")
    40. Highlight.Name = plr.Name
    41. Highlight.FillColor = FillColor
    42. Highlight.DepthMode = DepthMode
    43. Highlight.FillTransparency = FillTransparency
    44. Highlight.OutlineColor = OutlineColor
    45. Highlight.OutlineTransparency = 0
    46. Highlight.Parent = Storage
    47.  
    48. local plrchar = plr.Character
    49. if plrchar then
    50. Highlight.Adornee = plrchar
    51. end
    52.  
    53. connections[plr] = plr.CharacterAdded:Connect(function(char)
    54. Highlight.Adornee = char
    55. end)
    56. end
    57.  
    58. Players.PlayerAdded:Connect(Highlight)
    59. for i,v in next, Players:GetPlayers() do
    60. Highlight(v)
    61. end
    62.  
    63. Players.PlayerRemoving:Connect(function(plr)
    64. local plrname = plr.Name
    65. if Storage[plrname] then
    66. Storage[plrname]:Destroy()
    67. end
    68. if connections[plr] then
    69. connections[plr]:Disconnect()
    70. end
    71. end)
    72. end)
    73.  
    74. Section:NewButton("noclip", "ButtonInfo", function()
    75. local Noclip = nil
    76. local Clip = nil
    77.  
    78. function noclip()
    79. Clip = false
    80. local function Nocl()
    81. if Clip == false and game.Players.LocalPlayer.Character ~= nil then
    82. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
    83. if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then
    84. v.CanCollide = false
    85. end
    86. end
    87. end
    88. wait(0.21) -- basic optimization
    89. end
    90. Noclip = game:GetService('RunService').Stepped:Connect(Nocl)
    91. end
    92.  
    93. function clip()
    94. if Noclip then Noclip:Disconnect() end
    95. Clip = true
    96. end
    97.  
    98. noclip() -- to toggle noclip() and clip()
    99. end)
    100.  
    101. Section:NewButton("TP To Game", "ButtonInfo", function()
    102. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,7,0)
    103. end)
    104.  
    105. local Tab = Window:NewTab("TP Players")
    106. local Section = Tab:NewSection("Select Player plssss")
    107. Plr = {}
    108. for i,v in pairs(game:GetService("Players"):GetChildren()) do
    109. table.insert(Plr,v.Name)
    110. end
    111. local drop = Section:NewDropdown("Select Player!", "Click To Select", Plr, function(t)
    112. PlayerTP = t
    113. end)
    114. Section:NewButton("Click To TP", "", function()
    115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    116. end)
    117. Section:NewToggle("Auto Tp", "", function(t)
    118. _G.TPPlayer = t
    119. while _G.TPPlayer do wait()
    120. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    121. end
    122. end)
    123.  
    124. Section:NewButton("Refresh Dropdown","Refresh Dropdown", function()
    125. drop:Refresh(Plr)
    126. end)
    127.  
  • fxdogxd
    1 year
    1
    # text 3.93 KB | 0 0
    1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
    2. local Window = Library.CreateLib("FD HUB", "Midnight")
    3. local Tab = Window:NewTab("Player")
    4. local Section = Tab:NewSection("GO TO WIN")
    5. Section:NewToggle("Auto win", "", function(t)
    6. _G.TPPlayer = t
    7. while _G.TPPlayer do wait()
    8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-12,300,22)
    9. end
    10. end)
    11. local Section = Tab:NewSection("auto win")
    12.  
    13. Section:NewSlider("speed", "SliderInfo", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
    14. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
    15. end)
    16.  
    17. Section:NewButton("inf jump", "ButtonInfo", function()
    18. local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end)
    19. end)
    20. Section:NewButton("ESP", "ButtonInfo", function()
    21. local FillColor = Color3.fromRGB(175,25,255)
    22. local DepthMode = "AlwaysOnTop"
    23. local FillTransparency = 0.5
    24. local OutlineColor = Color3.fromRGB(255,255,255)
    25. local OutlineTransparency = 0
    26.  
    27. local CoreGui = game:FindService("CoreGui")
    28. local Players = game:FindService("Players")
    29. local lp = Players.LocalPlayer
    30. local connections = {}
    31.  
    32. local Storage = Instance.new("Folder")
    33. Storage.Parent = CoreGui
    34. Storage.Name = "Highlight_Storage"
    35.  
    36. local function Highlight(plr)
    37. local Highlight = Instance.new("Highlight")
    38. Highlight.Name = plr.Name
    39. Highlight.FillColor = FillColor
    40. Highlight.DepthMode = DepthMode
    41. Highlight.FillTransparency = FillTransparency
    42. Highlight.OutlineColor = OutlineColor
    43. Highlight.OutlineTransparency = 0
    44. Highlight.Parent = Storage
    45.  
    46. local plrchar = plr.Character
    47. if plrchar then
    48. Highlight.Adornee = plrchar
    49. end
    50.  
    51. connections[plr] = plr.CharacterAdded:Connect(function(char)
    52. Highlight.Adornee = char
    53. end)
    54. end
    55.  
    56. Players.PlayerAdded:Connect(Highlight)
    57. for i,v in next, Players:GetPlayers() do
    58. Highlight(v)
    59. end
    60.  
    61. Players.PlayerRemoving:Connect(function(plr)
    62. local plrname = plr.Name
    63. if Storage[plrname] then
    64. Storage[plrname]:Destroy()
    65. end
    66. if connections[plr] then
    67. connections[plr]:Disconnect()
    68. end
    69. end)
    70. end)
    71.  
    72. Section:NewButton("noclip", "ButtonInfo", function()
    73. local Noclip = nil
    74. local Clip = nil
    75.  
    76. function noclip()
    77. Clip = false
    78. local function Nocl()
    79. if Clip == false and game.Players.LocalPlayer.Character ~= nil then
    80. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
    81. if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then
    82. v.CanCollide = false
    83. end
    84. end
    85. end
    86. wait(0.21) -- basic optimization
    87. end
    88. Noclip = game:GetService('RunService').Stepped:Connect(Nocl)
    89. end
    90.  
    91. function clip()
    92. if Noclip then Noclip:Disconnect() end
    93. Clip = true
    94. end
    95.  
    96. noclip() -- to toggle noclip() and clip()
    97. end)
    98.  
    99. Section:NewButton("TP To Game", "ButtonInfo", function()
    100. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,7,0)
    101. end)
    102.  
    103. local Tab = Window:NewTab("TP Players")
    104. local Section = Tab:NewSection("Select Player plssss")
    105. Plr = {}
    106. for i,v in pairs(game:GetService("Players"):GetChildren()) do
    107. table.insert(Plr,v.Name)
    108. end
    109. local drop = Section:NewDropdown("Select Player!", "Click To Select", Plr, function(t)
    110. PlayerTP = t
    111. end)
    112. Section:NewButton("Click To TP", "", function()
    113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    114. end)
    115. Section:NewToggle("Auto Tp", "", function(t)
    116. _G.TPPlayer = t
    117. while _G.TPPlayer do wait()
    118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[PlayerTP].Character.HumanoidRootPart.CFrame
    119. end
    120. end)
    121.  
    122. Section:NewButton("Refresh Dropdown","Refresh Dropdown", function()
    123. drop:Refresh(Plr)
    124. end)
    125.  
  • fxdogxd
    1 year
    4
    # text 0.13 KB | 0 0
    1. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-174, 4860.71387, -57774.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
    2.  
  • fxdogxd
    1 year
    # text 0.44 KB | 0 0
    1. local args = {
    2. [1] = {
    3. ["shopItem"] = {
    4. ["currency"] = "iron",
    5. ["itemType"] = "wool_white",
    6. ["amount"] = 16,
    7. ["price"] = 0,
    8. ["category"] = "Blocks"
    9. },
    10. ["shopId"] = "2_item_shop_1"
    11. }
    12. }
    13.  
    14. game:GetService("ReplicatedStorage").rbxts_include.node_modules:FindFirstChild("@rbxts").net.out._NetManaged.BedwarsPurchaseItem:InvokeServer(unpack(args))
    15.  
  • fxdogxd
    1 year
    # text 0.15 KB | 0 0
    1. local args = {
    2. [1] = "Train",
    3. [2] = workspace.Training.Grassy.Hole
    4. }
    5.  
    6. game:GetService("ReplicatedStorage").Remotes.Train:FireServer(unpack(args))
  • fxdogxd
    1 year
    # text 0.39 KB | 0 0
    1. local function BQXJ_fake_script() -- TextLabel_3.LocalScript
    2. local script = Instance.new('LocalScript', TextLabel_3)
    3.  
    4. local args = {
    5. [1] = " Im Gay Real Not Fake i love Boy👦❤",
    6. [2] = "All"
    7. }
    8.  
    9. game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest"):FireServer(unpack(args))
    10. end
    11. coroutine.wrap(BQXJ_fake_script)()
  • fxdogxd
    1 year
    # text 0.02 KB | 0 0
    1. New script comming
  • fxdogxd
    1 year
    # text 0.01 KB | 0 0
    1. Troll Players
  • fxdogxd
    1 year
    # text 0.01 KB | 0 0
    1. but secret
  • fxdogxd
    1 year
    # text 0.40 KB | 0 0
    1. local function BQXJ_fake_script() -- TextLabel_3.LocalScript
    2. local script = Instance.new('LocalScript', TextLabel_3)
    3.  
    4. local args = {
    5. [1] = "👦❤👦❤👦❤👦❤👦❤👦❤👦❤",
    6. [2] = "All"
    7. }
    8.  
    9. game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest"):FireServer(unpack(args))
    10. end
    11. coroutine.wrap(BQXJ_fake_script)()
Add Comment
Please, Sign In to add comment