Fly Hack Roblox Mac

Jan 2nd, 2020
  1. Fly Hack Roblox Pastebin
  2. Fly Hack Roblox Mac 2020
  3. Fly Hack Roblox Script

Our Roblox Hacks will make you better. Discover now our Roblox Hacks, on Teddax we have the best Cheat for Roblox! Roblox Cheat is a hack for the Roblox game, it will work perfectly on your computer (PC / Mac) as well as on your phones and tablets (Apple and Android), the same for all the modes and games you will join, it will work without any difficulty. I hope u guys enjoyed this hack like for more hacks on the channel link to bit slicer this 40 33 33 44 43.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Instances:
  2. local fly = Instance.new('ScreenGui')
  3. local backgroundtitle = Instance.new('TextLabel')
  4. local title = Instance.new('TextLabel')
  5. local flybutton = Instance.new('TextButton')
  6. --Properties:
  7. fly.Name = 'fly'
  8. fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. epic.Name = 'epic'
  10. epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  11. epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
  12. epic.Active = true
  13. backgroundtitle.Parent = epic
  14. backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  15. backgroundtitle.Font = Enum.Font.SciFi
  16. backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  17. backgroundtitle.TextSize = 14.000
  18. creator.Parent = epic
  19. creator.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  20. creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
  21. creator.Font = Enum.Font.SourceSans
  22. creator.TextColor3 = Color3.fromRGB(0, 0, 0)
  23. creator.TextSize = 14.000
  24. title.Parent = epic
  25. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. title.Position = UDim2.new(0.0497237556, 0, 0, 0)
  27. title.Font = Enum.Font.SciFi
  28. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. title.TextSize = 14.000
  30. close.Parent = epic
  31. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  32. close.Size = UDim2.new(0, 43, 0, 43)
  33. close.Text = 'X'
  34. close.TextScaled = true
  35. close.TextWrapped = true
  36. epic.Visible = false
  37. flybutton.Parent = epic
  38. flybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. flybutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
  40. flybutton.Font = Enum.Font.SourceSans
  41. flybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. flybutton.MouseButton1Down:connect(function()
  43. loadstring(game:HttpGet('https://pastebin.com/raw/7rXZ9VNc', true))()
  44. flybutton.TextSize = 10.000
RAW Paste Data
Fly hack roblox mac versionFly Hack Roblox Mac
Apr 16th, 2019
Fly Hack Roblox Mac
Never

Fly Hack Roblox Pastebin

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- [ This is not my scripts, I just put them together, credit to THREESPY712 for the noclip script and a guest for the fly, lol ]
  2. -- [ IF NOCLIP DOES NOT WORK EXECUTE IT BY ITSELF ]
  3. repeat wait()
  4. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild('Torso') and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
  5. local mouse = game.Players.LocalPlayer:GetMouse()
  6. local plr = game.Players.LocalPlayer
  7. local flying = true
  8. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  9. local maxspeed = 50
  10. local bg = Instance.new('BodyGyro', torso)
  11. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  12. local bv = Instance.new('BodyVelocity', torso)
  13. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  14. plr.Character.Humanoid.PlatformStand = true
  15. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  16. if speed > maxspeed then
  17. end
  18. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  19. if speed < 0 then
  20. end
  21. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  22. 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
  23. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  24. elseif (ctrl.l + ctrl.r) 0 and (ctrl.f + ctrl.b) 0 and speed ~= 0 then
  25. 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
  26. bv.velocity = Vector3.new(0,0.1,0)
  27. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  28. ctrl = {f = 0, b = 0, l = 0, r = 0}
  29. speed = 0
  30. bv:Destroy()
  31. end
  32. if key:lower() 'e' then
  33. else
  34. Fly()
  35. elseif key:lower() 'w' then
  36. elseif key:lower() 's' then
  37. elseif key:lower() 'a' then
  38. elseif key:lower() 'd' then
  39. end
  40. mouse.KeyUp:connect(function(key)
  41. ctrl.f = 0
  42. ctrl.b = 0
  43. ctrl.l = 0
  44. ctrl.r = 0
  45. end)
  46. local noclip = true -- Gets if you want the noclip
  47. char = game.Players.LocalPlayer.Character -- Gets your player
  48. if noclip true then
  49. pcall(function()
  50. v.CanCollide = false
  51. end)
  52. end
  53. end

Fly Hack Roblox Mac 2020

RAW Paste Data

Fly Hack Roblox Script