LuongLoiNhoi

hack One Piece Sacred Seas

Feb 10th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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 TextLabel = Instance.new("TextLabel")
  7. local lay = Instance.new("TextButton")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. --Properties:
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  15. Frame.BorderColor3 = Color3.new(0, 0, 0)
  16. Frame.Position = UDim2.new(0.343330711, 0, 0.314110428, 0)
  17. Frame.Size = UDim2.new(0, 240, 0, 203)
  18.  
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  21. TextLabel.Size = UDim2.new(0, 240, 0, 32)
  22. TextLabel.Font = Enum.Font.SourceSans
  23. TextLabel.Text = "LuongLoiNhoi"
  24. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  25. TextLabel.TextSize = 23
  26. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  27.  
  28. lay.Name = "lay"
  29. lay.Parent = Frame
  30. lay.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  31. lay.Position = UDim2.new(0.0833333358, 0, 0.270935953, 0)
  32. lay.Size = UDim2.new(0, 200, 0, 50)
  33. lay.Font = Enum.Font.SourceSans
  34. lay.Text = "TP Chest,Df"
  35. lay.TextColor3 = Color3.new(1, 1, 1)
  36. lay.TextSize = 24
  37. lay.MouseButton1Down:connect(function()
  38. local plr = game.Players.LocalPlayer
  39. for i,v in pairs(game.Workspace:GetDescendants()) do
  40. if v.ClassName == "TouchTransmitter" then
  41. v.Parent.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(5,0,0)
  42. end
  43. end
  44. end)
  45.  
  46. TextLabel_2.Parent = Frame
  47. TextLabel_2.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  48. TextLabel_2.Position = UDim2.new(0.262499988, 0, 0.561576307, 0)
  49. TextLabel_2.Size = UDim2.new(0, 113, 0, 50)
  50. TextLabel_2.Font = Enum.Font.SourceSans
  51. TextLabel_2.Text = "Coming Son"
  52. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  53. TextLabel_2.TextSize = 20
  54. -- Scripts:
Add Comment
Please, Sign In to add comment