The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Fake Macro (Speed Glitch script pastebin roblox
By Fake Macro (Speed Glitch on 2024-09-22 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --Settings
  2. local sped = 110 -- Speed
  3. local keybind = "q"
  4.  
  5.  
  6.  
  7.  
  8. --The Script
  9.  
  10. yes = false
  11.         plr = game.Players.LocalPlayer
  12.         mouse = plr:GetMouse()
  13.         mouse.KeyDown:connect(function(key)
  14.                 if key == keybind and yes == false then
  15.                         yes = true
  16.                         game.Players.LocalPlayer.Character.Humanoid.Name = "Humz"
  17.                         game.Players.LocalPlayer.Character.Humz.WalkSpeed = sped
  18.                         game.Players.LocalPlayer.Character.Humz.JumpPower = 50
  19.                 elseif key == keybind and yes == true then
  20.                         yes = false
  21.                         game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16
  22.                         game.Players.LocalPlayer.Character.Humz.JumpPower = 50
  23.                         game.Players.LocalPlayer.Character.Humz.Name = "Humanoid"
  24.                 end
  25.         end)



  • Recent Roblox Scripts