STAR77

One Piece: Legendary

Oct 20th, 2018
3,587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. -- S T A R --
  2.  
  3.  
  4. local OPLGUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local thanks = Instance.new("TextLabel")
  7. local made = Instance.new("TextLabel")
  8. local guitext = Instance.new("TextLabel")
  9. local bosverkrds = Instance.new("Frame")
  10. local xbutton = Instance.new("TextButton")
  11. local df = Instance.new("TextButton")
  12. local chest = Instance.new("TextButton")
  13. local dfauto = Instance.new("TextButton")
  14. local OpenFrame = Instance.new("Frame")
  15. local OpenButton = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. OPLGUI.Name = "S T A R"
  20. OPLGUI.Parent = game.CoreGui
  21.  
  22. MainFrame.Name = "MainFrame"
  23. MainFrame.Parent = OPLGUI
  24. MainFrame.Active = true
  25. MainFrame.BackgroundColor3 = Color3.new(0., 0, 0)
  26. MainFrame.BorderColor3 = Color3.new(0.9786, 0.99754, 0.87966)
  27. MainFrame.BorderSizePixel = 5
  28. MainFrame.Position = UDim2.new(0.327, 0 -1, 0)
  29. MainFrame.Selectable = true
  30. MainFrame.Size = UDim2.new(0, 438, 0, 271)
  31. MainFrame.Visible = false
  32. MainFrame.Draggable = true
  33.  
  34. thanks.Name = "thanks"
  35. thanks.Parent = MainFrame
  36. thanks.BackgroundColor3 = Color3.new(0, 1, 0)
  37. thanks.BackgroundTransparency = 1
  38. thanks.Position = UDim2.new(0.716894984, 0, 0.926199257, 0)
  39. thanks.Size = UDim2.new(0, 124, 0, 20)
  40. thanks.Font = Enum.Font.SciFi
  41. thanks.Text = "S T A R FREE V1"
  42. thanks.TextColor3 = Color3.new(1, 2, 0)
  43. thanks.TextScaled = true
  44. thanks.TextSize = 14
  45. thanks.TextWrapped = true
  46.  
  47. made.Name = "made"
  48. made.Parent = MainFrame
  49. made.BackgroundColor3 = Color3.new(1, 1, 1)
  50. made.BackgroundTransparency = 1
  51. made.Position = UDim2.new(-0.0251141544, 0, 0.939114392, 0)
  52. made.Size = UDim2.new(0, 115, 0, 13)
  53. made.Font = Enum.Font.SciFi
  54. made.Text = "Made by S T A R"
  55. made.TextColor3 = Color3.new(0, 2, 3)
  56. made.TextScaled = true
  57. made.TextSize = 14
  58. made.TextWrapped = true
  59.  
  60. guitext.Name = "guitext"
  61. guitext.Parent = MainFrame
  62. guitext.BackgroundColor3 = Color3.new(0, 1, 0)
  63. guitext.BackgroundTransparency = 1
  64. guitext.Position = UDim2.new(0.289954334, 0, 0, 0)
  65. guitext.Size = UDim2.new(0, 184, 0, 33)
  66. guitext.Font = Enum.Font.SciFi
  67. guitext.Text = "S T A R"
  68. guitext.TextColor3 = Color3.new(0, 0, 4)
  69. guitext.TextScaled = true
  70. guitext.TextSize = 14
  71. guitext.TextWrapped = true
  72.  
  73. bosverkrds.Name = "bosverkrds"
  74. bosverkrds.Parent = MainFrame
  75. bosverkrds.BackgroundColor3 = Color3.new(1, 1, 1)
  76. bosverkrds.Position = UDim2.new(0.356164396, 0, 0.14760147, 0)
  77. bosverkrds.Size = UDim2.new(0, 126, 0, 1)
  78.  
  79. xbutton.Name = "xbutton"
  80. xbutton.Parent = MainFrame
  81. xbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  82. xbutton.BackgroundTransparency = 1
  83. xbutton.BorderColor3 = Color3.new(0, 0, 0)
  84. xbutton.Position = UDim2.new(0.931506872, 0, 0, 0)
  85. xbutton.Size = UDim2.new(0, 30, 0, 33)
  86. xbutton.Font = Enum.Font.SciFi
  87. xbutton.Text = "X"
  88. xbutton.TextColor3 = Color3.new(1, 1, 1)
  89. xbutton.TextScaled = true
  90. xbutton.TextSize = 14
  91. xbutton.TextWrapped = true
  92.  
  93. df.Name = "df"
  94. df.Parent = MainFrame
  95. df.BackgroundColor3 = Color3.new(0, 0, 0)
  96. df.BorderColor3 = Color3.new(0, 1, 0)
  97. df.BorderSizePixel = 2
  98. df.Position = UDim2.new(0.0342465751, 0, 0.239852399, 0)
  99. df.Size = UDim2.new(0, 194, 0, 47)
  100. df.Font = Enum.Font.SciFi
  101. df.Text = "Hack"
  102. df.TextColor3 = Color3.new(7, 0, 0)
  103. df.TextSize = 19
  104. df.TextWrapped = true
  105.  
  106. OpenFrame.Name = "OpenFrame"
  107. OpenFrame.Parent = OPLGUI
  108. OpenFrame.Active = true
  109. OpenFrame.BackgroundColor3 = Color3.new(0, 1, 0)
  110. OpenFrame.Position = UDim2.new(0, 0, 0.0166113377, 0)
  111. OpenFrame.Size = UDim2.new(0, 61, 0, 53)
  112.  
  113. OpenButton.Name = "OpenButton"
  114. OpenButton.Parent = OpenFrame
  115. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  116. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  117. OpenButton.BorderSizePixel = 4
  118. OpenButton.Size = UDim2.new(0, 61, 0, 53)
  119. OpenButton.Font = Enum.Font.SciFi
  120. OpenButton.Text = "Open"
  121. OpenButton.TextColor3 = Color3.new(7, 0, 0)
  122. OpenButton.TextSize = 14
  123.  
  124. -- Scripts
  125. df.MouseButton1Down:connect(function()
  126. for _,v in pairs(game.Workspace:GetChildren()) do
  127. if v.Name:match("Fruit") and v:IsA("Tool") then
  128. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  129. end
  130. end
  131. end)
  132.  
  133. dfauto.MouseButton1Down:connect(function()
  134. while wait(0,1) do
  135. for _,v in pairs(game.Workspace:GetChildren()) do
  136. if v.Name:match("Fruit") and v:IsA("Tool") then
  137. v.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  138. end
  139. end
  140. end
  141. end)
  142.  
  143.  
  144.  
  145.  
  146. --open close
  147.  
  148. xbutton.MouseButton1Down:connect(function()
  149. MainFrame:TweenPosition(UDim2.new(0.327,0-1,0), 'Out', 'Bounce', 3)
  150. MainFrame.Visible = false
  151. OpenButton.Visible = true
  152. OpenFrame.Visible = true
  153. end)
  154.  
  155.  
  156. OpenButton.MouseButton1Down:connect(function()
  157. OpenFrame.Visible = false
  158. OpenButton.Visible = false
  159. MainFrame.Visible = true
  160. MainFrame:TweenPosition(UDim2.new(0.327,0,0.231,0), 'Out', 'Bounce', 3)
  161. end)
Advertisement
Add Comment
Please, Sign In to add comment