thi2004

Untitled

Nov 10th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local OnePiecePirateQuest = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Gamepass = Instance.new("TextButton")
  7. local Teleports = Instance.new("TextButton")
  8. local Tele = Instance.new("Frame")
  9. local TeleChest = Instance.new("TextButton")
  10. local TeleToDF = Instance.new("TextButton")
  11. local TeleToMerchant = Instance.new("TextButton")
  12. local Own1 = Instance.new("TextLabel")
  13. local Own2 = Instance.new("TextLabel")
  14. local Close2 = Instance.new("TextButton")
  15. local Clicktp = Instance.new("TextButton")
  16. local Tilte = Instance.new("TextLabel")
  17. local Close = Instance.new("TextButton")
  18. local Credits = Instance.new("TextLabel")
  19. local Opengui = Instance.new("Frame")
  20. local Open = Instance.new("TextButton")
  21. --Properties:
  22. OnePiecePirateQuest.Name = "One Piece Pirate Quest"
  23. OnePiecePirateQuest.Parent = game.CoreGui
  24.  
  25. Main.Name = "Main"
  26. Main.Parent = OnePiecePirateQuest
  27. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  28. Main.Position = UDim2.new(0.079, 0, 1.7, 0)
  29. Main.Size = UDim2.new(0, 345, 0, 329)
  30. Main.Visible = true
  31. Main.Style = Enum.FrameStyle.DropShadow
  32. Main.Active = true
  33. Main.Draggable = true
  34.  
  35. Gamepass.Name = "Gamepass"
  36. Gamepass.Parent = Main
  37. Gamepass.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  38. Gamepass.Position = UDim2.new(0.194202885, 0, 0.130699113, 0)
  39. Gamepass.Size = UDim2.new(0, 200, 0, 50)
  40. Gamepass.Font = Enum.Font.SourceSans
  41. Gamepass.Text = "Gamepass Cosmetic"
  42. Gamepass.TextColor3 = Color3.new(1, 0, 0)
  43. Gamepass.TextSize = 14
  44. Gamepass.MouseButton1Down:connect(function()
  45. game.Players.LocalPlayer.Backpack.ServerTraits.Cosmo.Parent = game.Players.LocalPlayer.PlayerGui
  46. end)
  47.  
  48. Teleports.Name = "Teleports"
  49. Teleports.Parent = Main
  50. Teleports.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  51. Teleports.Position = UDim2.new(0.194202885, 0, 0.370820701, 0)
  52. Teleports.Size = UDim2.new(0, 200, 0, 50)
  53. Teleports.Font = Enum.Font.SourceSans
  54. Teleports.Text = "Teleports"
  55. Teleports.TextColor3 = Color3.new(1, 0, 0)
  56. Teleports.TextSize = 14
  57. Teleports.MouseButton1Down:connect(function()
  58. Tele:TweenPosition(UDim2.new(1.365, 0,-2.48, 0), 'Out','Bounce', 1)
  59. Tele.Visible = true
  60. end)
  61.  
  62. Tele.Name = "Tele"
  63. Tele.Parent = Teleports
  64. Tele.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Tele.Position = UDim2.new(1.36399996, 0, -2.48999977, 0)
  66. Tele.Size = UDim2.new(0, 317, 0, 329)
  67. Tele.Visible = false
  68. Tele.Style = Enum.FrameStyle.DropShadow
  69. Tele.Active = true
  70. Tele.Draggable = true
  71.  
  72. TeleChest.Name = "Tele Chest"
  73. TeleChest.Parent = Tele
  74. TeleChest.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  75. TeleChest.Position = UDim2.new(0.192429021, 0, 0.130699098, 0)
  76. TeleChest.Size = UDim2.new(0, 200, 0, 50)
  77. TeleChest.Font = Enum.Font.SourceSans
  78. TeleChest.Text = "Teleport Chest"
  79. TeleChest.TextColor3 = Color3.new(1, 0, 0)
  80. TeleChest.TextSize = 14
  81. TeleChest.MouseButton1Down:connect(function()
  82. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  83.  
  84. for i,v in pairs(game.Workspace:GetChildren()) do
  85. if v.name == "Model" then
  86. if v:FindFirstChild("Lid") then
  87. for _, b in pairs(v.Lid:GetChildren()) do
  88. if b.name == "Touch" then
  89. b.CFrame = plr.CFrame
  90. end
  91. end
  92. end
  93. end
  94. end
  95. end)
  96.  
  97. TeleToDF.Name = "Tele To DF"
  98. TeleToDF.Parent = Tele
  99. TeleToDF.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  100. TeleToDF.Position = UDim2.new(0.192429021, 0, 0.364741653, 0)
  101. TeleToDF.Size = UDim2.new(0, 200, 0, 50)
  102. TeleToDF.Font = Enum.Font.SourceSans
  103. TeleToDF.Text = "Teleport To DF"
  104. TeleToDF.TextColor3 = Color3.new(1, 0, 0)
  105. TeleToDF.TextSize = 14
  106. TeleToDF.MouseButton1Down:connect(function()
  107. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  108.  
  109. for i,v in pairs(game.Workspace:GetChildren()) do
  110. if v:FindFirstChild 'Handle' and v:FindFirstChild 'ClickDetector' then
  111. for _, f in pairs(v:GetChildren()) do
  112. if f.name == "Handle" then
  113. plr.CFrame = f.CFrame
  114. end
  115. end
  116. end
  117. end
  118. end)
  119.  
  120. TeleToMerchant.Name = "Tele To Merchant"
  121. TeleToMerchant.Parent = Tele
  122. TeleToMerchant.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  123. TeleToMerchant.Position = UDim2.new(0.192429021, 0, 0.607902765, 0)
  124. TeleToMerchant.Size = UDim2.new(0, 200, 0, 50)
  125. TeleToMerchant.Font = Enum.Font.SourceSans
  126. TeleToMerchant.Text = "Teleport To Merchant"
  127. TeleToMerchant.TextColor3 = Color3.new(1, 0, 0)
  128. TeleToMerchant.TextSize = 14
  129. TeleToMerchant.MouseButton1Down:connect(function()
  130. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  131.  
  132. for i,v in pairs(game.Workspace:GetChildren()) do
  133. if v:FindFirstChild 'Spot' and v:FindFirstChild 'Part' then
  134. for _, f in pairs(v:GetChildren()) do
  135. if f.name == "Spot" then
  136. plr.CFrame = f.CFrame
  137. end
  138. end
  139. end
  140. end
  141. end)
  142.  
  143. Own1.Name = "Own1"
  144. Own1.Parent = Tele
  145. Own1.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  146. Own1.Position = UDim2.new(-0.0157728717, 0, -0.0121580549, 0)
  147. Own1.Size = UDim2.new(0, 281, 0, 21)
  148. Own1.Font = Enum.Font.SourceSans
  149. Own1.Text = "Scripts Belong To V3rmillion"
  150. Own1.TextColor3 = Color3.new(1, 0, 0)
  151. Own1.TextSize = 14
  152.  
  153. Own2.Name = "Own2"
  154. Own2.Parent = Tele
  155. Own2.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  156. Own2.Position = UDim2.new(-0.0157728698, 0, 0.93617022, 0)
  157. Own2.Size = UDim2.new(0, 311, 0, 21)
  158. Own2.Font = Enum.Font.SourceSans
  159. Own2.Text = "Scripts Belong To V3rmillion"
  160. Own2.TextColor3 = Color3.new(1, 0, 0)
  161. Own2.TextSize = 14
  162.  
  163. Close2.Name = "Close2"
  164. Close2.Parent = Tele
  165. Close2.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  166. Close2.Position = UDim2.new(0.914826512, 0, -0.0121580549, 0)
  167. Close2.Size = UDim2.new(0, 30, 0, 21)
  168. Close2.Font = Enum.Font.SourceSans
  169. Close2.Text = "X"
  170. Close2.TextColor3 = Color3.new(1, 0, 0)
  171. Close2.TextSize = 14
  172. Close2.MouseButton1Down:connect(function()
  173. Tele:TweenPosition(UDim2.new(0.079, 0, 9.9, 0), 'Out','Bounce', 1)
  174. end)
  175.  
  176. Clicktp.Name = "Click tp"
  177. Clicktp.Parent = Main
  178. Clicktp.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  179. Clicktp.Position = UDim2.new(0.194202885, 0, 0.610942245, 0)
  180. Clicktp.Size = UDim2.new(0, 200, 0, 50)
  181. Clicktp.Font = Enum.Font.SourceSans
  182. Clicktp.Text = "Give Click Tp Tool"
  183. Clicktp.TextColor3 = Color3.new(1, 0, 0)
  184. Clicktp.TextSize = 14
  185. Clicktp.MouseButton1Down:connect(function()
  186. mouse = game.Players.LocalPlayer:GetMouse()
  187. tool = Instance.new("Tool")
  188. tool.RequiresHandle = false
  189. tool.Name = "Click Teleport"
  190. tool.Activated:connect(function()
  191. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  192. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  194. end)
  195. tool.Parent = game.Players.LocalPlayer.Backpack
  196. tool.ToolTip = "CLICK_TP"
  197. end)
  198.  
  199. Tilte.Name = "Tilte"
  200. Tilte.Parent = Main
  201. Tilte.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  202. Tilte.Position = UDim2.new(-0.00579710305, 0, -0.0121580549, 0)
  203. Tilte.Size = UDim2.new(0, 312, 0, 35)
  204. Tilte.Font = Enum.Font.SourceSans
  205. Tilte.Text = "ONE PIECE: PIRATE'S QUEST 3 GUI"
  206. Tilte.TextColor3 = Color3.new(1, 0, 0)
  207. Tilte.TextSize = 14
  208.  
  209. Close.Name = "Close"
  210. Close.Parent = Main
  211. Close.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  212. Close.Position = UDim2.new(0.942029059, 0, -0.0121580558, 0)
  213. Close.Size = UDim2.new(0, 23, 0, 35)
  214. Close.Font = Enum.Font.SourceSans
  215. Close.Text = "X"
  216. Close.TextColor3 = Color3.new(1, 0, 0)
  217. Close.TextSize = 14
  218. Close.MouseButton1Down:connect(function()
  219. Main:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  220. Tele:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  221. Opengui.Visible = true
  222. end)
  223.  
  224. Credits.Name = "Credits"
  225. Credits.Parent = Main
  226. Credits.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  227. Credits.Position = UDim2.new(-0.00579710305, 0, 0.890577495, 0)
  228. Credits.Size = UDim2.new(0, 335, 0, 35)
  229. Credits.Font = Enum.Font.SourceSans
  230. Credits.Text = "Gui Make By ClarkShadow"
  231. Credits.TextColor3 = Color3.new(1, 0, 0)
  232. Credits.TextSize = 14
  233.  
  234. Opengui.Name = "Opengui"
  235. Opengui.Parent = OnePiecePirateQuest
  236. Opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  237. Opengui.Position = UDim2.new(-0.00990098994, 0, 0.45418328, 0)
  238. Opengui.Size = UDim2.new(0, 74, 0, 28)
  239. Opengui.Style = Enum.FrameStyle.DropShadow
  240. Opengui.Active = true
  241. Opengui.Draggable = true
  242.  
  243. Open.Name = "Open"
  244. Open.Parent = Opengui
  245. Open.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  246. Open.Position = UDim2.new(-0.135135114, 0, -0.107142836, 0)
  247. Open.Size = UDim2.new(0, 71, 0, 14)
  248. Open.Font = Enum.Font.SourceSans
  249. Open.Text = "Open"
  250. Open.TextColor3 = Color3.new(1, 0, 0)
  251. Open.TextSize = 14
  252. Open.MouseButton1Down:connect(function()
  253. Main:TweenPosition(UDim2.new(0.079, 0, 0.074, 0), 'Out','Bounce', 1)
  254. Opengui.Visible = false
  255. Tele.Visible = false
  256. end)
  257. -- Scripts:
Add Comment
Please, Sign In to add comment