hoainamqn

Untitled

Mar 19th, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. -- Sub kênh Youtube: " https://www.youtube.com/channel/UCrDRxB5yfNzP_3FJV3CtfqA "
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local ScrollingFrame = Instance.new("ScrollingFrame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local FarmM = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local FarmW = Instance.new("TextButton")
  12. local FarmM_2 = Instance.new("TextButton")
  13. local FarmZ = Instance.new("TextButton")
  14. local FarmL = Instance.new("TextButton")
  15. local FarmK = Instance.new("TextButton")
  16. local TPB = Instance.new("TextButton")
  17. local TPken = Instance.new("TextButton")
  18. local TPY = Instance.new("TextButton")
  19. local TP2S = Instance.new("TextButton")
  20. local TPB_2 = Instance.new("TextButton")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22. local Frame_2 = Instance.new("Frame")
  23. local TextLabel_4 = Instance.new("TextLabel")
  24. local Frame_3 = Instance.new("Frame")
  25. local TextLabel_5 = Instance.new("TextLabel")
  26. local Close = Instance.new("TextButton")
  27. local TextLabel_6 = Instance.new("TextLabel")
  28. local TpChest = Instance.new("TextButton")
  29. local TpDf = Instance.new("TextButton")
  30. local Bug = Instance.new("TextButton")
  31. local Admin = Instance.new("TextButton")
  32. local TextLabel_7 = Instance.new("TextLabel")
  33. local TextLabel_8 = Instance.new("TextLabel")
  34. --Properties:
  35. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  37.  
  38. Frame.Parent = ScreenGui
  39. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Frame.BorderColor3 = Color3.new(0, 0, 0)
  41. Frame.Position = UDim2.new(0.500012994, 0, 0.260859162, 0)
  42. Frame.Size = UDim2.new(0, 308, 0, 285)
  43. Frame.Active = true
  44. Frame.Draggable = true
  45. ScrollingFrame.Parent = Frame
  46. ScrollingFrame.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  47. ScrollingFrame.BorderColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  48. ScrollingFrame.Position = UDim2.new(0.419672966, 0, 0.221052632, 0)
  49. ScrollingFrame.Size = UDim2.new(0, 170, 0, 210)
  50. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 5, 0)
  51.  
  52. TextLabel.Parent = ScrollingFrame
  53. TextLabel.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  54. TextLabel.BorderColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  55. TextLabel.Position = UDim2.new(0, 0, -0.00174805708, 0)
  56. TextLabel.Size = UDim2.new(0, 158, 0, 28)
  57. TextLabel.Font = Enum.Font.SourceSans
  58. TextLabel.Text = "Khu Farm"
  59. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  60. TextLabel.TextSize = 28
  61.  
  62. FarmM.Name = "Farm M"
  63. FarmM.Parent = ScrollingFrame
  64. FarmM.BackgroundColor3 = Color3.new(0, 0, 0)
  65. FarmM.Position = UDim2.new(0.104357198, 0, 0.0260638166, 0)
  66. FarmM.Size = UDim2.new(0, 121, 0, 36)
  67. FarmM.Font = Enum.Font.SourceSans
  68. FarmM.Text = "TP Marco"
  69. FarmM.TextColor3 = Color3.new(0, 1, 0)
  70. FarmM.TextSize = 20
  71.  
  72. TextLabel_2.Parent = ScrollingFrame
  73. TextLabel_2.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  74. TextLabel_2.BorderColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  75. TextLabel_2.Position = UDim2.new(0, 0, 0.218602747, 0)
  76. TextLabel_2.Size = UDim2.new(0, 158, 0, 28)
  77. TextLabel_2.Font = Enum.Font.SourceSans
  78. TextLabel_2.Text = "Teleports"
  79. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  80. TextLabel_2.TextSize = 28
  81.  
  82. FarmW.Name = "Farm W"
  83. FarmW.Parent = ScrollingFrame
  84. FarmW.BackgroundColor3 = Color3.new(0, 0, 0)
  85. FarmW.Position = UDim2.new(0.104357198, 0, 0.060550034, 0)
  86. FarmW.Size = UDim2.new(0, 121, 0, 36)
  87. FarmW.Font = Enum.Font.SourceSans
  88. FarmW.Text = "TP Whitebeard"
  89. FarmW.TextColor3 = Color3.new(0, 1, 0)
  90. FarmW.TextSize = 20
  91. FarmW.MouseButton1Down:Connect(function()
  92. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10464, 64, -4822)
  93.  
  94. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  95. if v.boss.Value == "whitebeard" then
  96. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  97. end
  98. end
  99.  
  100.  
  101. end)
  102.  
  103. FarmM_2.Name = "Farm M"
  104. FarmM_2.Parent = ScrollingFrame
  105. FarmM_2.BackgroundColor3 = Color3.new(0, 0, 0)
  106. FarmM_2.Position = UDim2.new(0.104357198, 0, 0.0937831104, 0)
  107. FarmM_2.Size = UDim2.new(0, 121, 0, 36)
  108. FarmM_2.Font = Enum.Font.SourceSans
  109. FarmM_2.Text = "TP Usopp"
  110. FarmM_2.TextColor3 = Color3.new(0, 1, 0)
  111. FarmM_2.TextSize = 20
  112. FarmM.MouseButton1Down:Connect(function()
  113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2803, 65, -4427)
  114.  
  115. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  116. if v.boss.Value == "usopp" then
  117. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  118. end
  119. end
  120.  
  121. end)
  122.  
  123. FarmZ.Name = "Farm Z"
  124. FarmZ.Parent = ScrollingFrame
  125. FarmZ.BackgroundColor3 = Color3.new(0, 0, 0)
  126. FarmZ.Position = UDim2.new(0.104357198, 0, 0.123357058, 0)
  127. FarmZ.Size = UDim2.new(0, 121, 0, 36)
  128. FarmZ.Font = Enum.Font.SourceSans
  129. FarmZ.Text = "TP Zoro"
  130. FarmZ.TextColor3 = Color3.new(0, 1, 0)
  131. FarmZ.TextSize = 20
  132. FarmZ.MouseButton1Down:Connect(function()
  133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5402, 51, -3349)
  134.  
  135. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  136. if v.boss.Value == "Zoro" then
  137. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  138. end
  139. end
  140.  
  141.  
  142. end)
  143.  
  144.  
  145. FarmL.Name = "Farm L"
  146. FarmL.Parent = ScrollingFrame
  147. FarmL.BackgroundColor3 = Color3.new(0, 0, 0)
  148. FarmL.Position = UDim2.new(0.104357213, 0, 0.154936045, 0)
  149. FarmL.Size = UDim2.new(0, 121, 0, 36)
  150. FarmL.Font = Enum.Font.SourceSans
  151. FarmL.Text = "TP Luffy"
  152. FarmL.TextColor3 = Color3.new(0, 1, 0)
  153. FarmL.TextSize = 20
  154. FarmL.MouseButton1Down:Connect(function()
  155. game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = CFrame.new(12438, 69, -10713)
  156.  
  157. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  158. if v.boss.Value == "Luffy" then
  159. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  160. end
  161. end
  162.  
  163. end)
  164.  
  165. FarmK.Name = "Farm K"
  166. FarmK.Parent = ScrollingFrame
  167. FarmK.BackgroundColor3 = Color3.new(0, 0, 0)
  168. FarmK.Position = UDim2.new(0.104357213, 0, 0.186063826, 0)
  169. FarmK.Size = UDim2.new(0, 121, 0, 36)
  170. FarmK.Font = Enum.Font.SourceSans
  171. FarmK.Text = "TP Kizaru"
  172. FarmK.TextColor3 = Color3.new(0, 1, 0)
  173. FarmK.TextSize = 20
  174. FarmK.MouseButton1Down:Connect(function()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6940, 61, -8185)
  176.  
  177. for i,v in pairs (game.Workspace.boards:GetChildren()) do
  178. if v.boss.Value == "Borsalino" then
  179. v.Part.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  180. end
  181. end
  182.  
  183. end)
  184.  
  185. TPB.Name = "TPB "
  186. TPB.Parent = ScrollingFrame
  187. TPB.BackgroundColor3 = Color3.new(0, 0, 0)
  188. TPB.Position = UDim2.new(0.104357198, 0, 0.246514931, 0)
  189. TPB.Size = UDim2.new(0, 121, 0, 36)
  190. TPB.Font = Enum.Font.SourceSans
  191. TPB.Text = "TP Đến Buso Haki"
  192. TPB.TextColor3 = Color3.new(0, 1, 0)
  193. TPB.TextSize = 20
  194. TPB.MouseButton1Down:Connect(function()
  195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-43, 42, 508)
  196.  
  197. end)
  198.  
  199. TPken.Name = "TPken"
  200. TPken.Parent = ScrollingFrame
  201. TPken.BackgroundColor3 = Color3.new(0, 0, 0)
  202. TPken.Position = UDim2.new(0.104357198, 0, 0.277742982, 0)
  203. TPken.Size = UDim2.new(0, 121, 0, 36)
  204. TPken.Font = Enum.Font.SourceSans
  205. TPken.Text = "TP Đến Ken"
  206. TPken.TextColor3 = Color3.new(0, 1, 0)
  207. TPken.TextSize = 20
  208. TPken.MouseButton1Down:Connect(function()
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23, 42, -4482)
  210.  
  211. end)
  212.  
  213. TPY.Name = "TPY"
  214. TPY.Parent = ScrollingFrame
  215. TPY.BackgroundColor3 = Color3.new(0, 0, 0)
  216. TPY.Position = UDim2.new(0.0984748453, 0, 0.307918459, 0)
  217. TPY.Size = UDim2.new(0, 121, 0, 36)
  218. TPY.Font = Enum.Font.SourceSans
  219. TPY.Text = "TP Đến Yoru"
  220. TPY.TextColor3 = Color3.new(0, 1, 0)
  221. TPY.TextSize = 20
  222. TPY.MouseButton1Down:Connect(function()
  223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12396, 1423, -2304)
  224.  
  225. end)
  226.  
  227. TP2S.Name = "TP2S"
  228. TP2S.Parent = ScrollingFrame
  229. TP2S.BackgroundColor3 = Color3.new(0, 0, 0)
  230. TP2S.Position = UDim2.new(0.104357198, 0, 0.367918491, 0)
  231. TP2S.Size = UDim2.new(0, 121, 0, 36)
  232. TP2S.Font = Enum.Font.SourceSans
  233. TP2S.Text = "TP Đến 2SS"
  234. TP2S.TextColor3 = Color3.new(0, 1, 0)
  235. TP2S.TextSize = 20
  236. TP2S.MouseButton1Down:Connect(function()
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5498, 51, -3447)
  238.  
  239. end)
  240.  
  241. TPB_2.Name = "TPB"
  242. TPB_2.Parent = ScrollingFrame
  243. TPB_2.BackgroundColor3 = Color3.new(0, 0, 0)
  244. TPB_2.Position = UDim2.new(0.104357198, 0, 0.337743044, 0)
  245. TPB_2.Size = UDim2.new(0, 121, 0, 36)
  246. TPB_2.Font = Enum.Font.SourceSans
  247. TPB_2.Text = "TP Đến Blackleg"
  248. TPB_2.TextColor3 = Color3.new(0, 1, 0)
  249. TPB_2.TextSize = 20
  250. TPB.MouseButton1Down:Connect(function()
  251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2579, 49, -10318)
  252.  
  253. end)
  254.  
  255. TextLabel_3.Parent = ScrollingFrame
  256. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  257. TextLabel_3.BorderColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  258. TextLabel_3.Position = UDim2.new(-3.7252903e-09, 0, 0.405982137, 0)
  259. TextLabel_3.Size = UDim2.new(0, 158, 0, 64)
  260. TextLabel_3.Font = Enum.Font.SourceSans
  261. TextLabel_3.Text = "Đang Nâng Cấp"
  262. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  263. TextLabel_3.TextSize = 28
  264.  
  265. Frame_2.Parent = Frame
  266. Frame_2.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  267. Frame_2.Position = UDim2.new(0.0227272734, 0, 0.221052632, 0)
  268. Frame_2.Size = UDim2.new(0, 109, 0, 210)
  269.  
  270. TextLabel_4.Parent = Frame_2
  271. TextLabel_4.BackgroundColor3 = Color3.new(0, 0, 0)
  272. TextLabel_4.Position = UDim2.new(0.0275229365, 0, 0.0190647673, 0)
  273. TextLabel_4.Size = UDim2.new(0, 102, 0, 23)
  274. TextLabel_4.Font = Enum.Font.SourceSans
  275. TextLabel_4.Text = "Script Phụ"
  276. TextLabel_4.TextColor3 = Color3.new(0, 1, 0)
  277. TextLabel_4.TextSize = 20
  278.  
  279. Frame_3.Parent = Frame
  280. Frame_3.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  281. Frame_3.BorderColor3 = Color3.new(0.129412, 0.203922, 0.258824)
  282. Frame_3.Size = UDim2.new(0, 308, 0, 26)
  283.  
  284. TextLabel_5.Parent = Frame_3
  285. TextLabel_5.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  286. TextLabel_5.BorderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  287. TextLabel_5.Position = UDim2.new(0.496753186, 0, 0.115384616, 0)
  288. TextLabel_5.Size = UDim2.new(0, 82, 0, 20)
  289. TextLabel_5.Font = Enum.Font.SourceSans
  290. TextLabel_5.Text = "GAMER"
  291. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  292. TextLabel_5.TextSize = 29
  293.  
  294. Close.Name = "Close"
  295. Close.Parent = Frame_3
  296. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  297. Close.BorderColor3 = Color3.new(1, 1, 1)
  298. Close.Position = UDim2.new(0.88961041, 0, 0, 0)
  299. Close.Size = UDim2.new(0, 34, 0, 26)
  300. Close.Font = Enum.Font.SourceSans
  301. Close.Text = "x"
  302. Close.TextColor3 = Color3.new(1, 1, 1)
  303. Close.TextSize = 23
  304.  
  305. TextLabel_6.Parent = Frame_3
  306. TextLabel_6.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  307. TextLabel_6.BorderColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  308. TextLabel_6.Position = UDim2.new(0.334415555, 0, 0.115384616, 0)
  309. TextLabel_6.Size = UDim2.new(0, 43, 0, 20)
  310. TextLabel_6.Font = Enum.Font.SourceSans
  311. TextLabel_6.Text = "DPT"
  312. TextLabel_6.TextColor3 = Color3.new(0.286275, 0.286275, 0.882353)
  313. TextLabel_6.TextSize = 29
  314.  
  315. TpChest.Name = "TpChest"
  316. TpChest.Parent = Frame_3
  317. TpChest.BackgroundColor3 = Color3.new(0, 0, 0)
  318. TpChest.Position = UDim2.new(0.0519480519, 0, 8.92307758, 0)
  319. TpChest.Size = UDim2.new(0, 93, 0, 34)
  320. TpChest.Font = Enum.Font.SourceSans
  321. TpChest.Text = "Tp Chest"
  322. TpChest.TextColor3 = Color3.new(0, 1, 0)
  323. TpChest.TextSize = 20
  324. TpChest.MouseButton1Down:Connect(function()
  325. for _,v in pairs(game.Workspace.treasure:GetDescendants()) do
  326. if v:FindFirstChild("ClickDetector") then
  327. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-5)
  328. end
  329. end
  330.  
  331. end)
  332.  
  333. TpDf.Name = "TpDf"
  334. TpDf.Parent = Frame_3
  335. TpDf.BackgroundColor3 = Color3.new(0, 0, 0)
  336. TpDf.Position = UDim2.new(0.0454545468, 0, 7.11538458, 0)
  337. TpDf.Size = UDim2.new(0, 93, 0, 34)
  338. TpDf.Font = Enum.Font.SourceSans
  339. TpDf.Text = "Tp Df"
  340. TpDf.TextColor3 = Color3.new(0, 1, 0)
  341. TpDf.TextSize = 20
  342. TpDf.MouseButton1Down:Connect(function()
  343. for _,v in pairs(game.Workspace.buythings:GetDescendants()) do
  344. if v:FindFirstChild("aura") and v:FindFirstChild("remove") then
  345. print(v.Name)
  346. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Position
  347. end
  348. end
  349.  
  350. end)
  351.  
  352. Bug.Name = "Bug"
  353. Bug.Parent = Frame_3
  354. Bug.BackgroundColor3 = Color3.new(0, 0, 0)
  355. Bug.Position = UDim2.new(0.0487012975, 0, 5.50000048, 0)
  356. Bug.Size = UDim2.new(0, 93, 0, 34)
  357. Bug.Font = Enum.Font.SourceSans
  358. Bug.Text = "Bug10M"
  359. Bug.TextColor3 = Color3.new(0, 1, 0)
  360. Bug.TextSize = 20
  361. Bug.MouseButton1Down:Connect(function()
  362. game.Players.LocalPlayer.Character.combat.update:FireServer("dropfruit", -99999999)
  363.  
  364. Admin.Name = "Admin"
  365. Admin.Parent = Frame_3
  366. Admin.BackgroundColor3 = Color3.new(0, 0, 0)
  367. Admin.Position = UDim2.new(0.0454545617, 0, 3.84615421, 0)
  368. Admin.Size = UDim2.new(0, 93, 0, 34)
  369. Admin.Font = Enum.Font.SourceSans
  370. Admin.Text = "Admin"
  371. Admin.TextColor3 = Color3.new(0, 1, 0)
  372. Admin.TextSize = 20
  373.  
  374. local intro = Instance.new("ScreenGui")
  375. local Frame = Instance.new("Frame")
  376. local ImageLabel = Instance.new("ImageLabel")
  377. intro.Parent = game:GetService("CoreGui")
  378. Frame.Parent = intro
  379. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Frame.BackgroundTransparency = 1
  381. Frame.Size = UDim2.new(1, 0, 0, 300)
  382. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  383. ImageLabel.Parent = Frame
  384. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  385. ImageLabel.BackgroundTransparency = 1
  386. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  387. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  388. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  389. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  390. wait(3.01)
  391. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  392. wait(5.01)
  393. intro:Destroy()
  394. end)
  395. TextLabel_7.Parent = Frame
  396. TextLabel_7.BackgroundColor3 = Color3.new(0, 0, 0)
  397. TextLabel_7.BorderColor3 = Color3.new(0, 0, 0)
  398. TextLabel_7.Position = UDim2.new(0.094155848, 0, 0.112280704, 0)
  399. TextLabel_7.Size = UDim2.new(0, 64, 0, 23)
  400. TextLabel_7.Font = Enum.Font.SourceSans
  401. TextLabel_7.Text = "Ro-piece GUI"
  402. TextLabel_7.TextColor3 = Color3.new(1, 0.666667, 0)
  403. TextLabel_7.TextSize = 23
  404.  
  405. TextLabel_8.Parent = ScreenGui
  406. TextLabel_8.BackgroundColor3 = Color3.new(0, 0, 0)
  407. TextLabel_8.BackgroundTransparency = 0.55000001192093
  408. TextLabel_8.Position = UDim2.new(0.0197368413, 0, 0.0234113708, 0)
  409. TextLabel_8.Size = UDim2.new(0, 183, 0, 47)
  410. TextLabel_8.Font = Enum.Font.SourceSans
  411. TextLabel_8.Text = "BY Proteammm"
  412. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  413. TextLabel_8.TextSize = 33
  414. -- Scripts:
Add Comment
Please, Sign In to add comment