Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Jonatan
- local ScreenGui = Instance.new("ScreenGui")
- local login = Instance.new("Frame")
- local user = Instance.new("TextBox")
- local pass = Instance.new("TextBox")
- local info = Instance.new("TextButton")
- local Submit = Instance.new("TextButton")
- local main = Instance.new("Frame")
- local tpguns = Instance.new("TextButton")
- local infammo = Instance.new("TextButton")
- local guiname2 = Instance.new("TextButton")
- local credits = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local Openlol = Instance.new("Frame")
- local OPEN = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- login.Name = "login"
- login.Parent = ScreenGui
- login.BackgroundColor3 = Color3.new(0, 1, 0)
- login.Position = UDim2.new(0.378781527, 0, 0.189753324, 0)
- login.Size = UDim2.new(0, 236, 0, 310)
- login.Active = true
- login.Draggable = true
- user.Name = "user"
- user.Parent = login
- user.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- user.Position = UDim2.new(0.0734603107, 0, 0.190322578, 0)
- user.Size = UDim2.new(0, 200, 0, 26)
- user.Font = Enum.Font.SourceSans
- user.Text = "Usernamee"
- user.TextColor3 = Color3.new(0, 0, 0)
- user.TextSize = 14
- pass.Name = "pass"
- pass.Parent = login
- pass.BackgroundColor3 = Color3.new(0.666667, 1, 0)
- pass.Position = UDim2.new(0.0727471039, 0, 0.48064518, 0)
- pass.Size = UDim2.new(0, 200, 0, 32)
- pass.Font = Enum.Font.SourceSans
- pass.Text = "Password"
- pass.TextColor3 = Color3.new(0, 0, 0)
- pass.TextSize = 14
- info.Name = "info"
- info.Parent = login
- info.BackgroundColor3 = Color3.new(1, 1, 1)
- info.BackgroundTransparency = 1
- info.Position = UDim2.new(0, 18, 0, 0)
- info.Size = UDim2.new(0, 200, 0, 50)
- info.Font = Enum.Font.SciFi
- info.Text = "Prision Life HACK666"
- info.TextColor3 = Color3.new(0, 0, 0)
- info.TextSize = 28
- Submit.Name = "Submit"
- Submit.Parent = login
- Submit.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- Submit.Position = UDim2.new(0.181362554, 0, 0.793927908, 0)
- Submit.Size = UDim2.new(0, 149, 0, 32)
- Submit.Font = Enum.Font.SourceSans
- Submit.Text = "Submit"
- Submit.TextColor3 = Color3.new(0, 1, 1)
- Submit.TextSize = 19
- Submit.MouseButton1Down:connect(function()
- if user.Text == "Jonatan" and pass.Text == "Jonatan1983" then
- login.Visible = false
- Openlol.Visible = true
- end
- end)
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.new(1, 1, 1)
- main.Position = UDim2.new(0, 436, 0, 108)
- main.Size = UDim2.new(0, 223, 0, 289)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- tpguns.Name = "tp guns"
- tpguns.Parent = main
- tpguns.BackgroundColor3 = Color3.new(0, 0, 0)
- tpguns.Position = UDim2.new(0, 11, 0, 55)
- tpguns.Size = UDim2.new(0, 200, 0, 50)
- tpguns.Font = Enum.Font.SourceSans
- tpguns.Text = "TP All Guns"
- tpguns.TextColor3 = Color3.new(1, 1, 1)
- tpguns.TextSize = 14
- tpguns.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/hc8aE2Fp'),true))()
- end)
- infammo.Name = "infammo"
- infammo.Parent = main
- infammo.BackgroundColor3 = Color3.new(0, 0, 0)
- infammo.Position = UDim2.new(0, 11, 0, 166)
- infammo.Size = UDim2.new(0, 200, 0, 50)
- infammo.Font = Enum.Font.SourceSans
- infammo.Text = "Infinity Ammo"
- infammo.TextColor3 = Color3.new(1, 1, 1)
- infammo.TextSize = 14
- infammo.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/QdNB1q9s'),true))()
- end)
- guiname2.Name = "guiname2"
- guiname2.Parent = main
- guiname2.BackgroundColor3 = Color3.new(1, 1, 1)
- guiname2.BackgroundTransparency = 1
- guiname2.Position = UDim2.new(0, 11, 0, 0)
- guiname2.Size = UDim2.new(0, 173, 0, 50)
- guiname2.Font = Enum.Font.Garamond
- guiname2.Text = "Prision Life Hack666"
- guiname2.TextColor3 = Color3.new(0, 0, 0)
- guiname2.TextSize = 28
- credits.Name = "credits"
- credits.Parent = main
- credits.BackgroundColor3 = Color3.new(1, 1, 1)
- credits.BackgroundTransparency = 1
- credits.Position = UDim2.new(0, 11, 0, 239)
- credits.Size = UDim2.new(0, 200, 0, 50)
- credits.Font = Enum.Font.SourceSans
- credits.Text = "Made By: Johnny Test"
- credits.TextColor3 = Color3.new(0, 0, 0)
- credits.TextScaled = true
- credits.TextSize = 14
- credits.TextWrapped = true
- Exit.Name = "Exit"
- Exit.Parent = main
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.BackgroundTransparency = 1
- Exit.Position = UDim2.new(0, 201, 0, 3)
- Exit.Size = UDim2.new(0, 16, 0, 28)
- Exit.Font = Enum.Font.SourceSans
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 0, 0)
- Exit.TextScaled = true
- Exit.TextSize = 18
- Exit.TextWrapped = true
- Exit.MouseButton1Down:connect(function()
- main.Visible = false
- Openlol.Visible = true
- end)
- Openlol.Name = "Openlol"
- Openlol.Parent = ScreenGui
- Openlol.BackgroundColor3 = Color3.new(1, 1, 1)
- Openlol.Position = UDim2.new(0, 10, 0, 365)
- Openlol.Size = UDim2.new(0, 143, 0, 45)
- Openlol.Visible = false
- OPEN.Name = "OPEN"
- OPEN.Parent = Openlol
- OPEN.BackgroundColor3 = Color3.new(1, 1, 1)
- OPEN.BackgroundTransparency = 1
- OPEN.Position = UDim2.new(0, 0, 0, -5)
- OPEN.Size = UDim2.new(0, 143, 0, 50)
- OPEN.Font = Enum.Font.SourceSans
- OPEN.Text = "OPEN"
- OPEN.TextColor3 = Color3.new(0, 0, 0)
- OPEN.TextSize = 14
- OPEN.MouseButton1Down:connect(function()
- main.Visible = true
- Openlol.Visible = false
- end)
- -- Scripts:
Advertisement
RAW Paste Data
Copied
Advertisement