Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local controlphone = Instance.new("Tool")
- controlphone.Name = "iPhone"
- controlphone.Parent = game.Players.LocalPlayer.Backpack
- local phone = Instance.new("Part")
- phone.BrickColor = BrickColor.new("Really black")
- phone.Size = Vector3.new(1.2, 2.2, 0.4)
- phone.Name = "Handle"
- phone.Parent = game.Players.LocalPlayer.Backpack.iPhone
- local mrdecal = Instance.new("Decal")
- mrdecal.Texture = "http://www.roblox.com/asset/?id=488738437"
- mrdecal.Face = "Front"
- mrdecal.Name = "Mr. Decal"
- mrdecal.Parent = phone
- local phoneforyou = Instance.new("ScreenGui")
- local TextLabel = Instance.new("TextLabel")
- local bypass = Instance.new("TextButton")
- phoneforyou.Name = "phoneforyou"
- phoneforyou.Parent = game.Players.LocalPlayer.PlayerGui
- TextLabel.Parent = phoneforyou
- TextLabel.Active = true
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.Draggable = true
- TextLabel.Position = UDim2.new(0, 207, 0, 95)
- TextLabel.Size = UDim2.new(0, 200, 0, 19)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "iPhone"
- TextLabel.TextSize = 14
- bypass.Name = "bypass"
- bypass.Parent = TextLabel
- bypass.BackgroundColor3 = Color3.new(1, 1, 1)
- bypass.Position = UDim2.new(0, 0, 0, 19)
- bypass.Size = UDim2.new(0, 200, 0, 221)
- bypass.Font = Enum.Font.SourceSans
- bypass.FontSize = Enum.FontSize.Size14
- bypass.Text = "Create Bypassed Decal"
- bypass.TextSize = 14
- bypass.MouseButton1Click:connect(function()
- local part = Instance.new("Part")
- part.Anchored = true
- part.Size = Vector3.new(423.6, 1130.6, 0.4)
- part.Name = "Bypassed"
- part.Position = Vector3.new(0, 583.6, 0)
- part.Parent = game.Workspace
- local bypasseddecal = Instance.new("Decal")
- bypasseddecal.Texture = "http://www.roblox.com/asset/?id=1034037998"
- bypasseddecal.Parent = part
- bypasseddecal.Face = "Front"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement