nhokp

tp df op legendary

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