Advertisement
Pl3X

Pirates Online Gui

Feb 13th, 2019
1,414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local TextButton_4 = Instance.new("TextButton")
  10. local TextButton_5 = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.Position = UDim2.new(0.853587091, 0, 0.0196560193, 0)
  18. Frame.Size = UDim2.new(0, 179, 0, 311)
  19.  
  20. TextButton.Parent = Frame
  21. TextButton.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  22. TextButton.Position = UDim2.new(0.0501198173, 0, 0.116707608, 0)
  23. TextButton.Size = UDim2.new(0, 161, 0, 29)
  24. TextButton.Font = Enum.Font.SourceSans
  25. TextButton.Text = "Fruit StatAdd"
  26. TextButton.TextColor3 = Color3.new(0, 0, 0)
  27. TextButton.TextSize = 14
  28. TextButton.MouseButton1Click:connect(function()
  29. local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
  30.  
  31. local Arguments = {
  32. [1] = "DFLevel"
  33. }
  34.  
  35. Remote:FireServer(unpack(Arguments))
  36.  
  37. end)
  38.  
  39. TextButton_2.Parent = Frame
  40. TextButton_2.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  41. TextButton_2.Position = UDim2.new(0.0501198173, 0, 0.251755834, 0)
  42. TextButton_2.Size = UDim2.new(0, 161, 0, 29)
  43. TextButton_2.Font = Enum.Font.SourceSans
  44. TextButton_2.Text = "Defense StatAdd"
  45. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  46. TextButton_2.TextSize = 14
  47. TextButton_2.MouseButton1Click:connect(function()
  48. local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
  49.  
  50. local Arguments = {
  51. [1] = "Defense"
  52. }
  53.  
  54. Remote:FireServer(unpack(Arguments))
  55. end)
  56.  
  57. TextButton_3.Parent = Frame
  58. TextButton_3.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  59. TextButton_3.Position = UDim2.new(0.0501198173, 0, 0.386804044, 0)
  60. TextButton_3.Size = UDim2.new(0, 161, 0, 29)
  61. TextButton_3.Font = Enum.Font.SourceSans
  62. TextButton_3.Text = "Attack StatAdd"
  63. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  64. TextButton_3.TextSize = 14
  65. TextButton_3.MouseButton1Click:connect(function()
  66. local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
  67.  
  68. local Arguments = {
  69. [1] = "Strength"
  70. }
  71.  
  72. Remote:FireServer(unpack(Arguments))
  73.  
  74. end)
  75.  
  76. TextButton_4.Parent = Frame
  77. TextButton_4.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  78. TextButton_4.Position = UDim2.new(0.0501198173, 0, 0.521852314, 0)
  79. TextButton_4.Size = UDim2.new(0, 161, 0, 29)
  80. TextButton_4.Font = Enum.Font.SourceSans
  81. TextButton_4.Text = "Weapon StatAdd"
  82. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  83. TextButton_4.TextSize = 14
  84. TextButton_4.MouseButton1Click:connect(function()
  85. local Remote = game.ReplicatedStorage.RemoteEvents['StatAdd+']
  86.  
  87. local Arguments = {
  88. [1] = "WeaponLevel"
  89. }
  90.  
  91. Remote:FireServer(unpack(Arguments))
  92.  
  93. end)
  94.  
  95. TextButton_5.Parent = Frame
  96. TextButton_5.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  97. TextButton_5.Position = UDim2.new(0.0501198173, 0, 0.862688303, 0)
  98. TextButton_5.Size = UDim2.new(0, 161, 0, 29)
  99. TextButton_5.Font = Enum.Font.SourceSans
  100. TextButton_5.Text = "Leveling"
  101. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  102. TextButton_5.TextSize = 14
  103. TextButton_5.MouseButton1Click:connect(function()
  104. local Remote = game.ReplicatedStorage.RemoteEvents['Stat+']
  105.  
  106. local Arguments = {
  107. [1] = -13,
  108. [2] = Workspace
  109. }
  110.  
  111. Remote:InvokeServer(unpack(Arguments))
  112. end)
  113.  
  114.  
  115. TextLabel.Parent = Frame
  116. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TextLabel.BorderSizePixel = 0
  118. TextLabel.Position = UDim2.new(0.0971843302, 0, 0.675075233, 0)
  119. TextLabel.Size = UDim2.new(0, 143, 0, 41)
  120. TextLabel.Font = Enum.Font.SourceSans
  121. TextLabel.Text = "Made by shinji#2067"
  122. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  123. TextLabel.TextSize = 14
  124. -- Scripts:
  125. Frame.Draggable = true
  126. Frame.Active = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement