Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local ipsteal = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local A = Instance.new("TextLabel")
- local N = Instance.new("TextButton")
- local O = Instance.new("TextButton")
- local Y = Instance.new("TextButton")
- local O_2 = Instance.new("TextButton")
- local U = Instance.new("TextButton")
- local DONE = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- local Madeby = Instance.new("TextLabel")
- --Properties:
- ipsteal.Name = "ipsteal"
- ipsteal.Parent = game.CoreGui
- ipsteal.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ipsteal
- main.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- main.Position = UDim2.new(0.144945189, 0, 0.225099608, 0)
- main.Size = UDim2.new(0, 582, 0, 250)
- main.Active = true
- main.Draggable = true
- A.Name = "A"
- A.Parent = main
- A.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- A.BackgroundTransparency = 1.000
- A.Size = UDim2.new(0, 582, 0, 43)
- A.Font = Enum.Font.SourceSans
- A.Text = "IP STEALER PRANK"
- A.TextColor3 = Color3.fromRGB(0, 0, 0)
- A.TextScaled = true
- A.TextSize = 14.000
- A.TextWrapped = true
- N.Name = "N"
- N.Parent = main
- N.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- N.BackgroundTransparency = 1.000
- N.Position = UDim2.new(0, 0, 0.74000001, 0)
- N.Size = UDim2.new(0, 103, 0, 53)
- N.Font = Enum.Font.SourceSans
- N.Text = "GEN IP 1"
- N.TextColor3 = Color3.fromRGB(0, 0, 0)
- N.TextScaled = true
- N.TextSize = 14.000
- N.TextWrapped = true
- N.MouseButton1Down:connect(function()
- DONE.Text = ("IP: 153.456.435.913")
- end)
- O.Name = "O"
- O.Parent = main
- O.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- O.BackgroundTransparency = 1.000
- O.Position = UDim2.new(0.207903787, 0, 0.74000001, 0)
- O.Size = UDim2.new(0, 103, 0, 53)
- O.Font = Enum.Font.SourceSans
- O.Text = "GEN IP 2"
- O.TextColor3 = Color3.fromRGB(0, 0, 0)
- O.TextScaled = true
- O.TextSize = 14.000
- O.TextWrapped = true
- O.MouseButton1Down:connect(function()
- DONE.Text = ("IP: 755.324.634.110")
- end)
- Y.Name = "Y"
- Y.Parent = main
- Y.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Y.BackgroundTransparency = 1.000
- Y.Position = UDim2.new(0.412371129, 0, 0.74000001, 0)
- Y.Size = UDim2.new(0, 103, 0, 53)
- Y.Font = Enum.Font.SourceSans
- Y.Text = "GEN IP 3"
- Y.TextColor3 = Color3.fromRGB(0, 0, 0)
- Y.TextScaled = true
- Y.TextSize = 14.000
- Y.TextWrapped = true
- Y.MouseButton1Down:connect(function()
- DONE.Text = ("IP: 341.543.766.913")
- end)
- O_2.Name = "O"
- O_2.Parent = main
- O_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- O_2.BackgroundTransparency = 1.000
- O_2.Position = UDim2.new(0.618556738, 0, 0.74000001, 0)
- O_2.Size = UDim2.new(0, 103, 0, 53)
- O_2.Font = Enum.Font.SourceSans
- O_2.Text = "GEN IP 4"
- O_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- O_2.TextScaled = true
- O_2.TextSize = 14.000
- O_2.TextWrapped = true
- O_2.MouseButton1Down:connect(function()
- DONE.Text = ("IP: 564.812.543.888")
- end)
- U.Name = "U"
- U.Parent = main
- U.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- U.BackgroundTransparency = 1.000
- U.Position = UDim2.new(0.823024094, 0, 0.74000001, 0)
- U.Size = UDim2.new(0, 103, 0, 53)
- U.Font = Enum.Font.SourceSans
- U.Text = "GEN IP 5"
- U.TextColor3 = Color3.fromRGB(0, 0, 0)
- U.TextScaled = true
- U.TextSize = 14.000
- U.TextWrapped = true
- U.MouseButton1Down:connect(function()
- DONE.Text = ("IP: 932.654.113.654")
- end)
- DONE.Name = "DONE"
- DONE.Parent = main
- DONE.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
- DONE.Position = UDim2.new(0, 0, 0.172000006, 0)
- DONE.Size = UDim2.new(0, 582, 0, 142)
- DONE.Font = Enum.Font.SourceSans
- DONE.Text = "THE IP WILL APPER HERE"
- DONE.TextColor3 = Color3.fromRGB(0, 0, 0)
- DONE.TextScaled = true
- DONE.TextSize = 14.000
- DONE.TextWrapped = true
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.895188987, 0, 0, 0)
- close.Size = UDim2.new(0, 61, 0, 20)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- end)
Advertisement
RAW Paste Data
Copied
Advertisement