Advertisement
NEON_YouTube

Nexter PSX

Jan 22nd, 2023
1,478
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.02 KB | None | 0 0
  1. -- Nexter PSX
  2. -- Version: 0.0.1
  3.  
  4. -- By pawela827
  5.  
  6. local NexterPSX = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel2 = Instance.new("TextLabel")
  11. local ScrollingFrame = Instance.new("ScrollingFrame")
  12. local TextButton = Instance.new("TextButton")
  13. local UICorner_2 = Instance.new("UICorner")
  14. local TextButton2 = Instance.new("TextButton")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local TextButton_2 = Instance.new("TextButton")
  17.  
  18. -- Properties:
  19.  
  20. NexterPSX.Name = "Nexter PSX"
  21. NexterPSX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. NexterPSX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = NexterPSX
  25. Frame.BackgroundColor3 = Color3.fromRGB(88, 88, 88)
  26. Frame.Position = UDim2.new(0.322924614, 0, 0.259493679, 0)
  27. Frame.Size = UDim2.new(0, 464, 0, 304)
  28.  
  29. UICorner.Parent = Frame
  30.  
  31. TextLabel.Parent = Frame
  32. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  33. TextLabel.BackgroundTransparency = 1.000
  34. TextLabel.Position = UDim2.new(-0.0517241359, 0, -0.00328947371, 0)
  35. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  36. TextLabel.Font = Enum.Font.SourceSans
  37. TextLabel.Text = "Nexter PSX"
  38. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. TextLabel.TextSize = 35.000
  40. TextLabel.TextWrapped = true
  41.  
  42. TextLabel2.Name = "TextLabel2"
  43. TextLabel2.Parent = Frame
  44. TextLabel2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  45. TextLabel2.BackgroundTransparency = 1.000
  46. TextLabel2.Position = UDim2.new(0.278017253, 0, 0.0689171702, 0)
  47. TextLabel2.Size = UDim2.new(0, 205, 0, 50)
  48. TextLabel2.Font = Enum.Font.SourceSans
  49. TextLabel2.Text = "------------------------------------"
  50. TextLabel2.TextColor3 = Color3.fromRGB(0, 0, 0)
  51. TextLabel2.TextSize = 50.000
  52.  
  53. ScrollingFrame.Parent = Frame
  54. ScrollingFrame.Active = true
  55. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. ScrollingFrame.BackgroundTransparency = 1.000
  57. ScrollingFrame.Position = UDim2.new(0, 0, 0.163934425, 0)
  58. ScrollingFrame.Size = UDim2.new(0, 464, 0, 255)
  59.  
  60. TextButton.Parent = ScrollingFrame
  61. TextButton.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  62. TextButton.Position = UDim2.new(0.0603448264, 0, 0.0245901644, 0)
  63. TextButton.Size = UDim2.new(0, 188, 0, 53)
  64. TextButton.Font = Enum.Font.SourceSans
  65. TextButton.Text = "Finish Map 1"
  66. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  67. TextButton.TextSize = 35.000
  68.  
  69. UICorner_2.Parent = TextButton
  70.  
  71. TextButton2.Name = "TextButton2"
  72. TextButton2.Parent = ScrollingFrame
  73. TextButton2.BackgroundColor3 = Color3.fromRGB(163, 163, 163)
  74. TextButton2.Position = UDim2.new(0.515086174, 0, 0.0245901644, 0)
  75. TextButton2.Size = UDim2.new(0, 188, 0, 53)
  76. TextButton2.Font = Enum.Font.SourceSans
  77. TextButton2.Text = "Finish Map 2"
  78. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. TextButton2.TextSize = 35.000
  80.  
  81. UICorner_3.Parent = TextButton2
  82.  
  83. TextButton_2.Parent = Frame
  84. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. TextButton_2.BackgroundTransparency = 1.000
  86. TextButton_2.Position = UDim2.new(0.907327592, 0, 0.0296052638, 0)
  87. TextButton_2.Size = UDim2.new(0, 34, 0, 31)
  88. TextButton_2.Font = Enum.Font.SourceSans
  89. TextButton_2.Text = "X"
  90. TextButton_2.TextColor3 = Color3.fromRGB(230, 0, 0)
  91. TextButton_2.TextSize = 50.000
  92.  
  93. -- Scripts:
  94.  
  95. local function QWKUTH_fake_script()
  96.     local script = Instance.new('LocalScript', TextButton)
  97.  
  98.     function onclick()
  99.        
  100.     end
  101.    
  102.     script.Parent.MouseButton1Up:Connect(onclick)
  103. end
  104. coroutine.wrap(QWKUTH_fake_script)()
  105. local function QSYDBR_fake_script()
  106.     local script = Instance.new('LocalScript', TextButton2)
  107.  
  108.     function onclick()
  109.         game:GetService("Workspace").__MAP.Gates.Beach:Destroy()
  110.     end
  111.    
  112.     script.Parent.MouseButton1Up:Connect(onclick)
  113. end
  114. coroutine.wrap(QSYDBR_fake_script)()
  115. local function ZLUZ_fake_script()
  116.     local script = Instance.new('LocalScript', TextButton_2)
  117.  
  118.     function onclick()
  119.         script.Parent.Parent.Parent:Destroy()
  120.     end
  121.    
  122.     script.Parent.MouseButton1Up:Connect(onclick)
  123. end
  124. coroutine.wrap(ZLUZ_fake_script)()
  125.  
Advertisement
Comments
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment
Advertisement