Dec 28th, 2019
ROBLOX Fly+Noclip Script. Not a member of Pastebin yet? Sign Up, it unlocks many cool features.
Never
Fly Exploit Script
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Instances:
- local fly = Instance.new('ScreenGui')
- local backgroundtitle = Instance.new('TextLabel')
- local title = Instance.new('TextLabel')
- local flybutton = Instance.new('TextButton')
- --Properties:
- fly.Name = 'fly'
- fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- epic.Name = 'epic'
- epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
- epic.Active = true
- backgroundtitle.Parent = epic
- backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- backgroundtitle.Font = Enum.Font.SciFi
- backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
- backgroundtitle.TextSize = 14.000
- creator.Parent = epic
- creator.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
- creator.Font = Enum.Font.SourceSans
- creator.TextColor3 = Color3.fromRGB(0, 0, 0)
- creator.TextSize = 14.000
- title.Parent = epic
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.Position = UDim2.new(0.0497237556, 0, 0, 0)
- title.Font = Enum.Font.SciFi
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 14.000
- close.Parent = epic
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Size = UDim2.new(0, 43, 0, 43)
- close.Text = 'X'
- close.TextScaled = true
- close.TextWrapped = true
- epic.Visible = false
- flybutton.Parent = epic
- flybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- flybutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
- flybutton.Font = Enum.Font.SourceSans
- flybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- flybutton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7rXZ9VNc', true))()
- flybutton.TextSize = 10.000
RAW Paste Data
May 4th, 2019
Exploits For Roblox 2020 Free
Never
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('Head')and game.Players.LocalPlayer.Character:findFirstChild('Humanoid')
- repeat wait()until mouse
- local torso = plr.Character.Head
- local deb =true
- local lastctrl ={f =0, b =0, l =0, r =0}
- local speed =5000
- function Fly()
- bg.P =9e4
- bg.cframe = torso.CFrame
- bv.velocity = Vector3.new(0,0.1,0)
- repeat wait()
- if ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0then
- if speed > maxspeed then
- end
- elseifnot(ctrl.l + ctrl.r ~=0or ctrl.f + ctrl.b ~=0)and speed ~=0then
- if speed <0then
- end
- if(ctrl.l + ctrl.r)~=0or(ctrl.f + ctrl.b)~=0then
- 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)0and(ctrl.f + ctrl.b)0and speed ~=0then
- 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()'g'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