Advertisement
Guest User

One Piece Ultimate by chim

a guest
Nov 14th, 2019
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 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. local TextButton_6 = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  18. Frame.Position = UDim2.new(0.446637869, 0, 0.366093367, 0)
  19. Frame.Size = UDim2.new(0, 336, 0, 187)
  20.  
  21. TextButton.Parent = Frame
  22. TextButton.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  23. TextButton.Position = UDim2.new(1, 0, 0, 0)
  24. TextButton.Size = UDim2.new(0, 44, 0, 44)
  25. TextButton.Font = Enum.Font.SourceSans
  26. TextButton.Text = "Close"
  27. TextButton.TextColor3 = Color3.new(0, 0, 0)
  28. TextButton.TextSize = 20
  29. TextButton.MouseButton1Click:Connect(function()
  30. Frame.Visible = false
  31. TextButton_6.Visible = true
  32. end)
  33.  
  34. TextButton_2.Parent = Frame
  35. TextButton_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  36. TextButton_2.Position = UDim2.new(0.0446428582, 0, 0.203208566, 0)
  37. TextButton_2.Size = UDim2.new(0, 110, 0, 38)
  38. TextButton_2.Font = Enum.Font.SourceSans
  39. TextButton_2.Text = "God mode"
  40. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  41. TextButton_2.TextSize = 20
  42. TextButton_2.MouseButton1Click:Connect(function()
  43. while true do
  44. wait()
  45. game.ReplicatedStorage.RemoteEvents.BlockingRemote:FireServer(true)
  46. end
  47. end)
  48.  
  49. TextButton_3.Parent = Frame
  50. TextButton_3.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  51. TextButton_3.Position = UDim2.new(0.627976179, 0, 0.219251335, 0)
  52. TextButton_3.Size = UDim2.new(0, 110, 0, 38)
  53. TextButton_3.Font = Enum.Font.SourceSans
  54. TextButton_3.Text = "Spam Hit"
  55. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  56. TextButton_3.TextSize = 20
  57. TextButton_3.MouseButton1Click:Connect(function()
  58. while true do
  59. wait()
  60. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(false)
  61. end
  62. end)
  63.  
  64. TextButton_4.Parent = Frame
  65. TextButton_4.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  66. TextButton_4.Position = UDim2.new(0.589285672, 0, 0.588235319, 0)
  67. TextButton_4.Size = UDim2.new(0, 110, 0, 38)
  68. TextButton_4.Font = Enum.Font.SourceSans
  69. TextButton_4.Text = "inf stamina"
  70. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton_4.TextSize = 20
  72. TextButton_4.MouseButton1Click:Connect(function()
  73. while wait(0.03) do
  74. game.ReplicatedStorage.RemoteEvents.AddStaminaRemote:FireServer(game.Players.LocalPlayer.PlayerValues.Stamina, 3, true)
  75. end
  76. end)
  77.  
  78. TextButton_5.Parent = Frame
  79. TextButton_5.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  80. TextButton_5.Position = UDim2.new(0.145833284, 0, 0.582887709, 0)
  81. TextButton_5.Size = UDim2.new(0, 110, 0, 38)
  82. TextButton_5.Font = Enum.Font.SourceSans
  83. TextButton_5.Text = "Bring df"
  84. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  85. TextButton_5.TextSize = 20
  86. TextButton_5.MouseButton1Click:Connect(function()
  87. while wait(0.01) do
  88. for i,v in pairs(game.Workspace:GetChildren()) do
  89. if v:IsA('Tool') then
  90. v:FindFirstChild('Handle').CFrame = game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame
  91. end
  92. end
  93. end
  94. end)
  95.  
  96. TextLabel.Parent = Frame
  97. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  98. TextLabel.Position = UDim2.new(0, 0, -0.267379671, 0)
  99. TextLabel.Size = UDim2.new(0, 336, 0, 50)
  100. TextLabel.Font = Enum.Font.SourceSans
  101. TextLabel.Text = "One Piece Ultimate by chim"
  102. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  103. TextLabel.TextSize = 20
  104.  
  105. TextButton_6.Parent = ScreenGui
  106. TextButton_6.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  107. TextButton_6.Position = UDim2.new(0, 0, 0.514742017, 0)
  108. TextButton_6.Size = UDim2.new(0, 123, 0, 46)
  109. TextButton_6.Font = Enum.Font.SourceSans
  110. TextButton_6.Text = "Open"
  111. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  112. TextButton_6.TextSize = 20
  113. TextButton_6.Visible = false
  114. TextButton_6.MouseButton1Click:Connect(function()
  115. Frame.Visible = true
  116. TextButton_6.Visible = false
  117. end)
  118. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement