Roblox Speed Hack December 2018
Jan 3rd, 2017
Never
Speed Hack Download For Roblox
In my games, walk speed is an important part, but some hackers hack their walk speed and make other players have a hard time in the challenge! Even if they change their speed client side, their position is what matters on the server side, so they get past FilteringEnabled. I know a way is checking each player locally, because you know, their speed is local but I wanted to ask if there is a. X8 Auto Tapper plugin is only available in X8 0.3.0.0 or higher. Simple ModeYou can only set one auto tap position. If you need more positions or other customized content, you need to use the advanced mode of the X8 Auto Tapper.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Torso') and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
- local mouse = game.Players.LocalPlayer:GetMouse()
- local plr = game.Players.LocalPlayer
- local flying = true
- local ctrl = {f = 0, b = 0, l = 0, r = 0}
- local maxspeed = 50
- local bg = Instance.new('BodyGyro', torso)
- bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- local bv = Instance.new('BodyVelocity', torso)
- bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
- plr.Character.Humanoid.PlatformStand = true
- if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
- if speed > maxspeed then
- end
- elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
- if speed < 0 then
- end
- if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
- elseif (ctrl.l + ctrl.r) 0 and (ctrl.f + ctrl.b) 0 and speed ~= 0 then
- bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
- bv.velocity = Vector3.new(0,0.1,0)
- bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
- ctrl = {f = 0, b = 0, l = 0, r = 0}
- speed = 0
- bv:Destroy()
- end
- if key:lower() 'e' then
- else
- Fly()
- elseif key:lower() 'w' then
- elseif key:lower() 's' then
- elseif key:lower() 'a' then
- elseif key:lower() 'd' then
- end
- mouse.KeyUp:connect(function(key)
- ctrl.f = 0
- ctrl.b = 0
- ctrl.l = 0
- ctrl.r = 0
- end)
RAW Paste Data
2018 Roblox Passwords
Jun 2nd, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Made by PresidentIvan!
- local mouse = player:GetMouse()
- local noclip =false
- local msg = Instance.new('Message', player.PlayerGui)
- msg.Text ='Noclip Script by PresidentIvan! Press on 'e' to noclip & 't' to destroy this message!'
- runservice.Stepped:Connect(function()
- player.Character.Humanoid:ChangeState(11)
- end)
- mouse.KeyDown:Connect(function(key)
- msg:Destroy()
- end)
- mouse.KeyDown:Connect(function(key)
- noclip =true
- end
RAW Paste Data