LUA   83
PSX DUPE SCRIPT
Guest on 3rd February 2023 12:11:20 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 ButtonPSX = Instance.new("TextButton")
  12. local UICorner_3 = Instance.new("UICorner")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. Frame.Position = UDim2.new(0.36145246, 0, 0.348148197, 0)
  26. Frame.Size = UDim2.new(0, 610, 0, 351)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. UICorner.CornerRadius = UDim.new(0, 5)
  31. UICorner.Parent = Frame
  32.  
  33. Frame_2.Parent = Frame
  34. Frame_2.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
  35. Frame_2.Position = UDim2.new(0.0266760234, 0, 0.05982906, 0)
  36. Frame_2.Size = UDim2.new(0, 577, 0, 309)
  37.  
  38. UICorner_2.Parent = Frame_2
  39.  
  40. ButtonPSX.Name = "ButtonPSX"
  41. ButtonPSX.Parent = Frame_2
  42. ButtonPSX.BackgroundColor3 = Color3.fromRGB(158, 158, 158)
  43. ButtonPSX.BorderColor3 = Color3.fromRGB(0, 0, 0)
  44. ButtonPSX.BorderSizePixel = 3
  45. ButtonPSX.Position = UDim2.new(0.325823218, 0, 0.41747573, 0)
  46. ButtonPSX.Size = UDim2.new(0, 200, 0, 50)
  47. ButtonPSX.Font = Enum.Font.FredokaOne
  48. ButtonPSX.Text = "ACTIVATE"
  49. ButtonPSX.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. ButtonPSX.TextScaled = true
  51. ButtonPSX.TextSize = 14.000
  52. ButtonPSX.TextWrapped = true
  53. ButtonPSX.MouseButton1Down:connect(function()
  54.         loadstring(game:HttpGet("https://pastebin.com/raw/82RVBrYJ",true))()
  55. end)
  56.  
  57. UICorner_3.Parent = ButtonPSX
  58.  
  59. TextLabel.Parent = Frame_2
  60. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. TextLabel.BackgroundTransparency = 1.000
  62. TextLabel.Position = UDim2.new(0.386481792, 0, 0.0485436879, 0)
  63. TextLabel.Size = UDim2.new(0, 129, 0, 50)
  64. TextLabel.Font = Enum.Font.Bangers
  65. TextLabel.Text = "how to use?"
  66. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextLabel.TextScaled = true
  68. TextLabel.TextSize = 14.000
  69. TextLabel.TextWrapped = true
  70.  
  71. TextLabel_2.Parent = Frame_2
  72. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. TextLabel_2.BackgroundTransparency = 1.000
  74. TextLabel_2.Position = UDim2.new(0.29116118, 0, 0.210355982, 0)
  75. TextLabel_2.Size = UDim2.new(0, 255, 0, 36)
  76. TextLabel_2.Font = Enum.Font.Bangers
  77. TextLabel_2.Text = "Click ACTIVATE to dupe everything"
  78. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. TextLabel_2.TextScaled = true
  80. TextLabel_2.TextSize = 14.000
  81. TextLabel_2.TextWrapped = true
  82.  
  83. TextLabel_3.Parent = Frame
  84. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. TextLabel_3.BackgroundTransparency = 1.000
  86. TextLabel_3.Position = UDim2.new(0.275409847, 0, 0.874643803, 0)
  87. TextLabel_3.Size = UDim2.new(0, 272, 0, 30)
  88. TextLabel_3.Font = Enum.Font.LuckiestGuy
  89. TextLabel_3.Text = "Wole#5767"
  90. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. TextLabel_3.TextScaled = true
  92. TextLabel_3.TextSize = 14.000
  93. TextLabel_3.TextWrapped = true
  94.  
  95. TextLabel_4.Parent = Frame
  96. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  97. TextLabel_4.BackgroundTransparency = 1.000
  98. TextLabel_4.Position = UDim2.new(0.244262293, 0, -0.0341881216, 0)
  99. TextLabel_4.Size = UDim2.new(0, 312, 0, 49)
  100. TextLabel_4.Font = Enum.Font.LuckiestGuy
  101. TextLabel_4.Text = "PSX DUPE SCRIPT"
  102. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. TextLabel_4.TextScaled = true
  104. TextLabel_4.TextSize = 14.000
  105. TextLabel_4.TextWrapped = true

Raw Paste

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