Roblox Hack Fe2

  

Jul 23rd, 2019
Never
Roblox hack for mobile apk
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox
  1. local walkspeed = 64
  2. local bodypos = Instance.new('BodyPosition',game.Players.LocalPlayer.Character.HumanoidRootPart)
  3. bodypos.maxForce = Vector3.new(12500,12500,12500)
  4. game:GetService('RunService').RenderStepped:connect(function()
  5. if game.Players.LocalPlayer.Character.Humanoid.FloorMaterial Enum.Material.Air then
  6. bodypos.Parent = game.Players.LocalPlayer.Character
  7. game:GetService('RunService').RenderStepped:Wait()
  8. game:GetService('RunService').RenderStepped:Wait()
  9. bodypos.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  10. end)
  11. game:GetService('RunService').RenderStepped:connect(function()
  12. game:GetService('RunService').RenderStepped:Wait()
  13. bodypos.Position = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.X*(1+walkspeed*0.05*5.4),game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.Z*(1+walkspeed*0.05*5.4))
  14. end)

Miner's heaven roblox hack / script. Click here to get the script. Magnet simulator roblox hack / script. Click here to get the script. Lifting simulator roblox hack.

Roblox Hack Fe2
Mar 25th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local ui = Instance.new('Frame')
  2. local Frame = Instance.new('Frame')
  3. local Kill = Instance.new('TextButton')
  4. --Properties:
  5. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  6. ui.Name = 'ui'
  7. ui.Active = true
  8. ui.BackgroundTransparency = 0.20000000298023
  9. ui.Position = UDim2.new(0.254972845, 0, 0.419703096, 0)
  10. title.Parent = ui
  11. title.BackgroundTransparency = 1
  12. title.Position = UDim2.new(0, 0, 0.0199999996, 0)
  13. title.Font = Enum.Font.SourceSans
  14. title.TextColor3 = Color3.new(0, 0, 0)
  15. title.TextSize = 14
  16. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  17. Frame.Position = UDim2.new(0.25, 0, 0.860000014, 0)
  18. Username.Parent = ui
  19. Username.BorderSizePixel = 0
  20. Username.Position = UDim2.new(0.100000001, 0, 0.300000012, 0)
  21. Username.Font = Enum.Font.SourceSans
  22. Username.Text = '
  23. Username.TextScaled = true
  24. Username.TextWrapped = true
  25. Kill.Name = 'Kill'
  26. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Kill.BorderSizePixel = 2
  28. Kill.Position = UDim2.new(0.25, 0, 0.529999971, 0)
  29. Kill.Font = Enum.Font.Gotham
  30. Kill.TextColor3 = Color3.new(0, 0, 0)
  31. Kill.TextSize = 14
  32. cred.Parent = ui
  33. cred.BackgroundTransparency = 1
  34. cred.Position = UDim2.new(0.0500000007, 0, 0.769999981, 0)
  35. cred.Font = Enum.Font.SourceSans
  36. cred.TextColor3 = Color3.new(0, 0, 0)
  37. cred.TextSize = 14
  38. ui.Draggable = true
  39. -- creds to Hamiii for the plr finder
  40. local LocalPlayer = Players.LocalPlayer
  41. return String:gsub('%s+', ') or String
  42. String = RemoveSpaces(String)
  43. for _, _Player in pairs(Players:GetPlayers()) do
  44. if _Player.Name:lower():match('^'.. String:lower()) then
  45. end
  46. return nil
  47. local Target = FindPlayer(Username.Text)
  48. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  49. local Torso = Character:FindFirstChild('Torso') or Character:FindFirstChild('UpperTorso')
  50. local savepos = LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame
  51. local tool = Instance.new('Tool', LocalPlayer.Backpack)
  52. local hat = LocalPlayer.Character:FindFirstChildOfClass('Accessory')
  53. hathandle.Parent = tool
  54. tool.GripPos = Vector3.new(0, 9e99, 0)
  55. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass('Tool') ~= nil
  56. Torso.Anchored = false
  57. repeat LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = Target.Character:FindFirstChild('HumanoidRootPart').CFrame wait()
  58. until Target.Character nil or Target.Character:FindFirstChild('Humanoid').Health <= 0 or LocalPlayer.Character nil or LocalPlayer.Character:FindFirstChild('Humanoid').Health <= 0 or (Target.Character:FindFirstChild('HumanoidRootPart').Velocity.magnitude - Target.Character:FindFirstChild('Humanoid').WalkSpeed) > (Target.Character:FindFirstChild('Humanoid').WalkSpeed + 20)
  59. LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
  60. hathandle.Massless = false
  61. LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = savepos
  62. warn'no player found named like that or he has no char'
  63. end)