Jan 2nd, 2020
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!
- -- 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
Jun 28th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local plr = game:GetService('Players').LocalPlayer
- local function Update()
- local seat = char.Humanoid.SeatPart
- local vel = seat:FindFirstChild('BodyVelocity')
- vel = Instance.new('BodyVelocity')
- vel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- end
- if (not gyro) then
- gyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge)
- end
- local bank = ((((m.ViewSizeX/2)-m.X)/(m.ViewSizeX/2))*0.60)
- gyro.CFrame = CFrame.new(seat.Position, m.Hit.p)
- if (seat) then
- end
- end
- game:GetService('UserInputService').InputBegan:Connect(function(obj, e)
- if (updateConnection) then
- --// Remove stuff
- local seat = char.Humanoid.SeatPart
- local vel = seat:FindFirstChild('BodyVelocity')
- if (gyro) then gyro:Destroy() end
- updateConnection:Disconnect()
- return
- updateConnection = game:GetService('RunService').RenderStepped:Connect(Update)
RAW Paste Data