Fly Vehicle Roblox Script Hack

Jan 2nd, 2020
Roblox
Never

Hope you guys enjoyed and I'll see you in the next video.Script -https://pastebin.com/WFzdRtDpExploit-https://wearedevs.net/d/.

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
Jun 28th, 2019
Pastebin
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local plr = game:GetService('Players').LocalPlayer
  2. local function Update()
  3. local seat = char.Humanoid.SeatPart
  4. local vel = seat:FindFirstChild('BodyVelocity')
  5. vel = Instance.new('BodyVelocity')
  6. vel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  7. end
  8. if (not gyro) then
  9. gyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge)
  10. end
  11. local bank = ((((m.ViewSizeX/2)-m.X)/(m.ViewSizeX/2))*0.60)
  12. gyro.CFrame = CFrame.new(seat.Position, m.Hit.p)
  13. if (seat) then
  14. end
  15. end
  16. game:GetService('UserInputService').InputBegan:Connect(function(obj, e)
  17. if (updateConnection) then
  18. --// Remove stuff
  19. local seat = char.Humanoid.SeatPart
  20. local vel = seat:FindFirstChild('BodyVelocity')
  21. if (gyro) then gyro:Destroy() end
  22. updateConnection:Disconnect()
  23. return
  24. updateConnection = game:GetService('RunService').RenderStepped:Connect(Update)
RAW Paste Data

Fly Vehicle Roblox Script Hack Pastebin