Advertisement
Pmn20002

SIREN COP'S PRISON FREE GAMEPASSS

Jan 14th, 2023
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local ACTIVE = Instance.new("TextButton")
  9. local GameName = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local Text = Instance.new("TextLabel")
  12. local TextButton_2 = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(0, 170, 127)
  20. Frame.Position = UDim2.new(0.519728065, 0, 0.296143264, 0)
  21. Frame.Size = UDim2.new(0, 341, 0, 316)
  22. Frame.Visible = false
  23.  
  24. ACTIVE.Name = "ACTIVE"
  25. ACTIVE.Parent = Frame
  26. ACTIVE.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  27. ACTIVE.Position = UDim2.new(0, 0, 0.297468364, 0)
  28. ACTIVE.Size = UDim2.new(0, 341, 0, 169)
  29. ACTIVE.Font = Enum.Font.SourceSans
  30. ACTIVE.Text = "ACTIVE"
  31. ACTIVE.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. ACTIVE.TextSize = 14.000
  33. ACTIVE.MouseButton1Down:connect(function()
  34. loadstring(game:HttpGet(('https://pastebin.com/raw/zwSi4e0G'),true))()
  35. end)
  36.  
  37. GameName.Name = "GameName"
  38. GameName.Parent = Frame
  39. GameName.BackgroundColor3 = Color3.fromRGB(0, 170, 127)
  40. GameName.Size = UDim2.new(0, 268, 0, 94)
  41. GameName.Font = Enum.Font.SourceSans
  42. GameName.Text = "SIREN COP'S PRISON! Free Gamepass"
  43. GameName.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. GameName.TextSize = 14.000
  45.  
  46. TextButton.Parent = Frame
  47. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  48. TextButton.Position = UDim2.new(0.785923779, 0, 0, 0)
  49. TextButton.Size = UDim2.new(0, 72, 0, 94)
  50. TextButton.Font = Enum.Font.SourceSans
  51. TextButton.Text = "X"
  52. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. TextButton.TextScaled = true
  54. TextButton.TextSize = 14.000
  55. TextButton.TextWrapped = true
  56.  
  57. Text.Name = "Text"
  58. Text.Parent = Frame
  59. Text.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  60. Text.Position = UDim2.new(0, 0, 0.83227849, 0)
  61. Text.Size = UDim2.new(0, 340, 0, 50)
  62. Text.Font = Enum.Font.SourceSans
  63. Text.Text = "Make Sure you RESET AFTER CLICKING ACTIVE"
  64. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. Text.TextScaled = true
  66. Text.TextSize = 14.000
  67. Text.TextWrapped = true
  68.  
  69. TextButton_2.Parent = ScreenGui
  70. TextButton_2.BackgroundColor3 = Color3.fromRGB(182, 11, 255)
  71. TextButton_2.Position = UDim2.new(0.706233382, 0, -2.04890966e-08, 0)
  72. TextButton_2.Size = UDim2.new(0, 42, 0, 37)
  73. TextButton_2.Font = Enum.Font.SourceSans
  74. TextButton_2.Text = "Open Gui"
  75. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. TextButton_2.TextSize = 14.000
  77.  
  78. -- Scripts:
  79.  
  80. local function WFCPOW_fake_script() -- TextButton.LocalScript
  81. local script = Instance.new('LocalScript', TextButton)
  82.  
  83. local player = game.Players.LocalPlayer
  84.  
  85. script.Parent.MouseButton1Click:Connect(function()
  86. player.PlayerGui.ScreenGui.Frame.Visible = false
  87. end)
  88. end
  89. coroutine.wrap(WFCPOW_fake_script)()
  90. local function VKJLM_fake_script() -- TextButton_2.LocalScript
  91. local script = Instance.new('LocalScript', TextButton_2)
  92.  
  93. local player = game.Players.LocalPlayer
  94.  
  95. script.Parent.MouseButton1Click:Connect(function()
  96. player.PlayerGui.ScreenGui.Frame.Visible = true
  97. end)
  98. end
  99. coroutine.wrap(VKJLM_fake_script)()
  100. local function ZDEDG_fake_script() -- ScreenGui.LocalScript
  101. local script = Instance.new('LocalScript', ScreenGui)
  102.  
  103. frame = script.Parent.Frame
  104. frame.Draggable = true
  105. frame.Active = true
  106. frame.Selectable = true
  107. end
  108. coroutine.wrap(ZDEDG_fake_script)()
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement